Skip to content

Console Output

Skipping 637 KB.. Full Log
	assertThat(CDOPredicates.hasExtension(ext1).hashCode() == CDOPredicates.hasExtension(ext2).hashCode(), //
11:36:03 				is(Objects.hashCode(ext1) == Objects.hashCode(ext2)));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[137] 
11:36:03 	assertThat(CDOPredicates.hasExtension("uml").toString(), containsString("hasExtension("));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[138] 
11:36:03 	assertThat(CDOPredicates.hasExtension(null).toString(), containsString("hasNoExtension("));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[155] 
11:36:03 	assertThat(pred.apply(folder), is(false));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[156] 
11:36:03 	assertThat(pred.apply(res1), is(true));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[157] 
11:36:03 	assertThat(pred.apply(res2), is(false));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[171] 
11:36:03 	@SuppressWarnings("unchecked")
11:36:03 	                  ^^^^^^^^^^^
11:36:03 Unnecessary @SuppressWarnings("unchecked")
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[181] 
11:36:03 	assertThat(equalPairs, is(3));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[189] 
11:36:03 	@SuppressWarnings("unchecked")
11:36:03 	                  ^^^^^^^^^^^
11:36:03 Unnecessary @SuppressWarnings("unchecked")
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[196] 
11:36:03 	assertThat(CDOPredicates.hasURIPrefix(uri1).hashCode() == CDOPredicates.hasURIPrefix(uri2).hashCode(), //
11:36:03 				is(Objects.hashCode(uri1) == Objects.hashCode(uri2)));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[203] 
11:36:03 	assertThat(CDOPredicates.hasURIPrefix(URI.createURI("cdo://repo1/folder1/")).toString(), containsString("hasURIPrefix("));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/CDOPredicatesTest.java:[218] 
11:36:03 	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) {
11:36:03 	       ^^^^^^
11:36:03 Type safety: The return type Object for getAdapter(Class) from the type CDOPredicatesTest.StringAdapter needs unchecked conversion to conform to T from the type IAdaptable
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/JobWaiterTest.java:[54] 
11:36:03 	assertThat(done, is(true));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/JobWaiterTest.java:[55] 
11:36:03 	assertThat(watch.elapsed(TimeUnit.SECONDS), lessThanOrEqualTo(3L));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Long, Matcher<? super Long>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/JobWaiterTest.java:[68] 
11:36:03 	assertThat(done, is(true));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/JobWaiterTest.java:[69] 
11:36:03 	assertThat(watch.elapsed(TimeUnit.SECONDS), lessThanOrEqualTo(3L));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Long, Matcher<? super Long>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/JobWaiterTest.java:[80] 
11:36:03 	assertThat(done, is(false));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/JobWaiterTest.java:[81] 
11:36:03 	assertThat(watch.elapsed(TimeUnit.SECONDS), lessThan(5L));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Long, Matcher<? super Long>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/JobWaiterTest.java:[94] 
11:36:03 	assertThat(done, is(false));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/core/util/tests/JobWaiterTest.java:[95] 
11:36:03 	assertThat(watch.elapsed(TimeUnit.SECONDS), lessThan(5L));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Long, Matcher<? super Long>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[54] 
11:36:03 	assertThat(sIter.hasNext(), is(true));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[55] 
11:36:03 	assertThat(sIter.nextIndex(), is(-1));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[56] 
11:36:03 	assertThat(sIter.next(), is(EcorePackage.Literals.ECLASS.getName()));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[58] 
11:36:03 	assertThat(sIter.hasPrevious(), is(true));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[59] 
11:36:03 	assertThat(sIter.previousIndex(), is(-1));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[60] 
11:36:03 	assertThat(sIter.previous(), is(EcorePackage.Literals.ECLASS.getName()));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[67] 
11:36:03 	assertThat(sIter.hasNext(), is(false));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[68] 
11:36:03 	assertThat(sIter.nextIndex(), is(-1));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[69] 
11:36:03 	assertThat(sIter.hasPrevious(), is(false));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[80] 
11:36:03 	assertThat(sIter.hasNext(), is(true));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[81] 
11:36:03 	assertThat(sIter.nextIndex(), is(0));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[82] 
11:36:03 	assertThat(sIter.next().getName(), is("B1"));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[84] 
11:36:03 	assertThat(sIter.hasNext(), is(true));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[85] 
11:36:03 	assertThat(sIter.nextIndex(), is(1));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[86] 
11:36:03 	assertThat(sIter.next().getName(), is("B2"));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[88] 
11:36:03 	assertThat(sIter.hasNext(), is(false));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[89] 
11:36:03 	assertThat(sIter.nextIndex(), is(2));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[91] 
11:36:03 	assertThat(sIter.hasPrevious(), is(true));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[92] 
11:36:03 	assertThat(sIter.previousIndex(), is(1));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[93] 
11:36:03 	assertThat(sIter.previous().getName(), is("B2"));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[95] 
11:36:03 	assertThat(sIter.hasPrevious(), is(true));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[96] 
11:36:03 	assertThat(sIter.previousIndex(), is(0));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[97] 
11:36:03 	assertThat(sIter.previous().getName(), is("B1"));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[99] 
11:36:03 	assertThat(sIter.hasPrevious(), is(false));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[111] 
11:36:03 	assertThat(sIter.hasNext(), is(true));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[112] 
11:36:03 	assertThat(sIter.nextIndex(), is(0));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[114] 
11:36:03 	assertThat(next.eIsProxy(), is(true));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[115] 
11:36:03 	assertThat(EcoreUtil.getURI(next).fragment(), containsString("B1"));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[117] 
11:36:03 	assertThat(sIter.hasNext(), is(true));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[119] 
11:36:03 	assertThat(next.eIsProxy(), is(true));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[120] 
11:36:03 	assertThat(EcoreUtil.getURI(next).fragment(), containsString("B2"));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[122] 
11:36:03 	assertThat(sIter.hasNext(), is(false));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[123] 
11:36:03 	assertThat(sIter.nextIndex(), is(2));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[125] 
11:36:03 	assertThat(sIter.hasPrevious(), is(true));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[126] 
11:36:03 	assertThat(sIter.previousIndex(), is(1));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[128] 
11:36:03 	assertThat(previous.eIsProxy(), is(true));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[129] 
11:36:03 	assertThat(EcoreUtil.getURI(previous).fragment(), containsString("B2"));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[131] 
11:36:03 	assertThat(sIter.hasPrevious(), is(true));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[132] 
11:36:03 	assertThat(sIter.previousIndex(), is(0));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[134] 
11:36:03 	assertThat(previous.eIsProxy(), is(true));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[135] 
11:36:03 	assertThat(EcoreUtil.getURI(previous).fragment(), containsString("B1"));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/tests/CDOUtilsTest.java:[137] 
11:36:03 	assertThat(sIter.hasPrevious(), is(false));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[43] 
11:36:03 	import org.eclipse.papyrus.infra.core.architecture.ArchitectureDescription;
11:36:03 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The import org.eclipse.papyrus.infra.core.architecture.ArchitectureDescription is never used
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[45] 
11:36:03 	import org.eclipse.papyrus.infra.core.sashwindows.di.DiPackage;
11:36:03 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The import org.eclipse.papyrus.infra.core.sashwindows.di.DiPackage is never used
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[46] 
11:36:03 	import org.eclipse.papyrus.infra.core.sashwindows.di.SashWindowsMngr;
11:36:03 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The import org.eclipse.papyrus.infra.core.sashwindows.di.SashWindowsMngr is never used
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[89] 
11:36:03 	assertThat(problems.getSeverity(), is(Diagnostic.OK));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[90] 
11:36:03 	assertThat(problems.getChildren().size(), is(0));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[92] 
11:36:03 	CDOView view = getInternalCheckout().getView();
11:36:03 	                                     ^^^^^^^
11:36:03 Discouraged access: The method 'CDOCheckoutImpl.getView()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.13.0.v20230904-1612/org.eclipse.emf.cdo.explorer-4.13.0.v20230904-1612.jar')
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[119] 
11:36:03 	assertThat(problems.getSeverity(), is(Diagnostic.OK));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[120] 
11:36:03 	assertThat(problems.getChildren().size(), is(0));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[122] 
11:36:03 	CDOView view = getInternalCheckout().getView();
11:36:03 	                                     ^^^^^^^
11:36:03 Discouraged access: The method 'CDOCheckoutImpl.getView()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.13.0.v20230904-1612/org.eclipse.emf.cdo.explorer-4.13.0.v20230904-1612.jar')
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[130] 
11:36:03 	assertThat(architectureDescriptions.size(), is(1));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[153] 
11:36:03 	assertThat(text, not(containsString("href=\"../has_dependents/Datatypes.uml")));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[154] 
11:36:03 	assertThat(text, containsString("href=\"cdo.checkout://1/has_dependents/Datatypes.uml"));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[183] 
11:36:03 	assertThat(resource, notNullValue());
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Resource, Matcher<? super Resource>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[184] 
11:36:03 	assertThat(resource.getContents().size(), not(0));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/ModelImporterTest.java:[190] 
11:36:03 	assertThat(Iterables.size(Iterables.filter(resource.getContents(), new Predicate<EObject>() {
11:36:03 			public boolean apply(EObject input) {
11:36:03 				boolean result = false;
11:36:03 				if (input != null) {
11:36:03 					EPackage epackage = input.eClass().getEPackage();
11:36:03 					result = epackage.getName().equalsIgnoreCase(metamodel);
11:36:03 				}
11:36:03 				return result;
11:36:03 			}
11:36:03 		})), is(count));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[66] 
11:36:03 	assertThat(fixture.getMapping(getNode(uri1)), is((IPath) new Path("/has_dependencies/model.di")));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(IPath, Matcher<? super IPath>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[67] 
11:36:03 	assertThat(fixture.getMapping(getNode(uri2)), is((IPath) new Path("/has_dependents/Datatypes.di")));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(IPath, Matcher<? super IPath>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[81] 
11:36:03 	assertThat(problems.getSeverity(), is(Diagnostic.OK));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[82] 
11:36:03 	assertThat(problems.getChildren().size(), is(0));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[98] 
11:36:03 	assertThat(problems.getChildren().size(), is(1));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[100] 
11:36:03 	assertThat(child.getSeverity(), is(Diagnostic.ERROR));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[101] 
11:36:03 	assertThat(child.getMessage(), containsString("Resource already exists"));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[102] 
11:36:03 	assertThat(child.getData().get(0), sameInstance((Object) getNode(uri)));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(capture#1-of ?, Matcher<? super capture#1-of ?>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[114] 
11:36:03 	assertThat(problems.getChildren().size(), is(1));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[116] 
11:36:03 	assertThat(child.getSeverity(), is(Diagnostic.ERROR));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[117] 
11:36:03 	assertThat(child.getMessage(), containsString("No mapping"));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[118] 
11:36:03 	assertThat(child.getData().get(0), sameInstance((Object) getNode(uri)));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(capture#2-of ?, Matcher<? super capture#2-of ?>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[128] 
11:36:03 	assertThat(problems.getChildren().size(), is(1));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[130] 
11:36:03 	assertThat(child.getSeverity(), is(Diagnostic.ERROR));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[131] 
11:36:03 	assertThat(child.getMessage(), containsString("is not open"));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[132] 
11:36:03 	assertThat(child.getData().get(0), sameInstance((Object) getCheckout()));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(capture#3-of ?, Matcher<? super capture#3-of ?>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[138] 
11:36:03 	assertThat(problems.getChildren().size(), is(1));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[140] 
11:36:03 	assertThat(child.getSeverity(), is(Diagnostic.ERROR));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:03 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/org/eclipse/papyrus/cdo/internal/core/importer/tests/OneToOneModelImportMappingTest.java:[141] 
11:36:03 	assertThat(child.getMessage(), containsString("No checkout"));
11:36:03 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:03 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:03 272 problems (272 warnings)
11:36:03 [INFO] 
11:36:03 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.core.tests ---
11:36:03 [INFO] 
11:36:03 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.core.tests ---
11:36:03 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:36:03 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:36:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/test/resources
11:36:03 [INFO] 
11:36:03 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.core.tests ---
11:36:03 [INFO] 
11:36:03 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.core.tests ---
11:36:03 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/target/org.eclipse.papyrus.cdo.core.tests-1.3.0-SNAPSHOT-sources.jar
11:36:03 [INFO] 
11:36:03 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.core.tests ---
11:36:03 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/target/org.eclipse.papyrus.cdo.core.tests-1.3.0-SNAPSHOT.jar
11:36:03 [INFO] 
11:36:03 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.core.tests ---
11:36:03 [INFO] 
11:36:03 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.core.tests ---
11:36:03 [INFO] 
11:36:03 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.core.tests ---
11:36:03 [INFO] 
11:36:03 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.cdo.core.tests ---
11:36:03 [INFO] Skipping tests
11:36:03 [INFO] 
11:36:03 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.core.tests ---
11:36:03 [INFO] Skipping JaCoCo execution due to missing execution data file.
11:36:03 [INFO] 
11:36:03 [INFO] ------< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.ui.tests >------
11:36:03 [INFO] Building org.eclipse.papyrus.cdo.ui.tests 1.3.0-SNAPSHOT         [33/39]
11:36:03 [INFO]   from tests/org.eclipse.papyrus.cdo.ui.tests/pom.xml
11:36:03 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
11:36:03 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:36:03 [INFO] 
11:36:03 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.ui.tests ---
11:36:03 [INFO] 
11:36:03 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.ui.tests ---
11:36:03 [INFO] The project's OSGi version is 1.3.0.202309081533
11:36:03 [INFO] 
11:36:03 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.ui.tests ---
11:36:03 [INFO] 
11:36:03 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.ui.tests ---
11:36:03 [INFO] 
11:36:03 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.ui.tests ---
11:36:03 [INFO] 
11:36:03 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.ui.tests ---
11:36:03 [INFO] Resolving class path of org.eclipse.papyrus.cdo.ui.tests...
11:36:04 [INFO] 
11:36:04 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.ui.tests ---
11:36:04 [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
11:36:04 [INFO] 
11:36:04 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.ui.tests ---
11:36:04 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:36:04 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:36:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/main/resources
11:36:04 [INFO] 
11:36:04 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.ui.tests ---
11:36:04 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/target/classes
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[25] 
11:36:05 	import org.eclipse.emf.cdo.util.CommitException;
11:36:05 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The import org.eclipse.emf.cdo.util.CommitException is never used
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[26] 
11:36:05 	import org.eclipse.emf.cdo.util.ConcurrentAccessException;
11:36:05 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The import org.eclipse.emf.cdo.util.ConcurrentAccessException is never used
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[39] 
11:36:05 	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
11:36:05 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The type AdapterUtils is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[82] 
11:36:05 	assertThat(editPart.isActive(), is(true));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[94] 
11:36:05 	assertThat(canLock, is(true));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[108] 
11:36:05 	assertThat(isLocked, is(true));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[123] 
11:36:05 	assertThat(remote, notNullValue());
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(EObject, Matcher<? super EObject>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[131] 
11:36:05 	assertThat(isLocked, is(true));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[153] 
11:36:05 	assertThat(remote, notNullValue());
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Class, Matcher<? super Class>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[162] 
11:36:05 	assertThat(isConflicting, is(true));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[187] 
11:36:05 	assertThat(remote, notNullValue());
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Class, Matcher<? super Class>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[197] 
11:36:05 	assertThat(isConflicting, is(true));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[208] 
11:36:05 	Optional<ISashWindowsContainer> sashContainer = AdapterUtils.adapt(openEditor(), ISashWindowsContainer.class);
11:36:05 	                                                ^^^^^^^^^^^^
11:36:05 The type AdapterUtils is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/BasicEditorTest.java:[208] 
11:36:05 	Optional<ISashWindowsContainer> sashContainer = AdapterUtils.adapt(openEditor(), ISashWindowsContainer.class);
11:36:05 	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method adapt(Object, Class<ISashWindowsContainer>) from the type AdapterUtils is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[69] 
11:36:05 	assertThat(fixture.getAttribute(EValidator.URI_ATTRIBUTE), is((Object)URI));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[70] 
11:36:05 	assertThat(fixture.getAttribute(EValidator.URI_ATTRIBUTE, ""), is(URI));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[75] 
11:36:05 	assertThat(fixture.getAttribute(IPapyrusMarker.MESSAGE), is((Object)MESSAGE));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[76] 
11:36:05 	assertThat(fixture.getAttribute(IPapyrusMarker.MESSAGE, ""), is(MESSAGE));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[81] 
11:36:05 	assertThat(fixture.getAttribute(IPapyrusMarker.SEVERITY), is((Object)SEVERITY));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[82] 
11:36:05 	assertThat(fixture.getAttribute(IPapyrusMarker.SEVERITY, -1), is(SEVERITY));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[87] 
11:36:05 	assertThat(fixture.getAttribute(ATTR_BOOLEAN), is((Object)ATTR_BOOLEAN_VALUE));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[88] 
11:36:05 	assertThat(fixture.getAttribute(ATTR_BOOLEAN, false), is(ATTR_BOOLEAN_VALUE));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[93] 
11:36:05 	assertThat(fixture.getAttribute(ATTR_INTEGER), is((Object)ATTR_INTEGER_VALUE));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[94] 
11:36:05 	assertThat(fixture.getAttribute(ATTR_INTEGER, 0), is(ATTR_INTEGER_VALUE));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[99] 
11:36:05 	assertThat(fixture.getAttribute(ATTR_STRING), is((Object)ATTR_STRING_VALUE));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[100] 
11:36:05 	assertThat(fixture.getAttribute(ATTR_STRING, ""), is(ATTR_STRING_VALUE));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[107] 
11:36:05 	assertThat(attributes.get(EValidator.URI_ATTRIBUTE), is((Object)URI));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(capture#2-of ?, Matcher<? super capture#2-of ?>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[108] 
11:36:05 	assertThat(attributes.get(IPapyrusMarker.MESSAGE), is((Object)MESSAGE));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(capture#3-of ?, Matcher<? super capture#3-of ?>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[109] 
11:36:05 	assertThat(attributes.get(IPapyrusMarker.SEVERITY), is((Object)SEVERITY));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(capture#4-of ?, Matcher<? super capture#4-of ?>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[111] 
11:36:05 	assertThat(attributes.get(ATTR_BOOLEAN), is((Object)ATTR_BOOLEAN_VALUE));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(capture#5-of ?, Matcher<? super capture#5-of ?>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[112] 
11:36:05 	assertThat(attributes.get(ATTR_INTEGER), is((Object)ATTR_INTEGER_VALUE));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(capture#6-of ?, Matcher<? super capture#6-of ?>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/CDOPapyrusMarkerTest.java:[113] 
11:36:05 	assertThat(attributes.get(ATTR_STRING), is((Object)ATTR_STRING_VALUE));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(capture#7-of ?, Matcher<? super capture#7-of ?>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[60] 
11:36:05 	assertThat(fixture, notNullValue());
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(IDawnEditor, Matcher<? super IDawnEditor>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[66] 
11:36:05 	assertThat(fixture.getView(), sameInstance((CDOView)transaction));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(CDOView, Matcher<? super CDOView>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[71] 
11:36:05 	assertThat(fixture.getContributorID(), is("org.eclipse.papyrus.uml.diagram.clazz.part.UMLDiagramEditorID"));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[77] 
11:36:05 	assertThat(getEditor().isDirty(), is(false));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[84] 
11:36:05 	assertThat(test.getAndClearPropertyID(), is(IEditorPart.PROP_DIRTY));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[90] 
11:36:05 	assertThat(expected, notNullValue());
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[93] 
11:36:05 	assertThat(adapter, is(expected));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[107] 
11:36:05 	assertThat(fixture.isDirty(), is(true));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[111] 
11:36:05 	assertThat(fixture.isDirty(), is(false));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[116] 
11:36:05 	assertThat(fixture.getDawnEditorSupport(), instanceOf(PapyrusGMFEditorSupport.class));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(IDawnEditorSupport, Matcher<? super IDawnEditorSupport>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[122] 
11:36:05 	assertThat(input, notNullValue());
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(IEditorInput, Matcher<? super IEditorInput>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[123] 
11:36:05 	assertThat(input, is(getDiagramEditor().getEditorInput()));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(IEditorInput, Matcher<? super IEditorInput>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[129] 
11:36:05 	assertThat(site, notNullValue());
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(IEditorSite, Matcher<? super IEditorSite>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[130] 
11:36:05 	assertThat(site, is(getDiagramEditor().getEditorSite()));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(IEditorSite, Matcher<? super IEditorSite>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[143] 
11:36:05 	assertThat(test.getAndClearPropertyID(), is(IEditorPart.PROP_DIRTY));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[148] 
11:36:05 	assertThat(test.getAndClearPropertyID(), is(-1));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[154] 
11:36:05 	assertThat(site, notNullValue());
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(IWorkbenchPartSite, Matcher<? super IWorkbenchPartSite>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[155] 
11:36:05 	assertThat(site, is(getDiagramEditor().getSite()));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(IWorkbenchPartSite, Matcher<? super IWorkbenchPartSite>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[161] 
11:36:05 	assertThat(title, notNullValue());
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[162] 
11:36:05 	assertThat(title, is(getDiagramEditor().getTitle()));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[168] 
11:36:05 	assertThat(image, notNullValue());
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Image, Matcher<? super Image>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[169] 
11:36:05 	assertThat(image, is(getDiagramEditor().getTitleImage()));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Image, Matcher<? super Image>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[175] 
11:36:05 	assertThat(title, notNullValue());
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[176] 
11:36:05 	assertThat(title, is(getDiagramEditor().getTitleToolTip()));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[185] 
11:36:05 	assertThat(getWorkbenchPage().getActivePart(), not((IWorkbenchPart)getEditor()));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(IWorkbenchPart, Matcher<? super IWorkbenchPart>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[190] 
11:36:05 	assertThat(getWorkbenchPage().getActivePart(), is((IWorkbenchPart)getEditor()));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(IWorkbenchPart, Matcher<? super IWorkbenchPart>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/editors/tests/DawnEditorAdapterTest.java:[228] 
11:36:05 	assertThat(test.getAndClearCommitted(), is(true));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/ui/tests/AbstractPapyrusCDOUITest.java:[220] 
11:36:05 	assertThat(result, instanceOf(IMultiDiagramEditor.class));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(IEditorPart, Matcher<? super IEditorPart>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/ui/tests/AbstractPapyrusCDOUITest.java:[344] 
11:36:05 	assertThat("UML model not found.", resource, notNullValue());
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(String, Resource, Matcher<? super Resource>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/ui/tests/AbstractPapyrusCDOUITest.java:[373] 
11:36:05 	assertThat("UML element not found.", result, notNullValue());
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(String, N, Matcher<? super N>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/ui/tests/AbstractPapyrusCDOUITest.java:[399] 
11:36:05 	assertThat("Required view not found.", result, notNullValue());
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(String, View, Matcher<? super View>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/ui/tests/AbstractPapyrusCDOUITest.java:[410] 
11:36:05 	assertThat("Required edit-part not found.", result, notNullValue());
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(String, EditPart, Matcher<? super EditPart>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/ModelValidationMarkersTest.java:[68] 
11:36:05 	assertThat("Did not find a marker.", marker, notNullValue());
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(String, IPapyrusMarker, Matcher<? super IPapyrusMarker>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/ModelValidationMarkersTest.java:[83] 
11:36:05 	assertThat("Did not find any markers.", markers.isEmpty(), is(false));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/ModelValidationMarkersTest.java:[99] 
11:36:05 	assertThat("Found markers.", getMarkersMonitorService().getMarkers(getUMLModel().eResource(), null, true).isEmpty(), is(true));
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:05 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/org/eclipse/papyrus/cdo/internal/ui/markers/tests/ModelValidationMarkersTest.java:[114] 
11:36:05 	assertThat("Did not find a marker.", marker, notNullValue());
11:36:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:05 The method assertThat(String, IPapyrusMarker, Matcher<? super IPapyrusMarker>) from the type Assert is deprecated
11:36:05 68 problems (68 warnings)
11:36:05 [INFO] 
11:36:05 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.ui.tests ---
11:36:05 [INFO] 
11:36:05 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.ui.tests ---
11:36:05 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:36:05 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:36:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/test/resources
11:36:05 [INFO] 
11:36:05 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.ui.tests ---
11:36:05 [INFO] 
11:36:05 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.ui.tests ---
11:36:05 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/target/org.eclipse.papyrus.cdo.ui.tests-1.3.0-SNAPSHOT-sources.jar
11:36:05 [INFO] 
11:36:05 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.ui.tests ---
11:36:05 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/target/org.eclipse.papyrus.cdo.ui.tests-1.3.0-SNAPSHOT.jar
11:36:05 [INFO] 
11:36:05 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.ui.tests ---
11:36:05 [INFO] 
11:36:05 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.ui.tests ---
11:36:05 [INFO] 
11:36:05 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.ui.tests ---
11:36:05 [INFO] 
11:36:05 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.cdo.ui.tests ---
11:36:05 [INFO] Skipping tests
11:36:05 [INFO] 
11:36:05 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.ui.tests ---
11:36:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
11:36:05 [INFO] 
11:36:05 [INFO] --< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.validation.problems.tests >--
11:36:05 [INFO] Building org.eclipse.papyrus.cdo.validation.problems.tests 1.3.0-SNAPSHOT [34/39]
11:36:05 [INFO]   from tests/org.eclipse.papyrus.cdo.validation.problems.tests/pom.xml
11:36:05 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
11:36:05 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:36:05 [INFO] 
11:36:05 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
11:36:05 [INFO] 
11:36:05 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
11:36:05 [INFO] The project's OSGi version is 1.3.0.202309081533
11:36:05 [INFO] 
11:36:05 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
11:36:05 [INFO] 
11:36:05 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
11:36:05 [INFO] 
11:36:05 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
11:36:05 [INFO] 
11:36:05 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
11:36:05 [INFO] Resolving class path of org.eclipse.papyrus.cdo.validation.problems.tests...
11:36:06 [INFO] 
11:36:06 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
11:36:06 [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
11:36:06 [INFO] 
11:36:06 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
11:36:06 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:36:06 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:36:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/main/resources
11:36:06 [INFO] 
11:36:06 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
11:36:06 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/target/classes
11:36:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/org/eclipse/papyrus/cdo/validation/problems/util/tests/ProblemsManagerTest.java:[81] 
11:36:06 	assertThat(mgr,
11:36:06 				sameInstance(ProblemsManager.getProblemsManager(transaction
11:36:06 						.getResourceSet())));
11:36:06 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:06 The method assertThat(ProblemsManager, Matcher<? super ProblemsManager>) from the type Assert is deprecated
11:36:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/org/eclipse/papyrus/cdo/validation/problems/util/tests/ProblemsManagerTest.java:[99] 
11:36:06 	assertThat(allProblems.size(), equalTo(expectedProblems));
11:36:06 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:06 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/org/eclipse/papyrus/cdo/validation/problems/util/tests/ProblemsManagerTest.java:[119] 
11:36:06 	assertThat(problems.size(), equalTo(expectedProblems));
11:36:06 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:06 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/org/eclipse/papyrus/cdo/validation/problems/util/tests/ProblemsManagerTest.java:[142] 
11:36:06 	assertThat(problems.size(), equalTo(expectedProblems));
11:36:06 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:06 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/org/eclipse/papyrus/cdo/validation/problems/util/tests/ProblemsManagerTest.java:[160] 
11:36:06 	assertThat(mgr.getAllProblems().hasNext(), is(false));
11:36:06 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:06 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/org/eclipse/papyrus/cdo/validation/problems/util/tests/ProblemsManagerTest.java:[180] 
11:36:06 	assertThat(mgr.getAllProblems().hasNext(), is(false));
11:36:06 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:06 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/org/eclipse/papyrus/cdo/validation/problems/util/tests/ProblemsManagerTest.java:[199] 
11:36:06 	assertThat(problems.size(), equalTo(expectedTotalProblems - expectedClass3Problems));
11:36:06 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:06 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/org/eclipse/papyrus/cdo/validation/problems/util/tests/ProblemsManagerTest.java:[224] 
11:36:06 	assertThat(problems.size(), equalTo(expectedTotalProblems - expectedClass3Problems));
11:36:06 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:06 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/org/eclipse/papyrus/cdo/validation/problems/util/tests/ProblemsManagerTest.java:[264] 
11:36:06 	assertThat(ref, notNullValue());
11:36:06 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:06 The method assertThat(Reference<capture#2-of ? extends EProblem>, Matcher<? super Reference<capture#2-of ? extends EProblem>>) from the type Assert is deprecated
11:36:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/org/eclipse/papyrus/cdo/validation/problems/util/tests/ProblemsManagerTest.java:[303] 
11:36:06 	assertThat(ref, notNullValue());
11:36:06 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:06 The method assertThat(Reference<capture#4-of ? extends EProblem>, Matcher<? super Reference<capture#4-of ? extends EProblem>>) from the type Assert is deprecated
11:36:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/org/eclipse/papyrus/cdo/validation/problems/util/tests/ProblemsManagerTest.java:[323] 
11:36:06 	assertThat(allProblems.size(), equalTo(expectedProblems));
11:36:06 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:06 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
11:36:06 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/org/eclipse/papyrus/cdo/validation/problems/util/tests/ProblemsManagerTest.java:[519] 
11:36:06 	assertThat(found, notNullValue());
11:36:06 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:06 The method assertThat(EProblem, Matcher<? super EProblem>) from the type Assert is deprecated
11:36:06 12 problems (12 warnings)
11:36:06 [INFO] 
11:36:06 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
11:36:06 [INFO] 
11:36:06 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
11:36:06 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:36:06 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:36:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/src/test/resources
11:36:06 [INFO] 
11:36:06 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
11:36:06 [INFO] 
11:36:06 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
11:36:06 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/target/org.eclipse.papyrus.cdo.validation.problems.tests-1.3.0-SNAPSHOT-sources.jar
11:36:06 [INFO] 
11:36:06 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
11:36:06 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.validation.problems.tests/target/org.eclipse.papyrus.cdo.validation.problems.tests-1.3.0-SNAPSHOT.jar
11:36:06 [INFO] 
11:36:06 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
11:36:06 [INFO] 
11:36:06 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
11:36:06 [INFO] 
11:36:06 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
11:36:06 [INFO] 
11:36:06 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
11:36:06 [INFO] Skipping tests
11:36:06 [INFO] 
11:36:06 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
11:36:06 [INFO] Skipping JaCoCo execution due to missing execution data file.
11:36:06 [INFO] 
11:36:06 [INFO] ----< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.uml.ui.tests >----
11:36:06 [INFO] Building org.eclipse.papyrus.cdo.uml.ui.tests 1.3.0-SNAPSHOT     [35/39]
11:36:06 [INFO]   from tests/org.eclipse.papyrus.cdo.uml.ui.tests/pom.xml
11:36:06 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
11:36:06 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:36:06 [INFO] 
11:36:06 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
11:36:06 [INFO] 
11:36:06 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
11:36:06 [INFO] The project's OSGi version is 1.3.0.202309081533
11:36:06 [INFO] 
11:36:06 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
11:36:06 [INFO] 
11:36:06 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
11:36:06 [INFO] 
11:36:06 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
11:36:06 [INFO] 
11:36:06 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
11:36:06 [INFO] Resolving class path of org.eclipse.papyrus.cdo.uml.ui.tests...
11:36:08 [INFO] 
11:36:08 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
11:36:08 [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
11:36:08 [INFO] 
11:36:08 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
11:36:08 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:36:08 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:36:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/main/resources
11:36:08 [INFO] 
11:36:08 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
11:36:08 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/target/classes
11:36:08 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[35] 
11:36:08 	import org.eclipse.emf.ecore.util.EcoreUtil;
11:36:08 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:08 The import org.eclipse.emf.ecore.util.EcoreUtil is never used
11:36:08 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[45] 
11:36:08 	import org.eclipse.papyrus.infra.core.resource.sasheditor.SashModel;
11:36:08 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:08 The import org.eclipse.papyrus.infra.core.resource.sasheditor.SashModel is never used
11:36:08 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[46] 
11:36:08 	import org.eclipse.papyrus.infra.core.sashwindows.di.DiPackage;
11:36:08 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:08 The import org.eclipse.papyrus.infra.core.sashwindows.di.DiPackage is never used
11:36:08 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[47] 
11:36:08 	import org.eclipse.papyrus.infra.core.sashwindows.di.SashWindowsMngr;
11:36:08 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:08 The import org.eclipse.papyrus.infra.core.sashwindows.di.SashWindowsMngr is never used
11:36:08 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[69] 
11:36:08 	assertThat(fixture.canImportInto(singleton(model)), is(true));
11:36:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:08 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:08 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[70] 
11:36:08 	assertThat(fixture.canImportInto(singleton(model.getOwnedTypes().get(0))), is(false));
11:36:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:08 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:08 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[77] 
11:36:08 	assertThat(provider, notNullValue());
11:36:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:08 The method assertThat(ILabelProvider, Matcher<? super ILabelProvider>) from the type Assert is deprecated
11:36:08 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[81] 
11:36:08 	assertThat(provider.getText(model), containsString("model"));
11:36:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:08 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
11:36:08 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[82] 
11:36:08 	assertThat(provider.getImage(model), notNullValue());
11:36:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:08 The method assertThat(Image, Matcher<? super Image>) from the type Assert is deprecated
11:36:08 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[89] 
11:36:08 	assertThat(provider, instanceOf(ITreeContentProvider.class));
11:36:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:08 The method assertThat(IStaticContentProvider, Matcher<? super IStaticContentProvider>) from the type Assert is deprecated
11:36:08 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[98] 
11:36:08 	DIResourceQuery.waitFor(getInternalCheckout().getView(), 10, TimeUnit.SECONDS);
11:36:08 	                                              ^^^^^^^
11:36:08 Discouraged access: The method 'CDOCheckoutImpl.getView()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/.repository/p2/osgi/bundle/org.eclipse.emf.cdo.explorer/4.13.0.v20230904-1612/org.eclipse.emf.cdo.explorer-4.13.0.v20230904-1612.jar')
11:36:08 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[101] 
11:36:08 	assertThat(Arrays.asList(children), hasItem((Object) model));
11:36:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:08 The method assertThat(List<Object>, Matcher<? super List<Object>>) from the type Assert is deprecated
11:36:08 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[102] 
11:36:08 	assertThat(treeContent.getParent(model), sameInstance((Object) model.getResource().getFolder()));
11:36:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:08 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
11:36:08 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[103] 
11:36:08 	assertThat(treeContent.hasChildren(model.getResource().getFolder()), is(true));
11:36:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:08 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
11:36:08 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[114] 
11:36:08 	assertThat(packages, hasItem(modelInMasterView));
11:36:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:08 The method assertThat(List<Package>, Matcher<? super List<Package>>) from the type Assert is deprecated
11:36:08 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/org/eclipse/papyrus/cdo/uml/internal/ui/importsources/tests/CDOPackageImportSourceTest.java:[140] 
11:36:08 	assertThat(fixture.getCDOResource(diModel), sameInstance(diModel.getResource()));
11:36:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:36:08 The method assertThat(CDOResource, Matcher<? super CDOResource>) from the type Assert is deprecated
11:36:08 16 problems (16 warnings)
11:36:08 [INFO] 
11:36:08 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
11:36:08 [INFO] 
11:36:08 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
11:36:08 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:36:08 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:36:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/src/test/resources
11:36:08 [INFO] 
11:36:08 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
11:36:08 [INFO] 
11:36:08 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
11:36:08 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/target/org.eclipse.papyrus.cdo.uml.ui.tests-1.3.0-SNAPSHOT-sources.jar
11:36:08 [INFO] 
11:36:08 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
11:36:08 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.ui.tests/target/org.eclipse.papyrus.cdo.uml.ui.tests-1.3.0-SNAPSHOT.jar
11:36:08 [INFO] 
11:36:08 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
11:36:08 [INFO] 
11:36:08 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
11:36:08 [INFO] 
11:36:08 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
11:36:08 [INFO] 
11:36:08 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
11:36:08 [INFO] Skipping tests
11:36:08 [INFO] 
11:36:08 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
11:36:08 [INFO] Skipping JaCoCo execution due to missing execution data file.
11:36:08 [INFO] 
11:36:08 [INFO] --< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.uml.search.ui.tests >--
11:36:08 [INFO] Building org.eclipse.papyrus.cdo.uml.search.ui.tests 1.3.0-SNAPSHOT [36/39]
11:36:08 [INFO]   from tests/org.eclipse.papyrus.cdo.uml.search.ui.tests/pom.xml
11:36:08 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
11:36:08 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:36:08 [INFO] 
11:36:08 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
11:36:08 [INFO] 
11:36:08 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
11:36:08 [INFO] The project's OSGi version is 1.3.0.202309081533
11:36:08 [INFO] 
11:36:08 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
11:36:08 [INFO] 
11:36:08 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
11:36:08 [INFO] 
11:36:08 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
11:36:08 [INFO] 
11:36:08 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
11:36:08 [INFO] Resolving class path of org.eclipse.papyrus.cdo.uml.search.ui.tests...
11:36:09 [INFO] 
11:36:09 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
11:36:10 [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.search.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
11:36:10 [INFO] 
11:36:10 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
11:36:10 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:36:10 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:36:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.search.ui.tests/src/main/resources
11:36:10 [INFO] 
11:36:10 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
11:36:10 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.search.ui.tests/target/classes
11:36:10 [WARNING] /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.search.ui.tests/src/org/eclipse/papyrus/cdo/uml/search/ui/tests/AbstractPapyrusCDOSearchTest.java:[81] 
11:36:10 	@SuppressWarnings("restriction")
11:36:10 	                  ^^^^^^^^^^^^^
11:36:10 Unnecessary @SuppressWarnings("restriction")
11:36:10 1 problem (1 warning)
11:36:10 [INFO] 
11:36:10 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
11:36:10 [INFO] 
11:36:10 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
11:36:10 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:36:10 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:36:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.search.ui.tests/src/test/resources
11:36:10 [INFO] 
11:36:10 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
11:36:10 [INFO] 
11:36:10 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
11:36:10 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.search.ui.tests/target/org.eclipse.papyrus.cdo.uml.search.ui.tests-1.3.0-SNAPSHOT-sources.jar
11:36:10 [INFO] 
11:36:10 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
11:36:10 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.uml.search.ui.tests/target/org.eclipse.papyrus.cdo.uml.search.ui.tests-1.3.0-SNAPSHOT.jar
11:36:10 [INFO] 
11:36:10 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
11:36:10 [INFO] 
11:36:10 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
11:36:10 [INFO] 
11:36:10 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
11:36:10 [INFO] 
11:36:10 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
11:36:10 [INFO] Skipping tests
11:36:10 [INFO] 
11:36:10 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
11:36:10 [INFO] Skipping JaCoCo execution due to missing execution data file.
11:36:10 [INFO] 
11:36:10 [INFO] -------< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.tests >--------
11:36:10 [INFO] Building org.eclipse.papyrus.cdo.tests 1.3.0-SNAPSHOT            [37/39]
11:36:10 [INFO]   from tests/org.eclipse.papyrus.cdo.tests/pom.xml
11:36:10 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
11:36:10 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:36:10 [INFO] 
11:36:10 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.tests ---
11:36:10 [INFO] 
11:36:10 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.tests ---
11:36:10 [INFO] The project's OSGi version is 1.3.0.202309081533
11:36:10 [INFO] 
11:36:10 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.tests ---
11:36:10 [INFO] 
11:36:10 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.tests ---
11:36:10 [INFO] 
11:36:10 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.tests ---
11:36:10 [INFO] 
11:36:10 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.tests ---
11:36:10 [INFO] Resolving class path of org.eclipse.papyrus.cdo.tests...
11:36:11 [INFO] 
11:36:11 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.tests ---
11:36:11 [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
11:36:11 [INFO] 
11:36:11 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.tests ---
11:36:11 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:36:11 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:36:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.tests/src/main/resources
11:36:11 [INFO] 
11:36:11 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.tests ---
11:36:11 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.tests/target/classes
11:36:11 [INFO] 
11:36:11 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.tests ---
11:36:11 [INFO] 
11:36:11 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.tests ---
11:36:11 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:36:11 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:36:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.tests/src/test/resources
11:36:11 [INFO] 
11:36:11 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.tests ---
11:36:11 [INFO] 
11:36:11 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.tests ---
11:36:11 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.tests/target/org.eclipse.papyrus.cdo.tests-1.3.0-SNAPSHOT-sources.jar
11:36:11 [INFO] 
11:36:11 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.tests ---
11:36:11 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.tests/target/org.eclipse.papyrus.cdo.tests-1.3.0-SNAPSHOT.jar
11:36:11 [INFO] 
11:36:11 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.tests ---
11:36:11 [INFO] 
11:36:11 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.tests ---
11:36:11 [INFO] 
11:36:11 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.tests ---
11:36:11 [INFO] 
11:36:11 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.cdo.tests ---
11:36:11 [INFO] Skipping tests
11:36:11 [INFO] 
11:36:11 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.tests ---
11:36:11 [INFO] Skipping JaCoCo execution due to missing execution data file.
11:36:11 [INFO] 
11:36:11 [INFO] -----< org.eclipse.papyrus.cdo:org.eclipse.papyrus.uml.cdo-tests >------
11:36:11 [INFO] Building org.eclipse.papyrus.uml.cdo-tests 1.3.0-SNAPSHOT        [38/39]
11:36:11 [INFO]   from tests/uml/pom.xml
11:36:11 [INFO] --------------------------------[ pom ]---------------------------------
11:36:11 [INFO] 
11:36:11 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.cdo-tests ---
11:36:11 [INFO] 
11:36:11 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.cdo-tests ---
11:36:11 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/uml/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
11:36:11 [INFO] 
11:36:11 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.cdo-tests ---
11:36:11 [INFO] 
11:36:11 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.uml.cdo-tests ---
11:36:11 [INFO] 
11:36:11 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.cdo-tests ---
11:36:11 [INFO] 
11:36:11 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.cdo-tests ---
11:36:11 [INFO] Skipping JaCoCo execution due to missing execution data file.
11:36:11 [INFO] 
11:36:11 [INFO] --< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.nightly.targetplatform >--
11:36:11 [INFO] Building org.eclipse.papyrus.cdo.nightly.targetplatform 1.3.0-SNAPSHOT [39/39]
11:36:11 [INFO]   from releng/targetplatforms/org.eclipse.papyrus.cdo.nightly.targetplatform/pom.xml
11:36:11 [INFO] ---------------------[ eclipse-target-definition ]----------------------
11:36:11 [INFO] 
11:36:11 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.nightly.targetplatform ---
11:36:11 [INFO] 
11:36:11 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.nightly.targetplatform ---
11:36:11 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/releng/targetplatforms/org.eclipse.papyrus.cdo.nightly.targetplatform/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
11:36:11 [INFO] 
11:36:11 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.nightly.targetplatform ---
11:36:11 [INFO] 
11:36:11 [INFO] --- tycho-packaging:3.0.4:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.cdo.nightly.targetplatform ---
11:36:11 [INFO] 
11:36:11 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.nightly.targetplatform ---
11:36:11 [INFO] 
11:36:11 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.nightly.targetplatform ---
11:36:11 [INFO] 
11:36:11 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.nightly.targetplatform ---
11:36:11 [INFO] Skipping JaCoCo execution due to missing execution data file.
11:36:11 [INFO] ------------------------------------------------------------------------
11:36:11 [INFO] Reactor Summary:
11:36:11 [INFO] 
11:36:11 [INFO] Collaborative Modeling - CDO 1.3.0-SNAPSHOT ........ SUCCESS [  2.128 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo-bundles 1.3.0-SNAPSHOT ..... SUCCESS [  0.006 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo.core 2.1.0-SNAPSHOT ........ SUCCESS [ 16.839 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo.security 1.1.0-SNAPSHOT .... SUCCESS [  1.110 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo.security.properties 1.1.0-SNAPSHOT SUCCESS [  0.514 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo.validation.problems 1.3.0-SNAPSHOT SUCCESS [  0.472 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo.validation.problems.edit 1.3.0-SNAPSHOT SUCCESS [  0.402 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo.ui 1.3.0-SNAPSHOT .......... SUCCESS [  2.581 s]
11:36:11 [INFO] Papyrus CDO UI doc 1.3.0-SNAPSHOT .................. SUCCESS [  6.411 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo.ui.hyperlink 1.3.0-SNAPSHOT  SUCCESS [  1.581 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo.uml.diagram.ui 1.3.0-SNAPSHOT SUCCESS [  1.713 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo.uml.search.ui 1.3.0-SNAPSHOT SUCCESS [  1.786 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo.uml.ui 1.3.0-SNAPSHOT ...... SUCCESS [  1.382 s]
11:36:11 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.cdo 2.3.0-SNAPSHOT SUCCESS [  1.208 s]
11:36:11 [INFO] org.eclipse.papyrus.infra.gmfdiag.style.cdo 2.1.0-SNAPSHOT SUCCESS [  0.142 s]
11:36:11 [INFO] org.eclipse.papyrus.infra.core.architecture.cdo 2.2.0-SNAPSHOT SUCCESS [  0.470 s]
11:36:11 [INFO] org.eclipse.papyrus.infra.nattable.model.cdo 4.3.0-SNAPSHOT SUCCESS [  0.735 s]
11:36:11 [INFO] org.eclipse.papyrus.infra.textedit.cdo 1.1.0-SNAPSHOT SUCCESS [  0.492 s]
11:36:11 [INFO] uml 1.3.0-SNAPSHOT ................................. SUCCESS [  0.004 s]
11:36:11 [INFO] org.eclipse.uml2.uml.cdo 5.4.0-SNAPSHOT ............ SUCCESS [  4.089 s]
11:36:11 [INFO] org.eclipse.uml2.uml.profile.standard.cdo 1.5.0-SNAPSHOT SUCCESS [  0.213 s]
11:36:11 [INFO] compare 1.3.0-SNAPSHOT ............................. SUCCESS [  0.004 s]
11:36:11 [INFO] org.eclipse.emf.compare.uml2.cdo 1.1.0-SNAPSHOT .... SUCCESS [  0.193 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo-features 1.3.0-SNAPSHOT .... SUCCESS [  0.004 s]
11:36:11 [INFO] org.eclipse.emf.compare.uml2.cdo.feature 1.1.0-SNAPSHOT SUCCESS [  0.150 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo.feature 1.4.0-SNAPSHOT ..... SUCCESS [  0.348 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo.models.feature 1.1.0-SNAPSHOT SUCCESS [  0.691 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo.infra.textedit.feature 1.1.0-SNAPSHOT SUCCESS [  0.119 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo-releng 1.3.0-SNAPSHOT ...... SUCCESS [  0.004 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo.p2 1.3.0-SNAPSHOT .......... SUCCESS [ 19.482 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo-tests 1.3.0-SNAPSHOT ....... SUCCESS [  0.003 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo.core.tests 1.3.0-SNAPSHOT .. SUCCESS [  1.673 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo.ui.tests 1.3.0-SNAPSHOT .... SUCCESS [  1.901 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo.validation.problems.tests 1.3.0-SNAPSHOT SUCCESS [  1.401 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo.uml.ui.tests 1.3.0-SNAPSHOT  SUCCESS [  1.724 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo.uml.search.ui.tests 1.3.0-SNAPSHOT SUCCESS [  1.662 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo.tests 1.3.0-SNAPSHOT ....... SUCCESS [  1.611 s]
11:36:11 [INFO] org.eclipse.papyrus.uml.cdo-tests 1.3.0-SNAPSHOT ... SUCCESS [  0.003 s]
11:36:11 [INFO] org.eclipse.papyrus.cdo.nightly.targetplatform 1.3.0-SNAPSHOT SUCCESS [  0.004 s]
11:36:11 [INFO] ------------------------------------------------------------------------
11:36:11 [INFO] BUILD SUCCESS
11:36:11 [INFO] ------------------------------------------------------------------------
11:36:11 [INFO] Total time:  02:23 min
11:36:11 [INFO] Finished at: 2023-09-08T15:36:11Z
11:36:11 [INFO] ------------------------------------------------------------------------
11:36:11 [WARNING] 
11:36:11 [WARNING] Plugin validation issues were detected in 12 plugin(s)
11:36:11 [WARNING] 
11:36:11 [WARNING]  * org.eclipse.tycho:tycho-surefire-plugin:3.0.4
11:36:11 [WARNING]  * org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5
11:36:11 [WARNING]  * org.apache.maven.plugins:maven-site-plugin:3.12.1
11:36:11 [WARNING]  * org.apache.maven.plugins:maven-clean-plugin:3.1.0
11:36:11 [WARNING]  * org.eclipse.tycho:tycho-source-plugin:3.0.4
11:36:11 [WARNING]  * org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.maven:3.0.29
11:36:11 [WARNING]  * org.eclipse.tycho:tycho-p2-repository-plugin:3.0.4
11:36:11 [WARNING]  * org.jacoco:jacoco-maven-plugin:0.8.10
11:36:11 [WARNING]  * org.apache.maven.plugins:maven-resources-plugin:3.2.0
11:36:11 [WARNING]  * org.eclipse.tycho:tycho-packaging-plugin:3.0.4
11:36:11 [WARNING]  * org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5
11:36:11 [WARNING]  * org.eclipse.tycho:tycho-p2-publisher-plugin:3.0.4
11:36:11 [WARNING] 
11:36:11 [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
11:36:11 [WARNING] 
11:36:12 Terminating xvnc.
11:36:58 Sending e-mails to: vincent.lorenzo@cea.fr
11:36:58 Finished: SUCCESS