Started by user Andrew Johnson Running as Andrew Johnson Agent centos-7-9n26z is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-9n26z" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.mat.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-9n26z" - 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-9n26z" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.mat.svc.cluster.local/mat/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.5" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false 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 - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-mat" 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-9n26z (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/tycho-mat-nightly [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [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-Jpu4iIvycNT2/agent.57 SSH_AGENT_PID=59 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/tycho-mat-nightly@tmp/private_key_3204680065605702213.key (/home/jenkins/agent/workspace/tycho-mat-nightly@tmp/private_key_3204680065605702213.key) [ssh-agent] Using credentials genie.mat (ssh://genie.mat@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/mat/org.eclipse.mat.git > git init /home/jenkins/agent/workspace/tycho-mat-nightly # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/mat/org.eclipse.mat.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' > git fetch --tags --progress https://git.eclipse.org/r/mat/org.eclipse.mat.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/mat/org.eclipse.mat.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 4d619a0a55f4de4ccc1c87a455955f75b94b4073 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d619a0a55f4de4ccc1c87a455955f75b94b4073 # timeout=10 Commit message: "Bug 573598 Display unindexed objects for dumps with discarded objects" > git rev-list --no-walk 6fa64b5ec0b851bc9cfaef494324dd04a74554f0 # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [tycho-mat-nightly] $ vncserver -list Starting xvnc [tycho-mat-nightly] $ Xvnc :26 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50 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 Mon May 24 18:38:18 2021 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5926 vncext: created VNC server for screen 0 [tycho-mat-nightly] $ /bin/sh -xe /tmp/jenkins7131106367500845684.sh + export M2_HOME=/opt/tools/apache-maven/latest + M2_HOME=/opt/tools/apache-maven/latest + export 'mvnArguments=-P build-server,build-snapshot -Dmat-target=mat-2021-03-local-dtfj -Dmaven.test.failure.ignore=false -Dmat-product=mat-2021-03 ' + mvnArguments='-P build-server,build-snapshot -Dmat-target=mat-2021-03-local-dtfj -Dmaven.test.failure.ignore=false -Dmat-product=mat-2021-03 ' + wget -l2 -R 'index.html*' --no-parent --recursive -P /home/jenkins/.m2/repository https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/ --2021-05-24 18:38:18-- https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/ Resolving public.dhe.ibm.com (public.dhe.ibm.com)... 170.225.15.112 Connecting to public.dhe.ibm.com (public.dhe.ibm.com)|170.225.15.112|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: ‘/home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/index.html’ 0K . 22.0M=0s 2021-05-24 18:38:20 (22.0 MB/s) - ‘/home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/index.html’ saved [1804] Loading robots.txt; please ignore errors. --2021-05-24 18:38:20-- https://public.dhe.ibm.com/robots.txt Reusing existing connection to public.dhe.ibm.com:443. HTTP request sent, awaiting response... 200 OK Length: 131 [text/plain] Saving to: ‘/home/jenkins/.m2/repository/public.dhe.ibm.com/robots.txt’ 0K 100% 25.2M=0s 2021-05-24 18:38:20 (25.2 MB/s) - ‘/home/jenkins/.m2/repository/public.dhe.ibm.com/robots.txt’ saved [131/131] Removing /home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/index.html since it should be rejected. FINISHED --2021-05-24 18:38:20-- Total wall clock time: 1.3s Downloaded: 2 files, 1.9K in 0s (22.2 MB/s) + wget -P /home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/ https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/p2.index --2021-05-24 18:38:20-- https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/p2.index Resolving public.dhe.ibm.com (public.dhe.ibm.com)... 170.225.15.112 Connecting to public.dhe.ibm.com (public.dhe.ibm.com)|170.225.15.112|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 172 [text/plain] Saving to: ‘/home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/p2.index’ 0K 100% 29.6M=0s 2021-05-24 18:38:20 (29.6 MB/s) - ‘/home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/p2.index’ saved [172/172] + wget -P /home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/ https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/artifacts.jar --2021-05-24 18:38:20-- https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/artifacts.jar Resolving public.dhe.ibm.com (public.dhe.ibm.com)... 170.225.15.112 Connecting to public.dhe.ibm.com (public.dhe.ibm.com)|170.225.15.112|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1128 (1.1K) [application/java-archive] Saving to: ‘/home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/artifacts.jar’ 0K . 100% 94.1K=0.01s 2021-05-24 18:38:21 (94.1 KB/s) - ‘/home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/artifacts.jar’ saved [1128/1128] + wget -P /home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/ https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/artifacts.xml.xz --2021-05-24 18:38:21-- https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/artifacts.xml.xz Resolving public.dhe.ibm.com (public.dhe.ibm.com)... 170.225.15.112 Connecting to public.dhe.ibm.com (public.dhe.ibm.com)|170.225.15.112|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 748 [application/xml] Saving to: ‘/home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/artifacts.xml.xz’ 0K 100% 1.61M=0s 2021-05-24 18:38:21 (1.61 MB/s) - ‘/home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/artifacts.xml.xz’ saved [748/748] + wget -P /home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/ https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/content.jar --2021-05-24 18:38:21-- https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/content.jar Resolving public.dhe.ibm.com (public.dhe.ibm.com)... 170.225.15.112 Connecting to public.dhe.ibm.com (public.dhe.ibm.com)|170.225.15.112|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 381772 (373K) [application/java-archive] Saving to: ‘/home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/content.jar’ 0K .......... .......... .......... .......... .......... 13% 425K 1s 50K .......... .......... .......... .......... .......... 26% 851K 0s 100K .......... .......... .......... .......... .......... 40% 856K 0s 150K .......... .......... .......... .......... .......... 53% 858K 0s 200K .......... .......... .......... .......... .......... 67% 87.9M 0s 250K .......... .......... .......... .......... .......... 80% 859K 0s 300K .......... .......... .......... .......... .......... 93% 92.0M 0s 350K .......... .......... .. 100% 392K=0.4s 2021-05-24 18:38:22 (908 KB/s) - ‘/home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/content.jar’ saved [381772/381772] + wget -P /home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/ https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/content.xml.xz --2021-05-24 18:38:22-- https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/content.xml.xz Resolving public.dhe.ibm.com (public.dhe.ibm.com)... 170.225.15.112 Connecting to public.dhe.ibm.com (public.dhe.ibm.com)|170.225.15.112|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 167272 (163K) [application/xml] Saving to: ‘/home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/content.xml.xz’ 0K .......... .......... .......... .......... .......... 30% 423K 0s 50K .......... .......... .......... .......... .......... 61% 433K 0s 100K .......... .......... .......... .......... .......... 91% 29.4M 0s 150K .......... ... 100% 211M=0.2s 2021-05-24 18:38:23 (694 KB/s) - ‘/home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/content.xml.xz’ saved [167272/167272] + wget -P /home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/features https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/features/com.ibm.dtfj.feature_1.12.29003.202006111057.jar --2021-05-24 18:38:23-- https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/features/com.ibm.dtfj.feature_1.12.29003.202006111057.jar Resolving public.dhe.ibm.com (public.dhe.ibm.com)... 170.225.15.112 Connecting to public.dhe.ibm.com (public.dhe.ibm.com)|170.225.15.112|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 435454 (425K) [application/java-archive] Saving to: ‘/home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/features/com.ibm.dtfj.feature_1.12.29003.202006111057.jar’ 0K .......... .......... .......... .......... .......... 11% 285K 1s 50K .......... .......... .......... .......... .......... 23% 689K 1s 100K .......... .......... .......... .......... .......... 35% 1.08M 1s 150K .......... .......... .......... .......... .......... 47% 2.49M 0s 200K .......... .......... .......... .......... .......... 58% 1.25M 0s 250K .......... .......... .......... .......... .......... 70% 2.51M 0s 300K .......... .......... .......... .......... .......... 82% 1.25M 0s 350K .......... .......... .......... .......... .......... 94% 2.48M 0s 400K .......... .......... ..... 100% 84.6M=0.4s 2021-05-24 18:38:23 (988 KB/s) - ‘/home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/features/com.ibm.dtfj.feature_1.12.29003.202006111057.jar’ saved [435454/435454] + wget -P /home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/plugins https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/plugins/com.ibm.dtfj.api_1.12.29003.202006111057.jar --2021-05-24 18:38:23-- https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/plugins/com.ibm.dtfj.api_1.12.29003.202006111057.jar Resolving public.dhe.ibm.com (public.dhe.ibm.com)... 170.225.15.112 Connecting to public.dhe.ibm.com (public.dhe.ibm.com)|170.225.15.112|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 30135 (29K) [application/java-archive] Saving to: ‘/home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/plugins/com.ibm.dtfj.api_1.12.29003.202006111057.jar’ 0K .......... .......... ......... 100% 241K=0.1s 2021-05-24 18:38:24 (241 KB/s) - ‘/home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/plugins/com.ibm.dtfj.api_1.12.29003.202006111057.jar’ saved [30135/30135] + wget -P /home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/plugins https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/plugins/com.ibm.dtfj.j9_1.12.29003.202006111057.jar --2021-05-24 18:38:24-- https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/plugins/com.ibm.dtfj.j9_1.12.29003.202006111057.jar Resolving public.dhe.ibm.com (public.dhe.ibm.com)... 170.225.15.112 Connecting to public.dhe.ibm.com (public.dhe.ibm.com)|170.225.15.112|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 33410372 (32M) [application/java-archive] Saving to: ‘/home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/plugins/com.ibm.dtfj.j9_1.12.29003.202006111057.jar’ 0K .......... .......... .......... .......... .......... 0% 248K 2m11s 50K .......... .......... .......... .......... .......... 0% 852K 85s 100K .......... .......... .......... .......... .......... 0% 1.54M 63s 150K .......... .......... .......... .......... .......... 0% 1.77M 52s 200K .......... .......... .......... .......... .......... 0% 857K 49s 250K .......... .......... .......... .......... .......... 0% 134M 41s 300K .......... .......... .......... .......... .......... 1% 1.59M 38s 350K .......... .......... .......... .......... .......... 1% 1.77M 35s 400K .......... .......... .......... .......... .......... 1% 113M 31s 450K .......... .......... .......... .......... .......... 1% 1.59M 30s 500K .......... .......... .......... .......... .......... 1% 1.79M 29s 550K .......... .......... .......... .......... .......... 1% 114M 26s 600K .......... .......... .......... .......... .......... 1% 1.60M 26s 650K .......... .......... .......... .......... .......... 2% 120M 24s 700K .......... .......... .......... .......... .......... 2% 98.1M 22s 750K .......... .......... .......... .......... .......... 2% 1.82M 22s 800K .......... .......... .......... .......... .......... 2% 110M 21s 850K .......... .......... .......... .......... .......... 2% 97.5M 20s 900K .......... .......... .......... .......... .......... 2% 98.0M 19s 950K .......... .......... .......... .......... .......... 3% 1.64M 18s 1000K .......... .......... .......... .......... .......... 3% 68.2M 18s 1050K .......... .......... .......... .......... .......... 3% 94.3M 17s 1100K .......... .......... .......... .......... .......... 3% 1.87M 17s 1150K .......... .......... .......... .......... .......... 3% 114M 16s 1200K .......... .......... .......... .......... .......... 3% 85.8M 15s 1250K .......... .......... .......... .......... .......... 3% 125M 15s 1300K .......... .......... .......... .......... .......... 4% 98.7M 14s 1350K .......... .......... .......... .......... .......... 4% 1.68M 14s 1400K .......... .......... .......... .......... .......... 4% 73.5M 14s 1450K .......... .......... .......... .......... .......... 4% 116M 13s 1500K .......... .......... .......... .......... .......... 4% 29.7M 13s 1550K .......... .......... .......... .......... .......... 4% 67.0M 13s 1600K .......... .......... .......... .......... .......... 5% 1.92M 13s 1650K .......... .......... .......... .......... .......... 5% 137M 12s 1700K .......... .......... .......... .......... .......... 5% 67.3M 12s 1750K .......... .......... .......... .......... .......... 5% 66.4M 12s 1800K .......... .......... .......... .......... .......... 5% 55.9M 11s 1850K .......... .......... .......... .......... .......... 5% 1.69M 11s 1900K .......... .......... .......... .......... .......... 5% 96.9M 11s 1950K .......... .......... .......... .......... .......... 6% 66.5M 11s 2000K .......... .......... .......... .......... .......... 6% 32.8M 11s 2050K .......... .......... .......... .......... .......... 6% 65.5M 10s 2100K .......... .......... .......... .......... .......... 6% 2.02M 10s 2150K .......... .......... .......... .......... .......... 6% 101M 10s 2200K .......... .......... .......... .......... .......... 6% 54.2M 10s 2250K .......... .......... .......... .......... .......... 7% 69.0M 10s 2300K .......... .......... .......... .......... .......... 7% 68.6M 9s 2350K .......... .......... .......... .......... .......... 7% 1.70M 10s 2400K .......... .......... .......... .......... .......... 7% 89.1M 9s 2450K .......... .......... .......... .......... .......... 7% 65.4M 9s 2500K .......... .......... .......... .......... .......... 7% 21.9M 9s 2550K .......... .......... .......... .......... .......... 7% 28.0M 9s 2600K .......... .......... .......... .......... .......... 8% 2.15M 9s 2650K .......... .......... .......... .......... .......... 8% 97.9M 9s 2700K .......... .......... .......... .......... .......... 8% 67.9M 9s 2750K .......... .......... .......... .......... .......... 8% 63.4M 8s 2800K .......... .......... .......... .......... .......... 8% 73.4M 8s 2850K .......... .......... .......... .......... .......... 8% 1.07M 9s 2900K .......... .......... .......... .......... .......... 9% 80.7M 8s 2950K .......... .......... .......... .......... .......... 9% 72.9M 8s 3000K .......... .......... .......... .......... .......... 9% 24.8M 8s 3050K .......... .......... .......... .......... .......... 9% 46.1M 8s 3100K .......... .......... .......... .......... .......... 9% 5.61M 8s 3150K .......... .......... .......... .......... .......... 9% 80.3M 8s 3200K .......... .......... .......... .......... .......... 9% 68.9M 8s 3250K .......... .......... .......... .......... .......... 10% 55.1M 8s 3300K .......... .......... .......... .......... .......... 10% 66.8M 7s 3350K .......... .......... .......... .......... .......... 10% 1.13M 8s 3400K .......... .......... .......... .......... .......... 10% 67.0M 8s 3450K .......... .......... .......... .......... .......... 10% 42.4M 7s 3500K .......... .......... .......... .......... .......... 10% 33.0M 7s 3550K .......... .......... .......... .......... .......... 11% 27.5M 7s 3600K .......... .......... .......... .......... .......... 11% 6.08M 7s 3650K .......... .......... .......... .......... .......... 11% 91.3M 7s 3700K .......... .......... .......... .......... .......... 11% 66.3M 7s 3750K .......... .......... .......... .......... .......... 11% 70.4M 7s 3800K .......... .......... .......... .......... .......... 11% 46.0M 7s 3850K .......... .......... .......... .......... .......... 11% 1.13M 7s 3900K .......... .......... .......... .......... .......... 12% 97.5M 7s 3950K .......... .......... .......... .......... .......... 12% 30.8M 7s 4000K .......... .......... .......... .......... .......... 12% 31.9M 7s 4050K .......... .......... .......... .......... .......... 12% 3.01M 7s 4100K .......... .......... .......... .......... .......... 12% 8.70M 7s 4150K .......... .......... .......... .......... .......... 12% 126M 7s 4200K .......... .......... .......... .......... .......... 13% 55.3M 7s 4250K .......... .......... .......... .......... .......... 13% 49.8M 6s 4300K .......... .......... .......... .......... .......... 13% 59.6M 6s 4350K .......... .......... .......... .......... .......... 13% 1.58M 7s 4400K .......... .......... .......... .......... .......... 13% 77.5M 6s 4450K .......... .......... .......... .......... .......... 13% 33.0M 6s 4500K .......... .......... .......... .......... .......... 13% 34.7M 6s 4550K .......... .......... .......... .......... .......... 14% 2.83M 6s 4600K .......... .......... .......... .......... .......... 14% 994K 7s 4650K .......... .......... .......... .......... .......... 14% 52.5M 6s 4700K .......... .......... .......... .......... .......... 14% 73.2M 6s 4750K .......... .......... .......... .......... .......... 14% 52.7M 6s 4800K .......... .......... .......... .......... .......... 14% 72.5M 6s 4850K .......... .......... .......... .......... .......... 15% 68.3M 6s 4900K .......... .......... .......... .......... .......... 15% 130M 6s 4950K .......... .......... .......... .......... .......... 15% 67.8M 6s 5000K .......... .......... .......... .......... .......... 15% 3.40M 6s 5050K .......... .......... .......... .......... .......... 15% 17.3M 6s 5100K .......... .......... .......... .......... .......... 15% 95.1M 6s 5150K .......... .......... .......... .......... .......... 15% 1.30M 6s 5200K .......... .......... .......... .......... .......... 16% 62.6M 6s 5250K .......... .......... .......... .......... .......... 16% 67.5M 6s 5300K .......... .......... .......... .......... .......... 16% 30.0M 6s 5350K .......... .......... .......... .......... .......... 16% 87.5M 6s 5400K .......... .......... .......... .......... .......... 16% 85.2M 6s 5450K .......... .......... .......... .......... .......... 16% 65.5M 6s 5500K .......... .......... .......... .......... .......... 17% 3.44M 6s 5550K .......... .......... .......... .......... .......... 17% 18.1M 6s 5600K .......... .......... .......... .......... .......... 17% 1.32M 6s 5650K .......... .......... .......... .......... .......... 17% 134M 6s 5700K .......... .......... .......... .......... .......... 17% 68.2M 6s 5750K .......... .......... .......... .......... .......... 17% 66.0M 6s 5800K .......... .......... .......... .......... .......... 17% 28.9M 6s 5850K .......... .......... .......... .......... .......... 18% 139M 5s 5900K .......... .......... .......... .......... .......... 18% 42.4M 5s 5950K .......... .......... .......... .......... .......... 18% 67.9M 5s 6000K .......... .......... .......... .......... .......... 18% 3.02M 5s 6050K .......... .......... .......... .......... .......... 18% 7.99M 5s 6100K .......... .......... .......... .......... .......... 18% 86.0M 5s 6150K .......... .......... .......... .......... .......... 19% 1.54M 5s 6200K .......... .......... .......... .......... .......... 19% 35.4M 5s 6250K .......... .......... .......... .......... .......... 19% 13.9M 5s 6300K .......... .......... .......... .......... .......... 19% 4.73M 5s 6350K .......... .......... .......... .......... .......... 19% 120M 5s 6400K .......... .......... .......... .......... .......... 19% 63.7M 5s 6450K .......... .......... .......... .......... .......... 19% 53.4M 5s 6500K .......... .......... .......... .......... .......... 20% 13.4M 5s 6550K .......... .......... .......... .......... .......... 20% 8.20M 5s 6600K .......... .......... .......... .......... .......... 20% 87.3M 5s 6650K .......... .......... .......... .......... .......... 20% 1.53M 5s 6700K .......... .......... .......... .......... .......... 20% 43.2M 5s 6750K .......... .......... .......... .......... .......... 20% 12.3M 5s 6800K .......... .......... .......... .......... .......... 20% 4.91M 5s 6850K .......... .......... .......... .......... .......... 21% 106M 5s 6900K .......... .......... .......... .......... .......... 21% 18.9M 5s 6950K .......... .......... .......... .......... .......... 21% 26.3M 5s 7000K .......... .......... .......... .......... .......... 21% 23.2M 5s 7050K .......... .......... .......... .......... .......... 21% 9.56M 5s 7100K .......... .......... .......... .......... .......... 21% 73.8M 5s 7150K .......... .......... .......... .......... .......... 22% 1.47M 5s 7200K .......... .......... .......... .......... .......... 22% 47.1M 5s 7250K .......... .......... .......... .......... .......... 22% 12.6M 5s 7300K .......... .......... .......... .......... .......... 22% 5.00M 5s 7350K .......... .......... .......... .......... .......... 22% 87.7M 5s 7400K .......... .......... .......... .......... .......... 22% 36.3M 5s 7450K .......... .......... .......... .......... .......... 22% 25.4M 5s 7500K .......... .......... .......... .......... .......... 23% 23.9M 5s 7550K .......... .......... .......... .......... .......... 23% 9.57M 5s 7600K .......... .......... .......... .......... .......... 23% 69.6M 5s 7650K .......... .......... .......... .......... .......... 23% 934K 5s 7700K .......... .......... .......... .......... .......... 23% 32.3M 5s 7750K .......... .......... .......... .......... .......... 23% 83.5M 5s 7800K .......... .......... .......... .......... .......... 24% 53.4M 5s 7850K .......... .......... .......... .......... .......... 24% 41.6M 5s 7900K .......... .......... .......... .......... .......... 24% 64.7M 5s 7950K .......... .......... .......... .......... .......... 24% 68.7M 5s 8000K .......... .......... .......... .......... .......... 24% 81.9M 5s 8050K .......... .......... .......... .......... .......... 24% 26.2M 4s 8100K .......... .......... .......... .......... .......... 24% 992K 5s 8150K .......... .......... .......... .......... .......... 25% 28.6M 5s 8200K .......... .......... .......... .......... .......... 25% 12.0M 5s 8250K .......... .......... .......... .......... .......... 25% 72.1M 4s 8300K .......... .......... .......... .......... .......... 25% 64.9M 4s 8350K .......... .......... .......... .......... .......... 25% 85.2M 4s 8400K .......... .......... .......... .......... .......... 25% 64.0M 4s 8450K .......... .......... .......... .......... .......... 26% 28.4M 4s 8500K .......... .......... .......... .......... .......... 26% 63.8M 4s 8550K .......... .......... .......... .......... .......... 26% 34.4M 4s 8600K .......... .......... .......... .......... .......... 26% 1.04M 4s 8650K .......... .......... .......... .......... .......... 26% 12.4M 4s 8700K .......... .......... .......... .......... .......... 26% 24.8M 4s 8750K .......... .......... .......... .......... .......... 26% 87.2M 4s 8800K .......... .......... .......... .......... .......... 27% 53.4M 4s 8850K .......... .......... .......... .......... .......... 27% 3.90M 4s 8900K .......... .......... .......... .......... .......... 27% 49.1M 4s 8950K .......... .......... .......... .......... .......... 27% 68.3M 4s 9000K .......... .......... .......... .......... .......... 27% 77.4M 4s 9050K .......... .......... .......... .......... .......... 27% 73.8M 4s 9100K .......... .......... .......... .......... .......... 28% 1.22M 4s 9150K .......... .......... .......... .......... .......... 28% 29.0M 4s 9200K .......... .......... .......... .......... .......... 28% 41.9M 4s 9250K .......... .......... .......... .......... .......... 28% 81.2M 4s 9300K .......... .......... .......... .......... .......... 28% 71.2M 4s 9350K .......... .......... .......... .......... .......... 28% 3.96M 4s 9400K .......... .......... .......... .......... .......... 28% 11.8M 4s 9450K .......... .......... .......... .......... .......... 29% 87.1M 4s 9500K .......... .......... .......... .......... .......... 29% 89.4M 4s 9550K .......... .......... .......... .......... .......... 29% 19.0M 4s 9600K .......... .......... .......... .......... .......... 29% 1.28M 4s 9650K .......... .......... .......... .......... .......... 29% 28.3M 4s 9700K .......... .......... .......... .......... .......... 29% 65.0M 4s 9750K .......... .......... .......... .......... .......... 30% 123M 4s 9800K .......... .......... .......... .......... .......... 30% 29.5M 4s 9850K .......... .......... .......... .......... .......... 30% 5.45M 4s 9900K .......... .......... .......... .......... .......... 30% 2.35M 4s 9950K .......... .......... .......... .......... .......... 30% 105M 4s 10000K .......... .......... .......... .......... .......... 30% 104M 4s 10050K .......... .......... .......... .......... .......... 30% 97.9M 4s 10100K .......... .......... .......... .......... .......... 31% 2.08M 4s 10150K .......... .......... .......... .......... .......... 31% 11.4M 4s 10200K .......... .......... .......... .......... .......... 31% 43.2M 4s 10250K .......... .......... .......... .......... .......... 31% 90.6M 4s 10300K .......... .......... .......... .......... .......... 31% 82.5M 4s 10350K .......... .......... .......... .......... .......... 31% 6.94M 4s 10400K .......... .......... .......... .......... .......... 32% 2.34M 4s 10450K .......... .......... .......... .......... .......... 32% 70.2M 4s 10500K .......... .......... .......... .......... .......... 32% 87.7M 4s 10550K .......... .......... .......... .......... .......... 32% 66.5M 4s 10600K .......... .......... .......... .......... .......... 32% 1.63M 4s 10650K .......... .......... .......... .......... .......... 32% 73.0M 4s 10700K .......... .......... .......... .......... .......... 32% 89.5M 4s 10750K .......... .......... .......... .......... .......... 33% 14.5M 4s 10800K .......... .......... .......... .......... .......... 33% 52.1M 4s 10850K .......... .......... .......... .......... .......... 33% 48.7M 4s 10900K .......... .......... .......... .......... .......... 33% 1.78M 4s 10950K .......... .......... .......... .......... .......... 33% 123M 4s 11000K .......... .......... .......... .......... .......... 33% 43.8M 4s 11050K .......... .......... .......... .......... .......... 34% 49.6M 4s 11100K .......... .......... .......... .......... .......... 34% 2.16M 4s 11150K .......... .......... .......... .......... .......... 34% 67.4M 4s 11200K .......... .......... .......... .......... .......... 34% 10.9M 4s 11250K .......... .......... .......... .......... .......... 34% 93.0M 4s 11300K .......... .......... .......... .......... .......... 34% 36.1M 4s 11350K .......... .......... .......... .......... .......... 34% 68.2M 4s 11400K .......... .......... .......... .......... .......... 35% 1.71M 4s 11450K .......... .......... .......... .......... .......... 35% 98.3M 4s 11500K .......... .......... .......... .......... .......... 35% 55.8M 4s 11550K .......... .......... .......... .......... .......... 35% 34.6M 4s 11600K .......... .......... .......... .......... .......... 35% 2.32M 4s 11650K .......... .......... .......... .......... .......... 35% 86.2M 3s 11700K .......... .......... .......... .......... .......... 36% 89.5M 3s 11750K .......... .......... .......... .......... .......... 36% 2.71M 3s 11800K .......... .......... .......... .......... .......... 36% 69.2M 3s 11850K .......... .......... .......... .......... .......... 36% 23.7M 3s 11900K .......... .......... .......... .......... .......... 36% 3.60M 3s 11950K .......... .......... .......... .......... .......... 36% 149M 3s 12000K .......... .......... .......... .......... .......... 36% 27.1M 3s 12050K .......... .......... .......... .......... .......... 37% 68.1M 3s 12100K .......... .......... .......... .......... .......... 37% 1.84M 3s 12150K .......... .......... .......... .......... .......... 37% 85.5M 3s 12200K .......... .......... .......... .......... .......... 37% 96.1M 3s 12250K .......... .......... .......... .......... .......... 37% 3.65M 3s 12300K .......... .......... .......... .......... .......... 37% 28.2M 3s 12350K .......... .......... .......... .......... .......... 38% 45.3M 3s 12400K .......... .......... .......... .......... .......... 38% 3.75M 3s 12450K .......... .......... .......... .......... .......... 38% 122M 3s 12500K .......... .......... .......... .......... .......... 38% 21.2M 3s 12550K .......... .......... .......... .......... .......... 38% 55.7M 3s 12600K .......... .......... .......... .......... .......... 38% 1.62M 3s 12650K .......... .......... .......... .......... .......... 38% 54.8M 3s 12700K .......... .......... .......... .......... .......... 39% 92.5M 3s 12750K .......... .......... .......... .......... .......... 39% 4.40M 3s 12800K .......... .......... .......... .......... .......... 39% 55.9M 3s 12850K .......... .......... .......... .......... .......... 39% 43.8M 3s 12900K .......... .......... .......... .......... .......... 39% 4.20M 3s 12950K .......... .......... .......... .......... .......... 39% 84.4M 3s 13000K .......... .......... .......... .......... .......... 39% 12.5M 3s 13050K .......... .......... .......... .......... .......... 40% 47.1M 3s 13100K .......... .......... .......... .......... .......... 40% 1.77M 3s 13150K .......... .......... .......... .......... .......... 40% 58.0M 3s 13200K .......... .......... .......... .......... .......... 40% 81.5M 3s 13250K .......... .......... .......... .......... .......... 40% 3.06M 3s 13300K .......... .......... .......... .......... .......... 40% 112M 3s 13350K .......... .......... .......... .......... .......... 41% 12.4M 3s 13400K .......... .......... .......... .......... .......... 41% 10.9M 3s 13450K .......... .......... .......... .......... .......... 41% 124M 3s 13500K .......... .......... .......... .......... .......... 41% 12.1M 3s 13550K .......... .......... .......... .......... .......... 41% 45.2M 3s 13600K .......... .......... .......... .......... .......... 41% 1.75M 3s 13650K .......... .......... .......... .......... .......... 41% 28.5M 3s 13700K .......... .......... .......... .......... .......... 42% 88.3M 3s 13750K .......... .......... .......... .......... .......... 42% 3.32M 3s 13800K .......... .......... .......... .......... .......... 42% 30.8M 3s 13850K .......... .......... .......... .......... .......... 42% 14.6M 3s 13900K .......... .......... .......... .......... .......... 42% 12.5M 3s 13950K .......... .......... .......... .......... .......... 42% 93.9M 3s 14000K .......... .......... .......... .......... .......... 43% 12.3M 3s 14050K .......... .......... .......... .......... .......... 43% 33.2M 3s 14100K .......... .......... .......... .......... .......... 43% 1.77M 3s 14150K .......... .......... .......... .......... .......... 43% 30.9M 3s 14200K .......... .......... .......... .......... .......... 43% 96.2M 3s 14250K .......... .......... .......... .......... .......... 43% 3.21M 3s 14300K .......... .......... .......... .......... .......... 43% 19.7M 3s 14350K .......... .......... .......... .......... .......... 44% 12.3M 3s 14400K .......... .......... .......... .......... .......... 44% 21.9M 3s 14450K .......... .......... .......... .......... .......... 44% 115M 3s 14500K .......... .......... .......... .......... .......... 44% 12.1M 3s 14550K .......... .......... .......... .......... .......... 44% 31.3M 3s 14600K .......... .......... .......... .......... .......... 44% 1.65M 3s 14650K .......... .......... .......... .......... .......... 45% 69.3M 3s 14700K .......... .......... .......... .......... .......... 45% 109M 3s 14750K .......... .......... .......... .......... .......... 45% 3.32M 3s 14800K .......... .......... .......... .......... .......... 45% 20.6M 3s 14850K .......... .......... .......... .......... .......... 45% 13.9M 3s 14900K .......... .......... .......... .......... .......... 45% 25.6M 3s 14950K .......... .......... .......... .......... .......... 45% 125M 3s 15000K .......... .......... .......... .......... .......... 46% 12.0M 3s 15050K .......... .......... .......... .......... .......... 46% 32.3M 3s 15100K .......... .......... .......... .......... .......... 46% 1.61M 3s 15150K .......... .......... .......... .......... .......... 46% 124M 3s 15200K .......... .......... .......... .......... .......... 46% 70.8M 3s 15250K .......... .......... .......... .......... .......... 46% 2.11M 3s 15300K .......... .......... .......... .......... .......... 47% 27.2M 3s 15350K .......... .......... .......... .......... .......... 47% 41.8M 3s 15400K .......... .......... .......... .......... .......... 47% 55.5M 3s 15450K .......... .......... .......... .......... .......... 47% 89.6M 3s 15500K .......... .......... .......... .......... .......... 47% 63.0M 3s 15550K .......... .......... .......... .......... .......... 47% 100M 3s 15600K .......... .......... .......... .......... .......... 47% 1.66M 3s 15650K .......... .......... .......... .......... .......... 48% 36.7M 3s 15700K .......... .......... .......... .......... .......... 48% 108M 3s 15750K .......... .......... .......... .......... .......... 48% 2.18M 3s 15800K .......... .......... .......... .......... .......... 48% 18.2M 3s 15850K .......... .......... .......... .......... .......... 48% 60.9M 3s 15900K .......... .......... .......... .......... .......... 48% 114M 3s 15950K .......... .......... .......... .......... .......... 49% 49.4M 3s 16000K .......... .......... .......... .......... .......... 49% 48.1M 3s 16050K .......... .......... .......... .......... .......... 49% 70.1M 3s 16100K .......... .......... .......... .......... .......... 49% 1.11M 3s 16150K .......... .......... .......... .......... .......... 49% 107M 3s 16200K .......... .......... .......... .......... .......... 49% 39.3M 3s 16250K .......... .......... .......... .......... .......... 49% 4.81M 3s 16300K .......... .......... .......... .......... .......... 50% 35.6M 3s 16350K .......... .......... .......... .......... .......... 50% 58.6M 3s 16400K .......... .......... .......... .......... .......... 50% 38.8M 2s 16450K .......... .......... .......... .......... .......... 50% 87.6M 2s 16500K .......... .......... .......... .......... .......... 50% 64.3M 2s 16550K .......... .......... .......... .......... .......... 50% 67.4M 2s 16600K .......... .......... .......... .......... .......... 51% 961K 2s 16650K .......... .......... .......... .......... .......... 51% 140M 2s 16700K .......... .......... .......... .......... .......... 51% 70.4M 2s 16750K .......... .......... .......... .......... .......... 51% 67.7M 2s 16800K .......... .......... .......... .......... .......... 51% 4.93M 2s 16850K .......... .......... .......... .......... .......... 51% 5.16M 2s 16900K .......... .......... .......... .......... .......... 51% 95.6M 2s 16950K .......... .......... .......... .......... .......... 52% 19.9M 2s 17000K .......... .......... .......... .......... .......... 52% 54.0M 2s 17050K .......... .......... .......... .......... .......... 52% 66.0M 2s 17100K .......... .......... .......... .......... .......... 52% 851K 2s 17150K .......... .......... .......... .......... .......... 52% 157K 3s 17200K .......... .......... .......... .......... .......... 52% 56.1M 3s 17250K .......... .......... .......... .......... .......... 53% 61.9M 3s 17300K .......... .......... .......... .......... .......... 53% 59.8M 3s 17350K .......... .......... .......... .......... .......... 53% 28.7M 3s 17400K .......... .......... .......... .......... .......... 53% 56.6M 3s 17450K .......... .......... .......... .......... .......... 53% 69.2M 3s 17500K .......... .......... .......... .......... .......... 53% 121M 3s 17550K .......... .......... .......... .......... .......... 53% 67.2M 3s 17600K .......... .......... .......... .......... .......... 54% 956K 3s 17650K .......... .......... .......... .......... .......... 54% 8.79M 3s 17700K .......... .......... .......... .......... .......... 54% 1.38M 3s 17750K .......... .......... .......... .......... .......... 54% 96.3M 3s 17800K .......... .......... .......... .......... .......... 54% 49.8M 3s 17850K .......... .......... .......... .......... .......... 54% 36.9M 3s 17900K .......... .......... .......... .......... .......... 55% 67.4M 3s 17950K .......... .......... .......... .......... .......... 55% 72.0M 3s 18000K .......... .......... .......... .......... .......... 55% 67.4M 3s 18050K .......... .......... .......... .......... .......... 55% 91.3M 2s 18100K .......... .......... .......... .......... .......... 55% 2.34M 2s 18150K .......... .......... .......... .......... .......... 55% 40.5M 2s 18200K .......... .......... .......... .......... .......... 55% 1.23M 2s 18250K .......... .......... .......... .......... .......... 56% 40.6M 2s 18300K .......... .......... .......... .......... .......... 56% 82.0M 2s 18350K .......... .......... .......... .......... .......... 56% 34.7M 2s 18400K .......... .......... .......... .......... .......... 56% 11.3M 2s 18450K .......... .......... .......... .......... .......... 56% 2.00M 2s 18500K .......... .......... .......... .......... .......... 56% 16.7M 2s 18550K .......... .......... .......... .......... .......... 57% 107M 2s 18600K .......... .......... .......... .......... .......... 57% 16.7M 2s 18650K .......... .......... .......... .......... .......... 57% 948K 2s 18700K .......... .......... .......... .......... .......... 57% 4.70M 2s 18750K .......... .......... .......... .......... .......... 57% 27.1M 2s 18800K .......... .......... .......... .......... .......... 57% 14.9M 2s 18850K .......... .......... .......... .......... .......... 57% 2.52M 2s 18900K .......... .......... .......... .......... .......... 58% 108M 2s 18950K .......... .......... .......... .......... .......... 58% 35.5M 2s 19000K .......... .......... .......... .......... .......... 58% 78.4M 2s 19050K .......... .......... .......... .......... .......... 58% 70.2M 2s 19100K .......... .......... .......... .......... .......... 58% 1.83M 2s 19150K .......... .......... .......... .......... .......... 58% 111M 2s 19200K .......... .......... .......... .......... .......... 58% 2.49M 2s 19250K .......... .......... .......... .......... .......... 59% 41.9M 2s 19300K .......... .......... .......... .......... .......... 59% 40.2M 2s 19350K .......... .......... .......... .......... .......... 59% 5.57M 2s 19400K .......... .......... .......... .......... .......... 59% 69.0M 2s 19450K .......... .......... .......... .......... .......... 59% 44.0M 2s 19500K .......... .......... .......... .......... .......... 59% 43.0M 2s 19550K .......... .......... .......... .......... .......... 60% 39.9M 2s 19600K .......... .......... .......... .......... .......... 60% 1.90M 2s 19650K .......... .......... .......... .......... .......... 60% 123M 2s 19700K .......... .......... .......... .......... .......... 60% 637K 2s 19750K .......... .......... .......... .......... .......... 60% 39.8M 2s 19800K .......... .......... .......... .......... .......... 60% 24.9M 2s 19850K .......... .......... .......... .......... .......... 60% 70.8M 2s 19900K .......... .......... .......... .......... .......... 61% 38.5M 2s 19950K .......... .......... .......... .......... .......... 61% 20.7M 2s 20000K .......... .......... .......... .......... .......... 61% 24.6M 2s 20050K .......... .......... .......... .......... .......... 61% 4.80M 2s 20100K .......... .......... .......... .......... .......... 61% 109M 2s 20150K .......... .......... .......... .......... .......... 61% 1.26M 2s 20200K .......... .......... .......... .......... .......... 62% 42.3M 2s 20250K .......... .......... .......... .......... .......... 62% 39.4M 2s 20300K .......... .......... .......... .......... .......... 62% 18.1M 2s 20350K .......... .......... .......... .......... .......... 62% 80.1M 2s 20400K .......... .......... .......... .......... .......... 62% 16.2M 2s 20450K .......... .......... .......... .......... .......... 62% 9.70M 2s 20500K .......... .......... .......... .......... .......... 62% 13.4M 2s 20550K .......... .......... .......... .......... .......... 63% 4.28M 2s 20600K .......... .......... .......... .......... .......... 63% 88.0M 2s 20650K .......... .......... .......... .......... .......... 63% 1.15M 2s 20700K .......... .......... .......... .......... .......... 63% 26.0M 2s 20750K .......... .......... .......... .......... .......... 63% 3.58M 2s 20800K .......... .......... .......... .......... .......... 63% 1.13M 2s 20850K .......... .......... .......... .......... .......... 64% 384K 2s 20900K .......... .......... .......... .......... .......... 64% 51.6M 2s 20950K .......... .......... .......... .......... .......... 64% 6.91M 2s 21000K .......... .......... .......... .......... .......... 64% 1.72M 2s 21050K .......... .......... .......... .......... .......... 64% 47.4M 2s 21100K .......... .......... .......... .......... .......... 64% 30.7M 2s 21150K .......... .......... .......... .......... .......... 64% 57.2M 2s 21200K .......... .......... .......... .......... .......... 65% 66.2M 2s 21250K .......... .......... .......... .......... .......... 65% 125M 2s 21300K .......... .......... .......... .......... .......... 65% 47.6M 2s 21350K .......... .......... .......... .......... .......... 65% 2.50M 2s 21400K .......... .......... .......... .......... .......... 65% 9.26M 2s 21450K .......... .......... .......... .......... .......... 65% 1.73M 2s 21500K .......... .......... .......... .......... .......... 66% 117M 2s 21550K .......... .......... .......... .......... .......... 66% 24.1M 2s 21600K .......... .......... .......... .......... .......... 66% 55.0M 2s 21650K .......... .......... .......... .......... .......... 66% 898K 2s 21700K .......... .......... .......... .......... .......... 66% 3.75M 2s 21750K .......... .......... .......... .......... .......... 66% 69.2M 2s 21800K .......... .......... .......... .......... .......... 66% 53.2M 2s 21850K .......... .......... .......... .......... .......... 67% 67.6M 2s 21900K .......... .......... .......... .......... .......... 67% 55.4M 2s 21950K .......... .......... .......... .......... .......... 67% 35.6M 2s 22000K .......... .......... .......... .......... .......... 67% 67.2M 2s 22050K .......... .......... .......... .......... .......... 67% 72.0M 2s 22100K .......... .......... .......... .......... .......... 67% 92.5M 2s 22150K .......... .......... .......... .......... .......... 68% 1.23M 2s 22200K .......... .......... .......... .......... .......... 68% 3.70M 2s 22250K .......... .......... .......... .......... .......... 68% 103M 2s 22300K .......... .......... .......... .......... .......... 68% 52.0M 2s 22350K .......... .......... .......... .......... .......... 68% 64.0M 2s 22400K .......... .......... .......... .......... .......... 68% 44.0M 2s 22450K .......... .......... .......... .......... .......... 68% 24.3M 2s 22500K .......... .......... .......... .......... .......... 69% 85.7M 2s 22550K .......... .......... .......... .......... .......... 69% 97.0M 2s 22600K .......... .......... .......... .......... .......... 69% 64.6M 2s 22650K .......... .......... .......... .......... .......... 69% 1.25M 2s 22700K .......... .......... .......... .......... .......... 69% 3.66M 2s 22750K .......... .......... .......... .......... .......... 69% 99.3M 2s 22800K .......... .......... .......... .......... .......... 70% 52.8M 2s 22850K .......... .......... .......... .......... .......... 70% 50.8M 2s 22900K .......... .......... .......... .......... .......... 70% 72.3M 2s 22950K .......... .......... .......... .......... .......... 70% 128M 2s 23000K .......... .......... .......... .......... .......... 70% 14.3M 2s 23050K .......... .......... .......... .......... .......... 70% 84.4M 2s 23100K .......... .......... .......... .......... .......... 70% 65.2M 2s 23150K .......... .......... .......... .......... .......... 71% 1.29M 2s 23200K .......... .......... .......... .......... .......... 71% 3.49M 2s 23250K .......... .......... .......... .......... .......... 71% 92.7M 2s 23300K .......... .......... .......... .......... .......... 71% 81.8M 2s 23350K .......... .......... .......... .......... .......... 71% 92.7M 2s 23400K .......... .......... .......... .......... .......... 71% 54.3M 2s 23450K .......... .......... .......... .......... .......... 72% 12.6M 2s 23500K .......... .......... .......... .......... .......... 72% 92.8M 2s 23550K .......... .......... .......... .......... .......... 72% 75.5M 2s 23600K .......... .......... .......... .......... .......... 72% 57.5M 2s 23650K .......... .......... .......... .......... .......... 72% 1.31M 2s 23700K .......... .......... .......... .......... .......... 72% 117M 2s 23750K .......... .......... .......... .......... .......... 72% 3.61M 2s 23800K .......... .......... .......... .......... .......... 73% 63.6M 2s 23850K .......... .......... .......... .......... .......... 73% 65.8M 2s 23900K .......... .......... .......... .......... .......... 73% 62.5M 2s 23950K .......... .......... .......... .......... .......... 73% 109M 2s 24000K .......... .......... .......... .......... .......... 73% 9.90M 1s 24050K .......... .......... .......... .......... .......... 73% 83.3M 1s 24100K .......... .......... .......... .......... .......... 74% 66.9M 1s 24150K .......... .......... .......... .......... .......... 74% 1.34M 1s 24200K .......... .......... .......... .......... .......... 74% 3.62M 1s 24250K .......... .......... .......... .......... .......... 74% 104M 1s 24300K .......... .......... .......... .......... .......... 74% 71.0M 1s 24350K .......... .......... .......... .......... .......... 74% 65.9M 1s 24400K .......... .......... .......... .......... .......... 74% 55.3M 1s 24450K .......... .......... .......... .......... .......... 75% 100M 1s 24500K .......... .......... .......... .......... .......... 75% 9.97M 1s 24550K .......... .......... .......... .......... .......... 75% 32.5M 1s 24600K .......... .......... .......... .......... .......... 75% 67.8M 1s 24650K .......... .......... .......... .......... .......... 75% 1.37M 1s 24700K .......... .......... .......... .......... .......... 75% 128M 1s 24750K .......... .......... .......... .......... .......... 76% 3.66M 1s 24800K .......... .......... .......... .......... .......... 76% 67.3M 1s 24850K .......... .......... .......... .......... .......... 76% 64.5M 1s 24900K .......... .......... .......... .......... .......... 76% 54.7M 1s 24950K .......... .......... .......... .......... .......... 76% 99.1M 1s 25000K .......... .......... .......... .......... .......... 76% 10.3M 1s 25050K .......... .......... .......... .......... .......... 76% 19.2M 1s 25100K .......... .......... .......... .......... .......... 77% 107M 1s 25150K .......... .......... .......... .......... .......... 77% 1.39M 1s 25200K .......... .......... .......... .......... .......... 77% 86.8M 1s 25250K .......... .......... .......... .......... .......... 77% 3.76M 1s 25300K .......... .......... .......... .......... .......... 77% 53.5M 1s 25350K .......... .......... .......... .......... .......... 77% 27.5M 1s 25400K .......... .......... .......... .......... .......... 78% 63.9M 1s 25450K .......... .......... .......... .......... .......... 78% 101M 1s 25500K .......... .......... .......... .......... .......... 78% 13.3M 1s 25550K .......... .......... .......... .......... .......... 78% 14.4M 1s 25600K .......... .......... .......... .......... .......... 78% 65.9M 1s 25650K .......... .......... .......... .......... .......... 78% 1.42M 1s 25700K .......... .......... .......... .......... .......... 78% 120M 1s 25750K .......... .......... .......... .......... .......... 79% 3.84M 1s 25800K .......... .......... .......... .......... .......... 79% 55.9M 1s 25850K .......... .......... .......... .......... .......... 79% 26.4M 1s 25900K .......... .......... .......... .......... .......... 79% 68.5M 1s 25950K .......... .......... .......... .......... .......... 79% 119M 1s 26000K .......... .......... .......... .......... .......... 79% 12.5M 1s 26050K .......... .......... .......... .......... .......... 79% 11.9M 1s 26100K .......... .......... .......... .......... .......... 80% 66.2M 1s 26150K .......... .......... .......... .......... .......... 80% 1.46M 1s 26200K .......... .......... .......... .......... .......... 80% 69.7M 1s 26250K .......... .......... .......... .......... .......... 80% 3.84M 1s 26300K .......... .......... .......... .......... .......... 80% 73.1M 1s 26350K .......... .......... .......... .......... .......... 80% 25.3M 1s 26400K .......... .......... .......... .......... .......... 81% 64.6M 1s 26450K .......... .......... .......... .......... .......... 81% 94.6M 1s 26500K .......... .......... .......... .......... .......... 81% 13.5M 1s 26550K .......... .......... .......... .......... .......... 81% 10.1M 1s 26600K .......... .......... .......... .......... .......... 81% 66.7M 1s 26650K .......... .......... .......... .......... .......... 81% 1.48M 1s 26700K .......... .......... .......... .......... .......... 81% 92.5M 1s 26750K .......... .......... .......... .......... .......... 82% 3.64M 1s 26800K .......... .......... .......... .......... .......... 82% 57.2M 1s 26850K .......... .......... .......... .......... .......... 82% 45.3M 1s 26900K .......... .......... .......... .......... .......... 82% 68.4M 1s 26950K .......... .......... .......... .......... .......... 82% 83.3M 1s 27000K .......... .......... .......... .......... .......... 82% 13.1M 1s 27050K .......... .......... .......... .......... .......... 83% 10.3M 1s 27100K .......... .......... .......... .......... .......... 83% 28.8M 1s 27150K .......... .......... .......... .......... .......... 83% 1.53M 1s 27200K .......... .......... .......... .......... .......... 83% 68.4M 1s 27250K .......... .......... .......... .......... .......... 83% 3.64M 1s 27300K .......... .......... .......... .......... .......... 83% 66.8M 1s 27350K .......... .......... .......... .......... .......... 83% 37.6M 1s 27400K .......... .......... .......... .......... .......... 84% 56.5M 1s 27450K .......... .......... .......... .......... .......... 84% 86.2M 1s 27500K .......... .......... .......... .......... .......... 84% 13.5M 1s 27550K .......... .......... .......... .......... .......... 84% 10.2M 1s 27600K .......... .......... .......... .......... .......... 84% 19.2M 1s 27650K .......... .......... .......... .......... .......... 84% 1.58M 1s 27700K .......... .......... .......... .......... .......... 85% 94.4M 1s 27750K .......... .......... .......... .......... .......... 85% 3.48M 1s 27800K .......... .......... .......... .......... .......... 85% 87.5M 1s 27850K .......... .......... .......... .......... .......... 85% 66.1M 1s 27900K .......... .......... .......... .......... .......... 85% 49.0M 1s 27950K .......... .......... .......... .......... .......... 85% 101M 1s 28000K .......... .......... .......... .......... .......... 85% 13.6M 1s 28050K .......... .......... .......... .......... .......... 86% 9.94M 1s 28100K .......... .......... .......... .......... .......... 86% 14.9M 1s 28150K .......... .......... .......... .......... .......... 86% 118M 1s 28200K .......... .......... .......... .......... .......... 86% 1.61M 1s 28250K .......... .......... .......... .......... .......... 86% 3.52M 1s 28300K .......... .......... .......... .......... .......... 86% 62.5M 1s 28350K .......... .......... .......... .......... .......... 87% 67.3M 1s 28400K .......... .......... .......... .......... .......... 87% 46.9M 1s 28450K .......... .......... .......... .......... .......... 87% 121M 1s 28500K .......... .......... .......... .......... .......... 87% 13.2M 1s 28550K .......... .......... .......... .......... .......... 87% 9.75M 1s 28600K .......... .......... .......... .......... .......... 87% 12.0M 1s 28650K .......... .......... .......... .......... .......... 87% 1.67M 1s 28700K .......... .......... .......... .......... .......... 88% 92.7M 1s 28750K .......... .......... .......... .......... .......... 88% 3.54M 1s 28800K .......... .......... .......... .......... .......... 88% 46.4M 1s 28850K .......... .......... .......... .......... .......... 88% 101M 1s 28900K .......... .......... .......... .......... .......... 88% 97.9M 1s 28950K .......... .......... .......... .......... .......... 88% 59.4M 1s 29000K .......... .......... .......... .......... .......... 89% 8.80M 1s 29050K .......... .......... .......... .......... .......... 89% 8.51M 1s 29100K .......... .......... .......... .......... .......... 89% 21.1M 1s 29150K .......... .......... .......... .......... .......... 89% 91.3M 1s 29200K .......... .......... .......... .......... .......... 89% 1.70M 1s 29250K .......... .......... .......... .......... .......... 89% 3.42M 1s 29300K .......... .......... .......... .......... .......... 89% 65.2M 1s 29350K .......... .......... .......... .......... .......... 90% 70.6M 1s 29400K .......... .......... .......... .......... .......... 90% 53.6M 1s 29450K .......... .......... .......... .......... .......... 90% 61.0M 1s 29500K .......... .......... .......... .......... .......... 90% 10.0M 1s 29550K .......... .......... .......... .......... .......... 90% 8.96M 0s 29600K .......... .......... .......... .......... .......... 90% 13.6M 0s 29650K .......... .......... .......... .......... .......... 91% 91.7M 0s 29700K .......... .......... .......... .......... .......... 91% 1.70M 0s 29750K .......... .......... .......... .......... .......... 91% 3.80M 0s 29800K .......... .......... .......... .......... .......... 91% 53.0M 0s 29850K .......... .......... .......... .......... .......... 91% 68.3M 0s 29900K .......... .......... .......... .......... .......... 91% 94.8M 0s 29950K .......... .......... .......... .......... .......... 91% 64.1M 0s 30000K .......... .......... .......... .......... .......... 92% 9.56M 0s 30050K .......... .......... .......... .......... .......... 92% 8.55M 0s 30100K .......... .......... .......... .......... .......... 92% 13.7M 0s 30150K .......... .......... .......... .......... .......... 92% 94.0M 0s 30200K .......... .......... .......... .......... .......... 92% 1.65M 0s 30250K .......... .......... .......... .......... .......... 92% 447K 0s 30300K .......... .......... .......... .......... .......... 93% 31.4M 0s 30350K .......... .......... .......... .......... .......... 93% 46.3M 0s 30400K .......... .......... .......... .......... .......... 93% 32.1M 0s 30450K .......... .......... .......... .......... .......... 93% 34.5M 0s 30500K .......... .......... .......... .......... .......... 93% 29.9M 0s 30550K .......... .......... .......... .......... .......... 93% 36.8M 0s 30600K .......... .......... .......... .......... .......... 93% 13.3M 0s 30650K .......... .......... .......... .......... .......... 94% 103M 0s 30700K .......... .......... .......... .......... .......... 94% 937K 0s 30750K .......... .......... .......... .......... .......... 94% 3.93M 0s 30800K .......... .......... .......... .......... .......... 94% 35.0M 0s 30850K .......... .......... .......... .......... .......... 94% 93.5M 0s 30900K .......... .......... .......... .......... .......... 94% 47.2M 0s 30950K .......... .......... .......... .......... .......... 95% 67.3M 0s 31000K .......... .......... .......... .......... .......... 95% 66.7M 0s 31050K .......... .......... .......... .......... .......... 95% 70.2M 0s 31100K .......... .......... .......... .......... .......... 95% 126M 0s 31150K .......... .......... .......... .......... .......... 95% 69.8M 0s 31200K .......... .......... .......... .......... .......... 95% 1.16M 0s 31250K .......... .......... .......... .......... .......... 95% 2.98M 0s 31300K .......... .......... .......... .......... .......... 96% 83.5M 0s 31350K .......... .......... .......... .......... .......... 96% 59.4M 0s 31400K .......... .......... .......... .......... .......... 96% 63.1M 0s 31450K .......... .......... .......... .......... .......... 96% 89.6M 0s 31500K .......... .......... .......... .......... .......... 96% 71.9M 0s 31550K .......... .......... .......... .......... .......... 96% 65.9M 0s 31600K .......... .......... .......... .......... .......... 97% 45.0M 0s 31650K .......... .......... .......... .......... .......... 97% 877K 0s 31700K .......... .......... .......... .......... .......... 97% 11.5M 0s 31750K .......... .......... .......... .......... .......... 97% 28.5M 0s 31800K .......... .......... .......... .......... .......... 97% 19.1M 0s 31850K .......... .......... .......... .......... .......... 97% 91.3M 0s 31900K .......... .......... .......... .......... .......... 97% 38.3M 0s 31950K .......... .......... .......... .......... .......... 98% 18.1M 0s 32000K .......... .......... .......... .......... .......... 98% 16.8M 0s 32050K .......... .......... .......... .......... .......... 98% 18.2M 0s 32100K .......... .......... .......... .......... .......... 98% 92.4M 0s 32150K .......... .......... .......... .......... .......... 98% 1.16M 0s 32200K .......... .......... .......... .......... .......... 98% 13.2M 0s 32250K .......... .......... .......... .......... .......... 98% 1008K 0s 32300K .......... .......... .......... .......... .......... 99% 39.1M 0s 32350K .......... .......... .......... .......... .......... 99% 89.8M 0s 32400K .......... .......... .......... .......... .......... 99% 29.4M 0s 32450K .......... .......... .......... .......... .......... 99% 50.0M 0s 32500K .......... .......... .......... .......... .......... 99% 62.3M 0s 32550K .......... .......... .......... .......... .......... 99% 865K 0s 32600K .......... .......... ....... 100% 86.3M=5.4s 2021-05-24 18:38:30 (5.86 MB/s) - ‘/home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/plugins/com.ibm.dtfj.j9_1.12.29003.202006111057.jar’ saved [33410372/33410372] + ls -R /home/jenkins/.m2/repository/public.dhe.ibm.com/ /home/jenkins/.m2/repository/public.dhe.ibm.com/: ibmdl robots.txt /home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl: export /home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export: pub /home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub: software /home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software: websphere /home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere: runtimes /home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes: tools /home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools: dtfj /home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj: artifacts.jar artifacts.xml.xz content.jar content.xml.xz features p2.index plugins /home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/features: com.ibm.dtfj.feature_1.12.29003.202006111057.jar /home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/plugins: com.ibm.dtfj.api_1.12.29003.202006111057.jar com.ibm.dtfj.j9_1.12.29003.202006111057.jar + cd parent + '[' false == true ']' + rm -r ../../.repository/org/eclipse/mat/ rm: cannot remove ‘../../.repository/org/eclipse/mat/’: No such file or directory + true + /opt/tools/apache-maven/latest/bin/mvn -P build-server,build-snapshot -Dmat-target=mat-2021-03-local-dtfj -Dmaven.test.failure.ignore=false -Dmat-product=mat-2021-03 clean deploy spotbugs:spotbugs Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.10.19-200.fc33.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.mat:org.eclipse.mat.api:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/pom.xml [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/ (142B) [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800 [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/ (122.7kB) [INFO] Fetching p2.index from https://download.eclipse.org/birt/update-site/oxygen-interim/ (172B) [INFO] Adding repository https://download.eclipse.org/birt/update-site/oxygen-interim [INFO] Fetching content.xml.xz from https://download.eclipse.org/birt/update-site/oxygen-interim/ (124.2kB) [INFO] Adding repository file:/home/jenkins/.m2/repository/public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj [INFO] Fetching p2.index from https://download.eclipse.org/technology/swtbot/releases/latest/ (172B) [INFO] Adding repository https://download.eclipse.org/technology/swtbot/releases/latest [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/swtbot/releases/latest/ (11.75kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.mat:org.eclipse.mat.api:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/pom.xml [INFO] Fetching R-4.19-202103031800&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.19/ [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.67MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.67MB) [INFO] Unpacking com.ibm.icu_67.1.0.v20200706-1749... [INFO] Fetching org.eclipse.core.contenttype_3.7.900.v20210111-0918.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (41.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.contenttype_3.7.900.v20210111-0918.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (41.22kB) [INFO] Unpacking org.eclipse.core.contenttype_3.7.900.v20210111-0918... [INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (55.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (55.51kB) [INFO] Unpacking org.eclipse.equinox.preferences_3.8.200.v20210212-1143... [INFO] Fetching org.eclipse.equinox.registry_3.10.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (77.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.registry_3.10.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (77.13kB) [INFO] Unpacking org.eclipse.equinox.registry_3.10.100.v20210212-1143... [INFO] Fetching org.eclipse.equinox.common_3.14.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (58.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.common_3.14.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (58.96kB) [INFO] Unpacking org.eclipse.equinox.common_3.14.100.v20210212-1143... [INFO] Fetching org.eclipse.osgi_3.16.200.v20210226-1447.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (470.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.16.200.v20210226-1447.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (470.65kB) [INFO] Unpacking org.eclipse.osgi_3.16.200.v20210226-1447... [INFO] Fetching org.eclipse.core.jobs_3.10.1100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (46.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.jobs_3.10.1100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (46.09kB) [INFO] Unpacking org.eclipse.core.jobs_3.10.1100.v20210111-0815... [INFO] Fetching org.eclipse.core.runtime_3.20.100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (33.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.runtime_3.20.100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (33.38kB) [INFO] Unpacking org.eclipse.core.runtime_3.20.100.v20210111-0815... [INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (42.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (42.03kB) [INFO] Unpacking org.eclipse.equinox.app_1.5.100.v20210212-1143... [INFO] Resolving class path of MavenProject: org.eclipse.mat:org.eclipse.mat.api:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mat:org.eclipse.mat.chart:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mat:org.eclipse.mat.chart:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart/pom.xml [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (143.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (143.98kB) [INFO] Unpacking org.apache.commons.codec_1.14.0.v20200818-1422... [INFO] Fetching org.eclipse.birt.chart.device.extension_4.7.0.v201706222054.jar from https://download.eclipse.org/birt/update-site/oxygen-interim/plugins/ (153.15kB) [INFO] Fetching org.eclipse.birt.chart.engine_4.7.0.v201706222054.jar from https://download.eclipse.org/birt/update-site/oxygen-interim/plugins/ (1.69MB) [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (484.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.emf.ecore_2.23.0.v20200630-0516... [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (84.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (84.06kB) [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... [INFO] Fetching org.eclipse.birt.core_4.7.0.v201706222054.jar from https://download.eclipse.org/birt/update-site/oxygen-interim/plugins/ (530.51kB) [INFO] Fetching org.eclipse.birt.chart.engine.extension_4.7.0.v201706222054.jar from https://download.eclipse.org/birt/update-site/oxygen-interim/plugins/ (295.23kB) [INFO] Fetching org.mozilla.javascript_1.7.5.v201504281450.jar from https://download.eclipse.org/birt/update-site/oxygen-interim/plugins/ (1.12MB) [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210114-1734.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (114.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210114-1734.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (114.56kB) [INFO] Unpacking org.eclipse.emf.common_2.22.0.v20210114-1734... [INFO] Resolving class path of MavenProject: org.eclipse.mat:org.eclipse.mat.chart:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mat:org.eclipse.mat.chart.ui:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mat:org.eclipse.mat.chart.ui:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart.ui/pom.xml [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.28MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.28MB) [INFO] Unpacking com.sun.jna_4.5.1.v20190425-1842... [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (328.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (328.72kB) [INFO] Unpacking com.sun.jna.platform_4.5.1.v20190425-1842... [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (36.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (36.66kB) [INFO] Unpacking javax.annotation_1.3.5.v20200909-1856... [INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13kB) [INFO] Unpacking org.apache.batik.constants_1.13.0.v20200622-2037... [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (102.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (102.39kB) [INFO] Unpacking org.apache.batik.css_1.13.0.v20200622-2037... [INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (63.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (63.23kB) [INFO] Unpacking org.apache.batik.util_1.13.0.v20200622-2037... [INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (14.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (14.47kB) [INFO] Unpacking org.apache.batik.i18n_1.13.0.v20200622-2037... [INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (255.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (255.73kB) [INFO] Unpacking org.apache.xmlgraphics_2.4.0.v20200622-2037... [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (15.35kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (95.26kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (82.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (82.7kB) [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029... [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (33.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (33.71kB) [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502... [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (155.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (155.35kB) [INFO] Unpacking org.apache.felix.scr_2.1.24.v20200924-1939... [INFO] Fetching org.eclipse.osgi.services_3.10.0.v20210212-1137.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (43.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.services_3.10.0.v20210212-1137.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (43.93kB) [INFO] Unpacking org.eclipse.osgi.services_3.10.0.v20210212-1137... [INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (30.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (30.58kB) [INFO] Unpacking org.eclipse.osgi.util_3.6.0.v20210212-1137... [INFO] Fetching org.eclipse.birt.chart.device.swt_4.7.0.v201706222054.jar from https://download.eclipse.org/birt/update-site/oxygen-interim/plugins/ (61.88kB) [INFO] Fetching org.eclipse.swt_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.03kB) [INFO] Unpacking org.eclipse.swt_3.116.0.v20210302-1107... [INFO] Fetching org.eclipse.core.commands_3.9.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (43.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.commands_3.9.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (43.1kB) [INFO] Unpacking org.eclipse.core.commands_3.9.800.v20201021-1339... [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (56.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (56.91kB) [INFO] Unpacking org.eclipse.core.databinding_1.10.100.v20200926-1123... [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (82.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (82.74kB) [INFO] Unpacking org.eclipse.core.databinding.observable_1.10.0.v20200730-0848... [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (44.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (44.71kB) [INFO] Unpacking org.eclipse.core.databinding.property_1.8.100.v20200619-0651... [INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210203-1000.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (33.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210203-1000.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (33.72kB) [INFO] Unpacking org.eclipse.core.expressions_3.7.100.v20210203-1000... [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.79kB) [INFO] Unpacking org.eclipse.core.filesystem_1.7.700.v20200110-1734... [INFO] Fetching org.eclipse.core.resources_3.14.0.v20210215-0934.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (877.43kB) [INFO] Fetching org.eclipse.e4.core.commands_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.commands_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.78kB) [INFO] Unpacking org.eclipse.e4.core.commands_0.13.0.v20201119-1132... [INFO] Fetching org.eclipse.e4.core.di_1.7.700.v20210128-2123.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (25.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di_1.7.700.v20210128-2123.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (25.87kB) [INFO] Unpacking org.eclipse.e4.core.di_1.7.700.v20210128-2123... [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (22.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (22.66kB) [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.400.v20191217-1710... [INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.94kB) [INFO] Unpacking org.eclipse.e4.core.services_2.2.600.v20210110-1654... [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.68kB) [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352... [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.72kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938... [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.800.v20210110-1654.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.800.v20210110-1654.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.42kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.800.v20210110-1654... [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (21.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (21.73kB) [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849... [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (107.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (107.16kB) [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (23.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (23.02kB) [INFO] Unpacking org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132... [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.14kB) [INFO] Unpacking org.eclipse.e4.ui.services_1.5.0.v20210115-1333... [INFO] Fetching org.eclipse.jface_3.22.100.v20210126-0831.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (362.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface_3.22.100.v20210126-0831.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (362.4kB) [INFO] Unpacking org.eclipse.jface_3.22.100.v20210126-0831... [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (66.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (66.15kB) [INFO] Unpacking org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653... [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.100.v20201217-1340.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (65.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.100.v20201217-1340.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (65.63kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.14.100.v20201217-1340... [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.78kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147... [INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.79kB) [INFO] Unpacking org.eclipse.e4.ui.di_1.3.0.v20210222-1018... [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.64kB) [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317... [INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (8.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (8.13kB) [INFO] Unpacking org.eclipse.e4.ui.ide_3.15.200.v20210108-1832... [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (110.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (110.28kB) [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958... [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.19kB) [INFO] Unpacking org.eclipse.equinox.event_1.6.0.v20210212-1143... [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.46kB) [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339... [INFO] Fetching org.eclipse.e4.ui.workbench_1.12.100.v20210122-1731.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (84.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench_1.12.100.v20210122-1731.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (84.12kB) [INFO] Unpacking org.eclipse.e4.ui.workbench_1.12.100.v20210122-1731... [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (50.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (50.81kB) [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725... [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.100.v20201221-2332.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (49.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.100.v20201221-2332.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (49.78kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.4.100.v20201221-2332... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (94.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (94.41kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918... [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.0.v20201230-1610.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (62.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.0.v20201230-1610.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (62.6kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.16.0.v20201230-1610... [INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (77.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (77.72kB) [INFO] Unpacking org.eclipse.jface.databinding_1.12.200.v20210111-0911... [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.07kB) [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339... [INFO] Fetching org.eclipse.urischeme_1.1.300.v20210113-1544.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (23.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.urischeme_1.1.300.v20210113-1544.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (23.89kB) [INFO] Unpacking org.eclipse.urischeme_1.1.300.v20210113-1544... [INFO] Fetching org.eclipse.equinox.bidi_1.3.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (23.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.bidi_1.3.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (23.98kB) [INFO] Unpacking org.eclipse.equinox.bidi_1.3.100.v20210212-1143... [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (32.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (32.04kB) [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.300.v20200211-1504... [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (74.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (74.47kB) [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530... [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (108kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (108kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020... [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.500.v20210108-0738.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (50.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.500.v20210108-0738.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (50.79kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.500.v20210108-0738... [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (55.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (55.38kB) [INFO] Unpacking org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853... [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (44.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (44.42kB) [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613... [INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (44.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (44.86kB) [INFO] Unpacking org.eclipse.equinox.security_1.3.600.v20210126-1005... [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (120.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (120.7kB) [INFO] Unpacking org.eclipse.help_3.8.800.v20200525-0755... [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (14.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (14.74kB) [INFO] Unpacking org.eclipse.jface.notifications_0.3.0.v20210218-1820... [INFO] Fetching org.eclipse.jface.text_3.17.0.v20210213-0904.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (317.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.text_3.17.0.v20210213-0904.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (317.43kB) [INFO] Unpacking org.eclipse.jface.text_3.17.0.v20210213-0904... [INFO] Fetching org.eclipse.text_3.11.0.v20210203-1022.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (100.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.11.0.v20210203-1022.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (100.65kB) [INFO] Unpacking org.eclipse.text_3.11.0.v20210203-1022... [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.18MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.18MB) [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.116.0.v20210302-1107... [INFO] Fetching org.eclipse.ui.workbench_3.122.100.v20210215-1525.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (960.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench_3.122.100.v20210215-1525.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (960.47kB) [INFO] Unpacking org.eclipse.ui.workbench_3.122.100.v20210215-1525... [INFO] Fetching org.eclipse.ui.ide_3.18.100.v20210122-1536.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (950.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide_3.18.100.v20210122-1536.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (950.29kB) [INFO] Unpacking org.eclipse.ui.ide_3.18.100.v20210122-1536... [INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (122.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (122.98kB) [INFO] Unpacking org.eclipse.ui.forms_3.11.100.v20210108-1139... [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.200.v20210121-1039.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (150.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.200.v20210121-1039.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (150.08kB) [INFO] Unpacking org.eclipse.ui.cheatsheets_3.7.200.v20210121-1039... [INFO] Fetching org.eclipse.ui.intro_3.6.100.v20210119-2223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (142.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro_3.6.100.v20210119-2223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (142.08kB) [INFO] Unpacking org.eclipse.ui.intro_3.6.100.v20210119-2223... [INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (47.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (47.88kB) [INFO] Unpacking org.eclipse.ui.views_3.11.0.v20210111-1351... [INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (339.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (339.79kB) [INFO] Unpacking org.eclipse.ui_3.119.0.v20210111-1350... [INFO] Fetching org.eclipse.ui.navigator_3.10.0.v20210111-1352.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (130.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator_3.10.0.v20210111-1352.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (130.04kB) [INFO] Unpacking org.eclipse.ui.navigator_3.10.0.v20210111-1352... [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.71kB) [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (836.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (836.96kB) [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.116.0.v20210302-1107... [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (976.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (976.59kB) [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210302-1107... [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (994.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (994.58kB) [INFO] Unpacking org.eclipse.swt.gtk.linux.ppc64le_3.116.0.v20210302-1107... [INFO] Resolving class path of MavenProject: org.eclipse.mat:org.eclipse.mat.chart.ui:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mat:org.eclipse.mat.dtfj:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.dtfj/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mat:org.eclipse.mat.dtfj:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.dtfj/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mat:org.eclipse.mat.dtfj:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.dtfj/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mat:org.eclipse.mat.hprof:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mat:org.eclipse.mat.hprof:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mat:org.eclipse.mat.hprof:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mat:org.eclipse.mat.jdt:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jdt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mat:org.eclipse.mat.jdt:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jdt/pom.xml May 24, 2021 6:40:18 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 24, 2021 6:40:18 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.compare_3.7.1300.v20210114-0707.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (306.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare_3.7.1300.v20210114-0707.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (306.78kB) [INFO] Unpacking org.eclipse.compare_3.7.1300.v20210114-0707... [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.0.v20210120-0733.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (235.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.0.v20210120-0733.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (235.59kB) [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.16.0.v20210120-0733... [INFO] Fetching org.eclipse.ui.editors_3.14.0.v20210215-0846.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (200.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.editors_3.14.0.v20210215-0846.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (200.97kB) [INFO] Unpacking org.eclipse.ui.editors_3.14.0.v20210215-0846... [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (32.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (32.82kB) [INFO] Unpacking org.eclipse.compare.core_3.6.1000.v20201020-1107... [INFO] Fetching org.eclipse.core.filebuffers_3.6.1100.v20201029-1159.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (41.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filebuffers_3.6.1100.v20201029-1159.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (41.14kB) [INFO] Unpacking org.eclipse.core.filebuffers_3.6.1100.v20201029-1159... [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (18.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (18.03kB) [INFO] Unpacking org.eclipse.core.variables_3.4.800.v20200120-1101... [INFO] Fetching org.eclipse.debug.core_3.18.0.v20210222-1101.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (125.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.core_3.18.0.v20210222-1101.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (125.97kB) [INFO] Unpacking org.eclipse.debug.core_3.18.0.v20210222-1101... [INFO] Fetching org.eclipse.debug.ui_3.14.800.v20210222-1101.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1,018.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.ui_3.14.800.v20210222-1101.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1,018.14kB) [INFO] Unpacking org.eclipse.debug.ui_3.14.800.v20210222-1101... [INFO] Fetching org.eclipse.ui.console_3.10.100.v20201211-1511.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (84.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.console_3.10.100.v20201211-1511.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (84.58kB) [INFO] Unpacking org.eclipse.ui.console_3.10.100.v20201211-1511... [INFO] Fetching org.eclipse.jdt.core_3.25.0.v20210223-0522.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (6.91MB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.300.v20210224-0730.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (532.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.300.v20210224-0730.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (532.14kB) [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.14.300.v20210224-0730... [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.300.v20210208-1217.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (105.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.300.v20210208-1217.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (105.56kB) [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.11.300.v20210208-1217... [INFO] Fetching org.eclipse.jdt.launching_3.19.100.v20210217-1644.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (282.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching_3.19.100.v20210217-1644.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (282.34kB) [INFO] Unpacking org.eclipse.jdt.launching_3.19.100.v20210217-1644... [INFO] Fetching org.eclipse.jdt.debug_3.17.100.v20210220-1238.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (901.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.debug_3.17.100.v20210220-1238.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (901.43kB) [INFO] Unpacking org.eclipse.jdt.debug_3.17.100.v20210220-1238... [INFO] Fetching org.eclipse.jdt.ui_3.22.100.v20210224-0730.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (3.94MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.ui_3.22.100.v20210224-0730.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (3.94MB) [INFO] Unpacking org.eclipse.jdt.ui_3.22.100.v20210224-0730... [INFO] Fetching org.eclipse.search_3.13.0.v20210212-0759.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (214.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.search_3.13.0.v20210212-0759.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (214.1kB) [INFO] Unpacking org.eclipse.search_3.13.0.v20210212-0759... [INFO] Fetching org.eclipse.team.ui_3.8.1200.v20210204-1156.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (491.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.ui_3.8.1200.v20210204-1156.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (491.61kB) [INFO] Unpacking org.eclipse.team.ui_3.8.1200.v20210204-1156... [INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (124.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (124.96kB) [INFO] Unpacking org.eclipse.team.core_3.8.1100.v20200806-0621... [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.300.v20210112-0706.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (176.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.300.v20210112-0706.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (176.89kB) [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.11.300.v20210112-0706... [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.0.v20210209-1136.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (70.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.0.v20210209-1136.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (70.23kB) [INFO] Unpacking org.eclipse.ui.navigator.resources_3.8.0.v20210209-1136... [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (40.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (40.42kB) [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348... [INFO] Resolving class path of MavenProject: org.eclipse.mat:org.eclipse.mat.jdt:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jdt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mat:org.eclipse.mat.parser:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mat:org.eclipse.mat.parser:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mat:org.eclipse.mat.parser:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mat:org.eclipse.mat.report:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mat:org.eclipse.mat.report:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mat:org.eclipse.mat.report:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mat:org.eclipse.mat.ibmdumps:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mat:org.eclipse.mat.ibmdumps:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mat:org.eclipse.mat.ibmdumps:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mat:org.eclipse.mat.jruby.resolver:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jruby.resolver/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mat:org.eclipse.mat.jruby.resolver:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jruby.resolver/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mat:org.eclipse.mat.jruby.resolver:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jruby.resolver/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mat:org.eclipse.mat.tests:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mat:org.eclipse.mat.tests:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/pom.xml May 24, 2021 6:40:28 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 24, 2021 6:40:28 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.apache.ant_1.10.9.v20201106-1946.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (2.85MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.ant_1.10.9.v20201106-1946.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (2.85MB) [INFO] Unpacking org.apache.ant_1.10.9.v20201106-1946... [INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (31.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (31.78kB) [INFO] Unpacking org.eclipse.core.net_1.3.1000.v20200715-0827... [INFO] Fetching org.eclipse.equinox.launcher_1.6.100.v20201223-0822.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (29.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher_1.6.100.v20201223-0822.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (29.99kB) [INFO] Unpacking org.eclipse.equinox.launcher_1.6.100.v20201223-0822... [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (29.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (29.18kB) [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519... [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (32.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (32.1kB) [INFO] Unpacking org.hamcrest.library_1.3.0.v20180524-2246... [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (123kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (123kB) [INFO] Unpacking org.junit_4.13.0.v20200204-1500... [INFO] Fetching org.eclipse.ui.ide.application_1.4.0.v20210122-1423.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (56.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide.application_1.4.0.v20210122-1423.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (56.26kB) [INFO] Unpacking org.eclipse.ui.ide.application_1.4.0.v20210122-1423... [INFO] Resolving class path of MavenProject: org.eclipse.mat:org.eclipse.mat.tests:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mat:org.eclipse.mat.ui:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mat:org.eclipse.mat.ui:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mat:org.eclipse.mat.ui:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mat:org.eclipse.mat.ui.help:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mat:org.eclipse.mat.ui.help:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/pom.xml [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (33.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (33.35kB) [INFO] Unpacking javax.el_2.2.0.v201303151357... [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (60.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (60.2kB) [INFO] Unpacking javax.servlet_3.1.0.v201410161800... [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (55.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (55.65kB) [INFO] Unpacking javax.servlet.jsp_2.2.0.v201112011158... [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (2.36MB) [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (696.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (696.23kB) [INFO] Unpacking org.apache.lucene.analyzers-common_8.4.1.v20200122-1459... [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (962.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (962.55kB) [INFO] Unpacking org.apache.lucene.core_8.4.1.v20200122-1459... [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (3.42MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (3.42MB) [INFO] Unpacking org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459... [INFO] Fetching org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19.17kB) [INFO] Unpacking org.eclipse.equinox.http.registry_1.2.0.v20200614-1851... [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (14.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (14.65kB) [INFO] Unpacking org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833... [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (8.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (8.69kB) [INFO] Unpacking org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833... [INFO] Fetching org.eclipse.help.base_4.3.200.v20210303-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (164.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help.base_4.3.200.v20210303-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (164.33kB) [INFO] Unpacking org.eclipse.help.base_4.3.200.v20210303-1800... [INFO] Fetching org.eclipse.help.ui_4.2.200.v20210123-1004.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (203.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help.ui_4.2.200.v20210123-1004.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (203.35kB) [INFO] Unpacking org.eclipse.help.ui_4.2.200.v20210123-1004... [INFO] Fetching org.eclipse.help.webapp_3.10.200.v20210222-1057.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (312.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help.webapp_3.10.200.v20210222-1057.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (312.22kB) [INFO] Unpacking org.eclipse.help.webapp_3.10.200.v20210222-1057... [INFO] Resolving class path of MavenProject: org.eclipse.mat:org.eclipse.mat.ui.help:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mat:org.eclipse.mat.ui.rcp:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mat:org.eclipse.mat.ui.rcp:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mat:org.eclipse.mat.ui.rcp:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mat:org.eclipse.mat.chart.feature:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.chart.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mat:org.eclipse.mat.chart.feature:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.chart.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mat:org.eclipse.mat.chart.feature:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.chart.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mat:org.eclipse.mat.feature:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mat:org.eclipse.mat.feature:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mat:org.eclipse.mat.feature:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mat:org.eclipse.mat.ui.rcp.feature:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mat:org.eclipse.mat.ui.rcp.feature:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/pom.xml [INFO] Fetching org.eclipse.platform_4.19.0.v20210303-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (425.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.platform_4.19.0.v20210303-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (425.02kB) [INFO] Unpacking org.eclipse.platform_4.19.0.v20210303-1800... [INFO] Fetching org.eclipse.ui.views.log_1.2.1400.v20210122-1423.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (85.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.log_1.2.1400.v20210122-1423.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (85.04kB) [INFO] Unpacking org.eclipse.ui.views.log_1.2.1400.v20210122-1423... [INFO] Fetching org.eclipse.ui.net_1.3.800.v20200422-1935.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.net_1.3.800.v20200422-1935.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19.83kB) [INFO] Unpacking org.eclipse.ui.net_1.3.800.v20200422-1935... [INFO] Resolving class path of MavenProject: org.eclipse.mat:org.eclipse.mat.ui.rcp.feature:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mat:org.eclipse.mat.updatesite:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mat:org.eclipse.mat.updatesite:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mat:org.eclipse.mat.updatesite:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mat:org.eclipse.mat.product:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mat:org.eclipse.mat.product:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/pom.xml [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (62.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (62.49kB) [INFO] Unpacking com.sun.el_2.2.0.v201303151357... [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (29.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (29.94kB) [INFO] Unpacking org.apache.felix.gogo.command_1.1.2.v20210111-1007... [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (77.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (77.96kB) [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.4.v20210111-1007... [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (35.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (35.42kB) [INFO] Unpacking org.apache.felix.gogo.shell_1.1.4.v20210111-1007... [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200830-2311.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (333.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200830-2311.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (333.69kB) [INFO] Unpacking org.apache.httpcomponents.httpclient_4.5.10.v20200830-2311... [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (109.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (109.72kB) [INFO] Unpacking org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212... [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.10.v20200830-2311.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (17.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.10.v20200830-2311.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (17.3kB) [INFO] Unpacking org.apache.httpcomponents.httpclient.win_4.5.10.v20200830-2311... [INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (26.17kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (26.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.core.databinding.beans_1.7.200.v20210111-0759... [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (24.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (24.18kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308... [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.300.v20210212-1137.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (103.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.300.v20210212-1137.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (103.62kB) [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.2.300.v20210212-1137... [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.100.v20210209-1541.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (81.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.100.v20210209-1541.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (81.75kB) [INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.100.v20210209-1541... [INFO] Fetching org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (682.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (682.95kB) [INFO] Unpacking org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.116.0.v20210302-1107... [INFO] Fetching org.eclipse.equinox.console_1.4.300.v20210211-2058.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (52.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.console_1.4.300.v20210211-2058.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (52.27kB) [INFO] Unpacking org.eclipse.equinox.console_1.4.300.v20210211-2058... [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.89kB) [INFO] Unpacking org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132... [INFO] Fetching org.eclipse.e4.rcp_4.19.0.v20210302-1107.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (20.95kB) [INFO] Fetching org.eclipse.ecf_3.9.101.v20201027-0547.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (48.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf_3.9.101.v20201027-0547.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (48.21kB) [INFO] Unpacking org.eclipse.ecf_3.9.101.v20201027-0547... [INFO] Fetching org.eclipse.ecf.identity_3.9.401.v20201027-0550.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.identity_3.9.401.v20201027-0550.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.04kB) [INFO] Unpacking org.eclipse.ecf.identity_3.9.401.v20201027-0550... [INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (12.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (12.34kB) [INFO] Unpacking org.eclipse.equinox.concurrent_1.2.0.v20210202-1157... [INFO] Fetching org.eclipse.ecf.core.feature_1.5.701.v20201027-0550.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.72kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.400.v20200611-2220.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.ssl_1.2.400.v20200611-2220.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.93kB) [INFO] Unpacking org.eclipse.ecf.ssl_1.2.400.v20200611-2220... [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.500.v20200812-2314.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.69kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (20.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (20.47kB) [INFO] Unpacking org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315... [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (45.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (45.05kB) [INFO] Unpacking org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700... [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1702.v20201025-2315.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (27.8kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.301.v20201025-0700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (35.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.301.v20201025-0700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (35.76kB) [INFO] Unpacking org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.301.v20201025-0700... [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.300.v20200816-1842.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (14.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.300.v20200816-1842.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (14.35kB) [INFO] Unpacking org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.300.v20200816-1842... [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.702.v20201025-2303.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (27.92kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.200.v20200611-1836.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.200.v20200611-1836.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.35kB) [INFO] Unpacking org.eclipse.ecf.provider.filetransfer.ssl_1.0.200.v20200611-1836... [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.400.v20200812-2314.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (23.72kB) [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210114-1734.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.11kB) [INFO] Fetching org.eclipse.equinox.executable_3.8.1100.v20210209-1541.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (288.43kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.1100.v20210209-1541 from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/binary/ (154.17kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19.47kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702... [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (34.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (34.56kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546... [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.600.v20210224-2143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.600.v20210224-2143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.21kB) [INFO] Unpacking org.eclipse.equinox.http.jetty_3.7.600.v20210224-2143... [INFO] Fetching org.eclipse.equinox.http.servlet_1.7.0.v20210202-1229.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (76.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.http.servlet_1.7.0.v20210202-1229.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (76.5kB) [INFO] Unpacking org.eclipse.equinox.http.servlet_1.7.0.v20210202-1229... [INFO] Fetching org.eclipse.jetty.http_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (229.4kB) [INFO] Fetching org.eclipse.jetty.server_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (724.34kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (154.15kB) [INFO] Fetching org.eclipse.jetty.util_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (590.52kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.0.v20210129-2007.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (58.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.4.0.v20210129-2007... [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20210227-0235.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (39.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20210227-0235.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (39.28kB) [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.700.v20210227-0235... [INFO] Fetching org.eclipse.equinox.p2.console_1.1.500.v20210116-1227.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (17.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.console_1.1.500.v20210116-1227.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (17.99kB) [INFO] Unpacking org.eclipse.equinox.p2.console_1.1.500.v20210116-1227... [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (47.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.700.v20200511-1530... [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.86kB) [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022... [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.800.v20210115-1344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (46.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.800.v20210115-1344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (46.61kB) [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.800.v20210115-1344... [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (35.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (35.76kB) [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.natives_1.3.600.v20200511-1530... [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.64kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505... [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (116.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (116.64kB) [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310... [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (81.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (81.19kB) [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733... [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.0.v20201012-1345.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (22.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.0.v20201012-1345.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (22.39kB) [INFO] Unpacking org.eclipse.equinox.p2.transport.ecf_1.3.0.v20201012-1345... [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (31.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (31.94kB) [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246... [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (37.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (37.04kB) [INFO] Unpacking org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919... [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.900.v20210227-0235.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.67kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (37.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (37.85kB) [INFO] Unpacking org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530... [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.500.v20191211-1631.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (17.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.500.v20191211-1631.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (17.45kB) [INFO] Unpacking org.eclipse.equinox.p2.directorywatcher_1.2.500.v20191211-1631... [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.500.v20210211-1133.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (43.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.500.v20210211-1133.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (43.03kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher_1.5.500.v20210211-1133... [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.800.v20210205-1231.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (105.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.800.v20210205-1231.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (105.89kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.800.v20210205-1231... [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.400.v20191213-1911.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (17.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.400.v20191213-1911.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (17.43kB) [INFO] Unpacking org.eclipse.equinox.p2.extensionlocation_1.3.400.v20191213-1911... [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.500.v20210116-1855.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.500.v20210116-1855.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.58kB) [INFO] Unpacking org.eclipse.equinox.p2.reconciler.dropins_1.3.500.v20210116-1855... [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.600.v20210114-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (122.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.600.v20210114-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (122.23kB) [INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.600.v20210114-1107... [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1100.v20210227-0235.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.12kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.0.v20210114-1216.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (288.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.0.v20210114-1216.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (288.69kB) [INFO] Unpacking org.eclipse.equinox.p2.ui_2.7.0.v20210114-1216... [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.0.v20201012-1421.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (46.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.0.v20201012-1421.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (46.8kB) [INFO] Unpacking org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.0.v20201012-1421... [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.300.v20200222-1600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (10.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.300.v20200222-1600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (10.9kB) [INFO] Unpacking org.eclipse.equinox.p2.updatechecker_1.2.300.v20200222-1600... [INFO] Fetching org.eclipse.equinox.security.ui_1.3.0.v20210121-0947.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (71.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.ui_1.3.0.v20210121-0947.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (71.54kB) [INFO] Unpacking org.eclipse.equinox.security.ui_1.3.0.v20210121-0947... [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.0.v20210114-1214.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (26.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.0.v20210114-1214.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (26.79kB) [INFO] Unpacking org.eclipse.equinox.p2.ui.sdk_1.2.0.v20210114-1214... [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1100.v20210227-0235.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.03kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.0.v20210217-1009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (65.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.0.v20210217-1009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (65.52kB) [INFO] Unpacking org.eclipse.equinox.p2.ui.importexport_1.3.0.v20210217-1009... [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.500.v20210108-0738.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (44.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.500.v20210108-0738.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (44.63kB) [INFO] Unpacking org.eclipse.equinox.p2.updatesite_1.1.500.v20210108-0738... [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1100.v20210227-0235.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (18.9kB) [INFO] Fetching org.eclipse.jetty.continuation_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (31.75kB) [INFO] Fetching org.eclipse.jetty.io_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (181.16kB) [INFO] Fetching org.eclipse.jetty.security_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (126.78kB) [INFO] Fetching org.eclipse.jetty.util.ajax_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (72.52kB) [INFO] Fetching org.eclipse.help_2.3.500.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.54kB) [INFO] Fetching org.eclipse.ui.themes_1.2.1300.v20210108-1832.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (30.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.themes_1.2.1300.v20210108-1832.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (30.45kB) [INFO] Unpacking org.eclipse.ui.themes_1.2.1300.v20210108-1832... [INFO] Fetching org.eclipse.update.configurator_3.4.700.v20200907-1237.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (42.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.update.configurator_3.4.700.v20200907-1237.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (42.69kB) [INFO] Unpacking org.eclipse.update.configurator_3.4.700.v20200907-1237... [INFO] Fetching org.eclipse.rcp_4.19.0.v20210303-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.rcp_4.19.0.v20210303-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.41kB) [INFO] Unpacking org.eclipse.rcp_4.19.0.v20210303-1800... [INFO] Fetching org.eclipse.rcp_4.19.0.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.13kB) [INFO] Fetching org.eclipse.rcp_root_4.19.0.v20210303-1800 from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/binary/ (24.93kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656... [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.100.v20210209-1541.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (39.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.100.v20210209-1541.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (39.24kB) [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.100.v20210209-1541... [INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (651.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (651.64kB) [INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (579.55kB of 651.64kB at 575.55kB/s) [INFO] Unpacking org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.116.0.v20210302-1107... [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.1100.v20210209-1541 from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/binary/ (16.88kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.300.v20210212-1601.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (24.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.300.v20210212-1601.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (24.19kB) [INFO] Unpacking org.eclipse.equinox.security.macosx_1.101.300.v20210212-1601... [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.61kB) [INFO] Unpacking org.eclipse.ui.cocoa_1.2.400.v20191217-1850... [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.100.v20210209-1541.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (69.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.100.v20210209-1541.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (69.3kB) [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.100.v20210209-1541... [INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (944.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (944.55kB) [INFO] Unpacking org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.116.0.v20210302-1107... [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (8.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (8.13kB) [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832... [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.1100.v20210209-1541 from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/binary/ (25.8kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.08kB) [INFO] Unpacking org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508... [INFO] Fetching org.eclipse.equinox.security.linux_1.0.0.v20210121-0922.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (12.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.linux_1.0.0.v20210121-0922.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (12.29kB) [INFO] Unpacking org.eclipse.equinox.security.linux_1.0.0.v20210121-0922... [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.100.v20210209-1541.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (84.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.100.v20210209-1541.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (84.25kB) [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.100.v20210209-1541... [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.ppc64le_3.8.1100.v20210209-1541 from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/binary/ (34.63kB) [INFO] Resolving class path of MavenProject: org.eclipse.mat:org.eclipse.mat.product:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mat:org.eclipse.mat.ui.rcp.tests:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mat:org.eclipse.mat.ui.rcp.tests:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp.tests/pom.xml [INFO] Fetching org.eclipse.swtbot.eclipse.finder_3.0.0.202006031738.jar.pack.gz from https://download.eclipse.org/technology/swtbot/releases/latest/plugins/ (55.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.eclipse.finder_3.0.0.202006031738.jar.pack.gz from https://download.eclipse.org/technology/swtbot/releases/latest/plugins/ (55.19kB) [INFO] Unpacking org.eclipse.swtbot.eclipse.finder_3.0.0.202006031738... [INFO] Fetching org.eclipse.swtbot.swt.finder_3.0.0.202006031738.jar.pack.gz from https://download.eclipse.org/technology/swtbot/releases/latest/plugins/ (256.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.swt.finder_3.0.0.202006031738.jar.pack.gz from https://download.eclipse.org/technology/swtbot/releases/latest/plugins/ (256.05kB) [INFO] Unpacking org.eclipse.swtbot.swt.finder_3.0.0.202006031738... [INFO] Fetching org.eclipse.swtbot.junit4_x_3.0.0.202006031738.jar.pack.gz from https://download.eclipse.org/technology/swtbot/releases/latest/plugins/ (20.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.junit4_x_3.0.0.202006031738.jar.pack.gz from https://download.eclipse.org/technology/swtbot/releases/latest/plugins/ (20.78kB) [INFO] Unpacking org.eclipse.swtbot.junit4_x_3.0.0.202006031738... [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/technology/swtbot/releases/latest/plugins/ (129.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/technology/swtbot/releases/latest/plugins/ (129.49kB) [INFO] Unpacking org.apache.log4j_1.2.15.v201012070815... [INFO] Resolving class path of MavenProject: org.eclipse.mat:org.eclipse.mat.ui.rcp.tests:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp.tests/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] MAT Parent [pom] [INFO] org.eclipse.mat.targetdef [eclipse-target-definition] [INFO] org.eclipse.mat.report [eclipse-plugin] [INFO] org.eclipse.mat.api [eclipse-plugin] [INFO] org.eclipse.mat.chart [eclipse-plugin] [INFO] org.eclipse.mat.ui [eclipse-plugin] [INFO] org.eclipse.mat.chart.ui [eclipse-plugin] [INFO] org.eclipse.mat.parser [eclipse-plugin] [INFO] org.eclipse.mat.dtfj [eclipse-plugin] [INFO] org.eclipse.mat.hprof [eclipse-plugin] [INFO] org.eclipse.mat.jdt [eclipse-plugin] [INFO] org.eclipse.mat.ibmdumps [eclipse-plugin] [INFO] org.eclipse.mat.jruby.resolver [eclipse-plugin] [INFO] org.eclipse.mat.tests [eclipse-test-plugin] [INFO] org.eclipse.mat.ui.help [eclipse-plugin] [INFO] org.eclipse.mat.ui.rcp [eclipse-plugin] [INFO] org.eclipse.mat.feature [eclipse-feature] [INFO] org.eclipse.mat.chart.feature [eclipse-feature] [INFO] org.eclipse.mat.ui.rcp.feature [eclipse-feature] [INFO] org.eclipse.mat.updatesite [eclipse-repository] [INFO] MAT RCP [eclipse-repository] [INFO] org.eclipse.mat.ui.rcp.tests [eclipse-test-plugin] [INFO] [INFO] -----------------------< org.eclipse.mat:parent >----------------------- [INFO] Building MAT Parent 1.12.0-SNAPSHOT [1/22] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ parent --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ parent --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ parent --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ parent --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ parent --- [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/parent/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/parent/1.12.0-SNAPSHOT/parent-1.12.0-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ parent --- [INFO] Skipping artifact deployment [INFO] [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (default-cli) @ parent --- [INFO] [INFO] -------------< org.eclipse.mat:org.eclipse.mat.targetdef >-------------- [INFO] Building org.eclipse.mat.targetdef 1.12.0-SNAPSHOT [2/22] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mat.targetdef --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.mat.targetdef --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ org.eclipse.mat.targetdef --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.mat.targetdef --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.mat.targetdef --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.mat.targetdef --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.mat.targetdef --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.mat.targetdef --- [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.targetdef/org.eclipse.mat.targetdef.target to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.targetdef/1.12.0-SNAPSHOT/org.eclipse.mat.targetdef-1.12.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.targetdef/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.targetdef/1.12.0-SNAPSHOT/org.eclipse.mat.targetdef-1.12.0-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.mat.targetdef --- [INFO] Skipping artifact deployment [INFO] [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (default-cli) @ org.eclipse.mat.targetdef --- [INFO] [INFO] ---------------< org.eclipse.mat:org.eclipse.mat.report >--------------- [INFO] Building org.eclipse.mat.report 1.12.0-SNAPSHOT [3/22] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mat.report --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.mat.report --- [INFO] The project's OSGi version is 1.12.0.202105241838 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.mat.report --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.mat.report --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.mat.report --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mat.report --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.mat.report --- [INFO] Compiling 133 source files to /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mat.report --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.mat.report --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.mat.report --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/target/org.eclipse.mat.report-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mat.report --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.mat.report --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/target/org.eclipse.mat.report-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.mat.report --- [INFO] Signing jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/target/org.eclipse.mat.report-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.mat.report --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/target/org.eclipse.mat.report-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.mat.report --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.mat.report --- [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/target/org.eclipse.mat.report-1.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.report/1.12.0-SNAPSHOT/org.eclipse.mat.report-1.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.report/1.12.0-SNAPSHOT/org.eclipse.mat.report-1.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/target/org.eclipse.mat.report-1.12.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.report/1.12.0-SNAPSHOT/org.eclipse.mat.report-1.12.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.report/1.12.0-SNAPSHOT/org.eclipse.mat.report-1.12.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.report/1.12.0-SNAPSHOT/org.eclipse.mat.report-1.12.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.mat.report --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.mat.report --- [INFO] Skipping artifact deployment [INFO] [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (default-cli) @ org.eclipse.mat.report --- [INFO] Fork Value is true [INFO] Done SpotBugs Analysis.... [INFO] [INFO] ----------------< org.eclipse.mat:org.eclipse.mat.api >----------------- [INFO] Building org.eclipse.mat.api 1.12.0-SNAPSHOT [4/22] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mat.api --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.mat.api --- [INFO] The project's OSGi version is 1.12.0.202105241838 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.mat.api --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.mat.api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.mat.api --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mat.api --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.mat.api --- [INFO] Compiling 230 source files to /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mat.api --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.mat.api --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.mat.api --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/target/org.eclipse.mat.api-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mat.api --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.mat.api --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/target/org.eclipse.mat.api-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.mat.api --- [INFO] Signing jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/target/org.eclipse.mat.api-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.mat.api --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/target/org.eclipse.mat.api-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.mat.api --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.mat.api --- [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/target/org.eclipse.mat.api-1.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.api/1.12.0-SNAPSHOT/org.eclipse.mat.api-1.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.api/1.12.0-SNAPSHOT/org.eclipse.mat.api-1.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/target/org.eclipse.mat.api-1.12.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.api/1.12.0-SNAPSHOT/org.eclipse.mat.api-1.12.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.api/1.12.0-SNAPSHOT/org.eclipse.mat.api-1.12.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.api/1.12.0-SNAPSHOT/org.eclipse.mat.api-1.12.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.mat.api --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.mat.api --- [INFO] Skipping artifact deployment [INFO] [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (default-cli) @ org.eclipse.mat.api --- [INFO] Fork Value is true [INFO] Done SpotBugs Analysis.... [INFO] [INFO] ---------------< org.eclipse.mat:org.eclipse.mat.chart >---------------- [INFO] Building org.eclipse.mat.chart 1.12.0-SNAPSHOT [5/22] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mat.chart --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.mat.chart --- [INFO] The project's OSGi version is 1.12.0.202105241838 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.mat.chart --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.mat.chart --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.mat.chart --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mat.chart --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.mat.chart --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mat.chart --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.mat.chart --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.mat.chart --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart/target/org.eclipse.mat.chart-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mat.chart --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.mat.chart --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart/target/org.eclipse.mat.chart-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.mat.chart --- [INFO] Signing jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart/target/org.eclipse.mat.chart-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.mat.chart --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart/target/org.eclipse.mat.chart-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.mat.chart --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.mat.chart --- [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart/target/org.eclipse.mat.chart-1.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.chart/1.12.0-SNAPSHOT/org.eclipse.mat.chart-1.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.chart/1.12.0-SNAPSHOT/org.eclipse.mat.chart-1.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart/target/org.eclipse.mat.chart-1.12.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.chart/1.12.0-SNAPSHOT/org.eclipse.mat.chart-1.12.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.chart/1.12.0-SNAPSHOT/org.eclipse.mat.chart-1.12.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.chart/1.12.0-SNAPSHOT/org.eclipse.mat.chart-1.12.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.mat.chart --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.mat.chart --- [INFO] Skipping artifact deployment [INFO] [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (default-cli) @ org.eclipse.mat.chart --- [INFO] Fork Value is true [INFO] Done SpotBugs Analysis.... [INFO] [INFO] -----------------< org.eclipse.mat:org.eclipse.mat.ui >----------------- [INFO] Building org.eclipse.mat.ui 1.12.0-SNAPSHOT [6/22] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mat.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.mat.ui --- [INFO] The project's OSGi version is 1.12.0.202105241838 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.mat.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.mat.ui --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.mat.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mat.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.mat.ui --- [INFO] Compiling 165 source files to /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mat.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.mat.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.mat.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/target/org.eclipse.mat.ui-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mat.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.mat.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/target/org.eclipse.mat.ui-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.mat.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/target/org.eclipse.mat.ui-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.mat.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/target/org.eclipse.mat.ui-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.mat.ui --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.mat.ui --- [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/target/org.eclipse.mat.ui-1.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui/1.12.0-SNAPSHOT/org.eclipse.mat.ui-1.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui/1.12.0-SNAPSHOT/org.eclipse.mat.ui-1.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/target/org.eclipse.mat.ui-1.12.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui/1.12.0-SNAPSHOT/org.eclipse.mat.ui-1.12.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui/1.12.0-SNAPSHOT/org.eclipse.mat.ui-1.12.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui/1.12.0-SNAPSHOT/org.eclipse.mat.ui-1.12.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.mat.ui --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.mat.ui --- [INFO] Skipping artifact deployment [INFO] [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (default-cli) @ org.eclipse.mat.ui --- [INFO] Fork Value is true [INFO] Done SpotBugs Analysis.... [INFO] [INFO] --------------< org.eclipse.mat:org.eclipse.mat.chart.ui >-------------- [INFO] Building org.eclipse.mat.chart.ui 1.12.0-SNAPSHOT [7/22] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mat.chart.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.mat.chart.ui --- [INFO] The project's OSGi version is 1.12.0.202105241838 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.mat.chart.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.mat.chart.ui --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.mat.chart.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mat.chart.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.mat.chart.ui --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mat.chart.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.mat.chart.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.mat.chart.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart.ui/target/org.eclipse.mat.chart.ui-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mat.chart.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.mat.chart.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart.ui/target/org.eclipse.mat.chart.ui-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.mat.chart.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart.ui/target/org.eclipse.mat.chart.ui-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.mat.chart.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart.ui/target/org.eclipse.mat.chart.ui-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.mat.chart.ui --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.mat.chart.ui --- [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart.ui/target/org.eclipse.mat.chart.ui-1.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.chart.ui/1.12.0-SNAPSHOT/org.eclipse.mat.chart.ui-1.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.chart.ui/1.12.0-SNAPSHOT/org.eclipse.mat.chart.ui-1.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart.ui/target/org.eclipse.mat.chart.ui-1.12.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.chart.ui/1.12.0-SNAPSHOT/org.eclipse.mat.chart.ui-1.12.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.chart.ui/1.12.0-SNAPSHOT/org.eclipse.mat.chart.ui-1.12.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.chart.ui/1.12.0-SNAPSHOT/org.eclipse.mat.chart.ui-1.12.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.mat.chart.ui --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.mat.chart.ui --- [INFO] Skipping artifact deployment [INFO] [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (default-cli) @ org.eclipse.mat.chart.ui --- [INFO] Fork Value is true [INFO] Done SpotBugs Analysis.... [INFO] [INFO] ---------------< org.eclipse.mat:org.eclipse.mat.parser >--------------- [INFO] Building org.eclipse.mat.parser 1.12.0-SNAPSHOT [8/22] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mat.parser --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.mat.parser --- [INFO] The project's OSGi version is 1.12.0.202105241838 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.mat.parser --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.mat.parser --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.mat.parser --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mat.parser --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.mat.parser --- [INFO] Compiling 77 source files to /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mat.parser --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.mat.parser --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.mat.parser --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/target/org.eclipse.mat.parser-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mat.parser --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.mat.parser --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/target/org.eclipse.mat.parser-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.mat.parser --- [INFO] Signing jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/target/org.eclipse.mat.parser-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.mat.parser --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/target/org.eclipse.mat.parser-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.mat.parser --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.mat.parser --- [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/target/org.eclipse.mat.parser-1.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.parser/1.12.0-SNAPSHOT/org.eclipse.mat.parser-1.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.parser/1.12.0-SNAPSHOT/org.eclipse.mat.parser-1.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/target/org.eclipse.mat.parser-1.12.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.parser/1.12.0-SNAPSHOT/org.eclipse.mat.parser-1.12.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.parser/1.12.0-SNAPSHOT/org.eclipse.mat.parser-1.12.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.parser/1.12.0-SNAPSHOT/org.eclipse.mat.parser-1.12.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.mat.parser --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.mat.parser --- [INFO] Skipping artifact deployment [INFO] [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (default-cli) @ org.eclipse.mat.parser --- [INFO] Fork Value is true [INFO] Done SpotBugs Analysis.... [INFO] [INFO] ----------------< org.eclipse.mat:org.eclipse.mat.dtfj >---------------- [INFO] Building org.eclipse.mat.dtfj 1.12.0-SNAPSHOT [9/22] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mat.dtfj --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.mat.dtfj --- [INFO] The project's OSGi version is 1.12.0.202105241838 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.mat.dtfj --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.mat.dtfj --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.mat.dtfj --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mat.dtfj --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.dtfj/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.mat.dtfj --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.dtfj/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mat.dtfj --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.dtfj/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.mat.dtfj --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.mat.dtfj --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.dtfj/target/org.eclipse.mat.dtfj-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mat.dtfj --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.mat.dtfj --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.dtfj/target/org.eclipse.mat.dtfj-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.mat.dtfj --- [INFO] Signing jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.dtfj/target/org.eclipse.mat.dtfj-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.mat.dtfj --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.dtfj/target/org.eclipse.mat.dtfj-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.mat.dtfj --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.mat.dtfj --- [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.dtfj/target/org.eclipse.mat.dtfj-1.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.dtfj/1.12.0-SNAPSHOT/org.eclipse.mat.dtfj-1.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.dtfj/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.dtfj/1.12.0-SNAPSHOT/org.eclipse.mat.dtfj-1.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.dtfj/target/org.eclipse.mat.dtfj-1.12.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.dtfj/1.12.0-SNAPSHOT/org.eclipse.mat.dtfj-1.12.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.dtfj/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.dtfj/1.12.0-SNAPSHOT/org.eclipse.mat.dtfj-1.12.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.dtfj/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.dtfj/1.12.0-SNAPSHOT/org.eclipse.mat.dtfj-1.12.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.mat.dtfj --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.mat.dtfj --- [INFO] Skipping artifact deployment [INFO] [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (default-cli) @ org.eclipse.mat.dtfj --- [INFO] Fork Value is true [INFO] Done SpotBugs Analysis.... [INFO] [INFO] ---------------< org.eclipse.mat:org.eclipse.mat.hprof >---------------- [INFO] Building org.eclipse.mat.hprof 1.12.0-SNAPSHOT [10/22] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mat.hprof --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.mat.hprof --- [INFO] The project's OSGi version is 1.12.0.202105241838 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.mat.hprof --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.mat.hprof --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.mat.hprof --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mat.hprof --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.mat.hprof --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mat.hprof --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.mat.hprof --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.mat.hprof --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/target/org.eclipse.mat.hprof-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mat.hprof --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.mat.hprof --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/target/org.eclipse.mat.hprof-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.mat.hprof --- [INFO] Signing jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/target/org.eclipse.mat.hprof-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.mat.hprof --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/target/org.eclipse.mat.hprof-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.mat.hprof --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.mat.hprof --- [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/target/org.eclipse.mat.hprof-1.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.hprof/1.12.0-SNAPSHOT/org.eclipse.mat.hprof-1.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.hprof/1.12.0-SNAPSHOT/org.eclipse.mat.hprof-1.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/target/org.eclipse.mat.hprof-1.12.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.hprof/1.12.0-SNAPSHOT/org.eclipse.mat.hprof-1.12.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.hprof/1.12.0-SNAPSHOT/org.eclipse.mat.hprof-1.12.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.hprof/1.12.0-SNAPSHOT/org.eclipse.mat.hprof-1.12.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.mat.hprof --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.mat.hprof --- [INFO] Skipping artifact deployment [INFO] [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (default-cli) @ org.eclipse.mat.hprof --- [INFO] Fork Value is true [INFO] Done SpotBugs Analysis.... [INFO] [INFO] ----------------< org.eclipse.mat:org.eclipse.mat.jdt >----------------- [INFO] Building org.eclipse.mat.jdt 1.12.0-SNAPSHOT [11/22] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mat.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.mat.jdt --- [INFO] The project's OSGi version is 1.12.0.202105241838 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.mat.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.mat.jdt --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.mat.jdt --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mat.jdt --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jdt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.mat.jdt --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jdt/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mat.jdt --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jdt/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.mat.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.mat.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jdt/target/org.eclipse.mat.jdt-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mat.jdt --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.mat.jdt --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jdt/target/org.eclipse.mat.jdt-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.mat.jdt --- [INFO] Signing jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jdt/target/org.eclipse.mat.jdt-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.mat.jdt --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jdt/target/org.eclipse.mat.jdt-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.mat.jdt --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.mat.jdt --- [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jdt/target/org.eclipse.mat.jdt-1.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.jdt/1.12.0-SNAPSHOT/org.eclipse.mat.jdt-1.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jdt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.jdt/1.12.0-SNAPSHOT/org.eclipse.mat.jdt-1.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jdt/target/org.eclipse.mat.jdt-1.12.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.jdt/1.12.0-SNAPSHOT/org.eclipse.mat.jdt-1.12.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jdt/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.jdt/1.12.0-SNAPSHOT/org.eclipse.mat.jdt-1.12.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jdt/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.jdt/1.12.0-SNAPSHOT/org.eclipse.mat.jdt-1.12.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.mat.jdt --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.mat.jdt --- [INFO] Skipping artifact deployment [INFO] [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (default-cli) @ org.eclipse.mat.jdt --- [INFO] Fork Value is true [INFO] Done SpotBugs Analysis.... [INFO] [INFO] --------------< org.eclipse.mat:org.eclipse.mat.ibmdumps >-------------- [INFO] Building org.eclipse.mat.ibmdumps 1.12.0-SNAPSHOT [12/22] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mat.ibmdumps --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.mat.ibmdumps --- [INFO] The project's OSGi version is 1.12.0.202105241838 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.mat.ibmdumps --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.mat.ibmdumps --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.mat.ibmdumps --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mat.ibmdumps --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.mat.ibmdumps --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mat.ibmdumps --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.mat.ibmdumps --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.mat.ibmdumps --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/target/org.eclipse.mat.ibmdumps-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mat.ibmdumps --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.mat.ibmdumps --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/target/org.eclipse.mat.ibmdumps-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.mat.ibmdumps --- [INFO] Signing jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/target/org.eclipse.mat.ibmdumps-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.mat.ibmdumps --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/target/org.eclipse.mat.ibmdumps-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.mat.ibmdumps --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.mat.ibmdumps --- [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/target/org.eclipse.mat.ibmdumps-1.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ibmdumps/1.12.0-SNAPSHOT/org.eclipse.mat.ibmdumps-1.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ibmdumps/1.12.0-SNAPSHOT/org.eclipse.mat.ibmdumps-1.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/target/org.eclipse.mat.ibmdumps-1.12.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ibmdumps/1.12.0-SNAPSHOT/org.eclipse.mat.ibmdumps-1.12.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ibmdumps/1.12.0-SNAPSHOT/org.eclipse.mat.ibmdumps-1.12.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ibmdumps/1.12.0-SNAPSHOT/org.eclipse.mat.ibmdumps-1.12.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.mat.ibmdumps --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.mat.ibmdumps --- [INFO] Skipping artifact deployment [INFO] [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (default-cli) @ org.eclipse.mat.ibmdumps --- [INFO] Fork Value is true [INFO] Done SpotBugs Analysis.... [INFO] [INFO] -----------< org.eclipse.mat:org.eclipse.mat.jruby.resolver >----------- [INFO] Building org.eclipse.mat.jruby.resolver 1.12.0-SNAPSHOT [13/22] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mat.jruby.resolver --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.mat.jruby.resolver --- [INFO] The project's OSGi version is 1.12.0.202105241838 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.mat.jruby.resolver --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.mat.jruby.resolver --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.mat.jruby.resolver --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mat.jruby.resolver --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jruby.resolver/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.mat.jruby.resolver --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jruby.resolver/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mat.jruby.resolver --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jruby.resolver/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.mat.jruby.resolver --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.mat.jruby.resolver --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jruby.resolver/target/org.eclipse.mat.jruby.resolver-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mat.jruby.resolver --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.mat.jruby.resolver --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jruby.resolver/target/org.eclipse.mat.jruby.resolver-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.mat.jruby.resolver --- [INFO] Signing jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jruby.resolver/target/org.eclipse.mat.jruby.resolver-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.mat.jruby.resolver --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jruby.resolver/target/org.eclipse.mat.jruby.resolver-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.mat.jruby.resolver --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.mat.jruby.resolver --- [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jruby.resolver/target/org.eclipse.mat.jruby.resolver-1.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.jruby.resolver/1.12.0-SNAPSHOT/org.eclipse.mat.jruby.resolver-1.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jruby.resolver/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.jruby.resolver/1.12.0-SNAPSHOT/org.eclipse.mat.jruby.resolver-1.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jruby.resolver/target/org.eclipse.mat.jruby.resolver-1.12.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.jruby.resolver/1.12.0-SNAPSHOT/org.eclipse.mat.jruby.resolver-1.12.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jruby.resolver/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.jruby.resolver/1.12.0-SNAPSHOT/org.eclipse.mat.jruby.resolver-1.12.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jruby.resolver/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.jruby.resolver/1.12.0-SNAPSHOT/org.eclipse.mat.jruby.resolver-1.12.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.mat.jruby.resolver --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.mat.jruby.resolver --- [INFO] Skipping artifact deployment [INFO] [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (default-cli) @ org.eclipse.mat.jruby.resolver --- [INFO] Fork Value is true [INFO] Done SpotBugs Analysis.... [INFO] [INFO] ---------------< org.eclipse.mat:org.eclipse.mat.tests >---------------- [INFO] Building org.eclipse.mat.tests 1.12.0-SNAPSHOT [14/22] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mat.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.mat.tests --- [INFO] The project's OSGi version is 1.12.0.202105241838 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.mat.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.mat.tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.mat.tests --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mat.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.mat.tests --- [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mat.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.mat.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.mat.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/org.eclipse.mat.tests-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mat.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.mat.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -ea, -Xmx1536m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/data, -install, /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work, -configuration, /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/surefire.properties] Running org.eclipse.mat.tests.AllTests Heap dump provider org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider@48e64352 Desc hudson.remoting.jnlp.Main -headless -tunnel jenkins-discovery.mat.svc.cluster.local:50000 -url http://jenkins-ui.mat.svc.cluster.local/mat/ -workDir /home/jenkins/agent 3d3b664932f68abf1421ab5446fe5bd14f7ea640b91d7390a1ea32929cae8cbd centos-7-9n26z Desc jdk.jcmd/sun.tools.jcmd.JCmd -l Desc /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar -data /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/data -install /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work -configuration /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/surefire.properties Desc /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar -data /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/data -install /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work -configuration /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/surefire.properties Proposed name java_pid{1,number,0}.{2,number,0000}.hprof Dump /tmp/collections13848077326641455331/acquire_collection_dump_1.hprof Missing collection java.util.concurrent.DelayQueue empty=false Missing collection java.util.concurrent.SynchronousQueue empty=false Missing map java.util.EnumMap empty=false Missing map javax.management.openmbean.TabularDataSupport empty=false Missing map java.util.EnumMap empty=true Missing map javax.management.openmbean.TabularDataSupport empty=true Missing entry set class java.util.ImmutableCollections$MapN$1 Missing entry set class java.util.ImmutableCollections$MapN$1 Missing entry set class java.util.ImmutableCollections$MapN$1 Missing entry set class class java.util.ImmutableCollections$MapN$1 May 24, 2021 6:46:17 PM org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquireDump INFO: Executing { "/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/jcmd", "1045", "GC.heap_dump", "/tmp/collections13848077326641455331/acquire_collection_dump_1.hprof" } Dump /tmp/collections13848077326641455331/acquire_collection_dump_1.hprof 31927545 org.eclipse.mat.tests.CreateCollectionDump@732bb66d Desc org.codehaus.plexus.classworlds.launcher.Launcher -V -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn --batch-mode -P build-server,build-snapshot -Dmat-target=mat-2021-03-local-dtfj -Dmaven.test.failure.ignore=false -Dmat-product=mat-2021-03 clean deploy spotbugs:spotbugs Heap dump provider org.eclipse.mat.ibmvm.acquire.IBMDumpProvider@38875e7d Desc sun socket : hudson.remoting.jnlp.Main -headless -tunnel jenkins-discovery.mat.svc.cluster.local:50000 -url http://jenkins-ui.mat.svc.cluster.local/mat/ -workDir /home/jenkins/agent 3d3b664932f68abf1421ab5446fe5bd14f7ea640b91d7390a1ea32929cae8cbd centos-7-9n26z Desc sun socket : /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar -data /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/data -install /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work -configuration /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/surefire.properties Desc sun socket : /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar -data /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/data -install /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work -configuration /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/surefire.properties Proposed name java_pid{1,number,0000}.{2,number,0000}.hprof Dump /tmp/collections13848077326641455331/acquire_collection_dump_2.hprof Missing collection java.util.concurrent.DelayQueue empty=false Missing collection java.util.concurrent.SynchronousQueue empty=false Missing map java.util.EnumMap empty=false Missing map javax.management.openmbean.TabularDataSupport empty=false Missing map java.util.EnumMap empty=true Missing map javax.management.openmbean.TabularDataSupport empty=true Missing entry set class java.util.ImmutableCollections$MapN$1 Missing entry set class java.util.ImmutableCollections$MapN$1 Missing entry set class java.util.ImmutableCollections$MapN$1 Missing entry set class class java.util.ImmutableCollections$MapN$1 Ignoring dump as: Unsuitable target JVM PID = 1045 sun socket : /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar -data /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/data -install /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work -configuration /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/surefire.properties Desc sun socket : org.codehaus.plexus.classworlds.launcher.Launcher -V -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn --batch-mode -P build-server,build-snapshot -Dmat-target=mat-2021-03-local-dtfj -Dmaven.test.failure.ignore=false -Dmat-product=mat-2021-03 clean deploy spotbugs:spotbugs Heap dump provider org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider@4e9658b5 Desc sun socket : hudson.remoting.jnlp.Main -headless -tunnel jenkins-discovery.mat.svc.cluster.local:50000 -url http://jenkins-ui.mat.svc.cluster.local/mat/ -workDir /home/jenkins/agent 3d3b664932f68abf1421ab5446fe5bd14f7ea640b91d7390a1ea32929cae8cbd centos-7-9n26z Desc sun socket : /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar -data /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/data -install /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work -configuration /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/surefire.properties Desc sun socket : /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar -data /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/data -install /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work -configuration /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/surefire.properties Proposed name java_pid{1,number,0000}.{2,number,0000}.hprof Dump /tmp/collections13848077326641455331/acquire_collection_dump_3.hprof Missing collection java.util.concurrent.DelayQueue empty=false Missing collection java.util.concurrent.SynchronousQueue empty=false Missing map java.util.EnumMap empty=false Missing map javax.management.openmbean.TabularDataSupport empty=false Missing map java.util.EnumMap empty=true Missing map javax.management.openmbean.TabularDataSupport empty=true Missing entry set class java.util.ImmutableCollections$MapN$1 Missing entry set class java.util.ImmutableCollections$MapN$1 Missing entry set class java.util.ImmutableCollections$MapN$1 Missing entry set class class java.util.ImmutableCollections$MapN$1 Dump /tmp/collections13848077326641455331/acquire_collection_dump_3.hprof 33268092 org.eclipse.mat.tests.CreateCollectionDump@6ec65b5e Desc sun socket : org.codehaus.plexus.classworlds.launcher.Launcher -V -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn --batch-mode -P build-server,build-snapshot -Dmat-target=mat-2021-03-local-dtfj -Dmaven.test.failure.ignore=false -Dmat-product=mat-2021-03 clean deploy spotbugs:spotbugs Cannot find class [int[][]] in heap dump Cannot find class [int[][]] in heap dump Cannot find class [int[][]] in heap dump SELECT s FROM java.lang.String s UNION (SELECT DISTINCT @outboundReferences FROM OBJECTS 0x128e3098,0x12905ba0,0x12906ad8,0x1290be50,0x129166c0,0x12930748,0x12931f40,0x128e3070,0x12905b60,0x12906aa8,0x17c108d0,0x17c10928,0x17c10980,0x17c109d8,0x128e3098,0x12905ba0,0x12906ad8,0x1290be50 s) Desc /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar -data /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/data -install /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work -configuration /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/surefire.properties Proposed name java_pid{1,number,0}.{2,number,0000}.hprof.gz org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider@48e64352 Dump /tmp/acquire8547681446805197369/acquire_dump_1.hprof.gz Dump /tmp/acquire8547681446805197369/acquire_dump_1.hprof.gz 91751736 Max memory=1610612736 Total memory=1129316352 Free memory=792438768 Snapshot path=/tmp/acquire8547681446805197369/acquire_dump_1.hprof.gz Max memory=1610612736 Total memory=1198522368 Free memory=330019184 Took 2026ms for EclipseBundle query for /tmp/acquire8547681446805197369/acquire_dump_1.hprof.gz 91751736 Desc /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar -data /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/data -install /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work -configuration /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/surefire.properties Proposed name java_pid{1,number,0}.{2,number,0000}.hprof org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider@48e64352 Dump /tmp/acquire5338013631818128102/acquire_dump_1.hprof Dump /tmp/acquire5338013631818128102/acquire_dump_1.hprof 466642144 Max memory=1610612736 Total memory=1174405120 Free memory=823100008 Snapshot path=/tmp/acquire5338013631818128102/acquire_dump_1.hprof Max memory=1610612736 Total memory=1262485504 Free memory=390526288 Took 639ms for EclipseBundle query for /tmp/acquire5338013631818128102/acquire_dump_1.hprof 466642144 Desc /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar -data /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/data -install /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work -configuration /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/surefire.properties Proposed name java_pid{1,number,0}.{2,number,0000}.hprof.gz org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider@48e64352 Dump /tmp/acquire14724013039724751807/acquire_dump_1.hprof.gz Dump /tmp/acquire14724013039724751807/acquire_dump_1.hprof.gz 96261481 Max memory=1610612736 Total memory=1174405120 Free memory=793446096 Snapshot path=/tmp/acquire14724013039724751807/acquire_dump_1.hprof.gz Max memory=1610612736 Total memory=1174405120 Free memory=295506920 Took 951ms for EclipseBundle query for /tmp/acquire14724013039724751807/acquire_dump_1.hprof.gz 96261481 Desc sun socket : /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar -data /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/data -install /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work -configuration /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/surefire.properties Failed to set field: chunked Proposed name java_pid{1,number,0000}.{2,number,0000}.hprof org.eclipse.mat.ibmvm.acquire.IBMDumpProvider@38875e7d Dump /tmp/acquire6683632865934005656/acquire_dump_2.hprof Ignoring dump as: Unsuitable target JVM PID = 1045 sun socket : /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar -data /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/data -install /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work -configuration /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/surefire.properties Desc sun socket : /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar -data /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/data -install /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work -configuration /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/surefire.properties Failed to set field: chunked Proposed name java_pid{1,number,0000}.{2,number,0000}.hprof org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider@4e9658b5 Dump /tmp/acquire17984167879288444976/acquire_dump_3.hprof Dump /tmp/acquire17984167879288444976/acquire_dump_3.hprof 470489720 Max memory=1610612736 Total memory=1174405120 Free memory=813908976 Snapshot path=/tmp/acquire17984167879288444976/acquire_dump_3.hprof Max memory=1610612736 Total memory=1243611136 Free memory=317472184 Took 627ms for EclipseBundle query for /tmp/acquire17984167879288444976/acquire_dump_3.hprof 470489720 Tests run: 1780, Failures: 0, Errors: 0, Skipped: 167, Time elapsed: 995.931 s - in org.eclipse.mat.tests.AllTests testLongArrayCompressedOverwrite(org.eclipse.mat.tests.collect.CompressedArraysTest) Time elapsed: 2.753 s testIntArrayCompressedOverwrite(org.eclipse.mat.tests.collect.CompressedArraysTest) Time elapsed: 0.739 s testIntAndLongArrayCompressed(org.eclipse.mat.tests.collect.CompressedArraysTest) Time elapsed: 0.186 s testLongAndIntArrayCompressed(org.eclipse.mat.tests.collect.CompressedArraysTest) Time elapsed: 0.321 s testLongArrayCompressed(org.eclipse.mat.tests.collect.CompressedArraysTest) Time elapsed: 0.333 s testIntArrayCompressed(org.eclipse.mat.tests.collect.CompressedArraysTest) Time elapsed: 0.19 s testSetInt0(org.eclipse.mat.tests.collect.SetIntTest) Time elapsed: 1.23 s testSetInt1(org.eclipse.mat.tests.collect.SetIntTest) Time elapsed: 1.47 s testSetInt2(org.eclipse.mat.tests.collect.SetIntTest) Time elapsed: 1.473 s testSetInt3(org.eclipse.mat.tests.collect.SetIntTest) Time elapsed: 1.782 s testSetInt4(org.eclipse.mat.tests.collect.SetIntTest) Time elapsed: 1.89 s testSetInt5(org.eclipse.mat.tests.collect.SetIntTest) Time elapsed: 0.79 s testSetInt6(org.eclipse.mat.tests.collect.SetIntTest) Time elapsed: 6.242 s testSetInt7(org.eclipse.mat.tests.collect.SetIntTest) Time elapsed: 0.712 s testSetInt3a(org.eclipse.mat.tests.collect.SetIntTest) Time elapsed: 2.655 s testSetLong3a(org.eclipse.mat.tests.collect.SetLongTest) Time elapsed: 4.069 s testSetLong0(org.eclipse.mat.tests.collect.SetLongTest) Time elapsed: 1.225 s testSetLong1(org.eclipse.mat.tests.collect.SetLongTest) Time elapsed: 1.515 s testSetLong2(org.eclipse.mat.tests.collect.SetLongTest) Time elapsed: 1.502 s testSetLong3(org.eclipse.mat.tests.collect.SetLongTest) Time elapsed: 1.878 s testSetLong4(org.eclipse.mat.tests.collect.SetLongTest) Time elapsed: 1.825 s testSetLong5(org.eclipse.mat.tests.collect.SetLongTest) Time elapsed: 0.805 s testSetLong6(org.eclipse.mat.tests.collect.SetLongTest) Time elapsed: 6.909 s testSetLong7(org.eclipse.mat.tests.collect.SetLongTest) Time elapsed: 0.933 s testArrayInt(org.eclipse.mat.tests.collect.PrimitiveArrayTests) Time elapsed: 0 s testIntLongMapHuge(org.eclipse.mat.tests.collect.PrimitiveMapTests) Time elapsed: 0.284 s testIntLongMapPerf(org.eclipse.mat.tests.collect.PrimitiveMapTests) Time elapsed: 0.11 s testObjectLongMap(org.eclipse.mat.tests.collect.PrimitiveMapTests) Time elapsed: 0.339 s testLongObjectMap(org.eclipse.mat.tests.collect.PrimitiveMapTests) Time elapsed: 0.18 s testIntObjectMapHuge(org.eclipse.mat.tests.collect.PrimitiveMapTests) Time elapsed: 2.423 s testIntObjectMapPerf(org.eclipse.mat.tests.collect.PrimitiveMapTests) Time elapsed: 0.164 s testObjectLongMapHuge(org.eclipse.mat.tests.collect.PrimitiveMapTests) Time elapsed: 1.103 s testObjectLongMapPerf(org.eclipse.mat.tests.collect.PrimitiveMapTests) Time elapsed: 0.088 s testIntObjectMap(org.eclipse.mat.tests.collect.PrimitiveMapTests) Time elapsed: 0.152 s testIntLongMap(org.eclipse.mat.tests.collect.PrimitiveMapTests) Time elapsed: 0.137 s testLongObjectMapHuge(org.eclipse.mat.tests.collect.PrimitiveMapTests) Time elapsed: 1.107 s testLongObjectMapPerf(org.eclipse.mat.tests.collect.PrimitiveMapTests) Time elapsed: 0.081 s testToken10(org.eclipse.mat.tests.collect.CommandTests) Time elapsed: 0.004 s testToken1(org.eclipse.mat.tests.collect.CommandTests) Time elapsed: 0 s testToken2(org.eclipse.mat.tests.collect.CommandTests) Time elapsed: 0.001 s testToken3(org.eclipse.mat.tests.collect.CommandTests) Time elapsed: 0 s testToken4(org.eclipse.mat.tests.collect.CommandTests) Time elapsed: 0 s testToken5(org.eclipse.mat.tests.collect.CommandTests) Time elapsed: 0 s testToken6(org.eclipse.mat.tests.collect.CommandTests) Time elapsed: 0 s testToken7(org.eclipse.mat.tests.collect.CommandTests) Time elapsed: 0 s testToken8(org.eclipse.mat.tests.collect.CommandTests) Time elapsed: 0 s testToken9(org.eclipse.mat.tests.collect.CommandTests) Time elapsed: 0 s testSortDesc(org.eclipse.mat.tests.collect.SortTest) Time elapsed: 0.597 s testSort2(org.eclipse.mat.tests.collect.SortTest) Time elapsed: 2.57 s testSort3(org.eclipse.mat.tests.collect.SortTest) Time elapsed: 0.246 s testSort4(org.eclipse.mat.tests.collect.SortTest) Time elapsed: 0.215 s testSort5(org.eclipse.mat.tests.collect.SortTest) Time elapsed: 0.162 s testSort(org.eclipse.mat.tests.collect.SortTest) Time elapsed: 0.468 s testSortDesc2(org.eclipse.mat.tests.collect.SortTest) Time elapsed: 0.338 s testSortDesc3(org.eclipse.mat.tests.collect.SortTest) Time elapsed: 0.39 s testSortDesc4(org.eclipse.mat.tests.collect.SortTest) Time elapsed: 0.283 s testSortDesc5(org.eclipse.mat.tests.collect.SortTest) Time elapsed: 0.341 s testWeakHashMapEntries_Sun_JDK6(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 6.812 s testThreadLocalMapEntries_Sun_JDK6(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.003 s testConcurrentHashMapSegmentEntries_IBM_JDK6(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 16.956 s testConcurrentHashMapSegmentEntries_IBM_JDK7(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 20.534 s testWeakHashMapEntries_IBM_JDK7(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.003 s testConcurrentHashMapSegmentSize_IBM_JDK6_PHD(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.47 s testConcurrentHashMapSegmentSize_IBM_JDK7_PHD(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 6.032 s testConcurrentHashMapEntries_Sun_JDK6(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.008 s testHashMapEntries_Sun_JDK6(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.007 s testThreadLocalMapEntries_IBM_JDK6(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.002 s testThreadLocalMapEntries_IBM_JDK7(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.003 s testTreeMapEntries_Sun_JDK6(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.047 s testThreadLocalMapSize_IBM_JDK6_PHD(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.002 s testThreadLocalMapSize_IBM_JDK7_PHD(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.002 s testPropertiesSize_IBM_JDK6_PHD(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.004 s testPropertiesSize_IBM_JDK7_PHD(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.004 s testHashtableEntries_IBM_JDK142(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) skipped testHashSetEntries_Sun_JDK6(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.003 s testCustomCollection_Sun_JDK6(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.001 s testConcurrentHashMapEntries_IBM_JDK6(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.005 s testConcurrentHashMapEntries_IBM_JDK7(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.004 s testHashMapEntries_IBM_JDK6(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.092 s testHashMapEntries_IBM_JDK7(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.007 s testPropertiesEntries_Sun_JDK6(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.006 s testLinkedHashMapEntries_Sun_JDK6(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.002 s testConcurrentHashMapSize_IBM_JDK6_PHD(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.004 s testConcurrentHashMapSize_IBM_JDK7_PHD(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.003 s testHashSetEntries_IBM_JDK7(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.002 s testHashMapEntries_IBM_JDK142(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) skipped testLinkedHashSetEntries_Sun_JDK6(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.003 s testPropertiesEntries_IBM_JDK6(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.006 s testPropertiesEntries_IBM_JDK7(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.057 s testHashtableEntries_Sun_JDK6(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.003 s testHashtableSize_IBM_JDK6_PHD(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.002 s testHashtableSize_IBM_JDK7_PHD(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.002 s testHashtableEntries_IBM_JDK6(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.004 s testHashtableEntries_IBM_JDK7(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.005 s testPropertiesEntries_IBM_JDK142(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) skipped testHashMapSize_IBM_JDK6_PHD(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.006 s testHashMapSize_IBM_JDK7_PHD(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.002 s testConcurrentHashMapSegmentEntries_Sun_JDK6(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.002 s testIdentityHashMapCollection_Sun_JDK6(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) Time elapsed: 0.003 s testThreadLocalMapEntries_IBM_JDK142(org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest) skipped test1ToNSorted[0](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.005 s test1ToN[0](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.002 s testLong[0](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.003 s testInbound[0](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.009 s test1ToNSortedReader[0](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.004 s test1ToNSorted[1](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.003 s test1ToN[1](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.037 s testLong[1](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.004 s testInbound[1](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.003 s test1ToNSortedReader[1](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.012 s test1ToNSorted[2](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.004 s test1ToN[2](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.004 s testLong[2](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.004 s testInbound[2](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.004 s test1ToNSortedReader[2](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.004 s test1ToNSorted[3](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.08 s test1ToN[3](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.1 s testLong[3](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.189 s testInbound[3](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.475 s test1ToNSortedReader[3](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.047 s test1ToNSorted[4](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.036 s test1ToN[4](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.053 s testLong[4](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.19 s testInbound[4](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.245 s test1ToNSortedReader[4](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.052 s test1ToNSorted[5](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.027 s test1ToN[5](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.027 s testLong[5](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.169 s testInbound[5](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.289 s test1ToNSortedReader[5](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.03 s test1ToNSorted[6](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.083 s test1ToN[6](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.083 s testLong[6](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.236 s testInbound[6](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.519 s test1ToNSortedReader[6](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.061 s test1ToNSorted[7](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.077 s test1ToN[7](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.05 s testLong[7](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.266 s testInbound[7](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.449 s test1ToNSortedReader[7](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.066 s test1ToNSorted[8](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.097 s test1ToN[8](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.082 s testLong[8](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.206 s testInbound[8](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.511 s test1ToNSortedReader[8](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.079 s test1ToNSorted[9](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.245 s test1ToN[9](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 1.067 s testLong[9](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.263 s testInbound[9](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.364 s test1ToNSortedReader[9](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.232 s test1ToNSorted[10](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.145 s test1ToN[10](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.165 s testLong[10](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.2 s testInbound[10](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.339 s test1ToNSortedReader[10](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.196 s test1ToNSorted[11](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.137 s test1ToN[11](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.181 s testLong[11](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.194 s testInbound[11](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.377 s test1ToNSortedReader[11](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.156 s test1ToNSorted[12](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.304 s test1ToN[12](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.374 s testLong[12](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.395 s testInbound[12](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 2.198 s test1ToNSortedReader[12](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.311 s test1ToNSorted[13](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.354 s test1ToN[13](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.374 s testLong[13](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.379 s testInbound[13](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.882 s test1ToNSortedReader[13](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.309 s test1ToNSorted[14](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.29 s test1ToN[14](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.342 s testLong[14](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.417 s testInbound[14](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.731 s test1ToNSortedReader[14](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.294 s test1ToNSorted[15](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.011 s test1ToN[15](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.005 s testLong[15](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.008 s testInbound[15](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.016 s test1ToNSortedReader[15](org.eclipse.mat.tests.parser.TestIndex) Time elapsed: 0.005 s test1ToNSorted[16](org.eclipse.mat.tests.parser.TestIndex) skipped test1ToN[16](org.eclipse.mat.tests.parser.TestIndex) skipped testLong[16](org.eclipse.mat.tests.parser.TestIndex) skipped testInbound[16](org.eclipse.mat.tests.parser.TestIndex) skipped test1ToNSortedReader[16](org.eclipse.mat.tests.parser.TestIndex) skipped test1ToNSorted[17](org.eclipse.mat.tests.parser.TestIndex) skipped test1ToN[17](org.eclipse.mat.tests.parser.TestIndex) skipped testLong[17](org.eclipse.mat.tests.parser.TestIndex) skipped testInbound[17](org.eclipse.mat.tests.parser.TestIndex) skipped test1ToNSortedReader[17](org.eclipse.mat.tests.parser.TestIndex) skipped test1ToNSorted[18](org.eclipse.mat.tests.parser.TestIndex) skipped test1ToN[18](org.eclipse.mat.tests.parser.TestIndex) skipped testLong[18](org.eclipse.mat.tests.parser.TestIndex) skipped testInbound[18](org.eclipse.mat.tests.parser.TestIndex) skipped test1ToNSortedReader[18](org.eclipse.mat.tests.parser.TestIndex) skipped intIndex1[0](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.001 s intIndex2[0](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.001 s intIndex3[0](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.002 s intIndex4[0](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0 s intIndex5[0](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.001 s intIndex6[0](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.001 s intIdentifier1[0](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0 s intIdentifier2[0](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0 s intIdentifier3[0](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0 s intIdentifier4[0](org.eclipse.mat.tests.parser.TestIndex1to1) skipped intIndex1[1](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0 s intIndex2[1](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.002 s intIndex3[1](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.003 s intIndex4[1](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0 s intIndex5[1](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.002 s intIndex6[1](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.002 s intIdentifier1[1](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0 s intIdentifier2[1](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0 s intIdentifier3[1](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0 s intIdentifier4[1](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0 s intIndex1[2](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.114 s intIndex2[2](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.117 s intIndex3[2](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.129 s intIndex4[2](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.017 s intIndex5[2](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.077 s intIndex6[2](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.061 s intIdentifier1[2](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.045 s intIdentifier2[2](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.121 s intIdentifier3[2](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.077 s intIdentifier4[2](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.451 s intIndex1[3](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.058 s intIndex2[3](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.108 s intIndex3[3](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.099 s intIndex4[3](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.017 s intIndex5[3](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.045 s intIndex6[3](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.051 s intIdentifier1[3](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.076 s intIdentifier2[3](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.076 s intIdentifier3[3](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.061 s intIdentifier4[3](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.373 s intIndex1[4](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.049 s intIndex2[4](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.115 s intIndex3[4](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.105 s intIndex4[4](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.003 s intIndex5[4](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.051 s intIndex6[4](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.053 s intIdentifier1[4](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.012 s intIdentifier2[4](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.133 s intIdentifier3[4](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.061 s intIdentifier4[4](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.344 s intIndex1[5](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.092 s intIndex2[5](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.187 s intIndex3[5](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.172 s intIndex4[5](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.004 s intIndex5[5](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.105 s intIndex6[5](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.087 s intIdentifier1[5](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.025 s intIdentifier2[5](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.114 s intIdentifier3[5](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.121 s intIdentifier4[5](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.764 s intIndex1[6](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.094 s intIndex2[6](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.179 s intIndex3[6](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.159 s intIndex4[6](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.003 s intIndex5[6](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.108 s intIndex6[6](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.091 s intIdentifier1[6](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.03 s intIdentifier2[6](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.124 s intIdentifier3[6](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.125 s intIdentifier4[6](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.847 s intIndex1[7](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.095 s intIndex2[7](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.184 s intIndex3[7](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.2 s intIndex4[7](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.003 s intIndex5[7](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.088 s intIndex6[7](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.093 s intIdentifier1[7](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.022 s intIdentifier2[7](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.125 s intIdentifier3[7](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.12 s intIdentifier4[7](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.786 s intIndex1[8](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0 s intIndex2[8](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.004 s intIndex3[8](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.005 s intIndex4[8](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0 s intIndex5[8](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.005 s intIndex6[8](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.007 s intIdentifier1[8](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0.001 s intIdentifier2[8](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0 s intIdentifier3[8](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0 s intIdentifier4[8](org.eclipse.mat.tests.parser.TestIndex1to1) Time elapsed: 0 s intIndex1[9](org.eclipse.mat.tests.parser.TestIndex1to1) skipped intIndex2[9](org.eclipse.mat.tests.parser.TestIndex1to1) skipped intIndex3[9](org.eclipse.mat.tests.parser.TestIndex1to1) skipped intIndex4[9](org.eclipse.mat.tests.parser.TestIndex1to1) skipped intIndex5[9](org.eclipse.mat.tests.parser.TestIndex1to1) skipped intIndex6[9](org.eclipse.mat.tests.parser.TestIndex1to1) skipped intIdentifier1[9](org.eclipse.mat.tests.parser.TestIndex1to1) skipped intIdentifier2[9](org.eclipse.mat.tests.parser.TestIndex1to1) skipped intIdentifier3[9](org.eclipse.mat.tests.parser.TestIndex1to1) skipped intIdentifier4[9](org.eclipse.mat.tests.parser.TestIndex1to1) skipped intIndex1[10](org.eclipse.mat.tests.parser.TestIndex1to1) skipped intIndex2[10](org.eclipse.mat.tests.parser.TestIndex1to1) skipped intIndex3[10](org.eclipse.mat.tests.parser.TestIndex1to1) skipped intIndex4[10](org.eclipse.mat.tests.parser.TestIndex1to1) skipped intIndex5[10](org.eclipse.mat.tests.parser.TestIndex1to1) skipped intIndex6[10](org.eclipse.mat.tests.parser.TestIndex1to1) skipped intIdentifier1[10](org.eclipse.mat.tests.parser.TestIndex1to1) skipped intIdentifier2[10](org.eclipse.mat.tests.parser.TestIndex1to1) skipped intIdentifier3[10](org.eclipse.mat.tests.parser.TestIndex1to1) skipped intIdentifier4[10](org.eclipse.mat.tests.parser.TestIndex1to1) skipped testShowDomTreeQuerySunJdk6_32(org.eclipse.mat.tests.snapshot.DominatorTreeTest) Time elapsed: 1.725 s testDomTreeSunJdk5_64(org.eclipse.mat.tests.snapshot.DominatorTreeTest) Time elapsed: 0.947 s testDomTreeSunJdk6_32(org.eclipse.mat.tests.snapshot.DominatorTreeTest) Time elapsed: 0 s testImmDomQuerySunJdk6_32(org.eclipse.mat.tests.snapshot.DominatorTreeTest) Time elapsed: 0.007 s testDomTreeIBMJdk6_32_System(org.eclipse.mat.tests.snapshot.DominatorTreeTest) Time elapsed: 0 s testDomTreeIBMJdk6_32_Heap(org.eclipse.mat.tests.snapshot.DominatorTreeTest) Time elapsed: 0.157 s testDiscardSunJDK5_64(org.eclipse.mat.tests.snapshot.TestUnreachableObjects) Time elapsed: 3.287 s testDiscardSunJDK6_32(org.eclipse.mat.tests.snapshot.TestUnreachableObjects) Time elapsed: 3.435 s testDiscardReportSunJDK5_64(org.eclipse.mat.tests.snapshot.TestUnreachableObjects) Time elapsed: 1.083 s testDiscardReportSunJDK6_32(org.eclipse.mat.tests.snapshot.TestUnreachableObjects) Time elapsed: 1.432 s testIBMJDK6_32_SYSTEM(org.eclipse.mat.tests.snapshot.TestUnreachableObjects) Time elapsed: 2.809 s testSunJDK5_64(org.eclipse.mat.tests.snapshot.TestUnreachableObjects) Time elapsed: 0.563 s testSunJDK6_32(org.eclipse.mat.tests.snapshot.TestUnreachableObjects) Time elapsed: 0.546 s testDiscardStringsIBMJDK6_32_SYSTEM(org.eclipse.mat.tests.snapshot.TestUnreachableObjects) Time elapsed: 1.702 s testDiscardReportIBMJDK6_32_SYSTEM(org.eclipse.mat.tests.snapshot.TestUnreachableObjects) Time elapsed: 1.787 s testDiscardStringsSunJDK5_64(org.eclipse.mat.tests.snapshot.TestUnreachableObjects) Time elapsed: 2.456 s testDiscardStringsSunJDK6_32(org.eclipse.mat.tests.snapshot.TestUnreachableObjects) Time elapsed: 1.768 s testDiscardIBMJDK6_32_SYSTEM(org.eclipse.mat.tests.snapshot.TestUnreachableObjects) Time elapsed: 4.784 s exportHPROF[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 2.01 s exportHPROFredact[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.685 s topReferenceLeak[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.058 s stacks1[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s testRegressionReport[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 12.799 s exportHPROFCompressChunked[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.958 s stringBufferToString[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testTopComponentsReport[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 7.642 s objectSizes[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.011 s listEntries[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.013 s exportHPROFCompress[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.922 s totalObjects[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalHeapSize[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.002 s stringBuilderToString[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testPerformanceReport[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.767 s topComponents[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.195 s groupByValue[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.124 s testBug572227[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.097 s testAllQueriesReport[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 10.074 s exportHPROFSegments[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.527 s testMethods[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s reload1[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload2[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.189 s stringToString[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.011 s testAllQueriesReportCSV[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 6.296 s testOverviewReportRename2[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.981 s testClassLoaders[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalClasses[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testOverviewReportRename[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.419 s testLeakSuspectsReport[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.641 s testAllQueriesReportText[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 5.637 s stackFrameElementResolver[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s testOverviewReport[0: Snapshot=dumps/sun_jdk6_32bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.225 s exportHPROF[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.262 s exportHPROFredact[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.537 s topReferenceLeak[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s stacks1[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testRegressionReport[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.012 s exportHPROFCompressChunked[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.364 s stringBufferToString[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testTopComponentsReport[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.017 s objectSizes[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.002 s listEntries[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s exportHPROFCompress[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.277 s totalObjects[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalHeapSize[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s stringBuilderToString[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testPerformanceReport[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.327 s topComponents[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.064 s groupByValue[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.02 s testBug572227[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.026 s testAllQueriesReport[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.994 s exportHPROFSegments[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.195 s testMethods[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload1[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload2[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.073 s stringToString[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.004 s testAllQueriesReportCSV[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.708 s testOverviewReportRename2[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.523 s testClassLoaders[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalClasses[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s testOverviewReportRename[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.268 s testLeakSuspectsReport[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.322 s testAllQueriesReportText[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.906 s stackFrameElementResolver[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testOverviewReport[1: Snapshot=dumps/sun_jdk5_64bit.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.208 s exportHPROF[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.398 s exportHPROFredact[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.605 s topReferenceLeak[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.009 s stacks1[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s testRegressionReport[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 11.939 s exportHPROFCompressChunked[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.485 s stringBufferToString[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testTopComponentsReport[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 5.001 s objectSizes[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.009 s listEntries[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.008 s exportHPROFCompress[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.502 s totalObjects[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalHeapSize[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s stringBuilderToString[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testPerformanceReport[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.695 s topComponents[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.107 s groupByValue[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.063 s testBug572227[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.019 s testAllQueriesReport[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 7.71 s exportHPROFSegments[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.367 s testMethods[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload1[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload2[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.03 s stringToString[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.012 s testAllQueriesReportCSV[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 4.996 s testOverviewReportRename2[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.749 s testClassLoaders[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalClasses[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testOverviewReportRename[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.399 s testLeakSuspectsReport[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.705 s testAllQueriesReportText[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 5.277 s stackFrameElementResolver[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s testOverviewReport[2: Snapshot=dumps/sun_jdk6_18_x32.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.22 s exportHPROF[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 2.522 s exportHPROFredact[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.784 s topReferenceLeak[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.009 s stacks1[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s testRegressionReport[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 13.026 s exportHPROFCompressChunked[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.503 s stringBufferToString[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s testTopComponentsReport[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 5.775 s objectSizes[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.014 s listEntries[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.009 s exportHPROFCompress[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.754 s totalObjects[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s totalHeapSize[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s stringBuilderToString[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testPerformanceReport[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.641 s topComponents[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.101 s groupByValue[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.05 s testBug572227[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.021 s testAllQueriesReport[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 9.433 s exportHPROFSegments[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.193 s testMethods[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s reload1[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload2[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.027 s stringToString[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.049 s testAllQueriesReportCSV[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 6.058 s testOverviewReportRename2[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.431 s testClassLoaders[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalClasses[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s testOverviewReportRename[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.32 s testLeakSuspectsReport[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.384 s testAllQueriesReportText[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 6.155 s stackFrameElementResolver[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s testOverviewReport[3: Snapshot=dumps/sun_jdk6_18_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.208 s exportHPROF[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.471 s exportHPROFredact[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.197 s topReferenceLeak[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s stacks1[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testRegressionReport[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.427 s exportHPROFCompressChunked[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.334 s stringBufferToString[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testTopComponentsReport[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.755 s objectSizes[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s listEntries[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s exportHPROFCompress[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.876 s totalObjects[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalHeapSize[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s stringBuilderToString[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testPerformanceReport[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.255 s topComponents[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.027 s groupByValue[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.004 s testBug572227[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.02 s testAllQueriesReport[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.473 s exportHPROFSegments[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.291 s testMethods[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload1[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload2[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.011 s stringToString[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s testAllQueriesReportCSV[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.722 s testOverviewReportRename2[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.411 s testClassLoaders[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalClasses[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s testOverviewReportRename[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.241 s testLeakSuspectsReport[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.247 s testAllQueriesReportText[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.467 s stackFrameElementResolver[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testOverviewReport[4: Snapshot=dumps/sun_jdk5_13_x32.hprof options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.129 s exportHPROF[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped exportHPROFredact[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped topReferenceLeak[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s stacks1[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testRegressionReport[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.754 s exportHPROFCompressChunked[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped stringBufferToString[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testTopComponentsReport[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.825 s objectSizes[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.004 s listEntries[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.076 s exportHPROFCompress[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped totalObjects[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalHeapSize[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s stringBuilderToString[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testPerformanceReport[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.221 s topComponents[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.092 s groupByValue[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.032 s testBug572227[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.016 s testAllQueriesReport[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.387 s exportHPROFSegments[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testMethods[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload1[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload2[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.018 s stringToString[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testAllQueriesReportCSV[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.54 s testOverviewReportRename2[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.432 s testClassLoaders[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalClasses[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testOverviewReportRename[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.192 s testLeakSuspectsReport[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.275 s testAllQueriesReportText[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.535 s stackFrameElementResolver[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testOverviewReport[5: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.199 s exportHPROF[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped exportHPROFredact[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped topReferenceLeak[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s stacks1[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s testRegressionReport[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.525 s exportHPROFCompressChunked[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped stringBufferToString[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testTopComponentsReport[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.192 s objectSizes[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s listEntries[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s exportHPROFCompress[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped totalObjects[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalHeapSize[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s stringBuilderToString[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testPerformanceReport[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.162 s topComponents[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.005 s groupByValue[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testBug572227[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.019 s testAllQueriesReport[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.784 s exportHPROFSegments[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testMethods[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload1[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload2[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.018 s stringToString[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testAllQueriesReportCSV[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.498 s testOverviewReportRename2[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.102 s testClassLoaders[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalClasses[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testOverviewReportRename[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.051 s testLeakSuspectsReport[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.053 s testAllQueriesReportText[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.586 s stackFrameElementResolver[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testOverviewReport[6: Snapshot=dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.047 s exportHPROF[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped exportHPROFredact[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped topReferenceLeak[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s stacks1[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testRegressionReport[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.514 s exportHPROFCompressChunked[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped stringBufferToString[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testTopComponentsReport[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.621 s objectSizes[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.004 s listEntries[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s exportHPROFCompress[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped totalObjects[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalHeapSize[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s stringBuilderToString[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testPerformanceReport[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.225 s topComponents[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.078 s groupByValue[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.035 s testBug572227[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.029 s testAllQueriesReport[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.527 s exportHPROFSegments[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testMethods[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload1[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload2[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.028 s stringToString[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testAllQueriesReportCSV[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.755 s testOverviewReportRename2[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.438 s testClassLoaders[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalClasses[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testOverviewReportRename[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.155 s testLeakSuspectsReport[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.244 s testAllQueriesReportText[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.649 s stackFrameElementResolver[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testOverviewReport[7: Snapshot=dumps/heapdump.20100112.141124.11580.0002.phd;dumps/javacore.20100112.141124.11580.0003.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.2 s exportHPROF[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.261 s exportHPROFredact[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.579 s topReferenceLeak[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s stacks1[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testRegressionReport[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 2.257 s exportHPROFCompressChunked[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.352 s stringBufferToString[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testTopComponentsReport[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.308 s objectSizes[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.003 s listEntries[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.002 s exportHPROFCompress[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.294 s totalObjects[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalHeapSize[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s stringBuilderToString[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testPerformanceReport[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.252 s topComponents[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.102 s groupByValue[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.036 s testBug572227[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.079 s testAllQueriesReport[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 2.29 s exportHPROFSegments[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.209 s testMethods[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload1[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload2[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.802 s stringToString[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.015 s testAllQueriesReportCSV[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.595 s testOverviewReportRename2[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.671 s testClassLoaders[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalClasses[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testOverviewReportRename[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.237 s testLeakSuspectsReport[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.37 s testAllQueriesReportText[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.494 s stackFrameElementResolver[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testOverviewReport[8: Snapshot=dumps/core.20100112.141124.11580.0001.dmp.zip options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.521 s exportHPROF[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped exportHPROFredact[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped topReferenceLeak[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.003 s stacks1[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testRegressionReport[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 55.065 s exportHPROFCompressChunked[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped stringBufferToString[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testTopComponentsReport[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.03 s objectSizes[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.005 s listEntries[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.003 s exportHPROFCompress[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped totalObjects[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s totalHeapSize[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s stringBuilderToString[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testPerformanceReport[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.197 s topComponents[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.082 s groupByValue[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.041 s testBug572227[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.056 s testAllQueriesReport[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 2.297 s exportHPROFSegments[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testMethods[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s reload1[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload2[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.9 s stringToString[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.014 s testAllQueriesReportCSV[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.587 s testOverviewReportRename2[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.549 s testClassLoaders[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalClasses[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s testOverviewReportRename[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.296 s testLeakSuspectsReport[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.376 s testAllQueriesReportText[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.473 s stackFrameElementResolver[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testOverviewReport[9: Snapshot=allMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.182 s exportHPROF[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped exportHPROFredact[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped topReferenceLeak[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s stacks1[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s testRegressionReport[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 2.414 s exportHPROFCompressChunked[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped stringBufferToString[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testTopComponentsReport[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.089 s objectSizes[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.003 s listEntries[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.004 s exportHPROFCompress[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped totalObjects[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalHeapSize[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s stringBuilderToString[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testPerformanceReport[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.155 s topComponents[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.077 s groupByValue[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.038 s testBug572227[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.016 s testAllQueriesReport[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 2.078 s exportHPROFSegments[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testMethods[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s reload1[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload2[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.584 s stringToString[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.015 s testAllQueriesReportCSV[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.83 s testOverviewReportRename2[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.4 s testClassLoaders[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalClasses[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s testOverviewReportRename[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.187 s testLeakSuspectsReport[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.343 s testAllQueriesReportText[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.204 s stackFrameElementResolver[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testOverviewReport[10: Snapshot=runningMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.177 s exportHPROF[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped exportHPROFredact[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped topReferenceLeak[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s stacks1[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testRegressionReport[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 3.303 s exportHPROFCompressChunked[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped stringBufferToString[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testTopComponentsReport[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.267 s objectSizes[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.003 s listEntries[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.003 s exportHPROFCompress[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped totalObjects[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s totalHeapSize[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s stringBuilderToString[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testPerformanceReport[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.14 s topComponents[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.056 s groupByValue[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.03 s testBug572227[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.016 s testAllQueriesReport[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 2.143 s exportHPROFSegments[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testMethods[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload1[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload2[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.022 s stringToString[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.014 s testAllQueriesReportCSV[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.936 s testOverviewReportRename2[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.286 s testClassLoaders[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalClasses[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s testOverviewReportRename[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.164 s testLeakSuspectsReport[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.221 s testAllQueriesReportText[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.186 s stackFrameElementResolver[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s testOverviewReport[11: Snapshot=framesOnly options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.714 s exportHPROF[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 5.402 s exportHPROFredact[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 4.934 s topReferenceLeak[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s stacks1[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testRegressionReport[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 9.584 s exportHPROFCompressChunked[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 20.603 s stringBufferToString[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testTopComponentsReport[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 6.614 s objectSizes[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.002 s listEntries[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.003 s exportHPROFCompress[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 6.953 s totalObjects[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalHeapSize[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s stringBuilderToString[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testPerformanceReport[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.139 s topComponents[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.055 s groupByValue[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.031 s testBug572227[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.016 s testAllQueriesReport[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 15.024 s exportHPROFSegments[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 9.418 s testMethods[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload1[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload2[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.211 s stringToString[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.014 s testAllQueriesReportCSV[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 18.07 s testOverviewReportRename2[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.357 s testClassLoaders[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalClasses[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testOverviewReportRename[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.244 s testLeakSuspectsReport[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.257 s testAllQueriesReportText[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.214 s stackFrameElementResolver[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testOverviewReport[12: Snapshot=noMethods options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.282 s exportHPROF[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped exportHPROFredact[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped topReferenceLeak[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s stacks1[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s testRegressionReport[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 2.002 s exportHPROFCompressChunked[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped stringBufferToString[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testTopComponentsReport[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.49 s objectSizes[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.003 s listEntries[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.004 s exportHPROFCompress[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped totalObjects[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalHeapSize[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s stringBuilderToString[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testPerformanceReport[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.199 s topComponents[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.042 s groupByValue[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.077 s testBug572227[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.017 s testAllQueriesReport[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.483 s exportHPROFSegments[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testMethods[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload1[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload2[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.02 s stringToString[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testAllQueriesReportCSV[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.382 s testOverviewReportRename2[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.402 s testClassLoaders[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalClasses[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testOverviewReportRename[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.15 s testLeakSuspectsReport[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.22 s testAllQueriesReportText[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.455 s stackFrameElementResolver[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testOverviewReport[13: Snapshot=dumps/heapdump.20100209.165721.4484.phd options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.114 s exportHPROF[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped exportHPROFredact[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped topReferenceLeak[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped stacks1[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testRegressionReport[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped exportHPROFCompressChunked[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped stringBufferToString[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testTopComponentsReport[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped objectSizes[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped listEntries[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped exportHPROFCompress[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped totalObjects[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped totalHeapSize[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped stringBuilderToString[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testPerformanceReport[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped topComponents[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped groupByValue[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testBug572227[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testAllQueriesReport[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped exportHPROFSegments[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testMethods[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped reload1[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped reload2[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped stringToString[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testAllQueriesReportCSV[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testOverviewReportRename2[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testClassLoaders[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped totalClasses[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testOverviewReportRename[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testLeakSuspectsReport[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testAllQueriesReportText[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped stackFrameElementResolver[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testOverviewReport[14: Snapshot=dumps/javacore.20100209.165721.4484.txt options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped exportHPROF[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped exportHPROFredact[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped topReferenceLeak[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s stacks1[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testRegressionReport[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.425 s exportHPROFCompressChunked[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped stringBufferToString[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testTopComponentsReport[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.424 s objectSizes[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.002 s listEntries[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.003 s exportHPROFCompress[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped totalObjects[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalHeapSize[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s stringBuilderToString[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testPerformanceReport[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.176 s topComponents[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.096 s groupByValue[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.034 s testBug572227[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.034 s testAllQueriesReport[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.213 s exportHPROFSegments[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testMethods[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload1[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload2[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.015 s stringToString[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testAllQueriesReportCSV[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.371 s testOverviewReportRename2[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.271 s testClassLoaders[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalClasses[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testOverviewReportRename[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.143 s testLeakSuspectsReport[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.244 s testAllQueriesReportText[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.386 s stackFrameElementResolver[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testOverviewReport[15: Snapshot=dumps/heapdump.20100209.165721.4484.phd;dumps/javacore.20100209.165721.4484.txt options=NONE](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.134 s exportHPROF[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped exportHPROFredact[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped topReferenceLeak[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped stacks1[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testRegressionReport[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped exportHPROFCompressChunked[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped stringBufferToString[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testTopComponentsReport[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped objectSizes[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped listEntries[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped exportHPROFCompress[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped totalObjects[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped totalHeapSize[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped stringBuilderToString[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testPerformanceReport[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped topComponents[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped groupByValue[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testBug572227[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testAllQueriesReport[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped exportHPROFSegments[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testMethods[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped reload1[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped reload2[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped stringToString[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testAllQueriesReportCSV[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testOverviewReportRename2[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testClassLoaders[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped totalClasses[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testOverviewReportRename[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testLeakSuspectsReport[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testAllQueriesReportText[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped stackFrameElementResolver[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped testOverviewReport[16: Snapshot=dumps/core.20100209.165717.4484.txt.sdff options=FRAMES](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) skipped exportHPROF[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.359 s exportHPROFredact[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.211 s topReferenceLeak[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s stacks1[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testRegressionReport[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 2.649 s exportHPROFCompressChunked[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.315 s stringBufferToString[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testTopComponentsReport[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.149 s objectSizes[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.003 s listEntries[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.003 s exportHPROFCompress[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.245 s totalObjects[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalHeapSize[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s stringBuilderToString[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testPerformanceReport[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.286 s topComponents[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.048 s groupByValue[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.018 s testBug572227[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.019 s testAllQueriesReport[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 2.661 s exportHPROFSegments[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.169 s testMethods[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload1[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s reload2[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.011 s stringToString[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.013 s testAllQueriesReportCSV[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.963 s testOverviewReportRename2[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.41 s testClassLoaders[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalClasses[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testOverviewReportRename[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.145 s testLeakSuspectsReport[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.252 s testAllQueriesReportText[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.809 s stackFrameElementResolver[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s testOverviewReport[17: Snapshot=dumps/oracle_jdk7_21_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.139 s exportHPROF[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.33 s exportHPROFredact[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.251 s topReferenceLeak[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s stacks1[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testRegressionReport[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 2.569 s exportHPROFCompressChunked[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.309 s stringBufferToString[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testTopComponentsReport[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.076 s objectSizes[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.005 s listEntries[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.003 s exportHPROFCompress[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.321 s totalObjects[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalHeapSize[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s stringBuilderToString[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testPerformanceReport[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.208 s topComponents[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.051 s groupByValue[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.024 s testBug572227[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.018 s testAllQueriesReport[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.968 s exportHPROFSegments[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.102 s testMethods[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload1[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload2[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.01 s stringToString[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.011 s testAllQueriesReportCSV[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.216 s testOverviewReportRename2[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.567 s testClassLoaders[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalClasses[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testOverviewReportRename[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.309 s testLeakSuspectsReport[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.278 s testAllQueriesReportText[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.134 s stackFrameElementResolver[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s testOverviewReport[18: Snapshot=dumps/oracle_jdk8_05_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.17 s exportHPROF[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.957 s exportHPROFredact[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 1.173 s topReferenceLeak[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.031 s stacks1[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testRegressionReport[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 31.203 s exportHPROFCompressChunked[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.994 s stringBufferToString[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testTopComponentsReport[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 14.257 s objectSizes[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.023 s listEntries[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.026 s exportHPROFCompress[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.952 s totalObjects[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s totalHeapSize[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.004 s stringBuilderToString[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testPerformanceReport[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.311 s topComponents[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.286 s groupByValue[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.155 s testBug572227[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.024 s testAllQueriesReport[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 16.914 s exportHPROFSegments[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.539 s testMethods[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload1[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s reload2[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.016 s stringToString[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.147 s testAllQueriesReportCSV[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 14.973 s testOverviewReportRename2[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.32 s testClassLoaders[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalClasses[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testOverviewReportRename[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.169 s testLeakSuspectsReport[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.344 s testAllQueriesReportText[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 14.078 s stackFrameElementResolver[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testOverviewReport[19: Snapshot=dumps/oracle_jdk9_01_x64.hprof options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.153 s exportHPROF[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 9.314 s exportHPROFredact[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.242 s topReferenceLeak[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s stacks1[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s testRegressionReport[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 14.17 s exportHPROFCompressChunked[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.302 s stringBufferToString[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testTopComponentsReport[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 2.648 s objectSizes[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.005 s listEntries[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.007 s exportHPROFCompress[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.255 s totalObjects[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalHeapSize[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s stringBuilderToString[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testPerformanceReport[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.164 s topComponents[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.082 s groupByValue[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.019 s testBug572227[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.016 s testAllQueriesReport[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 3.417 s exportHPROFSegments[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.154 s testMethods[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.001 s reload1[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s reload2[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.047 s stringToString[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.012 s testAllQueriesReportCSV[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 2.983 s testOverviewReportRename2[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.445 s testClassLoaders[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s totalClasses[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testOverviewReportRename[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.258 s testLeakSuspectsReport[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.368 s testAllQueriesReportText[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 2.873 s stackFrameElementResolver[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0 s testOverviewReport[20: Snapshot=dumps/java_pid1884.0001.hprof.gz options=FRAMES_AND_OBJECTS](org.eclipse.mat.tests.snapshot.GeneralSnapshotTests) Time elapsed: 0.191 s testHistogramSizes[0](org.eclipse.mat.tests.snapshot.TestInstanceSizes) Time elapsed: 1.475 s testHistogramSizes[1](org.eclipse.mat.tests.snapshot.TestInstanceSizes) Time elapsed: 1.003 s testHistogramSizes[2](org.eclipse.mat.tests.snapshot.TestInstanceSizes) Time elapsed: 1.445 s testHistogramSizes[3](org.eclipse.mat.tests.snapshot.TestInstanceSizes) Time elapsed: 0.144 s testHistogramSizes[4](org.eclipse.mat.tests.snapshot.TestInstanceSizes) Time elapsed: 0.071 s testCompareDiffRatioFirst(org.eclipse.mat.tests.snapshot.QueryLookupTest) Time elapsed: 0.039 s testSubjectsAnnotation1(org.eclipse.mat.tests.snapshot.QueryLookupTest) Time elapsed: 0 s testSubjectsAnnotation2(org.eclipse.mat.tests.snapshot.QueryLookupTest) Time elapsed: 0 s testSubjectsAnnotation3(org.eclipse.mat.tests.snapshot.QueryLookupTest) Time elapsed: 0 s testSubjectsAnnotation4(org.eclipse.mat.tests.snapshot.QueryLookupTest) Time elapsed: 0 s testCompareDuplicateRecords1(org.eclipse.mat.tests.snapshot.QueryLookupTest) Time elapsed: 2.051 s testCompareDuplicateRecords2(org.eclipse.mat.tests.snapshot.QueryLookupTest) Time elapsed: 0.143 s testCompareDuplicateRecords3(org.eclipse.mat.tests.snapshot.QueryLookupTest) Time elapsed: 7.759 s testCompareOQL(org.eclipse.mat.tests.snapshot.QueryLookupTest) Time elapsed: 4.369 s testParse(org.eclipse.mat.tests.snapshot.QueryLookupTest) Time elapsed: 0 s testCompareDiffRatioPreviousRetained1(org.eclipse.mat.tests.snapshot.QueryLookupTest) Time elapsed: 7.774 s testCompareDiffRatioPreviousRetained2(org.eclipse.mat.tests.snapshot.QueryLookupTest) Time elapsed: 8.056 s testCompareSetOperationsSymDiff(org.eclipse.mat.tests.snapshot.QueryLookupTest) Time elapsed: 0.007 s testCompareSetOperationsIntersection(org.eclipse.mat.tests.snapshot.QueryLookupTest) Time elapsed: 0.001 s testCompareSetOperationsDiff1(org.eclipse.mat.tests.snapshot.QueryLookupTest) Time elapsed: 0.001 s testCompareSetOperationsDiff2(org.eclipse.mat.tests.snapshot.QueryLookupTest) Time elapsed: 0.001 s testCompareSetOperationsDiff3(org.eclipse.mat.tests.snapshot.QueryLookupTest) Time elapsed: 0.001 s testCompareSetOperationsDiff4(org.eclipse.mat.tests.snapshot.QueryLookupTest) Time elapsed: 0.002 s testCompareSetOperationsDiff5(org.eclipse.mat.tests.snapshot.QueryLookupTest) Time elapsed: 0.001 s testCompareSetOperationsDiff6(org.eclipse.mat.tests.snapshot.QueryLookupTest) Time elapsed: 0.001 s testCompareSetOperationsUnion(org.eclipse.mat.tests.snapshot.QueryLookupTest) Time elapsed: 0.002 s testCompare(org.eclipse.mat.tests.snapshot.QueryLookupTest) Time elapsed: 0.002 s testLookup(org.eclipse.mat.tests.snapshot.QueryLookupTest) Time elapsed: 0 s testCompareDiffPrevious(org.eclipse.mat.tests.snapshot.QueryLookupTest) Time elapsed: 0.005 s testOQLFiltering2(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.024 s testOQLFiltering3(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0 s testOQLFiltering4(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.001 s testOQLFiltering5(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0 s testOQLFiltering6(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.001 s testOQLFiltering7(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0 s testOQLFiltering8(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.001 s testOQLFiltering9(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.001 s testFindStrings(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.012 s testCompareThreads1(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.004 s testFiltering10(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.002 s testLeakHunter2ReportJDK11none(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 1.263 s testFiltering11ne2(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.004 s testFindStrings2(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.035 s testFindStrings3(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.078 s testFiltering12percentAsNumNoFr(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.027 s testExportHprofReportFile(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.388 s testDominatorByLoader(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.007 s testQueryReport1(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.022 s testQueryReport2(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.06 s testQueryReport3(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.024 s testFiltering11urangea(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.002 s testFiltering11urangeb(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.002 s testLeakHunter2ReportJDK6none(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.19 s testOQLFiltering11urangeabnan(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.017 s testCompareHistogram1(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.052 s testSuspects2Report(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.761 s testOQLFormatting(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.026 s testOQLFiltering11notrangeabnan(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.016 s testOverview2Report(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.068 s testLeakHunter2ReportJDK6(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.511 s testFiltering11rangeab(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.001 s testFiltering12percent(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.001 s testCompareReport(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.022 s testFiltering12percentNumPercent(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.001 s testCustomRetainedSet(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.003 s testLeakHunter2ReportIBM8_7(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 10.283 s testCompareQuery(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.004 s testFiltering12percentFr(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.001 s testFiltering11urangeab(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.003 s testFiltering11eq(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.001 s testFiltering11ge(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.001 s testFiltering11gt(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.001 s testFiltering11le(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.001 s testFiltering11lt(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.002 s testFiltering11ne(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.001 s testFiltering11regex(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.002 s testFiltering11rangea(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.001 s testFiltering11rangeb(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.002 s testLeakHunter2ReportJDK11(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 2.675 s testHeapArguments1(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.003 s testHeapArguments2(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.007 s testFiltering12percentAsNum(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.002 s testOQLSorting(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.046 s testExportHprofReport(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.193 s testOQLFiltering(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.005 s testFiltering12percentAsNumFr(org.eclipse.mat.tests.snapshot.QueriesTest) Time elapsed: 0.002 s testSelectFromObjectsClasses(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.006 s testObjectArray(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testLeftJoin(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.499 s testMethodCallSecurityManager(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.003 s testFromAddress(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testConcatentation(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testImplements(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testSelectFromObjectsClasses2(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.005 s testSelectFromAbstract(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testMethodArrayInfo(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testWhereRelationalOperators(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.035 s testWhereRelationalOperatorsOnStaticAttributes(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.008 s testUnindexed11(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.018 s testUnindexed12(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.009 s testUnindexed13(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.008 s testUnindexed14(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.004 s testUnindexed15(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.003 s testUnindexed16(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.005 s testUnindexed17(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.003 s testUnindexed18(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.049 s testUnindexed19(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.089 s testFromPattern(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testWhereRelationalOperatorsOnAttributes(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testMethodCallVarArgs1(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testMethodCallVarArgs5(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testUnion(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testEval(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testAsEmpty(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.002 s testOperations1long(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testOperations2date(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.004 s testOperations2long(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testPrimitiveArrayRange(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testWhereArithmeticInt(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testJavaArrayRange(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testFullOuterJoin(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.692 s testRightJoin(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.356 s testMethodCallNulls1(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testWhereLiterals(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.02 s emptyColumnName(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.003 s testOQLunion1(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testOQLunion2(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testOQLunion3(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.058 s testOQLunion4(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 24.3 s testOQLunion5(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testOQLunion6(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testOQLunion7(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.005 s testArrayList(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.002 s testMethodCallSystem(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.002 s testMethodCallThread(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testComplex10(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.043 s testComplex11(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testComplex12(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testComplex13(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testComplex14(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.002 s testComplex15(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.556 s testComplex16(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 1.055 s testComplex17(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.349 s testComplex18(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testComplex19(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testComplex20(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testComplex21(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testComplex22(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testComplex23(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testComplex24(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testComplex25(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testComplex26(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testComplex27(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testComplex29(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testComplex30(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testComplex31(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testComplex32(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testComplex33(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testComplex34(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testComplex35(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testComplex36(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.034 s testComplex37(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testComplex38(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testComplex39(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testComplex40(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testComplex41(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testComplex42(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testComplex43(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testComplex44(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testComplex5a(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.002 s testComplex5b(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testComplex5c(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.004 s testComplex5d(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.006 s testFromSubSelect(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testMethodCallCompiler(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testAsSpaces(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.002 s testFromClauseWithNullObjects(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testMethodCallProcess(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testSelectAttributes(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.225 s testFromByName1(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.014 s testFromByName2(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.488 s testFromByName3(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.346 s testFromByName4(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.065 s testFromByName5(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.125 s testFromByName6(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.112 s testFromByName7(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.274 s testOverloadedMethod1(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testOverloadedMethod2(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.095 s testOverloadedMethod3(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.154 s testOverloadedMethod4(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.119 s nonEmptyColumnName(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.003 s testPrimitiveArrayRange2(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testArrayListGet(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testJavaArray(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testInnerJoin1(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.706 s testInnerJoin2(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.541 s testComplex1(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.018 s testComplex2(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.022 s testComplex3(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.002 s testComplex4(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.005 s testComplex5(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.003 s testComplex6(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testComplex7(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testComplex8(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.003 s testComplex9(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.028 s testJavaList(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testAsPunctution(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testMethodCallClassLoader(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testUnreservedKeywords(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testInstanceOf10(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testErrorRuntimeException(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testWhereArithmetic(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.027 s testAndClause(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testConversionsLong(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testJavaArrayRange2(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testJavaArrayRange3(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testObjectArrayRange(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testOperations1double(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testUnindexed1(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testUnindexed2(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testUnindexed3(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testUnindexed4(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testUnindexed5(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.004 s testUnindexed6(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.003 s testUnindexed7(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.003 s testUnindexed8(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.002 s testUnindexed9(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.009 s testUnionCommand10(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.078 s testUnionCommand11(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.074 s testUnionCommand12(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testUnionCommand13(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testUnionCommand14(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testUnionCommand15(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testUnionCommand16(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testUnionCommand17(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testUnionCommand1a(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testUnionCommand2a(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testUnionCommand3a(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testUnionCommand4a(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testUnionCommand5a(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testUnionCommand6a(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testSelectObjects(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testFromSubSelect2(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.041 s testFromSubSelect3(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.017 s testFromSubSelect4(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testFromSubSelect5(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testFromSubSelect6(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testDistinct1(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testDistinct2(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.002 s testDistinct3(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testBuildInFunctions(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testFromObject(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testFromInstanceOf(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testUnionCommand1(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testUnionCommand2(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testUnionCommand3(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testUnionCommand4(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testUnionCommand5(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testUnionCommand6(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testUnionCommand7(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testUnionCommand8(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testUnionCommand9(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testPrimitiveArray(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testInstanceOf1(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testInstanceOf2(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testInstanceOf3(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testInstanceOf4(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testInstanceOf5(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testInstanceOf6(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testInstanceOf7(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testInstanceOf8(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testInstanceOf9(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testMethodCallRuntime(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testOperations1int(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testOperations2int(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testConversionsLong1(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testStatic(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testOperations2double(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testSelectStar(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testMethodCallInteger(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testErrorParseException(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testCrossJoin(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 1.281 s testSelectRetained1(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testSelectRetained2(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testSelectRetained3(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.002 s testSelectRetained4(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.21 s testSelectRetained5(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testSelectRetained6(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testSelectRetained7(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testJavaListRange(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testDirectIObject(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testGetClasses1(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testGetClasses2(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.001 s testGetClasses3(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.039 s testGetClasses4(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0.023 s testAndClauseSpaces(org.eclipse.mat.tests.snapshot.OQLTest) Time elapsed: 0 s testException(org.eclipse.mat.tests.snapshot.MultipleSnapshots) Time elapsed: 0.335 s testDump1(org.eclipse.mat.tests.snapshot.MultipleSnapshots) Time elapsed: 0.288 s testAcquireDumpCompressed[HPROF jmap dump provider](org.eclipse.mat.tests.acquire.AcquireDumpTest) Time elapsed: 52.715 s test[HPROF jmap dump provider](org.eclipse.mat.tests.acquire.AcquireDumpTest) Time elapsed: 0 s test2[HPROF jmap dump provider](org.eclipse.mat.tests.acquire.AcquireDumpTest) Time elapsed: 0 s testAcquireDumpUncompressed[HPROF jmap dump provider](org.eclipse.mat.tests.acquire.AcquireDumpTest) Time elapsed: 21.28 s testAcquireDumpCompressedChunked[HPROF jmap dump provider](org.eclipse.mat.tests.acquire.AcquireDumpTest) Time elapsed: 47.351 s testAcquireDumpCompressed[Attach API](org.eclipse.mat.tests.acquire.AcquireDumpTest) skipped test[Attach API](org.eclipse.mat.tests.acquire.AcquireDumpTest) Time elapsed: 0 s test2[Attach API](org.eclipse.mat.tests.acquire.AcquireDumpTest) Time elapsed: 0.001 s testAcquireDumpUncompressed[Attach API](org.eclipse.mat.tests.acquire.AcquireDumpTest) Time elapsed: 0.021 s testAcquireDumpCompressedChunked[Attach API](org.eclipse.mat.tests.acquire.AcquireDumpTest) skipped testAcquireDumpCompressed[Attach API using a helper JVM](org.eclipse.mat.tests.acquire.AcquireDumpTest) skipped test[Attach API using a helper JVM](org.eclipse.mat.tests.acquire.AcquireDumpTest) Time elapsed: 0 s test2[Attach API using a helper JVM](org.eclipse.mat.tests.acquire.AcquireDumpTest) Time elapsed: 0 s testAcquireDumpUncompressed[Attach API using a helper JVM](org.eclipse.mat.tests.acquire.AcquireDumpTest) Time elapsed: 27.935 s testAcquireDumpCompressedChunked[Attach API using a helper JVM](org.eclipse.mat.tests.acquire.AcquireDumpTest) skipped testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 java.util.ArrayList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 2.355 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 java.util.Arrays$ArrayList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.006 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 javax.management.AttributeList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.017 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 java.util.concurrent.CopyOnWriteArrayList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.019 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 java.util.Collections$CheckedRandomAccessList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.004 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 java.util.Collections$CopiesList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 java.util.Collections$SingletonList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 java.util.Collections$SynchronizedRandomAccessList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.004 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 java.util.Collections$UnmodifiableRandomAccessList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.004 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 java.util.LinkedList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.044 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 java.util.ImmutableCollections$ListN](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.015 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 java.util.ImmutableCollections$List12](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 javax.management.relation.RoleList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.012 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 javax.management.relation.RoleUnresolvedList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.012 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 java.util.Stack](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.004 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 java.util.Vector](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.025 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 java.util.LinkedHashMap$LinkedValues](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.08 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 java.util.TreeMap$Values](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.042 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 java.util.Collections$SynchronizedCollection](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.072 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 java.util.Collections$UnmodifiableCollection](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.038 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 java.util.concurrent.ConcurrentHashMap$ValuesView](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.03 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 java.util.concurrent.ConcurrentSkipListMap$Values](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.024 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 java.util.HashMap$Values](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.053 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 java.util.IdentityHashMap$Values](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.017 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 java.util.AbstractMap$2](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.009 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 java.lang.ProcessEnvironment$StringValues](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.005 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 1 java.util.WeakHashMap$Values](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.025 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.concurrent.ArrayBlockingQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.006 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.ArrayDeque](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.02 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.beans.beancontext.BeanContextServicesSupport](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.013 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.beans.beancontext.BeanContextSupport](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.011 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.concurrent.ConcurrentLinkedDeque](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.027 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.concurrent.ConcurrentLinkedQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.025 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.concurrent.ConcurrentSkipListSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.085 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.concurrent.CopyOnWriteArraySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.013 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.Collections$CheckedCollection](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.003 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.Collections$CheckedQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.003 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.Collections$CheckedSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.01 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.Collections$CheckedSortedSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.01 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.Collections$CheckedNavigableSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.02 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.Collections$SetFromMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.01 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.Collections$SingletonSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.Collections$SynchronizedCollection](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.013 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.Collections$SynchronizedSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.171 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.Collections$SynchronizedSortedSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.011 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.Collections$SynchronizedNavigableSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.022 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.Collections$UnmodifiableCollection](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.015 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.Collections$UnmodifiableSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.066 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.Collections$UnmodifiableSortedSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.01 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.Collections$UnmodifiableNavigableSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.01 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.HashSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.072 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 javax.print.attribute.standard.JobStateReasons](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.concurrent.LinkedBlockingDeque](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.021 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.concurrent.LinkedBlockingQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.022 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.LinkedHashSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.074 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.concurrent.LinkedTransferQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.022 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.concurrent.PriorityBlockingQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.02 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.PriorityQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.02 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.ImmutableCollections$SetN](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.061 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.ImmutableCollections$Set12](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.TreeSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.089 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.TreeMap$KeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.17 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.Collections$CheckedMap$CheckedEntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.022 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.08 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.concurrent.ConcurrentHashMap$KeySetView](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.087 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.concurrent.ConcurrentHashMap$EntrySetView](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.072 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.concurrent.ConcurrentSkipListMap$KeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.049 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.concurrent.ConcurrentSkipListMap$EntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.029 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.HashMap$KeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.107 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.HashMap$EntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.055 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.IdentityHashMap$KeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.052 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.IdentityHashMap$EntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.033 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.LinkedHashMap$LinkedKeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.088 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.LinkedHashMap$LinkedEntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.041 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.AbstractMap$1](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.021 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.lang.ProcessEnvironment$StringKeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.013 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.lang.ProcessEnvironment$StringEntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.008 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.TreeMap$EntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.036 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.WeakHashMap$KeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.063 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 2 java.util.WeakHashMap$EntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.043 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 3 java.util.ArrayList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 3 javax.management.AttributeList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 3 java.util.concurrent.CopyOnWriteArrayList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 3 java.util.Collections$CheckedRandomAccessList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 3 java.util.Collections$EmptyList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 3 java.util.Collections$SynchronizedRandomAccessList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 3 java.util.LinkedList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 3 java.util.ImmutableCollections$ListN](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 3 javax.management.relation.RoleList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 3 javax.management.relation.RoleUnresolvedList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 3 java.util.Stack](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 3 java.util.Vector](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 3 java.util.LinkedHashMap$LinkedValues](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 3 java.util.TreeMap$Values](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 3 java.util.Collections$EmptySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 3 java.util.Collections$UnmodifiableCollection](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 3 java.util.Collections$SynchronizedCollection](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 3 java.util.concurrent.ConcurrentHashMap$ValuesView](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 3 java.util.concurrent.ConcurrentSkipListMap$Values](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 3 java.util.HashMap$Values](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 3 java.util.IdentityHashMap$Values](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 3 java.util.AbstractMap$2](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 3 java.lang.ProcessEnvironment$StringValues](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 3 java.util.WeakHashMap$Values](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.concurrent.ArrayBlockingQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.ArrayDeque](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.beans.beancontext.BeanContextServicesSupport](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.beans.beancontext.BeanContextSupport](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.concurrent.ConcurrentLinkedDeque](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.concurrent.ConcurrentLinkedQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.concurrent.ConcurrentSkipListSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.concurrent.CopyOnWriteArraySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.concurrent.DelayQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.Collections$CheckedCollection](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.Collections$CheckedQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.Collections$CheckedSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.Collections$CheckedSortedSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.Collections$CheckedNavigableSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.Collections$EmptySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.Collections$UnmodifiableNavigableSet$EmptyNavigableSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.Collections$SetFromMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.Collections$SynchronizedCollection](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.Collections$SynchronizedSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.006 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.Collections$SynchronizedSortedSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.Collections$SynchronizedNavigableSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.Collections$UnmodifiableSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.RegularEnumSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.HashSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.004 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 javax.print.attribute.standard.JobStateReasons](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.concurrent.LinkedBlockingDeque](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.concurrent.LinkedBlockingQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.LinkedHashSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.003 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.concurrent.LinkedTransferQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.concurrent.PriorityBlockingQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.PriorityQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.ImmutableCollections$SetN](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.concurrent.SynchronousQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.TreeSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.LinkedHashMap$LinkedKeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.005 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.LinkedHashMap$LinkedEntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.003 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.TreeMap$KeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.003 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.Collections$CheckedMap$CheckedEntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.concurrent.ConcurrentHashMap$KeySetView](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.003 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.concurrent.ConcurrentHashMap$EntrySetView](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.concurrent.ConcurrentSkipListMap$KeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.concurrent.ConcurrentSkipListMap$EntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.HashMap$KeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.005 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.HashMap$EntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.004 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.IdentityHashMap$KeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.004 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.IdentityHashMap$EntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.004 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.AbstractMap$1](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.lang.ProcessEnvironment$StringKeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.lang.ProcessEnvironment$StringEntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.TreeMap$EntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.WeakHashMap$KeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.003 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 4 java.util.WeakHashMap$EntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 java.util.jar.Attributes](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 java.util.Collections$CheckedMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.007 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 java.util.Collections$CheckedSortedMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.006 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 java.util.Collections$CheckedNavigableMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.007 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 java.util.Collections$SingletonMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 java.util.Collections$SynchronizedMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.013 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 java.util.Collections$SynchronizedSortedMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.007 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 java.util.Collections$SynchronizedNavigableMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.007 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 java.util.Collections$UnmodifiableMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.013 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 java.util.Collections$UnmodifiableSortedMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.007 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 java.util.Collections$UnmodifiableNavigableMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.006 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 java.util.concurrent.ConcurrentHashMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.043 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 java.util.concurrent.ConcurrentSkipListMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.031 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 java.util.HashMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.046 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 java.util.Hashtable](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.039 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 java.util.IdentityHashMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.034 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 java.util.LinkedHashMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.04 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 java.util.ImmutableCollections$MapN](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.015 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 java.lang.ProcessEnvironment$StringEnvironment](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.007 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 javax.print.attribute.standard.PrinterStateReasons](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 java.util.Properties](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.024 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 java.awt.RenderingHints](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.032 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 javax.script.SimpleBindings](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.021 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 java.util.TreeMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.051 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 javax.swing.UIDefaults](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.006 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 5 java.util.WeakHashMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.047 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 java.util.jar.Attributes](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 java.util.Collections$CheckedMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 java.util.Collections$CheckedSortedMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 java.util.Collections$CheckedNavigableMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 java.util.Collections$EmptyMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 java.util.Collections$UnmodifiableNavigableMap$EmptyNavigableMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 java.util.Collections$SynchronizedMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 java.util.Collections$SynchronizedSortedMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 java.util.Collections$SynchronizedNavigableMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 java.util.Collections$UnmodifiableMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 java.util.concurrent.ConcurrentHashMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 java.util.concurrent.ConcurrentSkipListMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 java.util.HashMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 java.util.Hashtable](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 java.util.IdentityHashMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.003 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 java.util.LinkedHashMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.029 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 java.util.ImmutableCollections$MapN](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 java.lang.ProcessEnvironment$StringEnvironment](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 javax.print.attribute.standard.PrinterStateReasons](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 java.util.Properties](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 java.awt.RenderingHints](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 javax.script.SimpleBindings](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 java.util.TreeMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 javax.swing.UIDefaults](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 6 java.util.WeakHashMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.hprof.acquire.JMapHeapDumpProvider acquire_collection_dump_1.hprof 7 null](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 java.util.ArrayList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 2.141 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 java.util.Arrays$ArrayList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.004 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 javax.management.AttributeList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.011 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 java.util.concurrent.CopyOnWriteArrayList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.014 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 java.util.Collections$CheckedRandomAccessList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.003 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 java.util.Collections$CopiesList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 java.util.Collections$SingletonList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 java.util.Collections$SynchronizedRandomAccessList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.004 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 java.util.Collections$UnmodifiableRandomAccessList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.011 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 java.util.LinkedList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.016 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 java.util.ImmutableCollections$ListN](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.014 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 java.util.ImmutableCollections$List12](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 javax.management.relation.RoleList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.01 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 javax.management.relation.RoleUnresolvedList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.009 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 java.util.Stack](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.003 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 java.util.Vector](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.016 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 java.util.LinkedHashMap$LinkedValues](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.039 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 java.util.TreeMap$Values](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.031 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 java.util.Collections$SynchronizedCollection](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.052 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 java.util.Collections$UnmodifiableCollection](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.015 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 java.util.concurrent.ConcurrentHashMap$ValuesView](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.024 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 java.util.concurrent.ConcurrentSkipListMap$Values](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.018 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 java.util.HashMap$Values](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.039 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 java.util.IdentityHashMap$Values](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.017 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 java.util.AbstractMap$2](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.008 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 java.lang.ProcessEnvironment$StringValues](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.005 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 1 java.util.WeakHashMap$Values](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.024 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.concurrent.ArrayBlockingQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.005 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.ArrayDeque](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.019 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.beans.beancontext.BeanContextServicesSupport](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.01 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.beans.beancontext.BeanContextSupport](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.021 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.concurrent.ConcurrentLinkedDeque](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.023 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.concurrent.ConcurrentLinkedQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.022 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.concurrent.ConcurrentSkipListSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.054 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.concurrent.CopyOnWriteArraySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.014 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.Collections$CheckedCollection](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.003 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.Collections$CheckedQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.003 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.Collections$CheckedSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.008 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.Collections$CheckedSortedSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.009 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.Collections$CheckedNavigableSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.017 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.Collections$SetFromMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.009 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.Collections$SingletonSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.Collections$SynchronizedCollection](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.013 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.Collections$SynchronizedSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.144 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.Collections$SynchronizedSortedSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.009 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.Collections$SynchronizedNavigableSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.017 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.Collections$UnmodifiableCollection](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.012 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.Collections$UnmodifiableSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.057 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.Collections$UnmodifiableSortedSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.009 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.Collections$UnmodifiableNavigableSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.009 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.HashSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.07 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 javax.print.attribute.standard.JobStateReasons](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.concurrent.LinkedBlockingDeque](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.021 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.concurrent.LinkedBlockingQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.02 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.LinkedHashSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.069 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.concurrent.LinkedTransferQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.021 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.concurrent.PriorityBlockingQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.014 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.PriorityQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.015 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.ImmutableCollections$SetN](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.034 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.ImmutableCollections$Set12](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.TreeSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.067 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.TreeMap$KeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.149 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.Collections$CheckedMap$CheckedEntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.02 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.073 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.concurrent.ConcurrentHashMap$KeySetView](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.105 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.concurrent.ConcurrentHashMap$EntrySetView](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.05 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.concurrent.ConcurrentSkipListMap$KeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.085 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.concurrent.ConcurrentSkipListMap$EntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.067 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.HashMap$KeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.196 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.HashMap$EntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.051 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.IdentityHashMap$KeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.082 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.IdentityHashMap$EntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.067 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.LinkedHashMap$LinkedKeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.062 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.LinkedHashMap$LinkedEntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.059 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.AbstractMap$1](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.019 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.lang.ProcessEnvironment$StringKeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.011 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.lang.ProcessEnvironment$StringEntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.006 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.TreeMap$EntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.033 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.WeakHashMap$KeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.07 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 2 java.util.WeakHashMap$EntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.045 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 3 java.util.ArrayList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 3 javax.management.AttributeList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 3 java.util.concurrent.CopyOnWriteArrayList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 3 java.util.Collections$CheckedRandomAccessList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 3 java.util.Collections$EmptyList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 3 java.util.Collections$SynchronizedRandomAccessList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 3 java.util.LinkedList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 3 java.util.ImmutableCollections$ListN](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 3 javax.management.relation.RoleList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 3 javax.management.relation.RoleUnresolvedList](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 3 java.util.Stack](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 3 java.util.Vector](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 3 java.util.LinkedHashMap$LinkedValues](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 3 java.util.TreeMap$Values](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 3 java.util.Collections$EmptySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 3 java.util.Collections$UnmodifiableCollection](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 3 java.util.Collections$SynchronizedCollection](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 3 java.util.concurrent.ConcurrentHashMap$ValuesView](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 3 java.util.concurrent.ConcurrentSkipListMap$Values](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 3 java.util.HashMap$Values](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 3 java.util.IdentityHashMap$Values](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 3 java.util.AbstractMap$2](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 3 java.lang.ProcessEnvironment$StringValues](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 3 java.util.WeakHashMap$Values](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.concurrent.ArrayBlockingQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.ArrayDeque](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.beans.beancontext.BeanContextServicesSupport](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.beans.beancontext.BeanContextSupport](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.concurrent.ConcurrentLinkedDeque](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.concurrent.ConcurrentLinkedQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.concurrent.ConcurrentSkipListSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.concurrent.CopyOnWriteArraySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.concurrent.DelayQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.Collections$CheckedCollection](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.Collections$CheckedQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.Collections$CheckedSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.Collections$CheckedSortedSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.Collections$CheckedNavigableSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.Collections$EmptySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.Collections$UnmodifiableNavigableSet$EmptyNavigableSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.Collections$SetFromMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.Collections$SynchronizedCollection](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.Collections$SynchronizedSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.006 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.Collections$SynchronizedSortedSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.Collections$SynchronizedNavigableSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.Collections$UnmodifiableSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.RegularEnumSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.HashSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.003 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 javax.print.attribute.standard.JobStateReasons](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.concurrent.LinkedBlockingDeque](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.concurrent.LinkedBlockingQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.LinkedHashSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.003 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.concurrent.LinkedTransferQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.concurrent.PriorityBlockingQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.PriorityQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.ImmutableCollections$SetN](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.concurrent.SynchronousQueue](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.TreeSet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.LinkedHashMap$LinkedKeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.003 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.LinkedHashMap$LinkedEntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.003 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.TreeMap$KeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.Collections$CheckedMap$CheckedEntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.concurrent.ConcurrentHashMap$KeySetView](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.concurrent.ConcurrentHashMap$EntrySetView](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.concurrent.ConcurrentSkipListMap$KeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.concurrent.ConcurrentSkipListMap$EntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.HashMap$KeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.008 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.HashMap$EntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.004 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.IdentityHashMap$KeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.004 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.IdentityHashMap$EntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.004 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.AbstractMap$1](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.lang.ProcessEnvironment$StringKeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.lang.ProcessEnvironment$StringEntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.TreeMap$EntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.WeakHashMap$KeySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.003 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 4 java.util.WeakHashMap$EntrySet](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 java.util.jar.Attributes](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 java.util.Collections$CheckedMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.006 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 java.util.Collections$CheckedSortedMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.006 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 java.util.Collections$CheckedNavigableMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.006 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 java.util.Collections$SingletonMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 java.util.Collections$SynchronizedMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.013 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 java.util.Collections$SynchronizedSortedMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.006 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 java.util.Collections$SynchronizedNavigableMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.006 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 java.util.Collections$UnmodifiableMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.012 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 java.util.Collections$UnmodifiableSortedMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.006 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 java.util.Collections$UnmodifiableNavigableMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.006 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 java.util.concurrent.ConcurrentHashMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.045 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 java.util.concurrent.ConcurrentSkipListMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.031 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 java.util.HashMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.043 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 java.util.Hashtable](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.038 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 java.util.IdentityHashMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.035 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 java.util.LinkedHashMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.042 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 java.util.ImmutableCollections$MapN](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.015 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 java.lang.ProcessEnvironment$StringEnvironment](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.007 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 javax.print.attribute.standard.PrinterStateReasons](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 java.util.Properties](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.029 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 java.awt.RenderingHints](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.012 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 javax.script.SimpleBindings](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.019 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 java.util.TreeMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.031 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 javax.swing.UIDefaults](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.007 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 5 java.util.WeakHashMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.067 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 java.util.jar.Attributes](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 java.util.Collections$CheckedMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 java.util.Collections$CheckedSortedMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 java.util.Collections$CheckedNavigableMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 java.util.Collections$EmptyMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 java.util.Collections$UnmodifiableNavigableMap$EmptyNavigableMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 java.util.Collections$SynchronizedMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 java.util.Collections$SynchronizedSortedMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 java.util.Collections$SynchronizedNavigableMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 java.util.Collections$UnmodifiableMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 java.util.concurrent.ConcurrentHashMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 java.util.concurrent.ConcurrentSkipListMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 java.util.HashMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 java.util.Hashtable](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 java.util.IdentityHashMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 java.util.LinkedHashMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.002 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 java.util.ImmutableCollections$MapN](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 java.lang.ProcessEnvironment$StringEnvironment](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 javax.print.attribute.standard.PrinterStateReasons](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 java.util.Properties](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 java.awt.RenderingHints](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 javax.script.SimpleBindings](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 java.util.TreeMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 javax.swing.UIDefaults](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 6 java.util.WeakHashMap](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0.001 s testCollections[org.eclipse.mat.ibmvm.acquire.IBMExecDumpProvider acquire_collection_dump_3.hprof 7 null](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest3) Time elapsed: 0 s testCollections1[0](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest4) Time elapsed: 0.003 s testCollections2[0](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest4) Time elapsed: 0.006 s testCollections3[0](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest4) Time elapsed: 0 s testCollections4[0](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest4) Time elapsed: 0 s testCollections5[0](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest4) Time elapsed: 0.005 s testCollections6[0](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest4) Time elapsed: 0 s testCollections1[1](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest4) Time elapsed: 0.158 s testCollections2[1](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest4) Time elapsed: 0.951 s testCollections3[1](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest4) Time elapsed: 0.001 s testCollections4[1](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest4) Time elapsed: 0 s testCollections5[1](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest4) Time elapsed: 0.496 s testCollections6[1](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest4) Time elapsed: 0.005 s testCollections1[2](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest4) Time elapsed: 0.002 s testCollections2[2](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest4) Time elapsed: 0.006 s testCollections3[2](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest4) Time elapsed: 0 s testCollections4[2](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest4) Time elapsed: 0.001 s testCollections5[2](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest4) Time elapsed: 0.006 s testCollections6[2](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest4) Time elapsed: 0.001 s testCollections1[3](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest4) Time elapsed: 3.219 s testCollections2[3](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest4) Time elapsed: 3.787 s testCollections3[3](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest4) Time elapsed: 0.099 s testCollections4[3](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest4) Time elapsed: 0.119 s testCollections5[3](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest4) Time elapsed: 0.524 s testCollections6[3](org.eclipse.mat.tests.collect.ExtractCollectionEntriesTest4) Time elapsed: 0.015 s testClassNameExtractor(org.eclipse.mat.tests.ui.snapshot.panes.textPartitioning.TestClassNameExtractor) Time elapsed: 0.018 s testComplexQueryPartitions(org.eclipse.mat.tests.ui.snapshot.panes.textPartitioning.TestOQLPartitionScanner) Time elapsed: 0.018 s testComplexPartitions1(org.eclipse.mat.tests.ui.snapshot.panes.textPartitioning.TestOQLPartitionScanner) Time elapsed: 0.005 s testComplexPartitions2(org.eclipse.mat.tests.ui.snapshot.panes.textPartitioning.TestOQLPartitionScanner) Time elapsed: 0 s testComplexPartitions3(org.eclipse.mat.tests.ui.snapshot.panes.textPartitioning.TestOQLPartitionScanner) Time elapsed: 0.001 s testBaseQueryPartitions(org.eclipse.mat.tests.ui.snapshot.panes.textPartitioning.TestOQLPartitionScanner) Time elapsed: 0 s testCRInPartitions(org.eclipse.mat.tests.ui.snapshot.panes.textPartitioning.TestOQLPartitionScanner) Time elapsed: 0 s testCommentPartitions(org.eclipse.mat.tests.ui.snapshot.panes.textPartitioning.TestOQLPartitionScanner) Time elapsed: 0.001 s testIncompletePartitions(org.eclipse.mat.tests.ui.snapshot.panes.textPartitioning.TestOQLPartitionScanner) Time elapsed: 0 s Results: Tests run: 1780, Failures: 0, Errors: 0, Skipped: 167 snapshot /tmp/junit13365459625288525274/openjdk_jdk11_04_x64.hprof.gz hasn't been disposed at the factory snapshot /tmp/junit14676624791916398380/core.20130429.083124.14315.0001.dmp.zip hasn't been disposed at the factory snapshot /tmp/junit8143279333343875816/sun_jdk6_18_x32.hprof hasn't been disposed at the factory snapshot /tmp/junit10368367595842155464/java_pid1884.0001.hprof.gz hasn't been disposed at the factory [INFO] All tests passed! [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.mat.tests --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/org.eclipse.mat.tests-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.mat.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/org.eclipse.mat.tests-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.mat.tests --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/org.eclipse.mat.tests-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.mat.tests --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.mat.tests --- [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/org.eclipse.mat.tests-1.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.tests/1.12.0-SNAPSHOT/org.eclipse.mat.tests-1.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.tests/1.12.0-SNAPSHOT/org.eclipse.mat.tests-1.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/org.eclipse.mat.tests-1.12.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.tests/1.12.0-SNAPSHOT/org.eclipse.mat.tests-1.12.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.tests/1.12.0-SNAPSHOT/org.eclipse.mat.tests-1.12.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.tests/1.12.0-SNAPSHOT/org.eclipse.mat.tests-1.12.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.mat.tests --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.mat.tests --- [INFO] Skipping artifact deployment [INFO] [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (default-cli) @ org.eclipse.mat.tests --- [INFO] Fork Value is true [INFO] Done SpotBugs Analysis.... [INFO] [INFO] --------------< org.eclipse.mat:org.eclipse.mat.ui.help >--------------- [INFO] Building org.eclipse.mat.ui.help 1.12.0-SNAPSHOT [15/22] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mat.ui.help --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.mat.ui.help --- [INFO] The project's OSGi version is 1.12.0.202105241838 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.mat.ui.help --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.mat.ui.help --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.mat.ui.help --- [INFO] [INFO] --- maven-antrun-plugin:1.7:run (default) @ org.eclipse.mat.ui.help --- [INFO] Executing tasks main: post.build.jars: [echo] [echo] compile /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/com.ibm.icu/67.1.0.v20200706-1749/com.ibm.icu-67.1.0.v20200706-1749.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/4.5.1.v20190425-1842/com.sun.jna-4.5.1.v20190425-1842.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/4.5.1.v20190425-1842/com.sun.jna.platform-4.5.1.v20190425-1842.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/javax.annotation/1.3.5.v20200909-1856/javax.annotation-1.3.5.v20200909-1856.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.16.200.v20210226-1447/org.eclipse.osgi-3.16.200.v20210226-1447.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/javax.el/2.2.0.v201303151357/javax.el-2.2.0.v201303151357.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/javax.servlet/3.1.0.v201410161800/javax.servlet-3.1.0.v201410161800.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/javax.servlet.jsp/2.2.0.v201112011158/javax.servlet.jsp-2.2.0.v201112011158.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.constants/1.13.0.v20200622-2037/org.apache.batik.constants-1.13.0.v20200622-2037.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.13.0.v20200622-2037/org.apache.batik.css-1.13.0.v20200622-2037.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.util/1.13.0.v20200622-2037/org.apache.batik.util-1.13.0.v20200622-2037.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.i18n/1.13.0.v20200622-2037/org.apache.batik.i18n-1.13.0.v20200622-2037.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.xmlgraphics/2.4.0.v20200622-2037/org.apache.xmlgraphics-2.4.0.v20200622-2037.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.w3c.css.sac/1.3.1.v200903091627/org.w3c.css.sac-1.3.1.v200903091627.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.w3c.dom.events/3.0.0.draft20060413_v201105210656/org.w3c.dom.events-3.0.0.draft20060413_v201105210656.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.w3c.dom.svg/1.1.0.v201011041433/org.w3c.dom.svg-1.1.0.v201011041433.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.codec/1.14.0.v20200818-1422/org.apache.commons.codec-1.14.0.v20200818-1422.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.io/2.6.0.v20190123-2029/org.apache.commons.io-2.6.0.v20190123-2029.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0.v20180409-1502/org.apache.commons.logging-1.2.0.v20180409-1502.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.scr/2.1.24.v20200924-1939/org.apache.felix.scr-2.1.24.v20200924-1939.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.10.0.v20210212-1137/org.eclipse.osgi.services-3.10.0.v20210212-1137.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.util/3.6.0.v20210212-1137/org.eclipse.osgi.util-3.6.0.v20210212-1137.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.jasper.glassfish/2.2.2.v201501141630/org.apache.jasper.glassfish-2.2.2.v201501141630.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.lucene.analyzers-common/8.4.1.v20200122-1459/org.apache.lucene.analyzers-common-8.4.1.v20200122-1459.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.lucene.core/8.4.1.v20200122-1459/org.apache.lucene.core-8.4.1.v20200122-1459.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.lucene.analyzers-smartcn/8.4.1.v20200122-1459/org.apache.lucene.analyzers-smartcn-8.4.1.v20200122-1459.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.birt.chart.device.extension/4.7.0.v201706222054/org.eclipse.birt.chart.device.extension-4.7.0.v201706222054.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.birt.chart.engine/4.7.0.v201706222054/org.eclipse.birt.chart.engine-4.7.0.v201706222054.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.23.0.v20200630-0516/org.eclipse.emf.ecore-2.23.0.v20200630-0516.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.birt.core/4.7.0.v201706222054/org.eclipse.birt.core-4.7.0.v201706222054.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.birt.chart.engine.extension/4.7.0.v201706222054/org.eclipse.birt.chart.engine.extension-4.7.0.v201706222054.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.20.100.v20210111-0815/org.eclipse.core.runtime-3.20.100.v20210111-0815.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.mozilla.javascript/1.7.5.v201504281450/org.mozilla.javascript-1.7.5.v201504281450.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare/3.7.1300.v20210114-0707/org.eclipse.compare-3.7.1300.v20210114-0707.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.119.0.v20210111-1350/org.eclipse.ui-3.119.0.v20210111-1350.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.14.0.v20210215-0934/org.eclipse.core.resources-3.14.0.v20210215-0934.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.17.0.v20210213-0904/org.eclipse.jface.text-3.17.0.v20210213-0904.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.18.100.v20210122-1536/org.eclipse.ui.ide-3.18.100.v20210122-1536.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.11.0.v20210111-1351/org.eclipse.ui.views-3.11.0.v20210111-1351.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench.texteditor/3.16.0.v20210120-0733/org.eclipse.ui.workbench.texteditor-3.16.0.v20210120-0733.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.7.100.v20210203-1000/org.eclipse.core.expressions-3.7.100.v20210203-1000.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.14.0.v20210215-0846/org.eclipse.ui.editors-3.14.0.v20210215-0846.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.11.100.v20210108-1139/org.eclipse.ui.forms-3.11.100.v20210108-1139.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core/3.6.1000.v20201020-1107/org.eclipse.compare.core-3.6.1000.v20201020-1107.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.9.800.v20201021-1339/org.eclipse.core.commands-3.9.800.v20201021-1339.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.14.100.v20210212-1143/org.eclipse.equinox.common-3.14.100.v20210212-1143.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.7.900.v20210111-0918/org.eclipse.core.contenttype-3.7.900.v20210111-0918.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.8.200.v20210212-1143/org.eclipse.equinox.preferences-3.8.200.v20210212-1143.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.10.100.v20210212-1143/org.eclipse.equinox.registry-3.10.100.v20210212-1143.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.10.100.v20200926-1123/org.eclipse.core.databinding-1.10.100.v20200926-1123.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.10.0.v20200730-0848/org.eclipse.core.databinding.observable-1.10.0.v20200730-0848.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.8.100.v20200619-0651/org.eclipse.core.databinding.property-1.8.100.v20200619-0651.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filebuffers/3.6.1100.v20201029-1159/org.eclipse.core.filebuffers-3.6.1100.v20201029-1159.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.11.0.v20210203-1022/org.eclipse.text-3.11.0.v20210203-1022.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.7.700.v20200110-1734/org.eclipse.core.filesystem-1.7.700.v20200110-1734.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.10.1100.v20210111-0815/org.eclipse.core.jobs-3.10.1100.v20210111-0815.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net/1.3.1000.v20200715-0827/org.eclipse.core.net-1.3.1000.v20200715-0827.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security/1.3.600.v20210126-1005/org.eclipse.equinox.security-1.3.600.v20210126-1005.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.5.100.v20210212-1143/org.eclipse.equinox.app-1.5.100.v20210212-1143.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.4.800.v20200120-1101/org.eclipse.core.variables-3.4.800.v20200120-1101.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core/3.18.0.v20210222-1101/org.eclipse.debug.core-3.18.0.v20210222-1101.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.800.v20210222-1101/org.eclipse.debug.ui-3.14.800.v20210222-1101.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.console/3.10.100.v20201211-1511/org.eclipse.ui.console-3.10.100.v20201211-1511.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.8.800.v20200525-0755/org.eclipse.help-3.8.800.v20200525-0755.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.22.100.v20210126-0831/org.eclipse.jface-3.22.100.v20210126-0831.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.100.v20210215-1525/org.eclipse.ui.workbench-3.122.100.v20210215-1525.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.5.0.v20210115-1333/org.eclipse.e4.ui.services-1.5.0.v20210115-1333.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/0.13.0.v20201119-1132/org.eclipse.e4.core.commands-0.13.0.v20201119-1132.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.7.700.v20210128-2123/org.eclipse.e4.core.di-1.7.700.v20210128-2123.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.8.400.v20191217-1710/org.eclipse.e4.core.contexts-1.8.400.v20191217-1710.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.2.600.v20210110-1654/org.eclipse.e4.core.services-2.2.600.v20210110-1654.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.6.600.v20191216-2352/org.eclipse.e4.core.di.annotations-1.6.600.v20191216-2352.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.16.0.v20200507-0938/org.eclipse.e4.core.di.extensions-0.16.0.v20200507-0938.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions.supplier/0.15.800.v20210110-1654/org.eclipse.e4.core.di.extensions.supplier-0.15.800.v20210110-1654.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.2.800.v20200609-0849/org.eclipse.e4.emf.xpath-0.2.800.v20200609-0849.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.13.0.v20201119-1132/org.eclipse.e4.ui.bindings-0.13.0.v20201119-1132.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.116.0.v20210302-1107/org.eclipse.swt-3.116.0.v20210302-1107.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.13.0.v20201015-0653/org.eclipse.e4.ui.css.core-0.13.0.v20201015-0653.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.14.100.v20201217-1340/org.eclipse.e4.ui.css.swt-0.14.100.v20201217-1340.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.13.0.v20201026-1147/org.eclipse.e4.ui.css.swt.theme-0.13.0.v20201026-1147.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.3.0.v20210222-1018/org.eclipse.e4.ui.di-1.3.0.v20210222-1018.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.2.100.v20201109-2317/org.eclipse.e4.ui.dialogs-1.2.100.v20201109-2317.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.ide/3.15.200.v20210108-1832/org.eclipse.e4.ui.ide-3.15.200.v20210108-1832.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.1.1000.v20210111-0958/org.eclipse.e4.ui.model.workbench-2.1.1000.v20210111-0958.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.event/1.6.0.v20210212-1143/org.eclipse.equinox.event-1.6.0.v20210212-1143.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.2.800.v20201021-1339/org.eclipse.e4.ui.widgets-1.2.800.v20201021-1339.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.12.100.v20210122-1731/org.eclipse.e4.ui.workbench-1.12.100.v20210122-1731.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.14.0.v20190528-0725/org.eclipse.emf.ecore.change-2.14.0.v20190528-0725.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.4.100.v20201221-2332/org.eclipse.e4.ui.workbench.addons.swt-1.4.100.v20201221-2332.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.15.0.v20201125-0918/org.eclipse.e4.ui.workbench.renderers.swt-0.15.0.v20201125-0918.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.16.0.v20201230-1610/org.eclipse.e4.ui.workbench.swt-0.16.0.v20201230-1610.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.12.200.v20210111-0911/org.eclipse.jface.databinding-1.12.200.v20210111-0911.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.15.500.v20201021-1339/org.eclipse.e4.ui.workbench3-0.15.500.v20201021-1339.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.1.300.v20210113-1544/org.eclipse.urischeme-1.1.300.v20210113-1544.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.22.0.v20210114-1734/org.eclipse.emf.common-2.22.0.v20210114-1734.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.bidi/1.3.100.v20210212-1143/org.eclipse.equinox.bidi-1.3.100.v20210212-1143.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.http.registry/1.2.0.v20200614-1851/org.eclipse.equinox.http.registry-1.2.0.v20200614-1851.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.jsp.jasper/1.1.500.v20200422-1833/org.eclipse.equinox.jsp.jasper-1.1.500.v20200422-1833.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.jsp.jasper.registry/1.1.400.v20200422-1833/org.eclipse.equinox.jsp.jasper.registry-1.1.400.v20200422-1833.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.core/2.6.300.v20200211-1504/org.eclipse.equinox.p2.core-2.6.300.v20200211-1504.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.engine/2.6.700.v20200511-1530/org.eclipse.equinox.p2.engine-2.6.700.v20200511-1530.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.5.100.v20200908-1020/org.eclipse.equinox.p2.metadata-2.5.100.v20200908-1020.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata.repository/1.3.500.v20210108-0738/org.eclipse.equinox.p2.metadata.repository-1.3.500.v20210108-0738.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.repository/2.5.0.v20201013-0853/org.eclipse.equinox.p2.repository-2.5.0.v20201013-0853.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.tukaani.xz/1.8.0.v20180207-1613/org.tukaani.xz-1.8.0.v20180207-1613.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help.base/4.3.200.v20210303-1800/org.eclipse.help.base-4.3.200.v20210303-1800.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help.ui/4.2.200.v20210123-1004/org.eclipse.help.ui-4.2.200.v20210123-1004.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help.webapp/3.10.200.v20210222-1057/org.eclipse.help.webapp-3.10.200.v20210222-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core/3.25.0.v20210223-0522/org.eclipse.jdt.core-3.25.0.v20210223-0522.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core.manipulation/1.14.300.v20210224-0730/org.eclipse.jdt.core.manipulation-1.14.300.v20210224-0730.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.core.refactoring/3.11.300.v20210208-1217/org.eclipse.ltk.core.refactoring-3.11.300.v20210208-1217.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.launching/3.19.100.v20210217-1644/org.eclipse.jdt.launching-3.19.100.v20210217-1644.jar:/home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.17.100.v20210220-1238.jar/jdimodel.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.22.100.v20210224-0730/org.eclipse.jdt.ui-3.22.100.v20210224-0730.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.search/3.13.0.v20210212-0759/org.eclipse.search-3.13.0.v20210212-0759.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.ui/3.8.1200.v20210204-1156/org.eclipse.team.ui-3.8.1200.v20210204-1156.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.core/3.8.1100.v20200806-0621/org.eclipse.team.core-3.8.1100.v20200806-0621.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.11.300.v20210112-0706/org.eclipse.ltk.ui.refactoring-3.11.300.v20210112-0706.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.10.0.v20210111-1352/org.eclipse.ui.navigator-3.10.0.v20210111-1352.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator.resources/3.8.0.v20210209-1136/org.eclipse.ui.navigator.resources-3.8.0.v20210209-1136.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.notifications/0.3.0.v20210218-1820/org.eclipse.jface.notifications-0.3.0.v20210218-1820.jar:/home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/target/org.eclipse.mat.api-1.12.0-SNAPSHOT.jar:/home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/target/org.eclipse.mat.report-1.12.0-SNAPSHOT.jar:/home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart/target/org.eclipse.mat.chart-1.12.0-SNAPSHOT.jar:/home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.dtfj/target/org.eclipse.mat.dtfj-1.12.0-SNAPSHOT.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/com.ibm.dtfj.api/1.12.29003.202006111057/com.ibm.dtfj.api-1.12.29003.202006111057.jar:/home/jenkins/.m2/repository/.cache/tycho/com.ibm.dtfj.api-1.12.29003.202006111057.jar/lib/dtfj-interface.jar:/home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/target/org.eclipse.mat.parser-1.12.0-SNAPSHOT.jar:/home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/target/org.eclipse.mat.hprof-1.12.0-SNAPSHOT.jar:/home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/target/org.eclipse.mat.ibmdumps-1.12.0-SNAPSHOT.jar:/home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jdt/target/org.eclipse.mat.jdt-1.12.0-SNAPSHOT.jar:/home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/target/org.eclipse.mat.ui-1.12.0-SNAPSHOT.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.116.0.v20210302-1107/org.eclipse.swt.win32.win32.x86_64-3.116.0.v20210302-1107.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.cheatsheets/3.7.200.v20210121-1039/org.eclipse.ui.cheatsheets-3.7.200.v20210121-1039.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.intro/3.6.100.v20210119-2223/org.eclipse.ui.intro-3.6.100.v20210119-2223.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.100.v20201223-1348/org.eclipse.ui.views.properties.tabbed-3.9.100.v20201223-1348.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.w3c.dom.smil/1.0.1.v200903091627/org.w3c.dom.smil-1.0.1.v200903091627.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.116.0.v20210302-1107/org.eclipse.swt.cocoa.macosx.x86_64-3.116.0.v20210302-1107.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.116.0.v20210302-1107/org.eclipse.swt.gtk.linux.x86_64-3.116.0.v20210302-1107.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.116.0.v20210302-1107/org.eclipse.swt.gtk.linux.ppc64le-3.116.0.v20210302-1107.jar [echo] runtime /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/target/classes [echo] test /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/target/test-classes:/home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/target/classes:/home/jenkins/.m2/repository/p2/osgi/bundle/com.ibm.icu/67.1.0.v20200706-1749/com.ibm.icu-67.1.0.v20200706-1749.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/4.5.1.v20190425-1842/com.sun.jna-4.5.1.v20190425-1842.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/4.5.1.v20190425-1842/com.sun.jna.platform-4.5.1.v20190425-1842.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/javax.annotation/1.3.5.v20200909-1856/javax.annotation-1.3.5.v20200909-1856.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.16.200.v20210226-1447/org.eclipse.osgi-3.16.200.v20210226-1447.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/javax.el/2.2.0.v201303151357/javax.el-2.2.0.v201303151357.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/javax.servlet/3.1.0.v201410161800/javax.servlet-3.1.0.v201410161800.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/javax.servlet.jsp/2.2.0.v201112011158/javax.servlet.jsp-2.2.0.v201112011158.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.constants/1.13.0.v20200622-2037/org.apache.batik.constants-1.13.0.v20200622-2037.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.13.0.v20200622-2037/org.apache.batik.css-1.13.0.v20200622-2037.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.util/1.13.0.v20200622-2037/org.apache.batik.util-1.13.0.v20200622-2037.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.i18n/1.13.0.v20200622-2037/org.apache.batik.i18n-1.13.0.v20200622-2037.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.xmlgraphics/2.4.0.v20200622-2037/org.apache.xmlgraphics-2.4.0.v20200622-2037.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.w3c.css.sac/1.3.1.v200903091627/org.w3c.css.sac-1.3.1.v200903091627.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.w3c.dom.events/3.0.0.draft20060413_v201105210656/org.w3c.dom.events-3.0.0.draft20060413_v201105210656.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.w3c.dom.svg/1.1.0.v201011041433/org.w3c.dom.svg-1.1.0.v201011041433.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.codec/1.14.0.v20200818-1422/org.apache.commons.codec-1.14.0.v20200818-1422.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.io/2.6.0.v20190123-2029/org.apache.commons.io-2.6.0.v20190123-2029.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0.v20180409-1502/org.apache.commons.logging-1.2.0.v20180409-1502.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.scr/2.1.24.v20200924-1939/org.apache.felix.scr-2.1.24.v20200924-1939.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.10.0.v20210212-1137/org.eclipse.osgi.services-3.10.0.v20210212-1137.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.util/3.6.0.v20210212-1137/org.eclipse.osgi.util-3.6.0.v20210212-1137.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.jasper.glassfish/2.2.2.v201501141630/org.apache.jasper.glassfish-2.2.2.v201501141630.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.lucene.analyzers-common/8.4.1.v20200122-1459/org.apache.lucene.analyzers-common-8.4.1.v20200122-1459.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.lucene.core/8.4.1.v20200122-1459/org.apache.lucene.core-8.4.1.v20200122-1459.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.lucene.analyzers-smartcn/8.4.1.v20200122-1459/org.apache.lucene.analyzers-smartcn-8.4.1.v20200122-1459.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.birt.chart.device.extension/4.7.0.v201706222054/org.eclipse.birt.chart.device.extension-4.7.0.v201706222054.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.birt.chart.engine/4.7.0.v201706222054/org.eclipse.birt.chart.engine-4.7.0.v201706222054.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.23.0.v20200630-0516/org.eclipse.emf.ecore-2.23.0.v20200630-0516.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.birt.core/4.7.0.v201706222054/org.eclipse.birt.core-4.7.0.v201706222054.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.birt.chart.engine.extension/4.7.0.v201706222054/org.eclipse.birt.chart.engine.extension-4.7.0.v201706222054.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.20.100.v20210111-0815/org.eclipse.core.runtime-3.20.100.v20210111-0815.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.mozilla.javascript/1.7.5.v201504281450/org.mozilla.javascript-1.7.5.v201504281450.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare/3.7.1300.v20210114-0707/org.eclipse.compare-3.7.1300.v20210114-0707.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.119.0.v20210111-1350/org.eclipse.ui-3.119.0.v20210111-1350.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.14.0.v20210215-0934/org.eclipse.core.resources-3.14.0.v20210215-0934.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.17.0.v20210213-0904/org.eclipse.jface.text-3.17.0.v20210213-0904.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.18.100.v20210122-1536/org.eclipse.ui.ide-3.18.100.v20210122-1536.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.11.0.v20210111-1351/org.eclipse.ui.views-3.11.0.v20210111-1351.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench.texteditor/3.16.0.v20210120-0733/org.eclipse.ui.workbench.texteditor-3.16.0.v20210120-0733.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.7.100.v20210203-1000/org.eclipse.core.expressions-3.7.100.v20210203-1000.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.14.0.v20210215-0846/org.eclipse.ui.editors-3.14.0.v20210215-0846.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.11.100.v20210108-1139/org.eclipse.ui.forms-3.11.100.v20210108-1139.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core/3.6.1000.v20201020-1107/org.eclipse.compare.core-3.6.1000.v20201020-1107.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.9.800.v20201021-1339/org.eclipse.core.commands-3.9.800.v20201021-1339.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.14.100.v20210212-1143/org.eclipse.equinox.common-3.14.100.v20210212-1143.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.7.900.v20210111-0918/org.eclipse.core.contenttype-3.7.900.v20210111-0918.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.8.200.v20210212-1143/org.eclipse.equinox.preferences-3.8.200.v20210212-1143.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.10.100.v20210212-1143/org.eclipse.equinox.registry-3.10.100.v20210212-1143.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.10.100.v20200926-1123/org.eclipse.core.databinding-1.10.100.v20200926-1123.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.10.0.v20200730-0848/org.eclipse.core.databinding.observable-1.10.0.v20200730-0848.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.8.100.v20200619-0651/org.eclipse.core.databinding.property-1.8.100.v20200619-0651.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filebuffers/3.6.1100.v20201029-1159/org.eclipse.core.filebuffers-3.6.1100.v20201029-1159.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.11.0.v20210203-1022/org.eclipse.text-3.11.0.v20210203-1022.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.7.700.v20200110-1734/org.eclipse.core.filesystem-1.7.700.v20200110-1734.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.10.1100.v20210111-0815/org.eclipse.core.jobs-3.10.1100.v20210111-0815.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net/1.3.1000.v20200715-0827/org.eclipse.core.net-1.3.1000.v20200715-0827.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security/1.3.600.v20210126-1005/org.eclipse.equinox.security-1.3.600.v20210126-1005.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.5.100.v20210212-1143/org.eclipse.equinox.app-1.5.100.v20210212-1143.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.4.800.v20200120-1101/org.eclipse.core.variables-3.4.800.v20200120-1101.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core/3.18.0.v20210222-1101/org.eclipse.debug.core-3.18.0.v20210222-1101.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.800.v20210222-1101/org.eclipse.debug.ui-3.14.800.v20210222-1101.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.console/3.10.100.v20201211-1511/org.eclipse.ui.console-3.10.100.v20201211-1511.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.8.800.v20200525-0755/org.eclipse.help-3.8.800.v20200525-0755.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.22.100.v20210126-0831/org.eclipse.jface-3.22.100.v20210126-0831.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.100.v20210215-1525/org.eclipse.ui.workbench-3.122.100.v20210215-1525.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.5.0.v20210115-1333/org.eclipse.e4.ui.services-1.5.0.v20210115-1333.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/0.13.0.v20201119-1132/org.eclipse.e4.core.commands-0.13.0.v20201119-1132.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.7.700.v20210128-2123/org.eclipse.e4.core.di-1.7.700.v20210128-2123.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.8.400.v20191217-1710/org.eclipse.e4.core.contexts-1.8.400.v20191217-1710.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.2.600.v20210110-1654/org.eclipse.e4.core.services-2.2.600.v20210110-1654.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.6.600.v20191216-2352/org.eclipse.e4.core.di.annotations-1.6.600.v20191216-2352.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.16.0.v20200507-0938/org.eclipse.e4.core.di.extensions-0.16.0.v20200507-0938.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions.supplier/0.15.800.v20210110-1654/org.eclipse.e4.core.di.extensions.supplier-0.15.800.v20210110-1654.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.2.800.v20200609-0849/org.eclipse.e4.emf.xpath-0.2.800.v20200609-0849.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.13.0.v20201119-1132/org.eclipse.e4.ui.bindings-0.13.0.v20201119-1132.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.116.0.v20210302-1107/org.eclipse.swt-3.116.0.v20210302-1107.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.13.0.v20201015-0653/org.eclipse.e4.ui.css.core-0.13.0.v20201015-0653.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.14.100.v20201217-1340/org.eclipse.e4.ui.css.swt-0.14.100.v20201217-1340.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.13.0.v20201026-1147/org.eclipse.e4.ui.css.swt.theme-0.13.0.v20201026-1147.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.3.0.v20210222-1018/org.eclipse.e4.ui.di-1.3.0.v20210222-1018.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.2.100.v20201109-2317/org.eclipse.e4.ui.dialogs-1.2.100.v20201109-2317.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.ide/3.15.200.v20210108-1832/org.eclipse.e4.ui.ide-3.15.200.v20210108-1832.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.1.1000.v20210111-0958/org.eclipse.e4.ui.model.workbench-2.1.1000.v20210111-0958.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.event/1.6.0.v20210212-1143/org.eclipse.equinox.event-1.6.0.v20210212-1143.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.2.800.v20201021-1339/org.eclipse.e4.ui.widgets-1.2.800.v20201021-1339.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.12.100.v20210122-1731/org.eclipse.e4.ui.workbench-1.12.100.v20210122-1731.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.14.0.v20190528-0725/org.eclipse.emf.ecore.change-2.14.0.v20190528-0725.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.4.100.v20201221-2332/org.eclipse.e4.ui.workbench.addons.swt-1.4.100.v20201221-2332.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.15.0.v20201125-0918/org.eclipse.e4.ui.workbench.renderers.swt-0.15.0.v20201125-0918.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.16.0.v20201230-1610/org.eclipse.e4.ui.workbench.swt-0.16.0.v20201230-1610.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.12.200.v20210111-0911/org.eclipse.jface.databinding-1.12.200.v20210111-0911.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.15.500.v20201021-1339/org.eclipse.e4.ui.workbench3-0.15.500.v20201021-1339.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.1.300.v20210113-1544/org.eclipse.urischeme-1.1.300.v20210113-1544.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.22.0.v20210114-1734/org.eclipse.emf.common-2.22.0.v20210114-1734.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.bidi/1.3.100.v20210212-1143/org.eclipse.equinox.bidi-1.3.100.v20210212-1143.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.http.registry/1.2.0.v20200614-1851/org.eclipse.equinox.http.registry-1.2.0.v20200614-1851.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.jsp.jasper/1.1.500.v20200422-1833/org.eclipse.equinox.jsp.jasper-1.1.500.v20200422-1833.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.jsp.jasper.registry/1.1.400.v20200422-1833/org.eclipse.equinox.jsp.jasper.registry-1.1.400.v20200422-1833.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.core/2.6.300.v20200211-1504/org.eclipse.equinox.p2.core-2.6.300.v20200211-1504.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.engine/2.6.700.v20200511-1530/org.eclipse.equinox.p2.engine-2.6.700.v20200511-1530.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.5.100.v20200908-1020/org.eclipse.equinox.p2.metadata-2.5.100.v20200908-1020.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata.repository/1.3.500.v20210108-0738/org.eclipse.equinox.p2.metadata.repository-1.3.500.v20210108-0738.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.repository/2.5.0.v20201013-0853/org.eclipse.equinox.p2.repository-2.5.0.v20201013-0853.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.tukaani.xz/1.8.0.v20180207-1613/org.tukaani.xz-1.8.0.v20180207-1613.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help.base/4.3.200.v20210303-1800/org.eclipse.help.base-4.3.200.v20210303-1800.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help.ui/4.2.200.v20210123-1004/org.eclipse.help.ui-4.2.200.v20210123-1004.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help.webapp/3.10.200.v20210222-1057/org.eclipse.help.webapp-3.10.200.v20210222-1057.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core/3.25.0.v20210223-0522/org.eclipse.jdt.core-3.25.0.v20210223-0522.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core.manipulation/1.14.300.v20210224-0730/org.eclipse.jdt.core.manipulation-1.14.300.v20210224-0730.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.core.refactoring/3.11.300.v20210208-1217/org.eclipse.ltk.core.refactoring-3.11.300.v20210208-1217.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.launching/3.19.100.v20210217-1644/org.eclipse.jdt.launching-3.19.100.v20210217-1644.jar:/home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.17.100.v20210220-1238.jar/jdimodel.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.ui/3.22.100.v20210224-0730/org.eclipse.jdt.ui-3.22.100.v20210224-0730.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.search/3.13.0.v20210212-0759/org.eclipse.search-3.13.0.v20210212-0759.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.ui/3.8.1200.v20210204-1156/org.eclipse.team.ui-3.8.1200.v20210204-1156.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.core/3.8.1100.v20200806-0621/org.eclipse.team.core-3.8.1100.v20200806-0621.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.11.300.v20210112-0706/org.eclipse.ltk.ui.refactoring-3.11.300.v20210112-0706.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.10.0.v20210111-1352/org.eclipse.ui.navigator-3.10.0.v20210111-1352.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator.resources/3.8.0.v20210209-1136/org.eclipse.ui.navigator.resources-3.8.0.v20210209-1136.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.notifications/0.3.0.v20210218-1820/org.eclipse.jface.notifications-0.3.0.v20210218-1820.jar:/home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/target/org.eclipse.mat.api-1.12.0-SNAPSHOT.jar:/home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/target/org.eclipse.mat.report-1.12.0-SNAPSHOT.jar:/home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart/target/org.eclipse.mat.chart-1.12.0-SNAPSHOT.jar:/home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.dtfj/target/org.eclipse.mat.dtfj-1.12.0-SNAPSHOT.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/com.ibm.dtfj.api/1.12.29003.202006111057/com.ibm.dtfj.api-1.12.29003.202006111057.jar:/home/jenkins/.m2/repository/.cache/tycho/com.ibm.dtfj.api-1.12.29003.202006111057.jar/lib/dtfj-interface.jar:/home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/target/org.eclipse.mat.parser-1.12.0-SNAPSHOT.jar:/home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/target/org.eclipse.mat.hprof-1.12.0-SNAPSHOT.jar:/home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/target/org.eclipse.mat.ibmdumps-1.12.0-SNAPSHOT.jar:/home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jdt/target/org.eclipse.mat.jdt-1.12.0-SNAPSHOT.jar:/home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/target/org.eclipse.mat.ui-1.12.0-SNAPSHOT.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.116.0.v20210302-1107/org.eclipse.swt.win32.win32.x86_64-3.116.0.v20210302-1107.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.cheatsheets/3.7.200.v20210121-1039/org.eclipse.ui.cheatsheets-3.7.200.v20210121-1039.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.intro/3.6.100.v20210119-2223/org.eclipse.ui.intro-3.6.100.v20210119-2223.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.100.v20201223-1348/org.eclipse.ui.views.properties.tabbed-3.9.100.v20201223-1348.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.w3c.dom.smil/1.0.1.v200903091627/org.w3c.dom.smil-1.0.1.v200903091627.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.116.0.v20210302-1107/org.eclipse.swt.cocoa.macosx.x86_64-3.116.0.v20210302-1107.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.116.0.v20210302-1107/org.eclipse.swt.gtk.linux.x86_64-3.116.0.v20210302-1107.jar:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.116.0.v20210302-1107/org.eclipse.swt.gtk.linux.ppc64le-3.116.0.v20210302-1107.jar [echo] plugin /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar:/home/jenkins/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar:/home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar:/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar:/home/jenkins/.m2/repository/org/apache/ant/ant/1.8.2/ant-1.8.2.jar:/home/jenkins/.m2/repository/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar [echo] user.home /home/jenkins [echo] maven.repo.local ${maven.repo.local} [echo] [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package org.eclipse.mat... [javadoc] Loading source files for package org.eclipse.mat.collect... [javadoc] Loading source files for package org.eclipse.mat.query... [javadoc] Loading source files for package org.eclipse.mat.query.annotations... [javadoc] Loading source files for package org.eclipse.mat.query.annotations.descriptors... [javadoc] Loading source files for package org.eclipse.mat.query.quantize... [javadoc] Loading source files for package org.eclipse.mat.query.refined... [javadoc] Loading source files for package org.eclipse.mat.query.registry... [javadoc] Loading source files for package org.eclipse.mat.query.results... [javadoc] Loading source files for package org.eclipse.mat.report... [javadoc] Loading source files for package org.eclipse.mat.report.internal... [javadoc] Loading source files for package org.eclipse.mat.util... [javadoc] Loading source files for package org.eclipse.mat.inspections... [javadoc] Loading source files for package org.eclipse.mat.inspections.collectionextract... [javadoc] Loading source files for package org.eclipse.mat.inspections.collections... [javadoc] Loading source files for package org.eclipse.mat.inspections.component... [javadoc] Loading source files for package org.eclipse.mat.inspections.eclipse... [javadoc] Loading source files for package org.eclipse.mat.inspections.finalizer... [javadoc] Loading source files for package org.eclipse.mat.inspections.jetty... [javadoc] Loading source files for package org.eclipse.mat.inspections.osgi... [javadoc] Loading source files for package org.eclipse.mat.inspections.osgi.model... [javadoc] Loading source files for package org.eclipse.mat.inspections.osgi.model.eclipse... [javadoc] Loading source files for package org.eclipse.mat.inspections.threads... [javadoc] Loading source files for package org.eclipse.mat.inspections.util... [javadoc] Loading source files for package org.eclipse.mat.internal... [javadoc] Loading source files for package org.eclipse.mat.internal.acquire... [javadoc] Loading source files for package org.eclipse.mat.internal.apps... [javadoc] Loading source files for package org.eclipse.mat.internal.collectionextract... [javadoc] Loading source files for package org.eclipse.mat.internal.snapshot... [javadoc] Loading source files for package org.eclipse.mat.internal.snapshot.inspections... [javadoc] Loading source files for package org.eclipse.mat.snapshot... [javadoc] Loading source files for package org.eclipse.mat.snapshot.acquire... [javadoc] Loading source files for package org.eclipse.mat.snapshot.extension... [javadoc] Loading source files for package org.eclipse.mat.snapshot.model... [javadoc] Loading source files for package org.eclipse.mat.snapshot.query... [javadoc] Loading source files for package org.eclipse.mat.snapshot.registry... [javadoc] Loading source files for package org.eclipse.mat.parser... [javadoc] Loading source files for package org.eclipse.mat.parser.index... [javadoc] Loading source files for package org.eclipse.mat.parser.internal... [javadoc] Loading source files for package org.eclipse.mat.parser.internal.oql... [javadoc] Loading source files for package org.eclipse.mat.parser.internal.oql.compiler... [javadoc] Loading source files for package org.eclipse.mat.parser.internal.oql.parser... [javadoc] Loading source files for package org.eclipse.mat.parser.internal.snapshot... [javadoc] Loading source files for package org.eclipse.mat.parser.internal.util... [javadoc] Loading source files for package org.eclipse.mat.parser.io... [javadoc] Loading source files for package org.eclipse.mat.parser.model... [javadoc] Loading source files for package io.nayuki.deflate... [javadoc] Loading source files for package org.eclipse.mat.hprof... [javadoc] Loading source files for package org.eclipse.mat.hprof.acquire... [javadoc] Loading source files for package org.eclipse.mat.hprof.describer... [javadoc] Loading source files for package org.eclipse.mat.hprof.extension... [javadoc] Loading source files for package org.eclipse.mat.hprof.ui... [javadoc] Loading source files for package org.eclipse.mat.dtfj... [javadoc] Loading source files for package org.eclipse.mat.ibmvm.acquire... [javadoc] Loading source files for package org.eclipse.mat.ibmvm.agent... [javadoc] Loading source files for package org.eclipse.mat.jdt... [javadoc] Loading source files for package org.eclipse.mat.jruby.resolver... [javadoc] Loading source files for package org.eclipse.mat.ui... [javadoc] Loading source files for package org.eclipse.mat.ui.accessibility... [javadoc] Loading source files for package org.eclipse.mat.ui.actions... [javadoc] Loading source files for package org.eclipse.mat.ui.compare... [javadoc] Loading source files for package org.eclipse.mat.ui.editor... [javadoc] Loading source files for package org.eclipse.mat.ui.internal... [javadoc] Loading source files for package org.eclipse.mat.ui.internal.acquire... [javadoc] Loading source files for package org.eclipse.mat.ui.internal.actions... [javadoc] Loading source files for package org.eclipse.mat.ui.internal.browser... [javadoc] Loading source files for package org.eclipse.mat.ui.internal.panes... [javadoc] Loading source files for package org.eclipse.mat.ui.internal.query.arguments... [javadoc] Loading source files for package org.eclipse.mat.ui.internal.viewer... [javadoc] Loading source files for package org.eclipse.mat.ui.internal.views... [javadoc] Loading source files for package org.eclipse.mat.ui.snapshot... [javadoc] Loading source files for package org.eclipse.mat.ui.snapshot.actions... [javadoc] Loading source files for package org.eclipse.mat.ui.snapshot.editor... [javadoc] Loading source files for package org.eclipse.mat.ui.snapshot.panes... [javadoc] Loading source files for package org.eclipse.mat.ui.snapshot.panes.oql... [javadoc] Loading source files for package org.eclipse.mat.ui.snapshot.panes.oql.contentAssist... [javadoc] Loading source files for package org.eclipse.mat.ui.snapshot.panes.oql.textPartitioning... [javadoc] Loading source files for package org.eclipse.mat.ui.snapshot.views... [javadoc] Loading source files for package org.eclipse.mat.ui.snapshot.views.inspector... [javadoc] Loading source files for package org.eclipse.mat.ui.util... [javadoc] Loading source files for package org.eclipse.mat.impl.chart... [javadoc] Loading source files for package org.eclipse.mat.ui.internal.chart... [javadoc] Constructing Javadoc information... [javadoc] Creating destination directory: "/home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/doc/" [javadoc] Standard Doclet version 11.0.11 [javadoc] Building tree for all the packages and classes... [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/IObjectReader.java:63: warning: no description for @param [javadoc] * @param array [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/IObjectReader.java:77: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/IObjectReader.java:79: warning: no @param for [javadoc] A getAddon(Class addon) // [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:232: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:253: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:280: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:302: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:325: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:343: warning: no description for @param [javadoc] * @param fieldNames [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:348: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:373: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:403: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:418: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:432: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:448: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:473: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:494: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:508: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:524: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:538: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:554: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:569: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:587: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:596: warning: no @param for objectId [javadoc] boolean isClass(int objectId); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:596: warning: no @return [javadoc] boolean isClass(int objectId); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:603: warning: no @param for objectId [javadoc] boolean isClassLoader(int objectId); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:603: warning: no @return [javadoc] boolean isClassLoader(int objectId); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:610: warning: no @param for objectId [javadoc] boolean isArray(int objectId); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:610: warning: no @return [javadoc] boolean isArray(int objectId); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:617: warning: no @param for objectId [javadoc] boolean isGCRoot(int objectId); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:617: warning: no @return [javadoc] boolean isGCRoot(int objectId); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:666: warning: no @param for [javadoc] public A getSnapshotAddons(Class addon) throws SnapshotException; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:666: warning: no @param for addon [javadoc] public A getSnapshotAddons(Class addon) throws SnapshotException; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ISnapshot.java:679: warning: no @param for objectId [javadoc] public IThreadStack getThreadStack(int objectId) throws SnapshotException; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/IIndexBuilder.java:30: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/IIndexBuilder.java:31: warning: no description for @throws [javadoc] * @throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/IIndexBuilder.java:37: warning: no description for @param [javadoc] * @param index [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/IIndexBuilder.java:39: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/IIndexBuilder.java:40: warning: no description for @throws [javadoc] * @throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/IIndexBuilder.java:49: warning: no description for @throws [javadoc] * @throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/extension/IClassSpecificNameResolver.java:36: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/extension/IThreadDetailsResolver.java:37: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/extension/IThreadDetailsResolver.java:45: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/ChunkedGZIPRandomAccessFile.java:453: warning: no @throws for java.io.IOException [javadoc] public static synchronized ChunkedGZIPRandomAccessFile get(RandomAccessFile raf, File file) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/ExportHprof.java:1395: warning: no description for @param [javadoc] * @param id [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/ExportHprof.java:1396: warning: no description for @param [javadoc] * @param objid [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/ExportHprof.java:2020: warning: no description for @throws [javadoc] * @throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/ExportHprof.java:2108: warning: no description for @param [javadoc] * @param cn [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/ExportHprof.java:2118: warning: no description for @param [javadoc] * @param cn [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/ExportHprof.java:2128: warning: no description for @param [javadoc] * @param cn [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/ExportHprof.java:2138: warning: no description for @param [javadoc] * @param sig [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/ExportHprof.java:2228: warning: no description for @param [javadoc] * @param classname [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/ExportHprof.java:2229: warning: no description for @param [javadoc] * @param filename [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/ExportHprof.java:2260: warning: no description for @param [javadoc] * @param signature [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/ExportHprof.java:2302: warning: no description for @param [javadoc] * @param className [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/ExportHprof.java:2343: warning: no description for @param [javadoc] * @param classname [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/GZIPInputStream2.java:60: warning: no description for @throws [javadoc] * @throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/GZIPInputStream2.java:77: warning: no description for @throws [javadoc] * @throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/SeekableStream.java:478: warning: no description for @throws [javadoc] * @throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/SeekableStream.java:513: warning: no description for @throws [javadoc] * @throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/SeekableStream.java:531: warning: no description for @throws [javadoc] * @throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/SeekableStream.java:842: warning: no description for @param [javadoc] * @param pos [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/SeekableStream.java:843: warning: no description for @throws [javadoc] * @throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/acquire/IHeapDumpProvider.java:58: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/acquire/IHeapDumpProvider.java:75: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/acquire/VmInfo.java:95: warning: no description for @param [javadoc] * @param pid [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/acquire/VmInfo.java:115: warning: no description for @param [javadoc] * @param description [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/acquire/VmInfo.java:135: warning: no description for @param [javadoc] * @param heapDumpEnabled [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/acquire/VmInfo.java:155: warning: no description for @param [javadoc] * @param heapDumpProvider [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/acquire/VmInfo.java:178: warning: no description for @param [javadoc] * @param proposedFileName [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/extension/IParsingEnhancer.java:39: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/extension/IParsingEnhancer.java:40: warning: no description for @throws [javadoc] * @throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/extension/IRuntimeEnhancer.java:33: warning: no description for @param [javadoc] * @param snapshot [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/src/org/eclipse/mat/hprof/extension/IRuntimeEnhancer.java:36: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/src/org/eclipse/mat/ibmvm/acquire/IBMDumpProvider.java:1416: warning: no @throws for java.lang.Exception [javadoc] public static void main(String s[]) throws Exception [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/src/org/eclipse/mat/ibmvm/acquire/IBMHeapDumpProvider.java:100: warning: no description for @param [javadoc] * @param preferredDump [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/src/org/eclipse/mat/ibmvm/acquire/IBMHeapDumpProvider.java:101: warning: no description for @param [javadoc] * @param dumps [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/src/org/eclipse/mat/ibmvm/acquire/IBMHeapDumpProvider.java:102: warning: no description for @param [javadoc] * @param udir [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/src/org/eclipse/mat/ibmvm/acquire/IBMHeapDumpProvider.java:103: warning: no description for @param [javadoc] * @param javahome [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/src/org/eclipse/mat/ibmvm/acquire/IBMHeapDumpProvider.java:104: warning: no description for @param [javadoc] * @param listener [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/src/org/eclipse/mat/ibmvm/acquire/IBMHeapDumpProvider.java:106: warning: no description for @throws [javadoc] * @throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/src/org/eclipse/mat/ibmvm/acquire/IBMHeapDumpProvider.java:107: warning: no description for @throws [javadoc] * @throws InterruptedException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/src/org/eclipse/mat/ibmvm/acquire/IBMHeapDumpProvider.java:108: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/src/org/eclipse/mat/ibmvm/agent/DumpAgent.java:56: warning: no @throws for java.lang.ClassNotFoundException [javadoc] public static void agentmain(String arg) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException, InstantiationException, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/src/org/eclipse/mat/ibmvm/agent/DumpAgent.java:56: warning: no @throws for java.lang.NoSuchMethodException [javadoc] public static void agentmain(String arg) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException, InstantiationException, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/src/org/eclipse/mat/ibmvm/agent/DumpAgent.java:56: warning: no @throws for java.lang.reflect.InvocationTargetException [javadoc] public static void agentmain(String arg) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException, InstantiationException, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/src/org/eclipse/mat/ibmvm/agent/DumpAgent.java:56: warning: no @throws for java.lang.IllegalAccessException [javadoc] public static void agentmain(String arg) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException, InstantiationException, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/src/org/eclipse/mat/ibmvm/agent/DumpAgent.java:56: warning: no @throws for java.lang.InstantiationException [javadoc] public static void agentmain(String arg) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException, InstantiationException, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/src/org/eclipse/mat/ibmvm/agent/DumpAgent.java:56: warning: no @throws for javax.management.MalformedObjectNameException [javadoc] public static void agentmain(String arg) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException, InstantiationException, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/src/org/eclipse/mat/ibmvm/agent/DumpAgent.java:56: warning: no @throws for javax.management.InstanceNotFoundException [javadoc] public static void agentmain(String arg) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException, InstantiationException, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/src/org/eclipse/mat/ibmvm/agent/DumpAgent.java:56: warning: no @throws for javax.management.ReflectionException [javadoc] public static void agentmain(String arg) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException, InstantiationException, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/src/org/eclipse/mat/ibmvm/agent/DumpAgent.java:56: warning: no @throws for javax.management.MBeanException [javadoc] public static void agentmain(String arg) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException, InstantiationException, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/ReferenceQuery.java:103: warning: no @param for className [javadoc] public static IResult execute(String className, ISnapshot snapshot, String labelHistogramReferenced, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/ReferenceQuery.java:103: warning: no @param for snapshot [javadoc] public static IResult execute(String className, ISnapshot snapshot, String labelHistogramReferenced, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/ReferenceQuery.java:103: warning: no @param for labelHistogramReferenced [javadoc] public static IResult execute(String className, ISnapshot snapshot, String labelHistogramReferenced, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/ReferenceQuery.java:103: warning: no @param for labelHistogramRetained [javadoc] public static IResult execute(String className, ISnapshot snapshot, String labelHistogramReferenced, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/ReferenceQuery.java:103: warning: no @param for labelHistogramStronglyRetainedReferents [javadoc] public static IResult execute(String className, ISnapshot snapshot, String labelHistogramReferenced, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/ReferenceQuery.java:103: warning: no @param for listener [javadoc] public static IResult execute(String className, ISnapshot snapshot, String labelHistogramReferenced, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/ReferenceQuery.java:103: warning: no @return [javadoc] public static IResult execute(String className, ISnapshot snapshot, String labelHistogramReferenced, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/ReferenceQuery.java:103: warning: no @throws for org.eclipse.mat.SnapshotException [javadoc] public static IResult execute(String className, ISnapshot snapshot, String labelHistogramReferenced, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IObject.java:143: warning: no @throws for org.eclipse.mat.SnapshotException [javadoc] public Object resolveValue(String field) throws SnapshotException; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IObject.java:154: warning: no @throws for org.eclipse.mat.SnapshotException [javadoc] public GCRootInfo[] getGCRootInfo() throws SnapshotException; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/collectionextract/CollectionExtractionUtils.java:48: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/collectionextract/CollectionExtractionUtils.java:97: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/collectionextract/CollectionExtractionUtils.java:118: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/collectionextract/CollectionExtractionUtils.java:144: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/collectionextract/CollectionExtractionUtils.java:167: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/collectionextract/CollectionExtractionUtils.java:186: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/collectionextract/CollectionExtractionUtils.java:212: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/collectionextract/ExtractedCollection.java:83: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/collectionextract/ExtractedMap.java:66: warning: no description for @param [javadoc] * @param key [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/collectionextract/ICollectionExtractor.java:130: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/collectionextract/IMapExtractor.java:52: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/collectionextract/IMapExtractor.java:65: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/extension/IRequestDetailsResolver.java:39: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/osgi/model/BundleReaderFactory.java:27: warning: no description for @param [javadoc] * @param snapshot [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/osgi/model/BundleReaderFactory.java:29: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/osgi/model/IBundleReader.java:24: warning: no description for @param [javadoc] * @param listener [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/osgi/model/IBundleReader.java:26: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/osgi/model/IBundleReader.java:33: warning: no description for @param [javadoc] * @param descriptor [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/osgi/model/IBundleReader.java:36: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/osgi/model/OSGiModel.java:49: warning: no description for @param [javadoc] * @param descriptor [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/osgi/model/OSGiModel.java:51: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/collectionextract/ExtractionUtils.java:111: warning: no description for @param [javadoc] * @param obj [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/collectionextract/ExtractionUtils.java:113: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/collectionextract/ExtractionUtils.java:143: warning: no description for @param [javadoc] * @param obj [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/collectionextract/ExtractionUtils.java:145: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/collectionextract/ExtractionUtils.java:147: warning: no @param for field [javadoc] public static IObject followOnlyOutgoingReferencesExceptLast(String field, IObject obj) throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/collectionextract/ExtractionUtils.java:168: warning: no description for @param [javadoc] * @param obj [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/collectionextract/ExtractionUtils.java:170: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/snapshot/inspections/MultiplePath2GCRootsQuery.java:156: warning: no description for @param [javadoc] * @param snapshot [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/snapshot/inspections/MultiplePath2GCRootsQuery.java:157: warning: no description for @param [javadoc] * @param computer [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/snapshot/inspections/MultiplePath2GCRootsQuery.java:159: warning: no description for @param [javadoc] * @param mergeFromRoots [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/snapshot/inspections/MultiplePath2GCRootsQuery.java:160: warning: no description for @param [javadoc] * @param listener [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/snapshot/inspections/MultiplePath2GCRootsQuery.java:162: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/snapshot/inspections/Path2GCRootsQuery.java:218: warning: no @throws for org.eclipse.mat.SnapshotException [javadoc] public List addNextPath() throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jruby.resolver/src/org/eclipse/mat/jruby/resolver/RubyStacktraceDumper.java:110: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jruby.resolver/src/org/eclipse/mat/jruby/resolver/RubyStacktraceDumper.java:112: warning: no @param for model [javadoc] public Map getAllStackTraces(final ISnapshot model) throws SnapshotException { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jruby.resolver/src/org/eclipse/mat/jruby/resolver/RubyStacktraceDumper.java:112: warning: no @return [javadoc] public Map getAllStackTraces(final ISnapshot model) throws SnapshotException { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/IPreliminaryIndex.java:37: warning: no description for @param [javadoc] * @param classesById [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/IPreliminaryIndex.java:43: warning: no description for @param [javadoc] * @param gcRoots [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/IPreliminaryIndex.java:49: warning: no description for @param [javadoc] * @param thread2objects2roots [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/IPreliminaryIndex.java:56: warning: no description for @param [javadoc] * @param outbound [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/IPreliminaryIndex.java:62: warning: no description for @param [javadoc] * @param identifiers [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/IPreliminaryIndex.java:68: warning: no description for @param [javadoc] * @param object2classId [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/IPreliminaryIndex.java:74: warning: no description for @param [javadoc] * @param array2size [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/index/IIndexReader.java:87: warning: no description for @throws [javadoc] * @throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/index/IIndexReader.java:93: warning: no description for @throws [javadoc] * @throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/index/IndexManager.java:206: warning: no @return [javadoc] public IIndexReader.IOne2SizeIndex a2size() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/index/IndexReader.java:499: warning: no description for @throws [javadoc] * @throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/index/IndexReader.java:501: warning: no @param for indexFile [javadoc] public IntIndex1NSortedReader(File indexFile, IOne2OneIndex header, IOne2OneIndex body) throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/index/IndexReader.java:501: warning: no @param for header [javadoc] public IntIndex1NSortedReader(File indexFile, IOne2OneIndex header, IOne2OneIndex body) throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/index/IndexReader.java:501: warning: no @param for body [javadoc] public IntIndex1NSortedReader(File indexFile, IOne2OneIndex header, IOne2OneIndex body) throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/index/IndexReader.java:288: warning: no description for @param [javadoc] * @param indexFile [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/index/IndexReader.java:289: warning: no description for @throws [javadoc] * @throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/index/IndexReader.java:298: warning: no description for @param [javadoc] * @param idx [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/index/IndexWriter.java:1236: warning: no description for @throws [javadoc] * @throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/index/IndexWriter.java:1238: warning: no @param for size [javadoc] public InboundWriter(int size, File indexFile) throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/index/IndexWriter.java:1238: warning: no @param for indexFile [javadoc] public InboundWriter(int size, File indexFile) throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/index/IndexWriter.java:986: warning: no @param for identifier [javadoc] public void log(IIndexReader.IOne2LongIndex identifier, int index, ArrayLong references) throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/index/IndexWriter.java:986: warning: no @param for index [javadoc] public void log(IIndexReader.IOne2LongIndex identifier, int index, ArrayLong references) throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/index/IndexWriter.java:986: warning: no @param for references [javadoc] public void log(IIndexReader.IOne2LongIndex identifier, int index, ArrayLong references) throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/index/IndexWriter.java:986: warning: no @throws for java.io.IOException [javadoc] public void log(IIndexReader.IOne2LongIndex identifier, int index, ArrayLong references) throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/index/IndexWriter.java:1023: warning: no @param for index [javadoc] public void log(int index, ArrayInt references) throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/index/IndexWriter.java:1023: warning: no @param for references [javadoc] public void log(int index, ArrayInt references) throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/index/IndexWriter.java:1023: warning: no @throws for java.io.IOException [javadoc] public void log(int index, ArrayInt references) throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/index/IndexWriter.java:1744: warning: no description for @throws [javadoc] * @throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/index/IndexWriter.java:1746: warning: no @param for size [javadoc] public IntArray1NUncompressedCollector(int size, File indexFile) throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/index/IndexWriter.java:1746: warning: no @param for indexFile [javadoc] public IntArray1NUncompressedCollector(int size, File indexFile) throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/SnapshotFactory.java:53: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/SnapshotFactory.java:62: warning: no description for @param [javadoc] * @param snapshot [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/SnapshotFactory.java:70: warning: no description for @throws [javadoc] * @throws OQLParseException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/SnapshotFactory.java:71: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/IOQLQuery.java:42: warning: no @param for snapshot [javadoc] Object execute(ISnapshot snapshot, IProgressListener monitor) throws SnapshotException; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/IOQLQuery.java:42: warning: no @param for monitor [javadoc] Object execute(ISnapshot snapshot, IProgressListener monitor) throws SnapshotException; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/IOQLQuery.java:42: warning: no @return [javadoc] Object execute(ISnapshot snapshot, IProgressListener monitor) throws SnapshotException; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/IOQLQuery.java:42: warning: no @throws for org.eclipse.mat.SnapshotException [javadoc] Object execute(ISnapshot snapshot, IProgressListener monitor) throws SnapshotException; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParser.java:1772: warning: no @param for stream [javadoc] public OQLParser(java.io.InputStream stream) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParser.java:1778: warning: no @param for stream [javadoc] public OQLParser(java.io.InputStream stream, String encoding) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParser.java:1778: warning: no @param for encoding [javadoc] public OQLParser(java.io.InputStream stream, String encoding) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParser.java:1826: warning: no @param for stream [javadoc] public OQLParser(java.io.Reader stream) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParser.java:1854: warning: no @param for tm [javadoc] public OQLParser(OQLParserTokenManager tm) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParser.java:100: warning: no @return [javadoc] final public Query ParseQuery() throws ParseException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParser.java:100: warning: no @throws for org.eclipse.mat.parser.internal.oql.parser.ParseException [javadoc] final public Query ParseQuery() throws ParseException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParser.java:1799: warning: no @param for stream [javadoc] public void ReInit(java.io.InputStream stream) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParser.java:1805: warning: no @param for stream [javadoc] public void ReInit(java.io.InputStream stream, String encoding) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParser.java:1805: warning: no @param for encoding [javadoc] public void ReInit(java.io.InputStream stream, String encoding) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParser.java:1840: warning: no @param for stream [javadoc] public void ReInit(java.io.Reader stream) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParser.java:1867: warning: no @param for tm [javadoc] public void ReInit(OQLParserTokenManager tm) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParser.java:1954: warning: no @return [javadoc] final public Token getNextToken() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParser.java:1966: warning: no @param for index [javadoc] final public Token getToken(int index) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParser.java:1966: warning: no @return [javadoc] final public Token getToken(int index) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParser.java:2030: warning: no @return [javadoc] public ParseException generateParseException() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParserTokenManager.java:1368: warning: no @param for stream [javadoc] public OQLParserTokenManager(SimpleCharStream stream) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParserTokenManager.java:1376: warning: no @param for stream [javadoc] public OQLParserTokenManager(SimpleCharStream stream, int lexState) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParserTokenManager.java:1376: warning: no @param for lexState [javadoc] public OQLParserTokenManager(SimpleCharStream stream, int lexState) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParserTokenManager.java:26: warning: no @param for ds [javadoc] public void setDebugStream(java.io.PrintStream ds) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParserTokenManager.java:1383: warning: no @param for stream [javadoc] public void ReInit(SimpleCharStream stream) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParserTokenManager.java:1400: warning: no @param for stream [javadoc] public void ReInit(SimpleCharStream stream, int lexState) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParserTokenManager.java:1400: warning: no @param for lexState [javadoc] public void ReInit(SimpleCharStream stream, int lexState) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParserTokenManager.java:1407: warning: no @param for lexState [javadoc] public void SwitchTo(int lexState) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/OQLParserTokenManager.java:1448: warning: no @return [javadoc] public Token getNextToken() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/ParseException.java:41: warning: no @param for currentTokenVal [javadoc] public ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/ParseException.java:41: warning: no @param for expectedTokenSequencesVal [javadoc] public ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/ParseException.java:41: warning: no @param for tokenImageVal [javadoc] public ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/ParseException.java:64: warning: no @param for message [javadoc] public ParseException(String message) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:278: warning: no @param for dstream [javadoc] public SimpleCharStream(java.io.Reader dstream, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:278: warning: no @param for startline [javadoc] public SimpleCharStream(java.io.Reader dstream, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:278: warning: no @param for startcolumn [javadoc] public SimpleCharStream(java.io.Reader dstream, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:278: warning: no @param for buffersize [javadoc] public SimpleCharStream(java.io.Reader dstream, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:291: warning: no @param for dstream [javadoc] public SimpleCharStream(java.io.Reader dstream, int startline, int startcolumn) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:291: warning: no @param for startline [javadoc] public SimpleCharStream(java.io.Reader dstream, int startline, int startcolumn) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:291: warning: no @param for startcolumn [javadoc] public SimpleCharStream(java.io.Reader dstream, int startline, int startcolumn) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:297: warning: no @param for dstream [javadoc] public SimpleCharStream(java.io.Reader dstream) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:334: warning: no @param for dstream [javadoc] public SimpleCharStream(java.io.InputStream dstream, String encoding, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:334: warning: no @param for encoding [javadoc] public SimpleCharStream(java.io.InputStream dstream, String encoding, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:334: warning: no @param for startline [javadoc] public SimpleCharStream(java.io.InputStream dstream, String encoding, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:334: warning: no @param for startcolumn [javadoc] public SimpleCharStream(java.io.InputStream dstream, String encoding, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:334: warning: no @param for buffersize [javadoc] public SimpleCharStream(java.io.InputStream dstream, String encoding, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:334: warning: no @throws for java.io.UnsupportedEncodingException [javadoc] public SimpleCharStream(java.io.InputStream dstream, String encoding, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:342: warning: no @param for dstream [javadoc] public SimpleCharStream(java.io.InputStream dstream, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:342: warning: no @param for startline [javadoc] public SimpleCharStream(java.io.InputStream dstream, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:342: warning: no @param for startcolumn [javadoc] public SimpleCharStream(java.io.InputStream dstream, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:342: warning: no @param for buffersize [javadoc] public SimpleCharStream(java.io.InputStream dstream, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:348: warning: no @param for dstream [javadoc] public SimpleCharStream(java.io.InputStream dstream, String encoding, int startline, int startcolumn) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:348: warning: no @param for encoding [javadoc] public SimpleCharStream(java.io.InputStream dstream, String encoding, int startline, int startcolumn) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:348: warning: no @param for startline [javadoc] public SimpleCharStream(java.io.InputStream dstream, String encoding, int startline, int startcolumn) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:348: warning: no @param for startcolumn [javadoc] public SimpleCharStream(java.io.InputStream dstream, String encoding, int startline, int startcolumn) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:348: warning: no @throws for java.io.UnsupportedEncodingException [javadoc] public SimpleCharStream(java.io.InputStream dstream, String encoding, int startline, int startcolumn) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:355: warning: no @param for dstream [javadoc] public SimpleCharStream(java.io.InputStream dstream, int startline, int startcolumn) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:355: warning: no @param for startline [javadoc] public SimpleCharStream(java.io.InputStream dstream, int startline, int startcolumn) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:355: warning: no @param for startcolumn [javadoc] public SimpleCharStream(java.io.InputStream dstream, int startline, int startcolumn) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:361: warning: no @param for dstream [javadoc] public SimpleCharStream(java.io.InputStream dstream, String encoding) throws java.io.UnsupportedEncodingException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:361: warning: no @param for encoding [javadoc] public SimpleCharStream(java.io.InputStream dstream, String encoding) throws java.io.UnsupportedEncodingException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:361: warning: no @throws for java.io.UnsupportedEncodingException [javadoc] public SimpleCharStream(java.io.InputStream dstream, String encoding) throws java.io.UnsupportedEncodingException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:367: warning: no @param for dstream [javadoc] public SimpleCharStream(java.io.InputStream dstream) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:153: warning: no @return [javadoc] public char BeginToken() throws java.io.IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:153: warning: no @throws for java.io.IOException [javadoc] public char BeginToken() throws java.io.IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:203: warning: no @return [javadoc] public char readChar() throws java.io.IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:203: warning: no @throws for java.io.IOException [javadoc] public char readChar() throws java.io.IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:245: warning: no @return [javadoc] public int getEndColumn() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:251: warning: no @return [javadoc] public int getEndLine() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:257: warning: no @return [javadoc] public int getBeginColumn() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:263: warning: no @return [javadoc] public int getBeginLine() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:269: warning: no @param for amount [javadoc] public void backup(int amount) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:303: warning: no @param for dstream [javadoc] public void ReInit(java.io.Reader dstream, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:303: warning: no @param for startline [javadoc] public void ReInit(java.io.Reader dstream, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:303: warning: no @param for startcolumn [javadoc] public void ReInit(java.io.Reader dstream, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:303: warning: no @param for buffersize [javadoc] public void ReInit(java.io.Reader dstream, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:322: warning: no @param for dstream [javadoc] public void ReInit(java.io.Reader dstream, int startline, int startcolumn) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:322: warning: no @param for startline [javadoc] public void ReInit(java.io.Reader dstream, int startline, int startcolumn) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:322: warning: no @param for startcolumn [javadoc] public void ReInit(java.io.Reader dstream, int startline, int startcolumn) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:328: warning: no @param for dstream [javadoc] public void ReInit(java.io.Reader dstream) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:373: warning: no @param for dstream [javadoc] public void ReInit(java.io.InputStream dstream, String encoding, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:373: warning: no @param for encoding [javadoc] public void ReInit(java.io.InputStream dstream, String encoding, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:373: warning: no @param for startline [javadoc] public void ReInit(java.io.InputStream dstream, String encoding, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:373: warning: no @param for startcolumn [javadoc] public void ReInit(java.io.InputStream dstream, String encoding, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:373: warning: no @param for buffersize [javadoc] public void ReInit(java.io.InputStream dstream, String encoding, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:373: warning: no @throws for java.io.UnsupportedEncodingException [javadoc] public void ReInit(java.io.InputStream dstream, String encoding, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:381: warning: no @param for dstream [javadoc] public void ReInit(java.io.InputStream dstream, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:381: warning: no @param for startline [javadoc] public void ReInit(java.io.InputStream dstream, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:381: warning: no @param for startcolumn [javadoc] public void ReInit(java.io.InputStream dstream, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:381: warning: no @param for buffersize [javadoc] public void ReInit(java.io.InputStream dstream, int startline, int startcolumn, int buffersize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:387: warning: no @param for dstream [javadoc] public void ReInit(java.io.InputStream dstream, String encoding) throws java.io.UnsupportedEncodingException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:387: warning: no @param for encoding [javadoc] public void ReInit(java.io.InputStream dstream, String encoding) throws java.io.UnsupportedEncodingException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:387: warning: no @throws for java.io.UnsupportedEncodingException [javadoc] public void ReInit(java.io.InputStream dstream, String encoding) throws java.io.UnsupportedEncodingException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:393: warning: no @param for dstream [javadoc] public void ReInit(java.io.InputStream dstream) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:399: warning: no @param for dstream [javadoc] public void ReInit(java.io.InputStream dstream, String encoding, int startline, int startcolumn) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:399: warning: no @param for encoding [javadoc] public void ReInit(java.io.InputStream dstream, String encoding, int startline, int startcolumn) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:399: warning: no @param for startline [javadoc] public void ReInit(java.io.InputStream dstream, String encoding, int startline, int startcolumn) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:399: warning: no @param for startcolumn [javadoc] public void ReInit(java.io.InputStream dstream, String encoding, int startline, int startcolumn) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:399: warning: no @throws for java.io.UnsupportedEncodingException [javadoc] public void ReInit(java.io.InputStream dstream, String encoding, int startline, int startcolumn) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:406: warning: no @param for dstream [javadoc] public void ReInit(java.io.InputStream dstream, int startline, int startcolumn) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:406: warning: no @param for startline [javadoc] public void ReInit(java.io.InputStream dstream, int startline, int startcolumn) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:406: warning: no @param for startcolumn [javadoc] public void ReInit(java.io.InputStream dstream, int startline, int startcolumn) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:412: warning: no @return [javadoc] public String GetImage() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:421: warning: no @param for len [javadoc] public char[] GetSuffix(int len) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:421: warning: no @return [javadoc] public char[] GetSuffix(int len) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:447: warning: no @param for newLine [javadoc] public void adjustBeginLineColumn(int newLine, int newCol) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/SimpleCharStream.java:447: warning: no @param for newCol [javadoc] public void adjustBeginLineColumn(int newLine, int newCol) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/Token.java:96: warning: no @param for kind [javadoc] public Token(int kind) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/Token.java:104: warning: no @param for kind [javadoc] public Token(int kind, String image) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/Token.java:104: warning: no @param for image [javadoc] public Token(int kind, String image) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/Token.java:82: warning: no @return [javadoc] public Object getValue() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/Token.java:128: warning: no @param for ofKind [javadoc] public static Token newToken(int ofKind, String image) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/Token.java:128: warning: no @param for image [javadoc] public static Token newToken(int ofKind, String image) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/Token.java:128: warning: no @return [javadoc] public static Token newToken(int ofKind, String image) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/TokenMgrError.java:156: warning: no @param for message [javadoc] public TokenMgrError(String message, int reason) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/TokenMgrError.java:156: warning: no @param for reason [javadoc] public TokenMgrError(String message, int reason) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/TokenMgrError.java:163: warning: no @param for EOFSeen [javadoc] public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/TokenMgrError.java:163: warning: no @param for lexState [javadoc] public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/TokenMgrError.java:163: warning: no @param for errorLine [javadoc] public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/TokenMgrError.java:163: warning: no @param for errorColumn [javadoc] public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/TokenMgrError.java:163: warning: no @param for errorAfter [javadoc] public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/TokenMgrError.java:163: warning: no @param for curChar [javadoc] public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/parser/TokenMgrError.java:163: warning: no @param for reason [javadoc] public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/HistogramRecord.java:100: warning: no @param for retainedHeapSize [javadoc] public HistogramRecord(String label, long numberOfObjects, long usedHeapSize, long retainedHeapSize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/IMultiplePathsFromGCRootsComputer.java:36: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/IMultiplePathsFromGCRootsComputer.java:51: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/snapshot/RetainedSizeCache.java:39: warning: no description for @param [javadoc] * @param f [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/snapshot/RetainedSizeCache.java:51: warning: no description for @param [javadoc] * @param snapshotInfo [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/io/BufferedRandomAccessInputStream.java:218: warning: no description for @throws [javadoc] * @throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/io/BufferedRandomAccessInputStream.java:220: warning: no @param for pos [javadoc] public void seek(long pos) throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IArray.java:25: warning: no @return [javadoc] public int getLength(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/model/AbstractObjectImpl.java:70: warning: no description for @param [javadoc] * @param address [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/model/AbstractObjectImpl.java:112: warning: no description for @param [javadoc] * @param classInstance [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/model/AbstractArrayImpl.java:61: warning: no @param for content [javadoc] public void setInfo(Object content) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClass.java:36: warning: no @return [javadoc] public String getName(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClass.java:41: warning: no @return [javadoc] public int getNumberOfObjects(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClass.java:46: warning: no @return [javadoc] public int[] getObjectIds() throws SnapshotException; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClass.java:46: warning: no @throws for org.eclipse.mat.SnapshotException [javadoc] public int[] getObjectIds() throws SnapshotException; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClass.java:51: warning: no @return [javadoc] public int getClassLoaderId(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClass.java:56: warning: no @return [javadoc] public long getClassLoaderAddress(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClass.java:64: warning: no @return [javadoc] public List getFieldDescriptors(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClass.java:71: warning: no @return [javadoc] public List getStaticFields(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClass.java:78: warning: no @return [javadoc] public long getHeapSizePerInstance(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClass.java:84: warning: no @param for calculateIfNotAvailable [javadoc] public long getRetainedHeapSizeOfObjects(boolean calculateIfNotAvailable, boolean calculateMinRetainedSize, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClass.java:84: warning: no @param for calculateMinRetainedSize [javadoc] public long getRetainedHeapSizeOfObjects(boolean calculateIfNotAvailable, boolean calculateMinRetainedSize, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClass.java:84: warning: no @param for listener [javadoc] public long getRetainedHeapSizeOfObjects(boolean calculateIfNotAvailable, boolean calculateMinRetainedSize, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClass.java:84: warning: no @return [javadoc] public long getRetainedHeapSizeOfObjects(boolean calculateIfNotAvailable, boolean calculateMinRetainedSize, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClass.java:84: warning: no @throws for org.eclipse.mat.SnapshotException [javadoc] public long getRetainedHeapSizeOfObjects(boolean calculateIfNotAvailable, boolean calculateMinRetainedSize, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClass.java:91: warning: no @return [javadoc] public int getSuperClassId(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClass.java:96: warning: no @return [javadoc] public IClass getSuperClass(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClass.java:101: warning: no @return [javadoc] public boolean hasSuperClass(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClass.java:106: warning: no @return [javadoc] public List getSubclasses(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClass.java:111: warning: no @return [javadoc] public List getAllSubclasses(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClass.java:117: warning: no description for @param [javadoc] * @param className [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClass.java:119: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClass.java:126: warning: no @return [javadoc] public boolean isArrayType(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/model/ClassImpl.java:273: warning: no @param for size [javadoc] public void setHeapSizePerInstance(long size) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/model/ClassImpl.java:335: warning: no @param for usedHeapSize [javadoc] public void addInstance(long usedHeapSize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/model/ClassImpl.java:344: warning: no @param for heapSizePerInstance [javadoc] public void removeInstance(long heapSizePerInstance) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/model/ClassImpl.java:424: warning: no @param for usedHeapSize [javadoc] public void setUsedHeapSize(long usedHeapSize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IInstance.java:32: warning: no @return [javadoc] public List getFields(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IInstance.java:40: warning: no @param for name [javadoc] public Field getField(String name); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IInstance.java:40: warning: no @return [javadoc] public Field getField(String name); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClassLoader.java:34: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClassLoader.java:42: warning: no @return [javadoc] List getDefinedClasses() throws SnapshotException; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IClassLoader.java:42: warning: no @throws for org.eclipse.mat.SnapshotException [javadoc] List getDefinedClasses() throws SnapshotException; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/model/ClassLoaderImpl.java:125: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/model/ClassLoaderImpl.java:147: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IObjectArray.java:26: warning: no @return [javadoc] long[] getReferenceArray(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IObjectArray.java:32: warning: no @param for offset [javadoc] long[] getReferenceArray(int offset, int length); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IObjectArray.java:32: warning: no @param for length [javadoc] long[] getReferenceArray(int offset, int length); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IObjectArray.java:32: warning: no @return [javadoc] long[] getReferenceArray(int offset, int length); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IPrimitiveArray.java:58: warning: no @return [javadoc] public int getType(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IPrimitiveArray.java:63: warning: no @return [javadoc] public Class getComponentType(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IPrimitiveArray.java:96: warning: no @return [javadoc] public Object getValueArray(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IPrimitiveArray.java:106: warning: no @param for offset [javadoc] public Object getValueArray(int offset, int length); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IPrimitiveArray.java:106: warning: no @param for length [javadoc] public Object getValueArray(int offset, int length); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/IPrimitiveArray.java:106: warning: no @return [javadoc] public Object getValueArray(int offset, int length); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ClassHistogramRecord.java:94: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/model/XClassHistogramRecord.java:36: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ClassLoaderHistogramRecord.java:43: warning: no description for @param [javadoc] * @param numberOfObjects [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ClassLoaderHistogramRecord.java:44: warning: no description for @param [javadoc] * @param usedHeapSize [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ClassLoaderHistogramRecord.java:45: warning: no description for @param [javadoc] * @param retainedHeapSize [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ClassLoaderHistogramRecord.java:83: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ClassLoaderHistogramRecord.java:102: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/model/XGCRootInfo.java:48: warning: no description for @param [javadoc] * @param objectId [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/SnapshotInfo.java:68: warning: no @param for prefix [javadoc] public SnapshotInfo(String path, String prefix, String jvmInfo, int identifierSize, Date creationDate, [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/SnapshotInfo.java:115: warning: no description for @param [javadoc] * @param name [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/model/XSnapshotInfo.java:37: warning: no description for @param [javadoc] * @param prefix [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/model/XSnapshotInfo.java:47: warning: no description for @param [javadoc] * @param path [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/model/XSnapshotInfo.java:57: warning: no description for @param [javadoc] * @param creationDate [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/model/XSnapshotInfo.java:67: warning: no description for @param [javadoc] * @param identifierSize [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/model/XSnapshotInfo.java:77: warning: no description for @param [javadoc] * @param jvmInfo [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/model/XSnapshotInfo.java:87: warning: no description for @param [javadoc] * @param numberOfClasses [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/model/XSnapshotInfo.java:97: warning: no description for @param [javadoc] * @param numberOfClassLoaders [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/model/XSnapshotInfo.java:107: warning: no description for @param [javadoc] * @param numberOfGCRoots [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/model/XSnapshotInfo.java:117: warning: no description for @param [javadoc] * @param numberOfObjects [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/model/XSnapshotInfo.java:127: warning: no description for @param [javadoc] * @param usedHeapSize [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/SnapshotQuery.java:66: warning: no @param for name [javadoc] public static SnapshotQuery lookup(String name, ISnapshot snapshot) throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/SnapshotQuery.java:66: warning: no @param for snapshot [javadoc] public static SnapshotQuery lookup(String name, ISnapshot snapshot) throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/SnapshotQuery.java:66: warning: no @return [javadoc] public static SnapshotQuery lookup(String name, ISnapshot snapshot) throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/SnapshotQuery.java:66: warning: no @throws for org.eclipse.mat.SnapshotException [javadoc] public static SnapshotQuery lookup(String name, ISnapshot snapshot) throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/SnapshotQuery.java:148: warning: no @param for commandLine [javadoc] public static SnapshotQuery parse(String commandLine, ISnapshot snapshot) throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/SnapshotQuery.java:148: warning: no @param for snapshot [javadoc] public static SnapshotQuery parse(String commandLine, ISnapshot snapshot) throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/SnapshotQuery.java:148: warning: no @return [javadoc] public static SnapshotQuery parse(String commandLine, ISnapshot snapshot) throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/SnapshotQuery.java:148: warning: no @throws for org.eclipse.mat.SnapshotException [javadoc] public static SnapshotQuery parse(String commandLine, ISnapshot snapshot) throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/SnapshotQuery.java:197: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/SnapshotQuery.java:252: warning: no @param for name [javadoc] public SnapshotQuery set(String name, Object value) throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/SnapshotQuery.java:252: warning: no @param for value [javadoc] public SnapshotQuery set(String name, Object value) throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/SnapshotQuery.java:252: warning: no @return [javadoc] public SnapshotQuery set(String name, Object value) throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/SnapshotQuery.java:252: warning: no @throws for org.eclipse.mat.SnapshotException [javadoc] public SnapshotQuery set(String name, Object value) throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/SnapshotQuery.java:260: warning: no @param for listener [javadoc] public IResult execute(IProgressListener listener) throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/SnapshotQuery.java:260: warning: no @return [javadoc] public IResult execute(IProgressListener listener) throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/SnapshotQuery.java:260: warning: no @throws for org.eclipse.mat.SnapshotException [javadoc] public IResult execute(IProgressListener listener) throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/SnapshotQuery.java:270: warning: no @param for listener [javadoc] public RefinedResultBuilder refine(IProgressListener listener) throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/SnapshotQuery.java:270: warning: no @return [javadoc] public RefinedResultBuilder refine(IProgressListener listener) throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/SnapshotQuery.java:270: warning: no @throws for org.eclipse.mat.SnapshotException [javadoc] public RefinedResultBuilder refine(IProgressListener listener) throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/IOutputter.java:64: warning: no description for @param [javadoc] * @param name [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/IOutputter.java:65: warning: no description for @param [javadoc] * @param result [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/IOutputter.java:85: warning: no description for @param [javadoc] * @param columnIndex [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/IOutputter.java:98: warning: no description for @param [javadoc] * @param key [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/src/org/eclipse/mat/report/IOutputter.java:105: warning: no description for @param [javadoc] * @param key [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:56: warning: no @return [javadoc] public Object getData() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:65: warning: no @param for data [javadoc] public void setData(Object data) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:611: warning: no @param for comparator [javadoc] public static Comparator reverseComparator(final Comparator comparator) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:611: warning: no @return [javadoc] public static Comparator reverseComparator(final Comparator comparator) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:265: warning: no @return [javadoc] public String getClassName() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:273: warning: no description for @param [javadoc] * @param className [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:293: warning: no @return [javadoc] public long getDominatedNetSize() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:301: warning: no @return [javadoc] public long getDominatorNetSize() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:309: warning: no @return [javadoc] public long getDominatedRetainedSize() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:317: warning: no @param for dominatedRetainedSize [javadoc] public void setDominatedRetainedSize(long dominatedRetainedSize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:325: warning: no @return [javadoc] public long getDominatorRetainedSize() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:333: warning: no @param for dominatorRetainedSize [javadoc] public void setDominatorRetainedSize(long dominatorRetainedSize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:341: warning: no @return [javadoc] public int getDominatedCount() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:359: warning: no @return [javadoc] public int getClassloaderId() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:367: warning: no description for @param [javadoc] * @param classloaderId [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:377: warning: no description for @param [javadoc] * @param objectId [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:379: warning: no @return [javadoc] public boolean addDominated(int objectId) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:387: warning: no @param for objectId [javadoc] public boolean addDominator(int objectId) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:387: warning: no @return [javadoc] public boolean addDominator(int objectId) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:395: warning: no @param for size [javadoc] public void addDominatedNetSize(long size) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:403: warning: no @param for size [javadoc] public void addDominatorNetSize(long size) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:175: warning: no @return [javadoc] public long getDominatedNetSize() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:183: warning: no @return [javadoc] public int getDominatedCount() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:191: warning: no @return [javadoc] public int getDominatorCount() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/DominatorsSummary.java:199: warning: no @return [javadoc] public long getDominatorNetSize() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/ExcludedReferencesDescriptor.java:57: warning: no description for @param [javadoc] * @param objectId [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/Histogram.java:799: warning: no @return [javadoc] public IResultTree groupByClassLoader() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/Histogram.java:945: warning: no @return [javadoc] public IResultTree groupByPackage() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/Histogram.java:1166: warning: no @param for snapshot [javadoc] public IResultTree groupBySuperclass(ISnapshot snapshot) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/Histogram.java:1166: warning: no @return [javadoc] public IResultTree groupBySuperclass(ISnapshot snapshot) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/IPathsFromGCRootsComputer.java:48: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/MultiplePathsFromGCRootsClassRecord.java:41: warning: no description for @param [javadoc] * @param level [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/MultiplePathsFromGCRootsClassRecord.java:43: warning: no description for @param [javadoc] * @param snapshot [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/MultiplePathsFromGCRootsClassRecord.java:56: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/MultiplePathsFromGCRootsClassRecord.java:94: warning: no description for @param [javadoc] * @param path [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/MultiplePathsFromGCRootsClassRecord.java:115: warning: no @return [javadoc] public int getCount() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/MultiplePathsFromGCRootsClassRecord.java:123: warning: no @return [javadoc] public int getDistinctCount() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/MultiplePathsFromGCRootsClassRecord.java:142: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/MultiplePathsFromGCRootsClassRecord.java:193: warning: no @return [javadoc] public static Comparator getComparatorByReferencedHeapSize() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/MultiplePathsFromGCRootsRecord.java:39: warning: no @return [javadoc] public long getReferencedRetainedSize() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/MultiplePathsFromGCRootsRecord.java:47: warning: no @param for referencedRetainedSize [javadoc] public void setReferencedRetainedSize(long referencedRetainedSize) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/MultiplePathsFromGCRootsRecord.java:106: warning: no description for @param [javadoc] * @param path [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/MultiplePathsFromGCRootsRecord.java:127: warning: no @return [javadoc] public int getObjectId() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/MultiplePathsFromGCRootsRecord.java:135: warning: no @return [javadoc] public int getCount() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/MultiplePathsFromGCRootsRecord.java:143: warning: no @return [javadoc] public int getLevel() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/MultiplePathsFromGCRootsRecord.java:172: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/MultiplePathsFromGCRootsRecord.java:187: warning: no @return [javadoc] public static Comparator getComparatorByNumberOfReferencedObjects() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/MultiplePathsFromGCRootsRecord.java:208: warning: no @return [javadoc] public static Comparator getComparatorByReferencedHeapSize() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/MultiplePathsFromGCRootsRecord.java:237: warning: no @return [javadoc] public static Comparator getComparatorByReferencedRetainedSize() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/OQL.java:30: warning: no @param for address [javadoc] public static final String forAddress(long address) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/OQL.java:30: warning: no @return [javadoc] public static final String forAddress(long address) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/OQL.java:38: warning: no @param for objectId [javadoc] public static final String forObjectId(int objectId) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/OQL.java:38: warning: no @return [javadoc] public static final String forObjectId(int objectId) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/OQL.java:46: warning: no @param for objectIds [javadoc] public static String forObjectIds(int[] objectIds) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/OQL.java:46: warning: no @return [javadoc] public static String forObjectIds(int[] objectIds) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/OQL.java:66: warning: no @param for oqlQuery [javadoc] public static final String retainedBy(String oqlQuery) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/OQL.java:66: warning: no @return [javadoc] public static final String retainedBy(String oqlQuery) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/OQL.java:74: warning: no @param for objectId [javadoc] public static String retainedBy(int objectId) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/OQL.java:74: warning: no @return [javadoc] public static String retainedBy(int objectId) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/OQL.java:82: warning: no @param for clasz [javadoc] public static final String forObjectsOfClass(IClass clasz) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/OQL.java:82: warning: no @return [javadoc] public static final String forObjectsOfClass(IClass clasz) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/OQL.java:90: warning: no @param for classId [javadoc] public static final String forObjectsOfClass(int classId) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/OQL.java:90: warning: no @return [javadoc] public static final String forObjectsOfClass(int classId) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/OQL.java:196: warning: no @param for query [javadoc] public static void union(StringBuilder query, String other) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/OQL.java:196: warning: no @param for other [javadoc] public static void union(StringBuilder query, String other) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/OQL.java:249: warning: no @param for pattern [javadoc] public static String instancesByPattern(Pattern pattern, boolean includeSubclasses) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/OQL.java:249: warning: no @param for includeSubclasses [javadoc] public static String instancesByPattern(Pattern pattern, boolean includeSubclasses) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/OQL.java:249: warning: no @return [javadoc] public static String instancesByPattern(Pattern pattern, boolean includeSubclasses) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/OQL.java:264: warning: no @param for pattern [javadoc] public static String classesByPattern(Pattern pattern, boolean includeSubclasses) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/OQL.java:264: warning: no @param for includeSubclasses [javadoc] public static String classesByPattern(Pattern pattern, boolean includeSubclasses) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/OQL.java:264: warning: no @return [javadoc] public static String classesByPattern(Pattern pattern, boolean includeSubclasses) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/SnapshotFactory.java:125: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/SnapshotFactory.java:144: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/SnapshotFactory.java:177: warning: no @param for queryString [javadoc] public static IOQLQuery createQuery(String queryString) throws OQLParseException, SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/SnapshotFactory.java:177: warning: no @return [javadoc] public static IOQLQuery createQuery(String queryString) throws OQLParseException, SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/UnreachableObjectsHistogram.java:222: warning: no @param for snapshot [javadoc] public void setSnapshot(ISnapshot snapshot) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/extension/IThreadInfo.java:50: warning: no description for @param [javadoc] * @param keyword [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/extension/ITroubleTicketResolver.java:54: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/extension/ITroubleTicketResolver.java:68: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/ObjectReference.java:35: warning: no description for @param [javadoc] * @param snapshot [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/ObjectReference.java:36: warning: no description for @param [javadoc] * @param address [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/ObjectReference.java:56: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/ObjectReference.java:66: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/PrettyPrinter.java:30: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/model/PrettyPrinter.java:116: warning: no description for @param [javadoc] * @param charArray [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/IHeapObjectArgument.java:59: warning: no @throws for org.eclipse.mat.SnapshotException [javadoc] int[] getIds(IProgressListener listener) throws SnapshotException; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/IHeapObjectArgument.java:64: warning: no @return [javadoc] String getLabel(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/PieFactory.java:72: warning: no description for @param [javadoc] * @param snapshot [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/PieFactory.java:117: warning: no @throws for org.eclipse.mat.SnapshotException [javadoc] public Slice addSlice(int objectId) throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/PieFactory.java:136: warning: no @throws for org.eclipse.mat.SnapshotException [javadoc] public Slice addSlice(int objectId, Color color) throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/PieFactory.java:149: warning: no description for @param [javadoc] * @param object [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/PieFactory.java:161: warning: no description for @param [javadoc] * @param object [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/RetainedSizeDerivedData.java:62: warning: no description for @param [javadoc] * @param snaphot [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/TQuantize.java:111: warning: no @param for snapshot [javadoc] public static Builder valueDistribution(ISnapshot snapshot, IResultTable base, int... columns) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/TQuantize.java:111: warning: no @param for base [javadoc] public static Builder valueDistribution(ISnapshot snapshot, IResultTable base, int... columns) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/TQuantize.java:111: warning: no @param for columns [javadoc] public static Builder valueDistribution(ISnapshot snapshot, IResultTable base, int... columns) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/TQuantize.java:111: warning: no @return [javadoc] public static Builder valueDistribution(ISnapshot snapshot, IResultTable base, int... columns) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/TQuantize.java:111: warning: no @throws for org.eclipse.mat.SnapshotException [javadoc] public static Builder valueDistribution(ISnapshot snapshot, IResultTable base, int... columns) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/TQuantize.java:141: warning: no @param for snapshot [javadoc] public static Builder valueDistribution(ISnapshot snapshot, IResultTable base, Target target) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/TQuantize.java:141: warning: no @param for base [javadoc] public static Builder valueDistribution(ISnapshot snapshot, IResultTable base, Target target) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/TQuantize.java:141: warning: no @param for target [javadoc] public static Builder valueDistribution(ISnapshot snapshot, IResultTable base, Target target) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/TQuantize.java:141: warning: no @return [javadoc] public static Builder valueDistribution(ISnapshot snapshot, IResultTable base, Target target) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/TQuantize.java:141: warning: no @throws for org.eclipse.mat.SnapshotException [javadoc] public static Builder valueDistribution(ISnapshot snapshot, IResultTable base, Target target) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/TQuantize.java:160: warning: no @param for snapshot [javadoc] public static TQuantize defaultValueDistribution(ISnapshot snapshot, IResultTable base, Target target) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/TQuantize.java:160: warning: no @param for base [javadoc] public static TQuantize defaultValueDistribution(ISnapshot snapshot, IResultTable base, Target target) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/TQuantize.java:160: warning: no @param for target [javadoc] public static TQuantize defaultValueDistribution(ISnapshot snapshot, IResultTable base, Target target) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/TQuantize.java:160: warning: no @return [javadoc] public static TQuantize defaultValueDistribution(ISnapshot snapshot, IResultTable base, Target target) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/TQuantize.java:160: warning: no @throws for org.eclipse.mat.SnapshotException [javadoc] public static TQuantize defaultValueDistribution(ISnapshot snapshot, IResultTable base, Target target) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/TQuantize.java:411: warning: no @return [javadoc] public IResult process(IProgressListener listener) throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/TQuantize.java:411: warning: no @throws for org.eclipse.mat.SnapshotException [javadoc] public IResult process(IProgressListener listener) throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/TQuantize.java:346: warning: no @param for label [javadoc] public Builder column(String label, Column baseColumn, int baseColumnIndex, Quantize.Function.Factory qff) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/TQuantize.java:346: warning: no @param for baseColumn [javadoc] public Builder column(String label, Column baseColumn, int baseColumnIndex, Quantize.Function.Factory qff) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/TQuantize.java:346: warning: no @param for baseColumnIndex [javadoc] public Builder column(String label, Column baseColumn, int baseColumnIndex, Quantize.Function.Factory qff) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/TQuantize.java:346: warning: no @param for qff [javadoc] public Builder column(String label, Column baseColumn, int baseColumnIndex, Quantize.Function.Factory qff) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/TQuantize.java:346: warning: no @return [javadoc] public Builder column(String label, Column baseColumn, int baseColumnIndex, Quantize.Function.Factory qff) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/snapshot/query/TQuantize.java:360: warning: no @return [javadoc] public TQuantize build() [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/editor/AbstractEditorPane.java:78: warning: no description for @param [javadoc] * @param argument [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/editor/AbstractEditorPane.java:144: warning: no description for @param [javadoc] * @param manager [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/editor/IMultiPaneEditorContributor.java:25: warning: no @param for editor [javadoc] void init(MultiPaneEditor editor); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/editor/IMultiPaneEditorContributor.java:30: warning: no @param for manager [javadoc] void contributeToToolbar(IToolBarManager manager); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/editor/MultiPaneEditor.java:489: warning: no @param for paneId [javadoc] public void addNewPage(String paneId, Object argument, boolean isSingelton) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/editor/MultiPaneEditor.java:489: warning: no @param for argument [javadoc] public void addNewPage(String paneId, Object argument, boolean isSingelton) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/editor/MultiPaneEditor.java:489: warning: no @param for isSingelton [javadoc] public void addNewPage(String paneId, Object argument, boolean isSingelton) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/editor/MultiPaneEditor.java:497: warning: no @param for paneId [javadoc] public void addNewPage(String paneId, Object argument, boolean isSingelton, boolean doFocus) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/editor/MultiPaneEditor.java:497: warning: no @param for argument [javadoc] public void addNewPage(String paneId, Object argument, boolean isSingelton, boolean doFocus) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/editor/MultiPaneEditor.java:497: warning: no @param for isSingelton [javadoc] public void addNewPage(String paneId, Object argument, boolean isSingelton, boolean doFocus) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/editor/MultiPaneEditor.java:497: warning: no @param for doFocus [javadoc] public void addNewPage(String paneId, Object argument, boolean isSingelton, boolean doFocus) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/editor/MultiPaneEditor.java:505: warning: no @param for id [javadoc] public void addNewPage(String id, Object argument) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/editor/MultiPaneEditor.java:505: warning: no @param for argument [javadoc] public void addNewPage(String id, Object argument) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/internal/browser/Policy.java:49: warning: no description for @param [javadoc] * @param menuContext [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/internal/browser/Policy.java:50: warning: no description for @param [javadoc] * @param selectionLabel [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/panes/oql/OQLTextViewerConfiguration.java:66: warning: no description for @param [javadoc] * @param snapshot [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/panes/oql/OQLTextViewerConfiguration.java:68: warning: no @param for comment [javadoc] public OQLTextViewerConfiguration(ISnapshot snapshot, Color comment, Color keyword) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/panes/oql/OQLTextViewerConfiguration.java:68: warning: no @param for keyword [javadoc] public OQLTextViewerConfiguration(ISnapshot snapshot, Color comment, Color keyword) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/panes/oql/contentAssist/ContextExtractor.java:32: warning: no description for @param [javadoc] * @param source [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/panes/oql/contentAssist/ContextExtractor.java:33: warning: no description for @param [javadoc] * @param currentPosition [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/panes/oql/contentAssist/ClassesSuggestionProvider.java:59: warning: no description for @param [javadoc] * @param snapshot [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/panes/oql/contentAssist/CommentScanner.java:35: warning: no @param for color [javadoc] public CommentScanner(Color color) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/panes/oql/contentAssist/FieldsSuggestionProvider.java:58: warning: no description for @param [javadoc] * @param snapshot [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/panes/oql/contentAssist/OQLContentAssistantProcessor.java:51: warning: no description for @param [javadoc] * @param suggestionProvider [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/panes/oql/contentAssist/OQLContentAssistantProcessor.java:52: warning: no description for @param [javadoc] * @param extractor [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/panes/oql/contentAssist/OQLScanner.java:37: warning: no @param for color [javadoc] public OQLScanner(Color color) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/panes/oql/contentAssist/OQLScanner.java:45: warning: no @param for color [javadoc] public OQLScanner(Color color, String clause) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/panes/oql/contentAssist/OQLScanner.java:45: warning: no @param for clause [javadoc] public OQLScanner(Color color, String clause) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/panes/oql/contentAssist/PropertySuggestionProvider.java:74: warning: no description for @param [javadoc] * @param snapshot [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/panes/oql/textPartitioning/MultilineNonConsumingRule.java:50: warning: no description for @param [javadoc] * @param startSequence [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/panes/oql/textPartitioning/MultilineNonConsumingRule.java:51: warning: no description for @param [javadoc] * @param endSequences [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/panes/oql/textPartitioning/MultilineNonConsumingRule.java:52: warning: no description for @param [javadoc] * @param token [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/util/ErrorHelper.java:108: warning: no description for @param [javadoc] * @param message [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/util/ErrorHelper.java:109: warning: no description for @param [javadoc] * @param throwable [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/util/ErrorHelper.java:186: warning: no @param for message [javadoc] public static String enrichErrorMessage(String message, String exceptionType) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/util/ErrorHelper.java:186: warning: no @param for exceptionType [javadoc] public static String enrichErrorMessage(String message, String exceptionType) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/util/ErrorHelper.java:186: warning: no @return [javadoc] public static String enrichErrorMessage(String message, String exceptionType) [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/util/QueryContextMenu.java:356: warning: no description for @param [javadoc] * @param snapshot [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/util/QueryContextMenu.java:360: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/util/QueryContextMenu.java:370: warning: no description for @param [javadoc] * @param snapshot [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/util/QueryContextMenu.java:371: warning: no description for @param [javadoc] * @param cls [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/util/QueryContextMenu.java:372: warning: no description for @param [javadoc] * @param className [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/util/QueryContextMenu.java:374: warning: no description for @throws [javadoc] * @throws SnapshotException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/util/QueryContextMenu.java:455: warning: no description for @param [javadoc] * @param query [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/util/QueryContextMenu.java:456: warning: no description for @param [javadoc] * @param menuContext [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/src/org/eclipse/mat/util/FileUtils.java:193: warning: no @throws for java.io.IOException [javadoc] public static void unzipFile(File file) throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/src/org/eclipse/mat/util/FileUtils.java:210: warning: no @throws for java.io.IOException [javadoc] public static void unzipFile(File file, File destinationDirectory) throws IOException [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/src/org/eclipse/mat/collect/HashMapIntLong.java:480: warning: no description for @return [javadoc] * @return [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/src/org/eclipse/mat/collect/HashMapLongObject.java:512: warning: no description for @return [javadoc] * @return [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/src/org/eclipse/mat/collect/HashMapObjectLong.java:516: warning: no description for @return [javadoc] * @return [javadoc] ^ [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [javadoc] Building index for all classes... [javadoc] Generating /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/doc/help-doc.html... [javadoc] Note: Custom tags that could override future standard tags: @noreference, @noinstantiate, @noimplement, @noextend, @nooverride, @category. To avoid potential overrides, use at least one period character (.) in custom tag names. [javadoc] Note: Custom tags that were not seen: @nooverride, @category [javadoc] 561 warnings [copy] Copying 6 files to /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/doc [copy] Copying 1 file to /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/doc [copy] Copying 1 file to /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/doc [copy] Copying 3 files to /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/doc [copy] Copying 2 files to /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/doc [copy] Copying 2 files to /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/doc [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mat.ui.help --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.mat.ui.help --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mat.ui.help --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.mat.ui.help --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.mat.ui.help --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/target/org.eclipse.mat.ui.help-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mat.ui.help --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.mat.ui.help --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/target/org.eclipse.mat.ui.help-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.mat.ui.help --- [INFO] Signing jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/target/org.eclipse.mat.ui.help-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.mat.ui.help --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/target/org.eclipse.mat.ui.help-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.mat.ui.help --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.mat.ui.help --- [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/target/org.eclipse.mat.ui.help-1.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.help/1.12.0-SNAPSHOT/org.eclipse.mat.ui.help-1.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.help/1.12.0-SNAPSHOT/org.eclipse.mat.ui.help-1.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/target/org.eclipse.mat.ui.help-1.12.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.help/1.12.0-SNAPSHOT/org.eclipse.mat.ui.help-1.12.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.help/1.12.0-SNAPSHOT/org.eclipse.mat.ui.help-1.12.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.help/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.help/1.12.0-SNAPSHOT/org.eclipse.mat.ui.help-1.12.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.mat.ui.help --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.mat.ui.help --- [INFO] Skipping artifact deployment [INFO] [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (default-cli) @ org.eclipse.mat.ui.help --- [INFO] [INFO] ---------------< org.eclipse.mat:org.eclipse.mat.ui.rcp >--------------- [INFO] Building org.eclipse.mat.ui.rcp 1.12.0-SNAPSHOT [16/22] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mat.ui.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.mat.ui.rcp --- [INFO] The project's OSGi version is 1.12.0.202105241838 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.mat.ui.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.mat.ui.rcp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.mat.ui.rcp --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mat.ui.rcp --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.mat.ui.rcp --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mat.ui.rcp --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.mat.ui.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.mat.ui.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp/target/org.eclipse.mat.ui.rcp-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mat.ui.rcp --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.mat.ui.rcp --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp/target/org.eclipse.mat.ui.rcp-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.mat.ui.rcp --- [INFO] Signing jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp/target/org.eclipse.mat.ui.rcp-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.mat.ui.rcp --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp/target/org.eclipse.mat.ui.rcp-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.mat.ui.rcp --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.mat.ui.rcp --- [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp/target/org.eclipse.mat.ui.rcp-1.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp-1.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp-1.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp/target/org.eclipse.mat.ui.rcp-1.12.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp-1.12.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp-1.12.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp-1.12.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.mat.ui.rcp --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.mat.ui.rcp --- [INFO] Skipping artifact deployment [INFO] [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (default-cli) @ org.eclipse.mat.ui.rcp --- [INFO] Fork Value is true [INFO] Done SpotBugs Analysis.... [INFO] [INFO] --------------< org.eclipse.mat:org.eclipse.mat.feature >--------------- [INFO] Building org.eclipse.mat.feature 1.12.0-SNAPSHOT [17/22] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mat.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.mat.feature --- [INFO] The project's OSGi version is 1.12.0.202105241838 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.mat.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.mat.feature --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.mat.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.mat.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.mat.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.feature/target/org.eclipse.mat.feature-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mat.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.mat.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.mat.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.mat.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.feature/target/org.eclipse.mat.feature-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.mat.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.mat.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.mat.feature --- [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.feature/target/org.eclipse.mat.feature-1.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.feature/1.12.0-SNAPSHOT/org.eclipse.mat.feature-1.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.feature/1.12.0-SNAPSHOT/org.eclipse.mat.feature-1.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.feature/1.12.0-SNAPSHOT/org.eclipse.mat.feature-1.12.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.feature/1.12.0-SNAPSHOT/org.eclipse.mat.feature-1.12.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.mat.feature --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.mat.feature --- [INFO] Skipping artifact deployment [INFO] [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (default-cli) @ org.eclipse.mat.feature --- [INFO] [INFO] -----------< org.eclipse.mat:org.eclipse.mat.chart.feature >------------ [INFO] Building org.eclipse.mat.chart.feature 1.12.0-SNAPSHOT [18/22] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mat.chart.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.mat.chart.feature --- [INFO] The project's OSGi version is 1.12.0.202105241838 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.mat.chart.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.mat.chart.feature --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.mat.chart.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.mat.chart.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.mat.chart.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.chart.feature/target/org.eclipse.mat.chart.feature-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mat.chart.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.mat.chart.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.mat.chart.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.mat.chart.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.chart.feature/target/org.eclipse.mat.chart.feature-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.mat.chart.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.mat.chart.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.mat.chart.feature --- [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.chart.feature/target/org.eclipse.mat.chart.feature-1.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.chart.feature/1.12.0-SNAPSHOT/org.eclipse.mat.chart.feature-1.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.chart.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.chart.feature/1.12.0-SNAPSHOT/org.eclipse.mat.chart.feature-1.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.chart.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.chart.feature/1.12.0-SNAPSHOT/org.eclipse.mat.chart.feature-1.12.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.chart.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.chart.feature/1.12.0-SNAPSHOT/org.eclipse.mat.chart.feature-1.12.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.mat.chart.feature --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.mat.chart.feature --- [INFO] Skipping artifact deployment [INFO] [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (default-cli) @ org.eclipse.mat.chart.feature --- [INFO] [INFO] -----------< org.eclipse.mat:org.eclipse.mat.ui.rcp.feature >----------- [INFO] Building org.eclipse.mat.ui.rcp.feature 1.12.0-SNAPSHOT [19/22] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mat.ui.rcp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.mat.ui.rcp.feature --- [INFO] The project's OSGi version is 1.12.0.202105241838 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.mat.ui.rcp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.mat.ui.rcp.feature --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.mat.ui.rcp.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.mat.ui.rcp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.mat.ui.rcp.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/target/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mat.ui.rcp.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.mat.ui.rcp.feature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.mat.ui.rcp.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.mat.ui.rcp.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/target/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.mat.ui.rcp.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.mat.ui.rcp.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.mat.ui.rcp.feature --- [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/target/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.feature/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.feature/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.feature/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.feature/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/target/org.eclipse.mat.ui.rcp.feature_root.gtk.linux.x86-1.12.0.202105241838-root.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.feature/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT-root.gtk.linux.x86.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/target/org.eclipse.mat.ui.rcp.feature_root.gtk.linux.x86_64-1.12.0.202105241838-root.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.feature/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT-root.gtk.linux.x86_64.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/target/org.eclipse.mat.ui.rcp.feature_root.gtk.solaris.sparc-1.12.0.202105241838-root.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.feature/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT-root.gtk.solaris.sparc.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/target/org.eclipse.mat.ui.rcp.feature_root.gtk.linux.ppc64-1.12.0.202105241838-root.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.feature/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT-root.gtk.linux.ppc64.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/target/org.eclipse.mat.ui.rcp.feature_root.gtk.linux.s390-1.12.0.202105241838-root.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.feature/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT-root.gtk.linux.s390.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/target/org.eclipse.mat.ui.rcp.feature_root.motif.hpux.ia64_32-1.12.0.202105241838-root.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.feature/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT-root.motif.hpux.ia64_32.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/target/org.eclipse.mat.ui.rcp.feature_root.win32.win32.x86_64-1.12.0.202105241838-root.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.feature/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT-root.win32.win32.x86_64.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/target/org.eclipse.mat.ui.rcp.feature_root.gtk.aix.ppc-1.12.0.202105241838-root.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.feature/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT-root.gtk.aix.ppc.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/target/org.eclipse.mat.ui.rcp.feature_root.gtk.solaris.x86-1.12.0.202105241838-root.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.feature/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT-root.gtk.solaris.x86.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/target/org.eclipse.mat.ui.rcp.feature_root.gtk.linux.ppc-1.12.0.202105241838-root.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.feature/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT-root.gtk.linux.ppc.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/target/org.eclipse.mat.ui.rcp.feature_root.gtk.linux.s390x-1.12.0.202105241838-root.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.feature/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT-root.gtk.linux.s390x.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/target/org.eclipse.mat.ui.rcp.feature_root.gtk.aix.ppc64-1.12.0.202105241838-root.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.feature/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT-root.gtk.aix.ppc64.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/target/org.eclipse.mat.ui.rcp.feature_root.motif.aix.ppc-1.12.0.202105241838-root.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.feature/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT-root.motif.aix.ppc.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/target/org.eclipse.mat.ui.rcp.feature_root.gtk.hpux.ia64-1.12.0.202105241838-root.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.feature/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT-root.gtk.hpux.ia64.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/target/org.eclipse.mat.ui.rcp.feature_root-1.12.0.202105241838-root.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.feature/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT-root.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/target/org.eclipse.mat.ui.rcp.feature_root.win32.win32.x86-1.12.0.202105241838-root.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.feature/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT-root.win32.win32.x86.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/target/org.eclipse.mat.ui.rcp.feature_root.wpf.win32.x86-1.12.0.202105241838-root.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.feature/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT-root.wpf.win32.x86.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/features/org.eclipse.mat.ui.rcp.feature/target/org.eclipse.mat.ui.rcp.feature_root.cocoa.macosx.x86_64-1.12.0.202105241838-root.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.feature/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.feature-1.12.0-SNAPSHOT-root.cocoa.macosx.x86_64.zip [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.mat.ui.rcp.feature --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.mat.ui.rcp.feature --- [INFO] Skipping artifact deployment [INFO] [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (default-cli) @ org.eclipse.mat.ui.rcp.feature --- [INFO] [INFO] -------------< org.eclipse.mat:org.eclipse.mat.updatesite >------------- [INFO] Building org.eclipse.mat.updatesite 1.12.0-SNAPSHOT [20/22] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mat.updatesite --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.mat.updatesite --- [INFO] The project's OSGi version is 1.12.0.202105241838 [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.mat.updatesite --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.mat.updatesite --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mat.updatesite --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.mat.updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.mat.updatesite --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ org.eclipse.mat.updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ org.eclipse.mat.updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.mat.updatesite --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ org.eclipse.mat.updatesite --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ org.eclipse.mat.updatesite --- [INFO] Building zip: /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/org.eclipse.mat.updatesite-1.12.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.mat.updatesite --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.mat.updatesite --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.mat.updatesite --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.mat.updatesite --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.mat.updatesite --- [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/org.eclipse.mat.updatesite-1.12.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.updatesite/1.12.0-SNAPSHOT/org.eclipse.mat.updatesite-1.12.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.updatesite/1.12.0-SNAPSHOT/org.eclipse.mat.updatesite-1.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.updatesite/1.12.0-SNAPSHOT/org.eclipse.mat.updatesite-1.12.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.updatesite/1.12.0-SNAPSHOT/org.eclipse.mat.updatesite-1.12.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.mat.updatesite --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.mat.updatesite --- [INFO] Skipping artifact deployment [INFO] [INFO] --- wagon-maven-plugin:2.0.0:sshexec (prepare-publish) @ org.eclipse.mat.updatesite --- [INFO] sshexec: rm -rf /home/data/httpd/download.eclipse.org/mat/snapshots/update-site/* ... [INFO] [INFO] --- wagon-maven-plugin:2.0.0:upload (publish) @ org.eclipse.mat.updatesite --- [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/content.jar to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/content.jar ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/binary/org.eclipse.mat.ui.rcp.feature_root_1.12.0.202105241838 to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/binary/org.eclipse.mat.ui.rcp.feature_root_1.12.0.202105241838 ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/binary/org.eclipse.mat.ui.rcp.feature_root.win32.win32.x86_64_1.12.0.202105241838 to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/binary/org.eclipse.mat.ui.rcp.feature_root.win32.win32.x86_64_1.12.0.202105241838 ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/binary/org.eclipse.mat.ui.rcp.feature_root.cocoa.macosx.x86_64_1.12.0.202105241838 to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/binary/org.eclipse.mat.ui.rcp.feature_root.cocoa.macosx.x86_64_1.12.0.202105241838 ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/binary/org.eclipse.mat.ui.rcp.feature_root.gtk.linux.x86_64_1.12.0.202105241838 to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/binary/org.eclipse.mat.ui.rcp.feature_root.gtk.linux.x86_64_1.12.0.202105241838 ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.jdt_1.12.0.202105241838.jar.pack.gz to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.jdt_1.12.0.202105241838.jar.pack.gz ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.jdt_1.12.0.202105241838.jar to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.jdt_1.12.0.202105241838.jar ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.chart_1.12.0.202105241838.jar.pack.gz to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.chart_1.12.0.202105241838.jar.pack.gz ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.chart_1.12.0.202105241838.jar to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.chart_1.12.0.202105241838.jar ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.birt.chart.device.swt_4.7.0.v201706222054.jar to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.birt.chart.device.swt_4.7.0.v201706222054.jar ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.hprof_1.12.0.202105241838.jar to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.hprof_1.12.0.202105241838.jar ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.hprof_1.12.0.202105241838.jar.pack.gz to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.hprof_1.12.0.202105241838.jar.pack.gz ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.dtfj_1.12.0.202105241838.jar.pack.gz to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.dtfj_1.12.0.202105241838.jar.pack.gz ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.dtfj_1.12.0.202105241838.jar to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.dtfj_1.12.0.202105241838.jar ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.ui_1.12.0.202105241838.jar to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.ui_1.12.0.202105241838.jar ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.ui_1.12.0.202105241838.jar.pack.gz to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.ui_1.12.0.202105241838.jar.pack.gz ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.ibmdumps_1.12.0.202105241838.jar to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.ibmdumps_1.12.0.202105241838.jar ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.ibmdumps_1.12.0.202105241838.jar.pack.gz to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.ibmdumps_1.12.0.202105241838.jar.pack.gz ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.birt.chart.engine_4.7.0.v201706222054.jar to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.birt.chart.engine_4.7.0.v201706222054.jar ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.api_1.12.0.202105241838.jar.pack.gz to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.api_1.12.0.202105241838.jar.pack.gz ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.api_1.12.0.202105241838.jar to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.api_1.12.0.202105241838.jar ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.birt.chart.engine.extension_4.7.0.v201706222054.jar to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.birt.chart.engine.extension_4.7.0.v201706222054.jar ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.birt.chart.device.extension_4.7.0.v201706222054.jar to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.birt.chart.device.extension_4.7.0.v201706222054.jar ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.report_1.12.0.202105241838.jar.pack.gz to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.report_1.12.0.202105241838.jar.pack.gz ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.report_1.12.0.202105241838.jar to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.report_1.12.0.202105241838.jar ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.chart.ui_1.12.0.202105241838.jar to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.chart.ui_1.12.0.202105241838.jar ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.chart.ui_1.12.0.202105241838.jar.pack.gz to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.chart.ui_1.12.0.202105241838.jar.pack.gz ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.ui.help_1.12.0.202105241838.jar.pack.gz to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.ui.help_1.12.0.202105241838.jar.pack.gz ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.ui.help_1.12.0.202105241838.jar to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.ui.help_1.12.0.202105241838.jar ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.ui.rcp_1.12.0.202105241838.jar.pack.gz to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.ui.rcp_1.12.0.202105241838.jar.pack.gz ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.ui.rcp_1.12.0.202105241838.jar to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.ui.rcp_1.12.0.202105241838.jar ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.birt.core_4.7.0.v201706222054.jar to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.birt.core_4.7.0.v201706222054.jar ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.parser_1.12.0.202105241838.jar to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.parser_1.12.0.202105241838.jar ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.parser_1.12.0.202105241838.jar.pack.gz to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.parser_1.12.0.202105241838.jar.pack.gz ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.jruby.resolver_1.12.0.202105241838.jar to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.jruby.resolver_1.12.0.202105241838.jar ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/plugins/org.eclipse.mat.jruby.resolver_1.12.0.202105241838.jar.pack.gz to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/plugins/org.eclipse.mat.jruby.resolver_1.12.0.202105241838.jar.pack.gz ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/features/org.eclipse.mat.feature_1.12.0.202105241838.jar to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/features/org.eclipse.mat.feature_1.12.0.202105241838.jar ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/features/org.eclipse.mat.ui.rcp.feature_1.12.0.202105241838.jar to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/features/org.eclipse.mat.ui.rcp.feature_1.12.0.202105241838.jar ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/features/org.eclipse.mat.chart.feature_1.12.0.202105241838.jar to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/features/org.eclipse.mat.chart.feature_1.12.0.202105241838.jar ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/artifacts.jar to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/artifacts.jar ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/content.xml.xz to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/content.xml.xz ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/artifacts.xml.xz to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/artifacts.xml.xz ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.updatesite/target/repository/p2.index to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/update-site/p2.index ... [INFO] [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (default-cli) @ org.eclipse.mat.updatesite --- [INFO] [INFO] --------------< org.eclipse.mat:org.eclipse.mat.product >--------------- [INFO] Building MAT RCP 1.12.0-SNAPSHOT [21/22] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mat.product --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.mat.product --- [INFO] The project's OSGi version is 1.12.0.202105241838 [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.mat.product --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.mat.product --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mat.product --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.mat.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.mat.product --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ org.eclipse.mat.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ org.eclipse.mat.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.mat.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ org.eclipse.mat.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ org.eclipse.mat.product --- [INFO] Building zip: /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/org.eclipse.mat.product-1.12.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2-director-plugin:1.7.0:materialize-products (materialize-products) @ org.eclipse.mat.product --- [INFO] Installing product org.eclipse.mat.ui.rcp.MemoryAnalyzer for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer/win32/win32/x86_64/mat Installing org.eclipse.mat.ui.rcp.MemoryAnalyzer 1.12.0. Installing org.eclipse.mat.ui.rcp.feature.feature.group 1.12.0.202105241838. Installing org.eclipse.mat.ui.rcp.feature.feature.group 1.12.0.202105241838. Installing org.eclipse.mat.ui.rcp.feature.feature.group 1.12.0.202105241838. Operation completed in 3428 ms. [INFO] Installing product org.eclipse.mat.ui.rcp.MemoryAnalyzer for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer/macosx/cocoa/x86_64/mat.app Installing org.eclipse.mat.ui.rcp.MemoryAnalyzer 1.12.0. Installing org.eclipse.mat.ui.rcp.feature.feature.group 1.12.0.202105241838. Installing org.eclipse.mat.ui.rcp.feature.feature.group 1.12.0.202105241838. Installing org.eclipse.mat.ui.rcp.feature.feature.group 1.12.0.202105241838. Operation completed in 2288 ms. [INFO] Installing product org.eclipse.mat.ui.rcp.MemoryAnalyzer for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer/linux/gtk/x86_64/mat Installing org.eclipse.mat.ui.rcp.MemoryAnalyzer 1.12.0. Installing org.eclipse.mat.ui.rcp.feature.feature.group 1.12.0.202105241838. Installing org.eclipse.mat.ui.rcp.feature.feature.group 1.12.0.202105241838. Installing org.eclipse.mat.ui.rcp.feature.feature.group 1.12.0.202105241838. Operation completed in 2228 ms. [INFO] Installing product org.eclipse.mat.ui.rcp.MemoryAnalyzer for environment linux/gtk/ppc64le to /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer/linux/gtk/ppc64le/mat Installing org.eclipse.mat.ui.rcp.MemoryAnalyzer 1.12.0. Installing org.eclipse.mat.ui.rcp.feature.feature.group 1.12.0.202105241838. Installing org.eclipse.mat.ui.rcp.feature.feature.group 1.12.0.202105241838. Installing org.eclipse.mat.ui.rcp.feature.feature.group 1.12.0.202105241838. Operation completed in 2117 ms. [INFO] [INFO] --- maven-antrun-plugin:1.7:run (tidyp2) @ org.eclipse.mat.product --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- eclipse-winsigner-plugin:1.3.1:sign (default) @ org.eclipse.mat.product --- [INFO] [Mon May 24 19:06:24 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer/win32/win32/x86_64/mat/eclipsec.exe' [INFO] [Mon May 24 19:06:25 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer/win32/win32/x86_64/mat/MemoryAnalyzer.exe' [INFO] [INFO] --- eclipse-macsigner-plugin:1.3.1:sign (default) @ org.eclipse.mat.product --- [INFO] [Mon May 24 19:06:31 UTC 2021] Signing OS X application '/home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer/macosx/cocoa/x86_64/mat.app'... [INFO] [INFO] --- tycho-p2-director-plugin:1.7.0:archive-products (archive-products) @ org.eclipse.mat.product --- [INFO] Building zip: /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-win32.win32.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-macosx.cocoa.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-linux.gtk.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-linux.gtk.ppc64le.zip [INFO] [INFO] --- eclipse-dmg-packager:1.3.1:package-dmg (default) @ org.eclipse.mat.product --- [INFO] [Mon May 24 19:06:51 UTC 2021] Creating and signing DMG file from '/home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-macosx.cocoa.x86_64.zip'... [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.mat.product --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.mat.product --- [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.mat.product --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.mat.product --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.mat.product --- [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/org.eclipse.mat.product-1.12.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.product/1.12.0-SNAPSHOT/org.eclipse.mat.product-1.12.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.product/1.12.0-SNAPSHOT/org.eclipse.mat.product-1.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/extraArtifacts/org.eclipse.mat.ui.rcp.MemoryAnalyzer.executable.gtk.linux.ppc64le.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.product/1.12.0-SNAPSHOT/org.eclipse.mat.product-1.12.0-SNAPSHOT-org.eclipse.mat.ui.rcp.MemoryAnalyzer.executable.gtk.linux.ppc64le.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.product/1.12.0-SNAPSHOT/org.eclipse.mat.product-1.12.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/extraArtifacts/org.eclipse.mat.ui.rcp.MemoryAnalyzer.executable.gtk.linux.x86_64.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.product/1.12.0-SNAPSHOT/org.eclipse.mat.product-1.12.0-SNAPSHOT-org.eclipse.mat.ui.rcp.MemoryAnalyzer.executable.gtk.linux.x86_64.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.product/1.12.0-SNAPSHOT/org.eclipse.mat.product-1.12.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/extraArtifacts/org.eclipse.mat.ui.rcp.MemoryAnalyzer.executable.win32.win32.x86_64.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.product/1.12.0-SNAPSHOT/org.eclipse.mat.product-1.12.0-SNAPSHOT-org.eclipse.mat.ui.rcp.MemoryAnalyzer.executable.win32.win32.x86_64.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/extraArtifacts/org.eclipse.mat.ui.rcp.MemoryAnalyzer.executable.cocoa.macosx.x86_64.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.product/1.12.0-SNAPSHOT/org.eclipse.mat.product-1.12.0-SNAPSHOT-org.eclipse.mat.ui.rcp.MemoryAnalyzer.executable.cocoa.macosx.x86_64.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-win32.win32.x86_64.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.product/1.12.0-SNAPSHOT/org.eclipse.mat.product-1.12.0-SNAPSHOT-win32.win32.x86_64.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-macosx.cocoa.x86_64.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.product/1.12.0-SNAPSHOT/org.eclipse.mat.product-1.12.0-SNAPSHOT-macosx.cocoa.x86_64.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-linux.gtk.x86_64.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.product/1.12.0-SNAPSHOT/org.eclipse.mat.product-1.12.0-SNAPSHOT-linux.gtk.x86_64.zip [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-linux.gtk.ppc64le.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.product/1.12.0-SNAPSHOT/org.eclipse.mat.product-1.12.0-SNAPSHOT-linux.gtk.ppc64le.zip [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.mat.product --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.mat.product --- [INFO] Skipping artifact deployment [INFO] [INFO] --- wagon-maven-plugin:2.0.0:sshexec (prepare-publish-rcp) @ org.eclipse.mat.product --- [INFO] sshexec: rm -rf /home/data/httpd/download.eclipse.org/mat/snapshots/rcp/* ... [INFO] [INFO] --- wagon-maven-plugin:2.0.0:upload (publish-rcp) @ org.eclipse.mat.product --- [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-win32.win32.x86_64.zip to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/rcp/org.eclipse.mat.ui.rcp.MemoryAnalyzer-win32.win32.x86_64.zip ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-macosx.cocoa.x86_64.zip to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/rcp/org.eclipse.mat.ui.rcp.MemoryAnalyzer-macosx.cocoa.x86_64.zip ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-linux.gtk.x86_64.zip to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/rcp/org.eclipse.mat.ui.rcp.MemoryAnalyzer-linux.gtk.x86_64.zip ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-linux.gtk.ppc64le.zip to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/rcp/org.eclipse.mat.ui.rcp.MemoryAnalyzer-linux.gtk.ppc64le.zip ... [INFO] Uploading /home/jenkins/agent/workspace/tycho-mat-nightly/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-macosx.cocoa.x86_64.dmg to scpexe://projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/rcp/org.eclipse.mat.ui.rcp.MemoryAnalyzer-macosx.cocoa.x86_64.dmg ... [INFO] [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (default-cli) @ org.eclipse.mat.product --- [INFO] [INFO] ------------< org.eclipse.mat:org.eclipse.mat.ui.rcp.tests >------------ [INFO] Building org.eclipse.mat.ui.rcp.tests 1.12.0-SNAPSHOT [22/22] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mat.ui.rcp.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.mat.ui.rcp.tests --- [INFO] The project's OSGi version is 1.12.0.202105241838 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.mat.ui.rcp.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.mat.ui.rcp.tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.mat.ui.rcp.tests --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mat.ui.rcp.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.mat.ui.rcp.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mat.ui.rcp.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.mat.ui.rcp.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.mat.ui.rcp.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp.tests/target/org.eclipse.mat.ui.rcp.tests-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mat.ui.rcp.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.mat.ui.rcp.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp.tests/target/work/data, -install, /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp.tests/target/work, -configuration, /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp.tests/target/surefire.properties, -testApplication, org.eclipse.mat.ui.rcp.application, -product, org.eclipse.mat.ui.rcp.MemoryAnalyzer, -nouithread] Launching application org.eclipse.mat.ui.rcp.application... Running org.eclipse.mat.ui.rcp.tests.AllTests log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher). log4j:WARN Please initialize the log4j system properly. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.274 s - in org.eclipse.mat.ui.rcp.tests.AllTests testIfInstallNewSoftwareIsAvailable(org.eclipse.mat.ui.rcp.tests.MemoryAnalyzerProductTest) Time elapsed: 2.164 s testIfProxySettingsPreferenceIsAvailable(org.eclipse.mat.ui.rcp.tests.MemoryAnalyzerProductTest) Time elapsed: 0.513 s testIfErrorLogViewIsAvailable(org.eclipse.mat.ui.rcp.tests.MemoryAnalyzerProductTest) Time elapsed: 0.007 s Results: Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.mat.ui.rcp.tests --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp.tests/target/org.eclipse.mat.ui.rcp.tests-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.mat.ui.rcp.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp.tests/target/org.eclipse.mat.ui.rcp.tests-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.mat.ui.rcp.tests --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp.tests/target/org.eclipse.mat.ui.rcp.tests-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.mat.ui.rcp.tests --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.mat.ui.rcp.tests --- [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp.tests/target/org.eclipse.mat.ui.rcp.tests-1.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.tests/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.tests-1.12.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp.tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.tests/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.tests-1.12.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp.tests/target/org.eclipse.mat.ui.rcp.tests-1.12.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.tests/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.tests-1.12.0-SNAPSHOT-pack200.jar.pack.gz [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.tests/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.tests-1.12.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.tests/1.12.0-SNAPSHOT/org.eclipse.mat.ui.rcp.tests-1.12.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.mat.ui.rcp.tests --- [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.mat.ui.rcp.tests --- [INFO] Skipping artifact deployment [INFO] [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (default-cli) @ org.eclipse.mat.ui.rcp.tests --- [INFO] Fork Value is true [INFO] Done SpotBugs Analysis.... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for MAT Parent 1.12.0-SNAPSHOT: [INFO] [INFO] MAT Parent ......................................... SUCCESS [01:57 min] [INFO] org.eclipse.mat.targetdef .......................... SUCCESS [ 0.268 s] [INFO] org.eclipse.mat.report ............................. SUCCESS [ 35.035 s] [INFO] org.eclipse.mat.api ................................ SUCCESS [ 27.729 s] [INFO] org.eclipse.mat.chart .............................. SUCCESS [ 8.136 s] [INFO] org.eclipse.mat.ui ................................. SUCCESS [ 28.206 s] [INFO] org.eclipse.mat.chart.ui ........................... SUCCESS [ 8.199 s] [INFO] org.eclipse.mat.parser ............................. SUCCESS [ 20.013 s] [INFO] org.eclipse.mat.dtfj ............................... SUCCESS [ 15.745 s] [INFO] org.eclipse.mat.hprof .............................. SUCCESS [ 17.293 s] [INFO] org.eclipse.mat.jdt ................................ SUCCESS [ 7.010 s] [INFO] org.eclipse.mat.ibmdumps ........................... SUCCESS [ 9.502 s] [INFO] org.eclipse.mat.jruby.resolver ..................... SUCCESS [ 5.912 s] [INFO] org.eclipse.mat.tests .............................. SUCCESS [17:48 min] [INFO] org.eclipse.mat.ui.help ............................ SUCCESS [ 43.508 s] [INFO] org.eclipse.mat.ui.rcp ............................. SUCCESS [ 13.501 s] [INFO] org.eclipse.mat.feature ............................ SUCCESS [ 2.891 s] [INFO] org.eclipse.mat.chart.feature ...................... SUCCESS [ 1.994 s] [INFO] org.eclipse.mat.ui.rcp.feature ..................... SUCCESS [ 7.377 s] [INFO] org.eclipse.mat.updatesite ......................... SUCCESS [ 44.274 s] [INFO] MAT RCP ............................................ SUCCESS [01:31 min] [INFO] org.eclipse.mat.ui.rcp.tests ....................... SUCCESS [ 41.717 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 29:31 min [INFO] Finished at: 2021-05-24T19:08:03Z [INFO] ------------------------------------------------------------------------ Terminating xvnc. $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 59 killed; [ssh-agent] Stopped. [FINDBUGS] Collecting findbugs analysis files... [FINDBUGS] Searching for all files in /home/jenkins/agent/workspace/tycho-mat-nightly that match the pattern **/spotbugsXml.xml [FINDBUGS] Parsing 14 files in /home/jenkins/agent/workspace/tycho-mat-nightly [FINDBUGS] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/target/spotbugsXml.xml with 55 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart.ui/target/spotbugsXml.xml with 55 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart/target/spotbugsXml.xml with 55 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.dtfj/target/spotbugsXml.xml with 55 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/target/spotbugsXml.xml with 84 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/target/spotbugsXml.xml with 86 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jdt/target/spotbugsXml.xml with 86 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jruby.resolver/target/spotbugsXml.xml with 86 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/target/spotbugsXml.xml with 133 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/target/spotbugsXml.xml with 156 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/spotbugsXml.xml with 244 unique warnings and 1 duplicate. [FINDBUGS] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp.tests/target/spotbugsXml.xml with 244 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp/target/spotbugsXml.xml with 244 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/target/spotbugsXml.xml with 262 unique warnings and 0 duplicates. The recommended git tool is: NONE No credentials specified Using GitBlamer to create author and commit information for all warnings. GIT_COMMIT=4d619a0a55f4de4ccc1c87a455955f75b94b4073, workspace=/home/jenkins/agent/workspace/tycho-mat-nightly > git rev-parse 4d619a0a55f4de4ccc1c87a455955f75b94b4073^{commit} # timeout=10 Skipping file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/index/IndexManager.java, no result found. Skipping file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/TopConsumers2Query.java, no result found. Skipping file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/src/org/eclipse/mat/ui/snapshot/views/inspector/LazyFields.java, no result found. Skipping file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/SnapshotImplBuilder.java, no result found. [FINDBUGS] Computing warning deltas based on reference build #1215 Recording test results [Checks API] No suitable checks publisher found. [SpotBugs] Using default pattern '**/spotbugsXml.xml' since user defined pattern is not set [SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/tycho-mat-nightly' that match the pattern '**/spotbugsXml.xml' [SpotBugs] -> found 14 files [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.api/target/spotbugsXml.xml [SpotBugs] -> found 55 issues (skipped 0 duplicates) [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart.ui/target/spotbugsXml.xml [SpotBugs] -> found 0 issues (skipped 0 duplicates) [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.chart/target/spotbugsXml.xml [SpotBugs] -> found 0 issues (skipped 0 duplicates) [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.dtfj/target/spotbugsXml.xml [SpotBugs] -> found 0 issues (skipped 0 duplicates) [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.hprof/target/spotbugsXml.xml [SpotBugs] -> found 29 issues (skipped 0 duplicates) [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ibmdumps/target/spotbugsXml.xml [SpotBugs] -> found 2 issues (skipped 0 duplicates) [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jdt/target/spotbugsXml.xml [SpotBugs] -> found 0 issues (skipped 0 duplicates) [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.jruby.resolver/target/spotbugsXml.xml [SpotBugs] -> found 0 issues (skipped 0 duplicates) [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.parser/target/spotbugsXml.xml [SpotBugs] -> found 47 issues (skipped 0 duplicates) [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.report/target/spotbugsXml.xml [SpotBugs] -> found 23 issues (skipped 0 duplicates) [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.tests/target/spotbugsXml.xml [SpotBugs] -> found 89 issues (skipped 0 duplicates) [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp.tests/target/spotbugsXml.xml [SpotBugs] -> found 0 issues (skipped 0 duplicates) [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui.rcp/target/spotbugsXml.xml [SpotBugs] -> found 0 issues (skipped 0 duplicates) [SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/tycho-mat-nightly/plugins/org.eclipse.mat.ui/target/spotbugsXml.xml [SpotBugs] -> found 18 issues (skipped 0 duplicates) [SpotBugs] Post processing issues on 'centos-7-9n26z' with source code encoding 'UTF-8' [SpotBugs] Creating SCM blamer to obtain author and commit information for affected files [SpotBugs] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git. [SpotBugs] Resolving file names for all issues in source directory '/home/jenkins/agent/workspace/tycho-mat-nightly' [SpotBugs] -> resolved paths in source directory (107 found, 0 not found) [SpotBugs] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [SpotBugs] -> all issues already have a valid module name [SpotBugs] Resolving package names (or namespaces) by parsing the affected files [SpotBugs] -> all affected files already have a valid package name [SpotBugs] No filter has been set, publishing all 263 issues [SpotBugs] Creating fingerprints for all affected code blocks to track issues over different builds [SpotBugs] -> created fingerprints for 0 issues (skipped 263 issues) [SpotBugs] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/tycho-mat-nightly/builds/1216/files-with-issues' [SpotBugs] -> 107 copied, 0 not in workspace, 0 not-found, 0 with I/O error [SpotBugs] Repository miner is not configured, skipping repository mining [SpotBugs] Reference build recorder is not configured [SpotBugs] Obtaining reference build from same job (tycho-mat-nightly) [SpotBugs] Using reference build 'tycho-mat-nightly #1215' to compute new, fixed, and outstanding issues [SpotBugs] Issues delta (vs. reference build): outstanding: 263, new: 0, fixed: 0 [SpotBugs] No quality gates have been set - skipping [SpotBugs] Health report is disabled - skipping [SpotBugs] Created analysis result for 263 issues (found 0 new issues, fixed 0 issues) [SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'tycho-mat-nightly #1216'. [Checks API] No suitable checks publisher found. Triggering a new build of mac-sign Finished: SUCCESS