Skip to content
Success

Console Output

Skipping 636 KB.. Full Log
The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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:[88] 
06:45:33 	assertThat(hasUML.apply(folder), is(false));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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:[89] 
06:45:33 	assertThat(hasNone.apply(folder), is(true));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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:[90] 
06:45:33 	assertThat(hasUML.apply(transaction.getRootResource()), is(false));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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:[91] 
06:45:33 	assertThat(hasNone.apply(transaction.getRootResource()), is(true));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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:[105] 
06:45:33 	@SuppressWarnings("unchecked")
06:45:33 	                  ^^^^^^^^^^^
06:45:33 Unnecessary @SuppressWarnings("unchecked")
06:45:33 [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:[115] 
06:45:33 	assertThat(equalPairs, is(3));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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:[123] 
06:45:33 	@SuppressWarnings("unchecked")
06:45:33 	                  ^^^^^^^^^^^
06:45:33 Unnecessary @SuppressWarnings("unchecked")
06:45:33 [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:[130] 
06:45:33 	assertThat(CDOPredicates.hasExtension(ext1).hashCode() == CDOPredicates.hasExtension(ext2).hashCode(), //
06:45:33 				is(Objects.hashCode(ext1) == Objects.hashCode(ext2)));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(CDOPredicates.hasExtension("uml").toString(), containsString("hasExtension("));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(CDOPredicates.hasExtension(null).toString(), containsString("hasNoExtension("));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(pred.apply(folder), is(false));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(pred.apply(res1), is(true));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(pred.apply(res2), is(false));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	@SuppressWarnings("unchecked")
06:45:33 	                  ^^^^^^^^^^^
06:45:33 Unnecessary @SuppressWarnings("unchecked")
06:45:33 [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] 
06:45:33 	assertThat(equalPairs, is(3));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	@SuppressWarnings("unchecked")
06:45:33 	                  ^^^^^^^^^^^
06:45:33 Unnecessary @SuppressWarnings("unchecked")
06:45:33 [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] 
06:45:33 	assertThat(CDOPredicates.hasURIPrefix(uri1).hashCode() == CDOPredicates.hasURIPrefix(uri2).hashCode(), //
06:45:33 				is(Objects.hashCode(uri1) == Objects.hashCode(uri2)));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(CDOPredicates.hasURIPrefix(URI.createURI("cdo://repo1/folder1/")).toString(), containsString("hasURIPrefix("));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) {
06:45:33 	       ^^^^^^
06:45:33 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
06:45:33 [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] 
06:45:33 	assertThat(done, is(true));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(watch.elapsed(TimeUnit.SECONDS), lessThanOrEqualTo(3L));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Long, Matcher<? super Long>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(done, is(true));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(watch.elapsed(TimeUnit.SECONDS), lessThanOrEqualTo(3L));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Long, Matcher<? super Long>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(done, is(false));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(watch.elapsed(TimeUnit.SECONDS), lessThan(5L));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Long, Matcher<? super Long>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(done, is(false));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(watch.elapsed(TimeUnit.SECONDS), lessThan(5L));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Long, Matcher<? super Long>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.hasNext(), is(true));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.nextIndex(), is(-1));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.next(), is(EcorePackage.Literals.ECLASS.getName()));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.hasPrevious(), is(true));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.previousIndex(), is(-1));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.previous(), is(EcorePackage.Literals.ECLASS.getName()));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.hasNext(), is(false));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.nextIndex(), is(-1));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.hasPrevious(), is(false));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.hasNext(), is(true));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.nextIndex(), is(0));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.next().getName(), is("B1"));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.hasNext(), is(true));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.nextIndex(), is(1));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.next().getName(), is("B2"));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.hasNext(), is(false));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.nextIndex(), is(2));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.hasPrevious(), is(true));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.previousIndex(), is(1));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.previous().getName(), is("B2"));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.hasPrevious(), is(true));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.previousIndex(), is(0));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.previous().getName(), is("B1"));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.hasPrevious(), is(false));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.hasNext(), is(true));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.nextIndex(), is(0));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(next.eIsProxy(), is(true));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(EcoreUtil.getURI(next).fragment(), containsString("B1"));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.hasNext(), is(true));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(next.eIsProxy(), is(true));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(EcoreUtil.getURI(next).fragment(), containsString("B2"));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.hasNext(), is(false));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.nextIndex(), is(2));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.hasPrevious(), is(true));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.previousIndex(), is(1));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(previous.eIsProxy(), is(true));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(EcoreUtil.getURI(previous).fragment(), containsString("B2"));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.hasPrevious(), is(true));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.previousIndex(), is(0));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(previous.eIsProxy(), is(true));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(EcoreUtil.getURI(previous).fragment(), containsString("B1"));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(sIter.hasPrevious(), is(false));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	import org.eclipse.papyrus.infra.core.architecture.ArchitectureDescription;
06:45:33 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The import org.eclipse.papyrus.infra.core.architecture.ArchitectureDescription is never used
06:45:33 [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] 
06:45:33 	import org.eclipse.papyrus.infra.core.sashwindows.di.DiPackage;
06:45:33 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The import org.eclipse.papyrus.infra.core.sashwindows.di.DiPackage is never used
06:45:33 [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] 
06:45:33 	import org.eclipse.papyrus.infra.core.sashwindows.di.SashWindowsMngr;
06:45:33 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The import org.eclipse.papyrus.infra.core.sashwindows.di.SashWindowsMngr is never used
06:45:33 [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] 
06:45:33 	assertThat(problems.getSeverity(), is(Diagnostic.OK));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(problems.getChildren().size(), is(0));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	CDOView view = getInternalCheckout().getView();
06:45:33 	                                     ^^^^^^^
06:45:33 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.14.1.v20240605-1049/org.eclipse.emf.cdo.explorer-4.14.1.v20240605-1049.jar')
06:45:33 [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] 
06:45:33 	assertThat(problems.getSeverity(), is(Diagnostic.OK));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(problems.getChildren().size(), is(0));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	CDOView view = getInternalCheckout().getView();
06:45:33 	                                     ^^^^^^^
06:45:33 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.14.1.v20240605-1049/org.eclipse.emf.cdo.explorer-4.14.1.v20240605-1049.jar')
06:45:33 [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] 
06:45:33 	assertThat(architectureDescriptions.size(), is(1));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(text, not(containsString("href=\"../has_dependents/Datatypes.uml")));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(text, containsString("href=\"cdo.checkout://1/has_dependents/Datatypes.uml"));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(resource, notNullValue());
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Resource, Matcher<? super Resource>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(resource.getContents().size(), not(0));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(Iterables.size(Iterables.filter(resource.getContents(), new Predicate<EObject>() {
06:45:33 			public boolean apply(EObject input) {
06:45:33 				boolean result = false;
06:45:33 				if (input != null) {
06:45:33 					EPackage epackage = input.eClass().getEPackage();
06:45:33 					result = epackage.getName().equalsIgnoreCase(metamodel);
06:45:33 				}
06:45:33 				return result;
06:45:33 			}
06:45:33 		})), is(count));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(fixture.getMapping(getNode(uri1)), is((IPath) new Path("/has_dependencies/model.di")));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(IPath, Matcher<? super IPath>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(fixture.getMapping(getNode(uri2)), is((IPath) new Path("/has_dependents/Datatypes.di")));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(IPath, Matcher<? super IPath>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(problems.getSeverity(), is(Diagnostic.OK));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(problems.getChildren().size(), is(0));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(problems.getChildren().size(), is(1));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(child.getSeverity(), is(Diagnostic.ERROR));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(child.getMessage(), containsString("Resource already exists"));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(child.getData().get(0), sameInstance((Object) getNode(uri)));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(capture#1-of ?, Matcher<? super capture#1-of ?>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(problems.getChildren().size(), is(1));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(child.getSeverity(), is(Diagnostic.ERROR));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(child.getMessage(), containsString("No mapping"));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(child.getData().get(0), sameInstance((Object) getNode(uri)));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(capture#2-of ?, Matcher<? super capture#2-of ?>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(problems.getChildren().size(), is(1));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(child.getSeverity(), is(Diagnostic.ERROR));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(child.getMessage(), containsString("is not open"));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(child.getData().get(0), sameInstance((Object) getCheckout()));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(capture#3-of ?, Matcher<? super capture#3-of ?>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(problems.getChildren().size(), is(1));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(child.getSeverity(), is(Diagnostic.ERROR));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:33 [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] 
06:45:33 	assertThat(child.getMessage(), containsString("No checkout"));
06:45:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:33 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:33 272 problems (272 warnings)
06:45:33 [INFO] 
06:45:33 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.core.tests ---
06:45:33 [INFO] 
06:45:33 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.core.tests ---
06:45:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:45:33 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
06:45:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.core.tests/src/test/resources
06:45:33 [INFO] 
06:45:33 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.core.tests ---
06:45:33 [INFO] 
06:45:33 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.core.tests ---
06:45:33 [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
06:45:33 [INFO] 
06:45:33 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.core.tests ---
06:45:33 [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
06:45:33 [INFO] 
06:45:33 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.core.tests ---
06:45:33 [INFO] 
06:45:33 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.core.tests ---
06:45:33 [INFO] 
06:45:33 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.core.tests ---
06:45:33 [INFO] 
06:45:33 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.cdo.core.tests ---
06:45:33 [INFO] Skipping tests
06:45:33 [INFO] 
06:45:33 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.core.tests ---
06:45:33 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:45:33 [INFO] 
06:45:33 [INFO] ------< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.ui.tests >------
06:45:33 [INFO] Building org.eclipse.papyrus.cdo.ui.tests 1.3.0-SNAPSHOT         [35/41]
06:45:33 [INFO]   from tests/org.eclipse.papyrus.cdo.ui.tests/pom.xml
06:45:33 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
06:45:33 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
06:45:33 [INFO] 
06:45:33 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.ui.tests ---
06:45:33 [INFO] 
06:45:33 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.ui.tests ---
06:45:33 [INFO] The project's OSGi version is 1.3.0.202406271042
06:45:33 [INFO] 
06:45:33 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.ui.tests ---
06:45:33 [INFO] 
06:45:33 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.ui.tests ---
06:45:33 [INFO] 
06:45:33 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.ui.tests ---
06:45:33 [INFO] 
06:45:33 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.ui.tests ---
06:45:33 [INFO] Resolving class path of org.eclipse.papyrus.cdo.ui.tests...
06:45:34 [INFO] 
06:45:34 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.ui.tests ---
06:45:34 [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
06:45:34 [INFO] 
06:45:34 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.ui.tests ---
06:45:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:45:34 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
06:45:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/main/resources
06:45:34 [INFO] 
06:45:34 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.ui.tests ---
06:45:34 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/target/classes
06:45:35 [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] 
06:45:35 	import org.eclipse.emf.cdo.util.CommitException;
06:45:35 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The import org.eclipse.emf.cdo.util.CommitException is never used
06:45:35 [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] 
06:45:35 	import org.eclipse.emf.cdo.util.ConcurrentAccessException;
06:45:35 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The import org.eclipse.emf.cdo.util.ConcurrentAccessException is never used
06:45:35 [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] 
06:45:35 	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
06:45:35 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The type AdapterUtils is deprecated
06:45:35 [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] 
06:45:35 	assertThat(editPart.isActive(), is(true));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(canLock, is(true));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(isLocked, is(true));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(remote, notNullValue());
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(EObject, Matcher<? super EObject>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(isLocked, is(true));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(remote, notNullValue());
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Class, Matcher<? super Class>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(isConflicting, is(true));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(remote, notNullValue());
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Class, Matcher<? super Class>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(isConflicting, is(true));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	Optional<ISashWindowsContainer> sashContainer = AdapterUtils.adapt(openEditor(), ISashWindowsContainer.class);
06:45:35 	                                                ^^^^^^^^^^^^
06:45:35 The type AdapterUtils is deprecated
06:45:35 [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] 
06:45:35 	Optional<ISashWindowsContainer> sashContainer = AdapterUtils.adapt(openEditor(), ISashWindowsContainer.class);
06:45:35 	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method adapt(Object, Class<ISashWindowsContainer>) from the type AdapterUtils is deprecated
06:45:35 [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] 
06:45:35 	assertThat(fixture.getAttribute(EValidator.URI_ATTRIBUTE), is((Object)URI));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(fixture.getAttribute(EValidator.URI_ATTRIBUTE, ""), is(URI));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(fixture.getAttribute(IPapyrusMarker.MESSAGE), is((Object)MESSAGE));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(fixture.getAttribute(IPapyrusMarker.MESSAGE, ""), is(MESSAGE));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(fixture.getAttribute(IPapyrusMarker.SEVERITY), is((Object)SEVERITY));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(fixture.getAttribute(IPapyrusMarker.SEVERITY, -1), is(SEVERITY));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(fixture.getAttribute(ATTR_BOOLEAN), is((Object)ATTR_BOOLEAN_VALUE));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(fixture.getAttribute(ATTR_BOOLEAN, false), is(ATTR_BOOLEAN_VALUE));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(fixture.getAttribute(ATTR_INTEGER), is((Object)ATTR_INTEGER_VALUE));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(fixture.getAttribute(ATTR_INTEGER, 0), is(ATTR_INTEGER_VALUE));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(fixture.getAttribute(ATTR_STRING), is((Object)ATTR_STRING_VALUE));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(fixture.getAttribute(ATTR_STRING, ""), is(ATTR_STRING_VALUE));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(attributes.get(EValidator.URI_ATTRIBUTE), is((Object)URI));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(capture#2-of ?, Matcher<? super capture#2-of ?>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(attributes.get(IPapyrusMarker.MESSAGE), is((Object)MESSAGE));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(capture#3-of ?, Matcher<? super capture#3-of ?>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(attributes.get(IPapyrusMarker.SEVERITY), is((Object)SEVERITY));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(capture#4-of ?, Matcher<? super capture#4-of ?>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(attributes.get(ATTR_BOOLEAN), is((Object)ATTR_BOOLEAN_VALUE));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(capture#5-of ?, Matcher<? super capture#5-of ?>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(attributes.get(ATTR_INTEGER), is((Object)ATTR_INTEGER_VALUE));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(capture#6-of ?, Matcher<? super capture#6-of ?>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(attributes.get(ATTR_STRING), is((Object)ATTR_STRING_VALUE));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(capture#7-of ?, Matcher<? super capture#7-of ?>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(fixture, notNullValue());
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(IDawnEditor, Matcher<? super IDawnEditor>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(fixture.getView(), sameInstance((CDOView)transaction));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(CDOView, Matcher<? super CDOView>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(fixture.getContributorID(), is("org.eclipse.papyrus.uml.diagram.clazz.part.UMLDiagramEditorID"));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(getEditor().isDirty(), is(false));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(test.getAndClearPropertyID(), is(IEditorPart.PROP_DIRTY));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(expected, notNullValue());
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(adapter, is(expected));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(fixture.isDirty(), is(true));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(fixture.isDirty(), is(false));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(fixture.getDawnEditorSupport(), instanceOf(PapyrusGMFEditorSupport.class));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(IDawnEditorSupport, Matcher<? super IDawnEditorSupport>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(input, notNullValue());
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(IEditorInput, Matcher<? super IEditorInput>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(input, is(getDiagramEditor().getEditorInput()));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(IEditorInput, Matcher<? super IEditorInput>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(site, notNullValue());
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(IEditorSite, Matcher<? super IEditorSite>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(site, is(getDiagramEditor().getEditorSite()));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(IEditorSite, Matcher<? super IEditorSite>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(test.getAndClearPropertyID(), is(IEditorPart.PROP_DIRTY));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(test.getAndClearPropertyID(), is(-1));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(site, notNullValue());
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(IWorkbenchPartSite, Matcher<? super IWorkbenchPartSite>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(site, is(getDiagramEditor().getSite()));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(IWorkbenchPartSite, Matcher<? super IWorkbenchPartSite>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(title, notNullValue());
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(title, is(getDiagramEditor().getTitle()));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(image, notNullValue());
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Image, Matcher<? super Image>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(image, is(getDiagramEditor().getTitleImage()));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Image, Matcher<? super Image>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(title, notNullValue());
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(title, is(getDiagramEditor().getTitleToolTip()));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(getWorkbenchPage().getActivePart(), not((IWorkbenchPart)getEditor()));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(IWorkbenchPart, Matcher<? super IWorkbenchPart>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(getWorkbenchPage().getActivePart(), is((IWorkbenchPart)getEditor()));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(IWorkbenchPart, Matcher<? super IWorkbenchPart>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(test.getAndClearCommitted(), is(true));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat(result, instanceOf(IMultiDiagramEditor.class));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(IEditorPart, Matcher<? super IEditorPart>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat("UML model not found.", resource, notNullValue());
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(String, Resource, Matcher<? super Resource>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat("UML element not found.", result, notNullValue());
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(String, N, Matcher<? super N>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat("Required view not found.", result, notNullValue());
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(String, View, Matcher<? super View>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat("Required edit-part not found.", result, notNullValue());
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(String, EditPart, Matcher<? super EditPart>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat("Did not find a marker.", marker, notNullValue());
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(String, IPapyrusMarker, Matcher<? super IPapyrusMarker>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat("Did not find any markers.", markers.isEmpty(), is(false));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat("Found markers.", getMarkersMonitorService().getMarkers(getUMLModel().eResource(), null, true).isEmpty(), is(true));
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:35 [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] 
06:45:35 	assertThat("Did not find a marker.", marker, notNullValue());
06:45:35 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:35 The method assertThat(String, IPapyrusMarker, Matcher<? super IPapyrusMarker>) from the type Assert is deprecated
06:45:35 68 problems (68 warnings)
06:45:35 [INFO] 
06:45:35 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.ui.tests ---
06:45:35 [INFO] 
06:45:35 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.ui.tests ---
06:45:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:45:35 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
06:45:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.ui.tests/src/test/resources
06:45:35 [INFO] 
06:45:35 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.ui.tests ---
06:45:35 [INFO] 
06:45:35 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.ui.tests ---
06:45:35 [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
06:45:35 [INFO] 
06:45:35 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.ui.tests ---
06:45:35 [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
06:45:35 [INFO] 
06:45:35 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.ui.tests ---
06:45:35 [INFO] 
06:45:35 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.ui.tests ---
06:45:35 [INFO] 
06:45:35 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.ui.tests ---
06:45:35 [INFO] 
06:45:35 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.cdo.ui.tests ---
06:45:35 [INFO] Skipping tests
06:45:35 [INFO] 
06:45:35 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.ui.tests ---
06:45:35 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:45:35 [INFO] 
06:45:35 [INFO] --< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.validation.problems.tests >--
06:45:35 [INFO] Building org.eclipse.papyrus.cdo.validation.problems.tests 1.3.0-SNAPSHOT [36/41]
06:45:35 [INFO]   from tests/org.eclipse.papyrus.cdo.validation.problems.tests/pom.xml
06:45:35 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
06:45:35 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
06:45:35 [INFO] 
06:45:35 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
06:45:35 [INFO] 
06:45:35 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
06:45:35 [INFO] The project's OSGi version is 1.3.0.202406271042
06:45:35 [INFO] 
06:45:35 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
06:45:35 [INFO] 
06:45:35 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
06:45:35 [INFO] 
06:45:35 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
06:45:35 [INFO] 
06:45:35 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
06:45:35 [INFO] Resolving class path of org.eclipse.papyrus.cdo.validation.problems.tests...
06:45:37 [INFO] 
06:45:37 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
06:45:37 [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
06:45:37 [INFO] 
06:45:37 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
06:45:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:45:37 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
06:45:37 [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
06:45:37 [INFO] 
06:45:37 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
06:45:37 [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
06:45:37 [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] 
06:45:37 	assertThat(mgr,
06:45:37 				sameInstance(ProblemsManager.getProblemsManager(transaction
06:45:37 						.getResourceSet())));
06:45:37 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:37 The method assertThat(ProblemsManager, Matcher<? super ProblemsManager>) from the type Assert is deprecated
06:45:37 [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] 
06:45:37 	assertThat(allProblems.size(), equalTo(expectedProblems));
06:45:37 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:37 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:37 [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] 
06:45:37 	assertThat(problems.size(), equalTo(expectedProblems));
06:45:37 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:37 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:37 [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] 
06:45:37 	assertThat(problems.size(), equalTo(expectedProblems));
06:45:37 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:37 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:37 [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] 
06:45:37 	assertThat(mgr.getAllProblems().hasNext(), is(false));
06:45:37 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:37 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:37 [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] 
06:45:37 	assertThat(mgr.getAllProblems().hasNext(), is(false));
06:45:37 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:37 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:37 [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] 
06:45:37 	assertThat(problems.size(), equalTo(expectedTotalProblems - expectedClass3Problems));
06:45:37 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:37 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:37 [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] 
06:45:37 	assertThat(problems.size(), equalTo(expectedTotalProblems - expectedClass3Problems));
06:45:37 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:37 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:37 [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] 
06:45:37 	assertThat(ref, notNullValue());
06:45:37 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:37 The method assertThat(Reference<capture#2-of ? extends EProblem>, Matcher<? super Reference<capture#2-of ? extends EProblem>>) from the type Assert is deprecated
06:45:37 [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] 
06:45:37 	assertThat(ref, notNullValue());
06:45:37 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:37 The method assertThat(Reference<capture#4-of ? extends EProblem>, Matcher<? super Reference<capture#4-of ? extends EProblem>>) from the type Assert is deprecated
06:45:37 [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] 
06:45:37 	assertThat(allProblems.size(), equalTo(expectedProblems));
06:45:37 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:37 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
06:45:37 [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] 
06:45:37 	assertThat(found, notNullValue());
06:45:37 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:37 The method assertThat(EProblem, Matcher<? super EProblem>) from the type Assert is deprecated
06:45:37 12 problems (12 warnings)
06:45:37 [INFO] 
06:45:37 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
06:45:37 [INFO] 
06:45:37 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
06:45:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:45:37 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
06:45:37 [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
06:45:37 [INFO] 
06:45:37 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
06:45:37 [INFO] 
06:45:37 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
06:45:37 [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
06:45:37 [INFO] 
06:45:37 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
06:45:37 [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
06:45:37 [INFO] 
06:45:37 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
06:45:37 [INFO] 
06:45:37 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
06:45:37 [INFO] 
06:45:37 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
06:45:37 [INFO] 
06:45:37 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
06:45:37 [INFO] Skipping tests
06:45:37 [INFO] 
06:45:37 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.validation.problems.tests ---
06:45:37 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:45:37 [INFO] 
06:45:37 [INFO] ----< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.uml.ui.tests >----
06:45:37 [INFO] Building org.eclipse.papyrus.cdo.uml.ui.tests 1.3.0-SNAPSHOT     [37/41]
06:45:37 [INFO]   from tests/org.eclipse.papyrus.cdo.uml.ui.tests/pom.xml
06:45:37 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
06:45:37 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
06:45:38 [INFO] 
06:45:38 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
06:45:38 [INFO] 
06:45:38 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
06:45:38 [INFO] The project's OSGi version is 1.3.0.202406271042
06:45:38 [INFO] 
06:45:38 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
06:45:38 [INFO] 
06:45:38 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
06:45:38 [INFO] 
06:45:38 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
06:45:38 [INFO] 
06:45:38 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
06:45:38 [INFO] Resolving class path of org.eclipse.papyrus.cdo.uml.ui.tests...
06:45:40 [INFO] 
06:45:40 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
06:45:40 [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
06:45:40 [INFO] 
06:45:40 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
06:45:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:45:40 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
06:45:40 [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
06:45:40 [INFO] 
06:45:40 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
06:45:40 [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
06:45:40 [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] 
06:45:40 	import org.eclipse.emf.ecore.util.EcoreUtil;
06:45:40 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:40 The import org.eclipse.emf.ecore.util.EcoreUtil is never used
06:45:40 [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] 
06:45:40 	import org.eclipse.papyrus.infra.core.resource.sasheditor.SashModel;
06:45:40 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:40 The import org.eclipse.papyrus.infra.core.resource.sasheditor.SashModel is never used
06:45:40 [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] 
06:45:40 	import org.eclipse.papyrus.infra.core.sashwindows.di.DiPackage;
06:45:40 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:40 The import org.eclipse.papyrus.infra.core.sashwindows.di.DiPackage is never used
06:45:40 [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] 
06:45:40 	import org.eclipse.papyrus.infra.core.sashwindows.di.SashWindowsMngr;
06:45:40 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:40 The import org.eclipse.papyrus.infra.core.sashwindows.di.SashWindowsMngr is never used
06:45:40 [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] 
06:45:40 	assertThat(fixture.canImportInto(singleton(model)), is(true));
06:45:40 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:40 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:40 [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] 
06:45:40 	assertThat(fixture.canImportInto(singleton(model.getOwnedTypes().get(0))), is(false));
06:45:40 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:40 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:40 [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] 
06:45:40 	assertThat(provider, notNullValue());
06:45:40 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:40 The method assertThat(ILabelProvider, Matcher<? super ILabelProvider>) from the type Assert is deprecated
06:45:40 [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] 
06:45:40 	assertThat(provider.getText(model), containsString("model"));
06:45:40 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:40 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
06:45:40 [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] 
06:45:40 	assertThat(provider.getImage(model), notNullValue());
06:45:40 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:40 The method assertThat(Image, Matcher<? super Image>) from the type Assert is deprecated
06:45:40 [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] 
06:45:40 	assertThat(provider, instanceOf(ITreeContentProvider.class));
06:45:40 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:40 The method assertThat(IStaticContentProvider, Matcher<? super IStaticContentProvider>) from the type Assert is deprecated
06:45:40 [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] 
06:45:40 	DIResourceQuery.waitFor(getInternalCheckout().getView(), 10, TimeUnit.SECONDS);
06:45:40 	                                              ^^^^^^^
06:45:40 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.14.1.v20240605-1049/org.eclipse.emf.cdo.explorer-4.14.1.v20240605-1049.jar')
06:45:40 [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] 
06:45:40 	assertThat(Arrays.asList(children), hasItem((Object) model));
06:45:40 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:40 The method assertThat(List<Object>, Matcher<? super List<Object>>) from the type Assert is deprecated
06:45:40 [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] 
06:45:40 	assertThat(treeContent.getParent(model), sameInstance((Object) model.getResource().getFolder()));
06:45:40 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:40 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
06:45:40 [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] 
06:45:40 	assertThat(treeContent.hasChildren(model.getResource().getFolder()), is(true));
06:45:40 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:40 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
06:45:40 [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] 
06:45:40 	assertThat(packages, hasItem(modelInMasterView));
06:45:40 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:40 The method assertThat(List<Package>, Matcher<? super List<Package>>) from the type Assert is deprecated
06:45:40 [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] 
06:45:40 	assertThat(fixture.getCDOResource(diModel), sameInstance(diModel.getResource()));
06:45:40 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:45:40 The method assertThat(CDOResource, Matcher<? super CDOResource>) from the type Assert is deprecated
06:45:40 16 problems (16 warnings)
06:45:40 [INFO] 
06:45:40 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
06:45:40 [INFO] 
06:45:40 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
06:45:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:45:40 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
06:45:40 [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
06:45:40 [INFO] 
06:45:40 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
06:45:40 [INFO] 
06:45:40 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
06:45:40 [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
06:45:40 [INFO] 
06:45:40 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
06:45:40 [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
06:45:40 [INFO] 
06:45:40 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
06:45:40 [INFO] 
06:45:40 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
06:45:40 [INFO] 
06:45:40 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
06:45:40 [INFO] 
06:45:40 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
06:45:40 [INFO] Skipping tests
06:45:40 [INFO] 
06:45:40 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.uml.ui.tests ---
06:45:40 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:45:40 [INFO] 
06:45:40 [INFO] --< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.uml.search.ui.tests >--
06:45:40 [INFO] Building org.eclipse.papyrus.cdo.uml.search.ui.tests 1.3.0-SNAPSHOT [38/41]
06:45:40 [INFO]   from tests/org.eclipse.papyrus.cdo.uml.search.ui.tests/pom.xml
06:45:40 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
06:45:40 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
06:45:41 [INFO] 
06:45:41 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
06:45:41 [INFO] 
06:45:41 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
06:45:41 [INFO] The project's OSGi version is 1.3.0.202406271042
06:45:41 [INFO] 
06:45:41 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
06:45:41 [INFO] 
06:45:41 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
06:45:41 [INFO] 
06:45:41 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
06:45:41 [INFO] 
06:45:41 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
06:45:41 [INFO] Resolving class path of org.eclipse.papyrus.cdo.uml.search.ui.tests...
06:45:42 [INFO] 
06:45:42 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
06:45:42 [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
06:45:42 [INFO] 
06:45:42 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
06:45:42 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:45:42 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
06:45:42 [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
06:45:42 [INFO] 
06:45:42 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
06:45:42 [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
06:45:43 [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] 
06:45:43 	@SuppressWarnings("restriction")
06:45:43 	                  ^^^^^^^^^^^^^
06:45:43 Unnecessary @SuppressWarnings("restriction")
06:45:43 1 problem (1 warning)
06:45:43 [INFO] 
06:45:43 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
06:45:43 [INFO] 
06:45:43 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
06:45:43 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:45:43 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
06:45:43 [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
06:45:43 [INFO] 
06:45:43 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
06:45:43 [INFO] 
06:45:43 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
06:45:43 [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
06:45:43 [INFO] 
06:45:43 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
06:45:43 [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
06:45:43 [INFO] 
06:45:43 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
06:45:43 [INFO] 
06:45:43 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
06:45:43 [INFO] 
06:45:43 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
06:45:43 [INFO] 
06:45:43 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
06:45:43 [INFO] Skipping tests
06:45:43 [INFO] 
06:45:43 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.uml.search.ui.tests ---
06:45:43 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:45:43 [INFO] 
06:45:43 [INFO] -------< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.tests >--------
06:45:43 [INFO] Building org.eclipse.papyrus.cdo.tests 1.3.0-SNAPSHOT            [39/41]
06:45:43 [INFO]   from tests/org.eclipse.papyrus.cdo.tests/pom.xml
06:45:43 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
06:45:43 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
06:45:43 [INFO] 
06:45:43 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.tests ---
06:45:43 [INFO] 
06:45:43 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.cdo.tests ---
06:45:43 [INFO] The project's OSGi version is 1.3.0.202406271042
06:45:43 [INFO] 
06:45:43 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.cdo.tests ---
06:45:43 [INFO] 
06:45:43 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.cdo.tests ---
06:45:43 [INFO] 
06:45:43 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.cdo.tests ---
06:45:43 [INFO] 
06:45:43 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.cdo.tests ---
06:45:43 [INFO] Resolving class path of org.eclipse.papyrus.cdo.tests...
06:45:45 [INFO] 
06:45:45 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.tests ---
06:45:45 [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
06:45:45 [INFO] 
06:45:45 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.cdo.tests ---
06:45:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:45:45 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
06:45:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.tests/src/main/resources
06:45:45 [INFO] 
06:45:45 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.cdo.tests ---
06:45:45 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.tests/target/classes
06:45:45 [INFO] 
06:45:45 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.cdo.tests ---
06:45:45 [INFO] 
06:45:45 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.cdo.tests ---
06:45:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
06:45:45 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
06:45:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-CDO-nightly-Gerrit/cdo/tests/org.eclipse.papyrus.cdo.tests/src/test/resources
06:45:45 [INFO] 
06:45:45 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.cdo.tests ---
06:45:45 [INFO] 
06:45:45 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.tests ---
06:45:45 [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
06:45:45 [INFO] 
06:45:45 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.cdo.tests ---
06:45:45 [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
06:45:45 [INFO] 
06:45:45 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.cdo.tests ---
06:45:45 [INFO] 
06:45:45 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.tests ---
06:45:45 [INFO] 
06:45:45 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.tests ---
06:45:45 [INFO] 
06:45:45 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.cdo.tests ---
06:45:45 [INFO] Skipping tests
06:45:45 [INFO] 
06:45:45 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.tests ---
06:45:45 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:45:45 [INFO] 
06:45:45 [INFO] -----< org.eclipse.papyrus.cdo:org.eclipse.papyrus.uml.cdo-tests >------
06:45:45 [INFO] Building org.eclipse.papyrus.uml.cdo-tests 1.3.0-SNAPSHOT        [40/41]
06:45:45 [INFO]   from tests/uml/pom.xml
06:45:45 [INFO] --------------------------------[ pom ]---------------------------------
06:45:45 [INFO] 
06:45:45 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.cdo-tests ---
06:45:45 [INFO] 
06:45:45 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.cdo-tests ---
06:45:45 [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
06:45:45 [INFO] 
06:45:45 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.cdo-tests ---
06:45:45 [INFO] 
06:45:45 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.uml.cdo-tests ---
06:45:45 [INFO] 
06:45:45 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.cdo-tests ---
06:45:45 [INFO] 
06:45:45 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.cdo-tests ---
06:45:45 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:45:45 [INFO] 
06:45:45 [INFO] --< org.eclipse.papyrus.cdo:org.eclipse.papyrus.cdo.nightly.targetplatform >--
06:45:45 [INFO] Building org.eclipse.papyrus.cdo.nightly.targetplatform 1.3.0-SNAPSHOT [41/41]
06:45:45 [INFO]   from releng/targetplatforms/org.eclipse.papyrus.cdo.nightly.targetplatform/pom.xml
06:45:45 [INFO] ---------------------[ eclipse-target-definition ]----------------------
06:45:45 [INFO] 
06:45:45 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.cdo.nightly.targetplatform ---
06:45:45 [INFO] 
06:45:45 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.cdo.nightly.targetplatform ---
06:45:45 [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
06:45:45 [INFO] 
06:45:45 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.papyrus.cdo.nightly.targetplatform ---
06:45:45 [INFO] 
06:45:45 [INFO] --- tycho-packaging:3.0.4:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.cdo.nightly.targetplatform ---
06:45:45 [INFO] 
06:45:45 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.papyrus.cdo.nightly.targetplatform ---
06:45:45 [INFO] 
06:45:45 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.cdo.nightly.targetplatform ---
06:45:45 [INFO] 
06:45:45 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.cdo.nightly.targetplatform ---
06:45:45 [INFO] Skipping JaCoCo execution due to missing execution data file.
06:45:45 [INFO] ------------------------------------------------------------------------
06:45:45 [INFO] Reactor Summary:
06:45:45 [INFO] 
06:45:45 [INFO] Collaborative Modeling - CDO 1.3.0-SNAPSHOT ........ SUCCESS [  2.659 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo-bundles 1.3.0-SNAPSHOT ..... SUCCESS [  0.009 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo.core 2.1.0-SNAPSHOT ........ SUCCESS [ 10.566 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo.security 1.1.0-SNAPSHOT .... SUCCESS [  1.310 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo.security.properties 1.1.0-SNAPSHOT SUCCESS [  0.626 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo.validation.problems 1.3.0-SNAPSHOT SUCCESS [  0.856 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo.validation.problems.edit 1.3.0-SNAPSHOT SUCCESS [  0.611 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo.ui 1.3.0-SNAPSHOT .......... SUCCESS [  2.610 s]
06:45:45 [INFO] Papyrus CDO UI doc 1.3.0-SNAPSHOT .................. SUCCESS [  1.478 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo.ui.hyperlink 1.3.0-SNAPSHOT  SUCCESS [  2.230 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo.uml.diagram.ui 1.3.0-SNAPSHOT SUCCESS [  2.430 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo.uml.search.ui 1.3.0-SNAPSHOT SUCCESS [  2.293 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo.uml.ui 1.3.0-SNAPSHOT ...... SUCCESS [  1.816 s]
06:45:45 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.cdo 2.3.0-SNAPSHOT SUCCESS [  1.534 s]
06:45:45 [INFO] org.eclipse.papyrus.infra.gmfdiag.style.cdo 2.1.0-SNAPSHOT SUCCESS [  0.235 s]
06:45:45 [INFO] org.eclipse.papyrus.infra.core.architecture.cdo 2.2.0-SNAPSHOT SUCCESS [  0.703 s]
06:45:45 [INFO] org.eclipse.papyrus.infra.nattable.model.cdo 4.3.0-SNAPSHOT SUCCESS [  1.366 s]
06:45:45 [INFO] org.eclipse.papyrus.infra.textedit.cdo 1.1.0-SNAPSHOT SUCCESS [  0.319 s]
06:45:45 [INFO] uml 1.3.0-SNAPSHOT ................................. SUCCESS [  0.005 s]
06:45:45 [INFO] org.eclipse.uml2.uml.cdo 5.4.0-SNAPSHOT ............ SUCCESS [  4.496 s]
06:45:45 [INFO] org.eclipse.uml2.uml.profile.standard.cdo 1.5.0-SNAPSHOT SUCCESS [  0.282 s]
06:45:45 [INFO] compare 1.3.0-SNAPSHOT ............................. SUCCESS [  0.004 s]
06:45:45 [INFO] org.eclipse.emf.compare.uml2.cdo 1.1.0-SNAPSHOT .... SUCCESS [  0.367 s]
06:45:45 [INFO] lm 1.3.0-SNAPSHOT .................................. SUCCESS [  0.004 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo.lm.ui.importsource 1.0.0-SNAPSHOT SUCCESS [  1.663 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo-features 1.3.0-SNAPSHOT .... SUCCESS [  0.004 s]
06:45:45 [INFO] org.eclipse.emf.compare.uml2.cdo.feature 1.1.0-SNAPSHOT SUCCESS [  0.287 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo.feature 1.4.0-SNAPSHOT ..... SUCCESS [  0.779 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo.models.feature 1.1.0-SNAPSHOT SUCCESS [  0.368 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo.infra.textedit.feature 1.1.0-SNAPSHOT SUCCESS [  0.071 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo-releng 1.3.0-SNAPSHOT ...... SUCCESS [  0.004 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo.p2 1.3.0-SNAPSHOT .......... SUCCESS [ 22.388 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo-tests 1.3.0-SNAPSHOT ....... SUCCESS [  0.004 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo.core.tests 1.3.0-SNAPSHOT .. SUCCESS [  2.574 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo.ui.tests 1.3.0-SNAPSHOT .... SUCCESS [  2.508 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo.validation.problems.tests 1.3.0-SNAPSHOT SUCCESS [  2.087 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo.uml.ui.tests 1.3.0-SNAPSHOT  SUCCESS [  2.920 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo.uml.search.ui.tests 1.3.0-SNAPSHOT SUCCESS [  2.585 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo.tests 1.3.0-SNAPSHOT ....... SUCCESS [  2.182 s]
06:45:45 [INFO] org.eclipse.papyrus.uml.cdo-tests 1.3.0-SNAPSHOT ... SUCCESS [  0.004 s]
06:45:45 [INFO] org.eclipse.papyrus.cdo.nightly.targetplatform 1.3.0-SNAPSHOT SUCCESS [  0.006 s]
06:45:45 [INFO] ------------------------------------------------------------------------
06:45:45 [INFO] BUILD SUCCESS
06:45:45 [INFO] ------------------------------------------------------------------------
06:45:45 [INFO] Total time:  02:58 min
06:45:45 [INFO] Finished at: 2024-06-27T10:45:45Z
06:45:45 [INFO] ------------------------------------------------------------------------
06:45:46 Terminating xvnc.
06:45:47 Sending e-mails to: sebastien.revol@cea.fr
06:45:48 Finished: SUCCESS