Skip to content

Console Output

Skipping 17,347 KB.. Full Log
	if(XMLCorePlugin.USER_CATALOG_ID.equals(nextCatalog.getId())){
	                                        ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ICatalogElement.getId()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BugFixesTest.java:[202] 
	ICatalog userCatalog = nextCatalog.getReferencedCatalog();
	^^^^^^^^
Discouraged access: The type 'ICatalog' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BugFixesTest.java:[202] 
	ICatalog userCatalog = nextCatalog.getReferencedCatalog();
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'INextCatalog.getReferencedCatalog()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BugFixesTest.java:[205] 
	ICatalogEntry catalogEntry = (ICatalogEntry)userCatalog.createCatalogElement(ICatalogEntry.ENTRY_TYPE_PUBLIC);
	^^^^^^^^^^^^^
Discouraged access: The type 'ICatalogEntry' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BugFixesTest.java:[205] 
	ICatalogEntry catalogEntry = (ICatalogEntry)userCatalog.createCatalogElement(ICatalogEntry.ENTRY_TYPE_PUBLIC);
	                              ^^^^^^^^^^^^^
Discouraged access: The type 'ICatalogEntry' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BugFixesTest.java:[205] 
	ICatalogEntry catalogEntry = (ICatalogEntry)userCatalog.createCatalogElement(ICatalogEntry.ENTRY_TYPE_PUBLIC);
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ICatalog.createCatalogElement(int)' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BugFixesTest.java:[205] 
	ICatalogEntry catalogEntry = (ICatalogEntry)userCatalog.createCatalogElement(ICatalogEntry.ENTRY_TYPE_PUBLIC);
	                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICatalogEntry' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BugFixesTest.java:[205] 
	ICatalogEntry catalogEntry = (ICatalogEntry)userCatalog.createCatalogElement(ICatalogEntry.ENTRY_TYPE_PUBLIC);
	                                                                                           ^^^^^^^^^^^^^^^^^
Discouraged access: The field 'ICatalogEntry.ENTRY_TYPE_PUBLIC' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BugFixesTest.java:[206] 
	catalogEntry.setKey("http://www.eclipse.org/webtools/Catalogue");
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ICatalogEntry.setKey(String)' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BugFixesTest.java:[207] 
	catalogEntry.setURI("platform:/resource/Project/InvalidSchemaInXMLCatalog.xsd");
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ICatalogEntry.setURI(String)' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BugFixesTest.java:[208] 
	userCatalog.addCatalogElement(catalogEntry);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ICatalog.addCatalogElement(ICatalogElement)' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BugFixesTest.java:[210] 
	catalog.removeCatalogElement(catalogEntry);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ICatalog.removeCatalogElement(ICatalogElement)' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BugFixesTest.java:[227] 
	XSDValidationConfiguration configuration = new XSDValidationConfiguration();
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XSDValidationConfiguration' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BugFixesTest.java:[227] 
	XSDValidationConfiguration configuration = new XSDValidationConfiguration();
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'XSDValidationConfiguration()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BugFixesTest.java:[227] 
	XSDValidationConfiguration configuration = new XSDValidationConfiguration();
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XSDValidationConfiguration' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BugFixesTest.java:[230] 
	configuration.setFeature(XSDValidationConfiguration.HONOUR_ALL_SCHEMA_LOCATIONS, true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XSDValidationConfiguration.setFeature(String, boolean)' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BugFixesTest.java:[230] 
	configuration.setFeature(XSDValidationConfiguration.HONOUR_ALL_SCHEMA_LOCATIONS, true);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XSDValidationConfiguration' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BugFixesTest.java:[230] 
	configuration.setFeature(XSDValidationConfiguration.HONOUR_ALL_SCHEMA_LOCATIONS, true);
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'XSDValidationConfiguration.HONOUR_ALL_SCHEMA_LOCATIONS' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BugFixesTest.java:[231] 
	configuration.setFeature(XSDValidationConfiguration.FULL_SCHEMA_CONFORMANCE, true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XSDValidationConfiguration.setFeature(String, boolean)' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BugFixesTest.java:[231] 
	configuration.setFeature(XSDValidationConfiguration.FULL_SCHEMA_CONFORMANCE, true);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XSDValidationConfiguration' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BugFixesTest.java:[231] 
	configuration.setFeature(XSDValidationConfiguration.FULL_SCHEMA_CONFORMANCE, true);
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'XSDValidationConfiguration.FULL_SCHEMA_CONFORMANCE' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/XSDMessageInfoHelperWrapper.java:[16] 
	public class XSDMessageInfoHelperWrapper extends XSDMessageInfoHelper 
	                                                 ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XSDMessageInfoHelper' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/XSDMessageInfoHelperWrapper.java:[23] 
	return super.getFirstStringBetweenSingleQuotes(s);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XSDMessageInfoHelper.getFirstStringBetweenSingleQuotes(String)' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/XSDValidationConfigurationTest.java:[20] 
	XSDValidationConfiguration configuration;
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XSDValidationConfiguration' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/XSDValidationConfigurationTest.java:[28] 
	configuration = new XSDValidationConfiguration();
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'XSDValidationConfiguration()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/XSDValidationConfigurationTest.java:[28] 
	configuration = new XSDValidationConfiguration();
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XSDValidationConfiguration' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/XSDValidationConfigurationTest.java:[46] 
	assertFalse("The HONOUR_ALL_SCHEMA_LOCATIONS feature is not set by default to false.", configuration.getFeature(XSDValidationConfiguration.HONOUR_ALL_SCHEMA_LOCATIONS));
	                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XSDValidationConfiguration.getFeature(String)' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/XSDValidationConfigurationTest.java:[46] 
	assertFalse("The HONOUR_ALL_SCHEMA_LOCATIONS feature is not set by default to false.", configuration.getFeature(XSDValidationConfiguration.HONOUR_ALL_SCHEMA_LOCATIONS));
	                                                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XSDValidationConfiguration' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/XSDValidationConfigurationTest.java:[46] 
	assertFalse("The HONOUR_ALL_SCHEMA_LOCATIONS feature is not set by default to false.", configuration.getFeature(XSDValidationConfiguration.HONOUR_ALL_SCHEMA_LOCATIONS));
	                                                                                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'XSDValidationConfiguration.HONOUR_ALL_SCHEMA_LOCATIONS' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/XSDValidationConfigurationTest.java:[61] 
	configuration.setFeature(XSDValidationConfiguration.HONOUR_ALL_SCHEMA_LOCATIONS, true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XSDValidationConfiguration.setFeature(String, boolean)' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/XSDValidationConfigurationTest.java:[61] 
	configuration.setFeature(XSDValidationConfiguration.HONOUR_ALL_SCHEMA_LOCATIONS, true);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XSDValidationConfiguration' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/XSDValidationConfigurationTest.java:[61] 
	configuration.setFeature(XSDValidationConfiguration.HONOUR_ALL_SCHEMA_LOCATIONS, true);
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'XSDValidationConfiguration.HONOUR_ALL_SCHEMA_LOCATIONS' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/XSDValidationConfigurationTest.java:[62] 
	assertTrue("The HONOUR_ALL_SCHEMA_LOCATIONS feature is not set to true.", configuration.getFeature(XSDValidationConfiguration.HONOUR_ALL_SCHEMA_LOCATIONS));
	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XSDValidationConfiguration.getFeature(String)' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/XSDValidationConfigurationTest.java:[62] 
	assertTrue("The HONOUR_ALL_SCHEMA_LOCATIONS feature is not set to true.", configuration.getFeature(XSDValidationConfiguration.HONOUR_ALL_SCHEMA_LOCATIONS));
	                                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XSDValidationConfiguration' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/XSDValidationConfigurationTest.java:[62] 
	assertTrue("The HONOUR_ALL_SCHEMA_LOCATIONS feature is not set to true.", configuration.getFeature(XSDValidationConfiguration.HONOUR_ALL_SCHEMA_LOCATIONS));
	                                                                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'XSDValidationConfiguration.HONOUR_ALL_SCHEMA_LOCATIONS' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/XSDValidationConfigurationTest.java:[77] 
	configuration.setFeature(XSDValidationConfiguration.HONOUR_ALL_SCHEMA_LOCATIONS, false);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XSDValidationConfiguration.setFeature(String, boolean)' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/XSDValidationConfigurationTest.java:[77] 
	configuration.setFeature(XSDValidationConfiguration.HONOUR_ALL_SCHEMA_LOCATIONS, false);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XSDValidationConfiguration' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/XSDValidationConfigurationTest.java:[77] 
	configuration.setFeature(XSDValidationConfiguration.HONOUR_ALL_SCHEMA_LOCATIONS, false);
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'XSDValidationConfiguration.HONOUR_ALL_SCHEMA_LOCATIONS' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/XSDValidationConfigurationTest.java:[78] 
	assertFalse("The HONOUR_ALL_SCHEMA_LOCATIONS feature is not set to false.", configuration.getFeature(XSDValidationConfiguration.HONOUR_ALL_SCHEMA_LOCATIONS));
	                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XSDValidationConfiguration.getFeature(String)' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/XSDValidationConfigurationTest.java:[78] 
	assertFalse("The HONOUR_ALL_SCHEMA_LOCATIONS feature is not set to false.", configuration.getFeature(XSDValidationConfiguration.HONOUR_ALL_SCHEMA_LOCATIONS));
	                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XSDValidationConfiguration' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/XSDValidationConfigurationTest.java:[78] 
	assertFalse("The HONOUR_ALL_SCHEMA_LOCATIONS feature is not set to false.", configuration.getFeature(XSDValidationConfiguration.HONOUR_ALL_SCHEMA_LOCATIONS));
	                                                                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'XSDValidationConfiguration.HONOUR_ALL_SCHEMA_LOCATIONS' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/XSDValidationConfigurationTest.java:[93] 
	configuration.setFeature("NON_EXISTANT_FEATURE", false);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XSDValidationConfiguration.setFeature(String, boolean)' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/XSDValidationConfigurationTest.java:[109] 
	configuration.getFeature("NON_EXISTANT_FEATURE");
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XSDValidationConfiguration.getFeature(String)' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorWrapper.java:[14] 
	import org.eclipse.wst.xml.core.internal.validation.core.ValidationMessage;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ValidationMessage' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorWrapper.java:[19] 
	public class ValidatorWrapper extends Validator 
	                                      ^^^^^^^^^
Discouraged access: The type 'Validator' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorWrapper.java:[24] 
	public void addInfoToMessage(ValidationMessage validationMessage, IMessage message) 
	                             ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ValidationMessage' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorWrapper.java:[26] 
	super.addInfoToMessage(validationMessage, message);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Validator.addInfoToMessage(ValidationMessage, IMessage)' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/XSDMessageInfoHelperTest.java:[40] 
	String[] messageInfo = helper.createMessageInfo("NON_EXISTANT_KEY", null);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XSDMessageInfoHelper.createMessageInfo(String, String)' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/XSDMessageInfoHelperTest.java:[51] 
	String[] messageInfo = helper.createMessageInfo(null, null);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XSDMessageInfoHelper.createMessageInfo(String, String)' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[33] 
	import org.eclipse.wst.xml.core.internal.validation.core.ValidationMessage;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ValidationMessage' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[34] 
	import org.eclipse.wst.xml.core.internal.validation.core.ValidationReport;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ValidationReport' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[35] 
	import org.eclipse.wst.xsd.core.internal.validation.XSDValidationConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XSDValidationConfiguration' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[36] 
	import org.eclipse.wst.xsd.core.internal.validation.eclipse.XSDValidator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XSDValidator' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[53] 
	private XSDValidator validator = XSDValidator.getInstance();
	        ^^^^^^^^^^^^
Discouraged access: The type 'XSDValidator' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[53] 
	private XSDValidator validator = XSDValidator.getInstance();
	                                 ^^^^^^^^^^^^
Discouraged access: The type 'XSDValidator' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[53] 
	private XSDValidator validator = XSDValidator.getInstance();
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XSDValidator.getInstance()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[73] 
	runTest(testfile, loglocation, idealloglocation, new XSDValidationConfiguration());
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'XSDValidationConfiguration()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[73] 
	runTest(testfile, loglocation, idealloglocation, new XSDValidationConfiguration());
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XSDValidationConfiguration' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[88] 
	public void runTest(String testfile, String loglocation, String idealloglocation, XSDValidationConfiguration configuration)
	                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XSDValidationConfiguration' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[90] 
	ValidationReport valreport = validator.validate(testfile, null, configuration);
	^^^^^^^^^^^^^^^^
Discouraged access: The type 'ValidationReport' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[90] 
	ValidationReport valreport = validator.validate(testfile, null, configuration);
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XSDValidator.validate(String, InputStream, XSDValidationConfiguration)' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[142] 
	private String createLog(String filename, ValidationReport valreport)
	                                          ^^^^^^^^^^^^^^^^
Discouraged access: The type 'ValidationReport' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[144] 
	ValidationMessage[] valmessages = valreport.getValidationMessages();
	^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ValidationMessage' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[144] 
	ValidationMessage[] valmessages = valreport.getValidationMessages();
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ValidationReport.getValidationMessages()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[152] 
	ValidationMessage valmes = valmessages[i];
	^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ValidationMessage' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[153] 
	if(valmes.getSeverity() == ValidationMessage.SEV_LOW)
	   ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ValidationMessage.getSeverity()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[153] 
	if(valmes.getSeverity() == ValidationMessage.SEV_LOW)
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ValidationMessage' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[153] 
	if(valmes.getSeverity() == ValidationMessage.SEV_LOW)
	                                             ^^^^^^^
Discouraged access: The field 'ValidationMessage.SEV_LOW' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[156] 
	String message = valmes.getMessage();
	                 ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ValidationMessage.getMessage()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[159] 
	warningsString.append(message + " [" + valmes.getLineNumber() +", " + valmes.getColumnNumber() +"]\n");
	                                       ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ValidationMessage.getLineNumber()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[159] 
	warningsString.append(message + " [" + valmes.getLineNumber() +", " + valmes.getColumnNumber() +"]\n");
	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ValidationMessage.getColumnNumber()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[160] 
	warningsString.append(createNestedMessageString(valmes.getNestedMessages()));
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ValidationMessage.getNestedMessages()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[165] 
	String message = valmes.getMessage();
	                 ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ValidationMessage.getMessage()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[168] 
	errorsString.append(message + " [" + valmes.getLineNumber() +", " + valmes.getColumnNumber() +"]\n");
	                                     ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ValidationMessage.getLineNumber()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[168] 
	errorsString.append(message + " [" + valmes.getLineNumber() +", " + valmes.getColumnNumber() +"]\n");
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ValidationMessage.getColumnNumber()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[169] 
	errorsString.append(createNestedMessageString(valmes.getNestedMessages()));
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ValidationMessage.getNestedMessages()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[240] 
	ValidationMessage nesvalmes = (ValidationMessage)nestedMesIter.next();
	^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ValidationMessage' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[240] 
	ValidationMessage nesvalmes = (ValidationMessage)nestedMesIter.next();
	                               ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ValidationMessage' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[246] 
	String message = nesvalmes.getMessage();
	                 ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ValidationMessage.getMessage()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[249] 
	messageString += ("-> " + message + " [" + nesvalmes.getLineNumber() +", " + nesvalmes.getColumnNumber() +"]\n");
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ValidationMessage.getLineNumber()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[249] 
	messageString += ("-> " + message + " [" + nesvalmes.getLineNumber() +", " + nesvalmes.getColumnNumber() +"]\n");
	                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ValidationMessage.getColumnNumber()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/validation/tests/internal/BaseTestCase.java:[250] 
	messageString += createNestedMessageString(nesvalmes.getNestedMessages(), depth + 1);
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ValidationMessage.getNestedMessages()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/XSDValidatorWrapper.java:[13] 
	import org.eclipse.wst.common.uriresolver.internal.provisional.URIResolver;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'URIResolver' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.common.uriresolver/1.2.300.v201702270556/org.eclipse.wst.common.uriresolver-1.2.300.v201702270556.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/XSDValidatorWrapper.java:[18] 
	public class XSDValidatorWrapper extends XSDValidator 
	                                         ^^^^^^^^^^^^
Discouraged access: The type 'XSDValidator' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/XSDValidatorWrapper.java:[25] 
	super();
	^^^^^^^^
Discouraged access: The constructor 'XSDValidator()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/XSDValidatorWrapper.java:[33] 
	public URIResolver getURIResolver()
	       ^^^^^^^^^^^
Discouraged access: The type 'URIResolver' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.common.uriresolver/1.2.300.v201702270556/org.eclipse.wst.common.uriresolver-1.2.300.v201702270556.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/XSDValidatorWrapper.java:[35] 
	return uriresolver;
	       ^^^^^^^^^^^
Discouraged access: The field 'XSDValidator.uriresolver' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[21] 
	import org.eclipse.wst.validation.internal.core.Message;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Message' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[22] 
	import org.eclipse.wst.xml.core.internal.validation.core.NestedValidatorContext;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NestedValidatorContext' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[23] 
	import org.eclipse.wst.xml.core.internal.validation.core.ValidationMessage;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ValidationMessage' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[24] 
	import org.eclipse.wst.xml.core.internal.validation.core.ValidationReport;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ValidationReport' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[60] 
	ValidationMessage validationMessage = new ValidationMessage("", 1, 1, "");
	^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ValidationMessage' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[60] 
	ValidationMessage validationMessage = new ValidationMessage("", 1, 1, "");
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ValidationMessage(String, int, int, String)' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[60] 
	ValidationMessage validationMessage = new ValidationMessage("", 1, 1, "");
	                                          ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ValidationMessage' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[61] 
	Message message = new Message();
	^^^^^^^
Discouraged access: The type 'Message' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[61] 
	Message message = new Message();
	                  ^^^^^^^^^^^^^
Discouraged access: The constructor 'Message()' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[61] 
	Message message = new Message();
	                      ^^^^^^^
Discouraged access: The type 'Message' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[63] 
	assertNull("COLUMN_NUMBER_ATTRIBUTE was not null for a ValidationMessage with a null key. COLUMN_NUMBER_ATTRIBUTE = " + message.getAttribute(COLUMN_NUMBER_ATTRIBUTE), message.getAttribute(COLUMN_NUMBER_ATTRIBUTE));
	                                                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Message.getAttribute(String)' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[63] 
	assertNull("COLUMN_NUMBER_ATTRIBUTE was not null for a ValidationMessage with a null key. COLUMN_NUMBER_ATTRIBUTE = " + message.getAttribute(COLUMN_NUMBER_ATTRIBUTE), message.getAttribute(COLUMN_NUMBER_ATTRIBUTE));
	                                                                                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Message.getAttribute(String)' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[64] 
	assertNull("SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE was not null for a ValidationMessage with a null key. SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE = " + message.getAttribute(SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE), message.getAttribute(SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE));
	                                                                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Message.getAttribute(String)' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[64] 
	assertNull("SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE was not null for a ValidationMessage with a null key. SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE = " + message.getAttribute(SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE), message.getAttribute(SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE));
	                                                                                                                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Message.getAttribute(String)' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[65] 
	assertNull("SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE was not null for a ValidationMessage with a null key. SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE = " + message.getAttribute(SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE), message.getAttribute(SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE));
	                                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Message.getAttribute(String)' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[65] 
	assertNull("SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE was not null for a ValidationMessage with a null key. SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE = " + message.getAttribute(SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE), message.getAttribute(SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE));
	                                                                                                                                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Message.getAttribute(String)' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[68] 
	ValidationMessage validationMessage2 = new ValidationMessage("", 1, 1, "", "s4s-elt-character", null);
	^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ValidationMessage' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[68] 
	ValidationMessage validationMessage2 = new ValidationMessage("", 1, 1, "", "s4s-elt-character", null);
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ValidationMessage(String, int, int, String, String, Object[])' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[68] 
	ValidationMessage validationMessage2 = new ValidationMessage("", 1, 1, "", "s4s-elt-character", null);
	                                           ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ValidationMessage' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[69] 
	Message message2 = new Message();
	^^^^^^^
Discouraged access: The type 'Message' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[69] 
	Message message2 = new Message();
	                   ^^^^^^^^^^^^^
Discouraged access: The constructor 'Message()' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[69] 
	Message message2 = new Message();
	                       ^^^^^^^
Discouraged access: The type 'Message' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[71] 
	assertEquals("COLUMN_NUMBER_ATTRIBUTE was correctly set to 1 for a ValidationMessage with the key s4s-elt-character. COLUMN_NUMBER_ATTRIBUTE = " + message2.getAttribute(COLUMN_NUMBER_ATTRIBUTE), new Integer(1), message2.getAttribute(COLUMN_NUMBER_ATTRIBUTE));
	                                                                                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Message.getAttribute(String)' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[71] 
	assertEquals("COLUMN_NUMBER_ATTRIBUTE was correctly set to 1 for a ValidationMessage with the key s4s-elt-character. COLUMN_NUMBER_ATTRIBUTE = " + message2.getAttribute(COLUMN_NUMBER_ATTRIBUTE), new Integer(1), message2.getAttribute(COLUMN_NUMBER_ATTRIBUTE));
	                                                                                                                                                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Message.getAttribute(String)' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[72] 
	assertEquals("SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE was not TEXT. SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE = " + message2.getAttribute(SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE), "TEXT", message2.getAttribute(SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE));
	                                                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Message.getAttribute(String)' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[72] 
	assertEquals("SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE was not TEXT. SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE = " + message2.getAttribute(SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE), "TEXT", message2.getAttribute(SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE));
	                                                                                                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Message.getAttribute(String)' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[73] 
	assertEquals("SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE was not an empty string for a ValidationMessage with the key s4s-elt-character. SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE = " + message2.getAttribute(SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE), "", message2.getAttribute(SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE));
	                                                                                                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Message.getAttribute(String)' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[73] 
	assertEquals("SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE was not an empty string for a ValidationMessage with the key s4s-elt-character. SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE = " + message2.getAttribute(SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE), "", message2.getAttribute(SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE));
	                                                                                                                                                                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Message.getAttribute(String)' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[76] 
	ValidationMessage validationMessage3 = new ValidationMessage("'MyName'", 1, 1, "", "src-resolve", null);
	^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ValidationMessage' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[76] 
	ValidationMessage validationMessage3 = new ValidationMessage("'MyName'", 1, 1, "", "src-resolve", null);
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ValidationMessage(String, int, int, String, String, Object[])' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[76] 
	ValidationMessage validationMessage3 = new ValidationMessage("'MyName'", 1, 1, "", "src-resolve", null);
	                                           ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ValidationMessage' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[77] 
	Message message3 = new Message();
	^^^^^^^
Discouraged access: The type 'Message' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[77] 
	Message message3 = new Message();
	                   ^^^^^^^^^^^^^
Discouraged access: The constructor 'Message()' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[77] 
	Message message3 = new Message();
	                       ^^^^^^^
Discouraged access: The type 'Message' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[79] 
	assertEquals("COLUMN_NUMBER_ATTRIBUTE was correctly set to 1 for a ValidationMessage with the key src-resolve. COLUMN_NUMBER_ATTRIBUTE = " + message3.getAttribute(COLUMN_NUMBER_ATTRIBUTE), new Integer(1), message3.getAttribute(COLUMN_NUMBER_ATTRIBUTE));
	                                                                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Message.getAttribute(String)' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[79] 
	assertEquals("COLUMN_NUMBER_ATTRIBUTE was correctly set to 1 for a ValidationMessage with the key src-resolve. COLUMN_NUMBER_ATTRIBUTE = " + message3.getAttribute(COLUMN_NUMBER_ATTRIBUTE), new Integer(1), message3.getAttribute(COLUMN_NUMBER_ATTRIBUTE));
	                                                                                                                                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Message.getAttribute(String)' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[80] 
	assertEquals("SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE was not VALUE_OF_ATTRIBUTE_WITH_GIVEN_VALUE. SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE = " + message3.getAttribute(SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE), "VALUE_OF_ATTRIBUTE_WITH_GIVEN_VALUE", message3.getAttribute(SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE));
	                                                                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Message.getAttribute(String)' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[80] 
	assertEquals("SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE was not VALUE_OF_ATTRIBUTE_WITH_GIVEN_VALUE. SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE = " + message3.getAttribute(SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE), "VALUE_OF_ATTRIBUTE_WITH_GIVEN_VALUE", message3.getAttribute(SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE));
	                                                                                                                                                                                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Message.getAttribute(String)' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[81] 
	assertEquals("SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE was not set to MyName for a ValidationMessage with the key src-resolve. SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE = " + message3.getAttribute(SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE), "MyName", message3.getAttribute(SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE));
	                                                                                                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Message.getAttribute(String)' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[81] 
	assertEquals("SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE was not set to MyName for a ValidationMessage with the key src-resolve. SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE = " + message3.getAttribute(SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE), "MyName", message3.getAttribute(SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE));
	                                                                                                                                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Message.getAttribute(String)' is not API (restriction on classpath entry '/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[96] 
	ValidationReport report1 = validator.validate(uri, null, new NestedValidatorContext());
	^^^^^^^^^^^^^^^^
Discouraged access: The type 'ValidationReport' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[96] 
	ValidationReport report1 = validator.validate(uri, null, new NestedValidatorContext());
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Validator.validate(String, InputStream, NestedValidatorContext)' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[96] 
	ValidationReport report1 = validator.validate(uri, null, new NestedValidatorContext());
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'NestedValidatorContext()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[96] 
	ValidationReport report1 = validator.validate(uri, null, new NestedValidatorContext());
	                                                             ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NestedValidatorContext' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[97] 
	ValidationReport report2 = null;
	^^^^^^^^^^^^^^^^
Discouraged access: The type 'ValidationReport' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[102] 
	report2 = validator.validate(uri, is, new NestedValidatorContext());
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Validator.validate(String, InputStream, NestedValidatorContext)' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[102] 
	report2 = validator.validate(uri, is, new NestedValidatorContext());
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'NestedValidatorContext()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[102] 
	report2 = validator.validate(uri, is, new NestedValidatorContext());
	                                          ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NestedValidatorContext' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[122] 
	assertTrue("Validation using a URI did not product a valid validation result.", report1.isValid());
	                                                                                ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ValidationReport.isValid()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[123] 
	assertEquals("Validation using URI and using inputstream of the same file produces different numbers of errors.", report1.getValidationMessages().length, report2.getValidationMessages().length);
	                                                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ValidationReport.getValidationMessages()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[123] 
	assertEquals("Validation using URI and using inputstream of the same file produces different numbers of errors.", report1.getValidationMessages().length, report2.getValidationMessages().length);
	                                                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ValidationReport.getValidationMessages()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[127] 
	report1 = validator.validate(uri, null, new NestedValidatorContext());
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Validator.validate(String, InputStream, NestedValidatorContext)' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[127] 
	report1 = validator.validate(uri, null, new NestedValidatorContext());
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'NestedValidatorContext()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[127] 
	report1 = validator.validate(uri, null, new NestedValidatorContext());
	                                            ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NestedValidatorContext' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[133] 
	report2 = validator.validate(uri, is, new NestedValidatorContext());
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Validator.validate(String, InputStream, NestedValidatorContext)' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xsd.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[133] 
	report2 = validator.validate(uri, is, new NestedValidatorContext());
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'NestedValidatorContext()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[133] 
	report2 = validator.validate(uri, is, new NestedValidatorContext());
	                                          ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NestedValidatorContext' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[153] 
	assertFalse("Validation using a URI did not product an invalid validation result.", report1.isValid());
	                                                                                    ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ValidationReport.isValid()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[154] 
	assertEquals("Validation using URI and using inputstream of the same file produces different numbers of errors.", report1.getValidationMessages().length, report2.getValidationMessages().length);
	                                                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ValidationReport.getValidationMessages()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/org/eclipse/wst/xsd/core/internal/validation/eclipse/ValidatorTest.java:[154] 
	assertEquals("Validation using URI and using inputstream of the same file produces different numbers of errors.", report1.getValidationMessages().length, report2.getValidationMessages().length);
	                                                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ValidationReport.getValidationMessages()' is not API (restriction on classpath entry '/jobs/genie.webtools/sourceediting-gerrit_master/workspace/bundles/org.eclipse.wst.xml.core/target/classes')
188 problems (188 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.wst.xsd.validation.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.wst.xsd.validation.tests ---
[INFO] Building jar: /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/target/org.eclipse.wst.xsd.validation.tests-1.0.501-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.wst.xsd.validation.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.wst.xsd.validation.tests ---
[INFO] Building jar: /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/target/org.eclipse.wst.xsd.validation.tests-1.0.501-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.wst.xsd.validation.tests ---
[INFO] No baseline version MavenProject: org.eclipse.webtools.sourceediting:org.eclipse.wst.xsd.validation.tests:1.0.501-SNAPSHOT @ /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/pom.xml
[INFO] 
[INFO] --- tycho-surefire-plugin:0.21.0:test (default-test) @ org.eclipse.wst.xsd.validation.tests ---
[INFO] Expected eclipse log file: /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/public/common/jdk1.8.0_131.x64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dorg.osgi.framework.bundle.parent=ext, -Dosgi.clean=true, -jar, /opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -debug, -consolelog, -data, /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/target/work/data, -install, /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/target/work, -configuration, /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/target/surefire.properties]
Configuration location:
    file:/jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/target/work/configuration/
Configuration file:
    file:/jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/target/work/configuration/config.ini loaded
Install location:
    file:/jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/target/work/
Framework located:
    file:/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.13.0.v20171116-1513/org.eclipse.osgi-3.13.0.v20171116-1513.jar
Framework classpath:
    file:/opt/public/hipp/homes/genie.webtools/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.13.0.v20171116-1513/org.eclipse.osgi-3.13.0.v20171116-1513.jar
Debug options:
    file:/jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/.options not found
Time to load bundles: 512
Starting application: 1363

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.wst.xsd.validation.tests.internal.AllXSDTests
Tests run: 101, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.865 sec

Results :

Tests run: 101, Failures: 0, Errors: 0, Skipped: 0

!SESSION 2017-11-20 15:52:18.289 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_131
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/target/surefire.properties
Command-line arguments:  -debug -consolelog -data /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/target/surefire.properties

!ENTRY org.eclipse.core.resources 2 10035 2017-11-20 15:52:45.619
!MESSAGE The workspace will exit with unsaved changes in this session.
[INFO] All tests passed!
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building features 3.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ features ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (regex-property) @ features ---
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ features ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.wst.json_core.feature 1.1.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.wst.json_core.feature ---
[INFO] Deleting /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.json_core.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.wst.json_core.feature ---
[INFO] The project's OSGi version is 1.1.2.v201711071522
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.wst.json_core.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.wst.json_core.feature ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (regex-property) @ org.eclipse.wst.json_core.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.wst.json_core.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.wst.json_core.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-feature (default-package-feature) @ org.eclipse.wst.json_core.feature ---
[INFO] Building jar: /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.json_core.feature/target/org.eclipse.wst.json_core.feature-1.1.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.wst.json_core.feature ---
[INFO] No baseline version MavenProject: org.eclipse.webtools.sourceediting:org.eclipse.wst.json_core.feature:1.1.2-SNAPSHOT @ /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.json_core.feature/pom.xml
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.wst.json_core.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.21.0:source-feature (source-feature) @ org.eclipse.wst.json_core.feature ---
[INFO] Building jar: /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.json_core.feature/target/org.eclipse.wst.json_core.feature-1.1.2-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (attach-p2-metadata) @ org.eclipse.wst.json_core.feature ---
[INFO] No baseline version MavenProject: org.eclipse.webtools.sourceediting:org.eclipse.wst.json_core.feature:1.1.2-SNAPSHOT @ /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.json_core.feature/pom.xml
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.wst.xml_core.feature 3.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.wst.xml_core.feature ---
[INFO] Deleting /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.xml_core.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.wst.xml_core.feature ---
[INFO] The project's OSGi version is 3.9.2.v201711080222
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.wst.xml_core.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.wst.xml_core.feature ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (regex-property) @ org.eclipse.wst.xml_core.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.wst.xml_core.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.wst.xml_core.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-feature (default-package-feature) @ org.eclipse.wst.xml_core.feature ---
[INFO] Building jar: /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.xml_core.feature/target/org.eclipse.wst.xml_core.feature-3.9.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.wst.xml_core.feature ---
[INFO] No baseline version MavenProject: org.eclipse.webtools.sourceediting:org.eclipse.wst.xml_core.feature:3.9.2-SNAPSHOT @ /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.xml_core.feature/pom.xml
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.wst.xml_core.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.21.0:source-feature (source-feature) @ org.eclipse.wst.xml_core.feature ---
[INFO] Building jar: /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.xml_core.feature/target/org.eclipse.wst.xml_core.feature-3.9.2-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (attach-p2-metadata) @ org.eclipse.wst.xml_core.feature ---
[INFO] No baseline version MavenProject: org.eclipse.webtools.sourceediting:org.eclipse.wst.xml_core.feature:3.9.2-SNAPSHOT @ /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.xml_core.feature/pom.xml
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.wst.web_core.feature 3.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.wst.web_core.feature ---
[INFO] Deleting /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.web_core.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.wst.web_core.feature ---
[INFO] The project's OSGi version is 3.9.2.v201711080222
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.wst.web_core.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.wst.web_core.feature ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (regex-property) @ org.eclipse.wst.web_core.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.wst.web_core.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.wst.web_core.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-feature (default-package-feature) @ org.eclipse.wst.web_core.feature ---
[INFO] Building jar: /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.web_core.feature/target/org.eclipse.wst.web_core.feature-3.9.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.wst.web_core.feature ---
[INFO] No baseline version MavenProject: org.eclipse.webtools.sourceediting:org.eclipse.wst.web_core.feature:3.9.2-SNAPSHOT @ /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.web_core.feature/pom.xml
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.wst.web_core.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.21.0:source-feature (source-feature) @ org.eclipse.wst.web_core.feature ---
[INFO] Building jar: /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.web_core.feature/target/org.eclipse.wst.web_core.feature-3.9.2-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (attach-p2-metadata) @ org.eclipse.wst.web_core.feature ---
[INFO] No baseline version MavenProject: org.eclipse.webtools.sourceediting:org.eclipse.wst.web_core.feature:3.9.2-SNAPSHOT @ /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.web_core.feature/pom.xml
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.wst.json_ui.feature 1.1.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.wst.json_ui.feature ---
[INFO] Deleting /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.json_ui.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.wst.json_ui.feature ---
[INFO] The project's OSGi version is 1.1.2.v201711071522
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.wst.json_ui.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.wst.json_ui.feature ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (regex-property) @ org.eclipse.wst.json_ui.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.wst.json_ui.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.wst.json_ui.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-feature (default-package-feature) @ org.eclipse.wst.json_ui.feature ---
[INFO] Building jar: /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.json_ui.feature/target/org.eclipse.wst.json_ui.feature-1.1.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.wst.json_ui.feature ---
[INFO] No baseline version MavenProject: org.eclipse.webtools.sourceediting:org.eclipse.wst.json_ui.feature:1.1.2-SNAPSHOT @ /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.json_ui.feature/pom.xml
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.wst.json_ui.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.21.0:source-feature (source-feature) @ org.eclipse.wst.json_ui.feature ---
[INFO] Building jar: /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.json_ui.feature/target/org.eclipse.wst.json_ui.feature-1.1.2-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (attach-p2-metadata) @ org.eclipse.wst.json_ui.feature ---
[INFO] No baseline version MavenProject: org.eclipse.webtools.sourceediting:org.eclipse.wst.json_ui.feature:1.1.2-SNAPSHOT @ /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.json_ui.feature/pom.xml
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.wst.json_sdk.feature 1.1.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.wst.json_sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.wst.json_sdk.feature ---
[INFO] The project's OSGi version is 1.1.2.v201711071522
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.wst.json_sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.wst.json_sdk.feature ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (regex-property) @ org.eclipse.wst.json_sdk.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.wst.json_sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.wst.json_sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-feature (default-package-feature) @ org.eclipse.wst.json_sdk.feature ---
[INFO] Building jar: /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.json_sdk.feature/target/org.eclipse.wst.json_sdk.feature-1.1.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.wst.json_sdk.feature ---
[INFO] No baseline version MavenProject: org.eclipse.webtools.sourceediting:org.eclipse.wst.json_sdk.feature:1.1.2-SNAPSHOT @ /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.json_sdk.feature/pom.xml
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.wst.json_sdk.feature ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.wst.web_userdoc.feature 3.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.wst.web_userdoc.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.wst.web_userdoc.feature ---
[INFO] The project's OSGi version is 3.9.2.v201710252304
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.wst.web_userdoc.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.wst.web_userdoc.feature ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (regex-property) @ org.eclipse.wst.web_userdoc.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.wst.web_userdoc.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.wst.web_userdoc.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-feature (default-package-feature) @ org.eclipse.wst.web_userdoc.feature ---
[INFO] Building jar: /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.web_userdoc.feature/target/org.eclipse.wst.web_userdoc.feature-3.9.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.wst.web_userdoc.feature ---
[INFO] No baseline version MavenProject: org.eclipse.webtools.sourceediting:org.eclipse.wst.web_userdoc.feature:3.9.2-SNAPSHOT @ /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.web_userdoc.feature/pom.xml
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.wst.web_userdoc.feature ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.wst.xml_userdoc.feature 3.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.wst.xml_userdoc.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.wst.xml_userdoc.feature ---
[INFO] The project's OSGi version is 3.9.2.v201711071522
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.wst.xml_userdoc.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.wst.xml_userdoc.feature ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (regex-property) @ org.eclipse.wst.xml_userdoc.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.wst.xml_userdoc.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.wst.xml_userdoc.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-feature (default-package-feature) @ org.eclipse.wst.xml_userdoc.feature ---
[INFO] Building jar: /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.xml_userdoc.feature/target/org.eclipse.wst.xml_userdoc.feature-3.9.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.wst.xml_userdoc.feature ---
[INFO] No baseline version MavenProject: org.eclipse.webtools.sourceediting:org.eclipse.wst.xml_userdoc.feature:3.9.2-SNAPSHOT @ /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.xml_userdoc.feature/pom.xml
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.wst.xml_userdoc.feature ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.wst.xml_ui.feature 3.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.wst.xml_ui.feature ---
[INFO] Deleting /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.xml_ui.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.wst.xml_ui.feature ---
[INFO] The project's OSGi version is 3.9.2.v201711080222
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.wst.xml_ui.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.wst.xml_ui.feature ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (regex-property) @ org.eclipse.wst.xml_ui.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.wst.xml_ui.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.wst.xml_ui.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-feature (default-package-feature) @ org.eclipse.wst.xml_ui.feature ---
[INFO] Building jar: /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.xml_ui.feature/target/org.eclipse.wst.xml_ui.feature-3.9.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.wst.xml_ui.feature ---
[INFO] No baseline version MavenProject: org.eclipse.webtools.sourceediting:org.eclipse.wst.xml_ui.feature:3.9.2-SNAPSHOT @ /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.xml_ui.feature/pom.xml
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.wst.xml_ui.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.21.0:source-feature (source-feature) @ org.eclipse.wst.xml_ui.feature ---
[INFO] Building jar: /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.xml_ui.feature/target/org.eclipse.wst.xml_ui.feature-3.9.2-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (attach-p2-metadata) @ org.eclipse.wst.xml_ui.feature ---
[INFO] No baseline version MavenProject: org.eclipse.webtools.sourceediting:org.eclipse.wst.xml_ui.feature:3.9.2-SNAPSHOT @ /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.xml_ui.feature/pom.xml
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.wst.web_ui.feature 3.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.wst.web_ui.feature ---
[INFO] Deleting /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.web_ui.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.wst.web_ui.feature ---
[INFO] The project's OSGi version is 3.9.2.v201711080222
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.wst.web_ui.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.wst.web_ui.feature ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (regex-property) @ org.eclipse.wst.web_ui.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.wst.web_ui.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.wst.web_ui.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-feature (default-package-feature) @ org.eclipse.wst.web_ui.feature ---
[WARNING] /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.web_ui.feature/build.properties: bin.includes value(s) [eclipse_update_120.jpg] do not match any files.
[INFO] Building jar: /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.web_ui.feature/target/org.eclipse.wst.web_ui.feature-3.9.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.wst.web_ui.feature ---
[INFO] No baseline version MavenProject: org.eclipse.webtools.sourceediting:org.eclipse.wst.web_ui.feature:3.9.2-SNAPSHOT @ /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.web_ui.feature/pom.xml
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.wst.web_ui.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.21.0:source-feature (source-feature) @ org.eclipse.wst.web_ui.feature ---
[INFO] Building jar: /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.web_ui.feature/target/org.eclipse.wst.web_ui.feature-3.9.2-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (attach-p2-metadata) @ org.eclipse.wst.web_ui.feature ---
[INFO] No baseline version MavenProject: org.eclipse.webtools.sourceediting:org.eclipse.wst.web_ui.feature:3.9.2-SNAPSHOT @ /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.web_ui.feature/pom.xml
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.wst.xml_sdk.feature 3.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.wst.xml_sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.wst.xml_sdk.feature ---
[INFO] The project's OSGi version is 3.9.2.v201711080222
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.wst.xml_sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.wst.xml_sdk.feature ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (regex-property) @ org.eclipse.wst.xml_sdk.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.wst.xml_sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.wst.xml_sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-feature (default-package-feature) @ org.eclipse.wst.xml_sdk.feature ---
[INFO] Building jar: /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.xml_sdk.feature/target/org.eclipse.wst.xml_sdk.feature-3.9.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.wst.xml_sdk.feature ---
[INFO] No baseline version MavenProject: org.eclipse.webtools.sourceediting:org.eclipse.wst.xml_sdk.feature:3.9.2-SNAPSHOT @ /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.xml_sdk.feature/pom.xml
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.wst.xml_sdk.feature ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.wst.web_sdk.feature 3.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.wst.web_sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.wst.web_sdk.feature ---
[INFO] The project's OSGi version is 3.9.2.v201711080222
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.wst.web_sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.wst.web_sdk.feature ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (regex-property) @ org.eclipse.wst.web_sdk.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.wst.web_sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.wst.web_sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-feature (default-package-feature) @ org.eclipse.wst.web_sdk.feature ---
[INFO] Building jar: /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.web_sdk.feature/target/org.eclipse.wst.web_sdk.feature-3.9.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.wst.web_sdk.feature ---
[INFO] No baseline version MavenProject: org.eclipse.webtools.sourceediting:org.eclipse.wst.web_sdk.feature:3.9.2-SNAPSHOT @ /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.web_sdk.feature/pom.xml
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.wst.web_sdk.feature ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.wst.web_tests.feature 3.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.wst.web_tests.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.wst.web_tests.feature ---
[INFO] The project's OSGi version is 3.9.2.v201710312323
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.wst.web_tests.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.wst.web_tests.feature ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (regex-property) @ org.eclipse.wst.web_tests.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.wst.web_tests.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.wst.web_tests.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-feature (default-package-feature) @ org.eclipse.wst.web_tests.feature ---
[INFO] Building jar: /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.web_tests.feature/target/org.eclipse.wst.web_tests.feature-3.9.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.wst.web_tests.feature ---
[INFO] No baseline version MavenProject: org.eclipse.webtools.sourceediting:org.eclipse.wst.web_tests.feature:3.9.2-SNAPSHOT @ /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.web_tests.feature/pom.xml
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.wst.web_tests.feature ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.wst.xml_tests.feature 3.9.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.wst.xml_tests.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.wst.xml_tests.feature ---
[INFO] The project's OSGi version is 3.9.2.v201711071522
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.wst.xml_tests.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.wst.xml_tests.feature ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (regex-property) @ org.eclipse.wst.xml_tests.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.wst.xml_tests.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.wst.xml_tests.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-feature (default-package-feature) @ org.eclipse.wst.xml_tests.feature ---
[INFO] Building jar: /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.xml_tests.feature/target/org.eclipse.wst.xml_tests.feature-3.9.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.wst.xml_tests.feature ---
[INFO] No baseline version MavenProject: org.eclipse.webtools.sourceediting:org.eclipse.wst.xml_tests.feature:3.9.2-SNAPSHOT @ /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.xml_tests.feature/pom.xml
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.wst.xml_tests.feature ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.wst.json_tests.feature 1.1.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.wst.json_tests.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.wst.json_tests.feature ---
[INFO] The project's OSGi version is 1.1.2.v201711071522
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.wst.json_tests.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.wst.json_tests.feature ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (regex-property) @ org.eclipse.wst.json_tests.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.wst.json_tests.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.wst.json_tests.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:package-feature (default-package-feature) @ org.eclipse.wst.json_tests.feature ---
[INFO] Building jar: /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.json_tests.feature/target/org.eclipse.wst.json_tests.feature-1.1.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.wst.json_tests.feature ---
[INFO] No baseline version MavenProject: org.eclipse.webtools.sourceediting:org.eclipse.wst.json_tests.feature:1.1.2-SNAPSHOT @ /jobs/genie.webtools/sourceediting-gerrit_master/workspace/features/org.eclipse.wst.json_tests.feature/pom.xml
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.wst.json_tests.feature ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building site 3.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ site ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ site ---
[INFO] The project's OSGi version is 3.6.0.v201711080222
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:regex-property (regex-property) @ site ---
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ site ---
[INFO] 
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ site ---
[INFO] 
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:0.21.0:publish-products (default-publish-products) @ site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:0.21.0:publish-categories (default-publish-categories) @ site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:0.21.0:attach-artifacts (default-attach-artifacts) @ site ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:0.21.0:assemble-repository (default-assemble-repository) @ site ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:0.21.0:archive-repository (default-archive-repository) @ site ---
[INFO] Building zip: /jobs/genie.webtools/sourceediting-gerrit_master/workspace/site/target/site-3.6.0-SNAPSHOT.zip
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] sourceediting-parent ............................... SUCCESS [  0.308 s]
[INFO] bundles ............................................ SUCCESS [  0.051 s]
[INFO] org.eclipse.wst.sse.core ........................... SUCCESS [  4.468 s]
[INFO] org.eclipse.wst.xml.core ........................... SUCCESS [  2.824 s]
[INFO] org.eclipse.wst.css.core ........................... SUCCESS [  1.666 s]
[INFO] org.eclipse.wst.html.core .......................... SUCCESS [  5.943 s]
[INFO] org.eclipse.jst.jsp.core ........................... SUCCESS [  1.858 s]
[INFO] org.eclipse.wst.sse.ui ............................. SUCCESS [  2.099 s]
[INFO] org.eclipse.wst.xml.ui ............................. SUCCESS [  1.994 s]
[INFO] org.eclipse.wst.css.ui ............................. SUCCESS [  1.270 s]
[INFO] org.eclipse.wst.html.ui ............................ SUCCESS [  1.470 s]
[INFO] org.eclipse.jst.jsp.ui ............................. SUCCESS [  1.740 s]
[INFO] org.eclipse.jst.standard.schemas ................... SUCCESS [  0.917 s]
[INFO] org.eclipse.wst.dtd.core ........................... SUCCESS [  2.094 s]
[INFO] org.eclipse.wst.dtd.ui ............................. SUCCESS [  1.469 s]
[INFO] org.eclipse.wst.jsdt.web.core ...................... SUCCESS [  0.901 s]
[INFO] org.eclipse.wst.jsdt.web.ui ........................ SUCCESS [  1.123 s]
[INFO] org.eclipse.wst.jsdt.web.support.jsp ............... SUCCESS [  1.126 s]
[INFO] org.eclipse.wst.standard.schemas ................... SUCCESS [  0.675 s]
[INFO] org.eclipse.wst.xsd.core ........................... SUCCESS [  1.452 s]
[INFO] org.eclipse.wst.xsd.ui ............................. SUCCESS [  2.262 s]
[INFO] org.eclipse.wtp.javascript.capabilities ............ SUCCESS [  0.619 s]
[INFO] org.eclipse.wtp.web.capabilities ................... SUCCESS [  0.506 s]
[INFO] org.eclipse.wtp.xml.capabilities ................... SUCCESS [  0.588 s]
[INFO] org.eclipse.json ................................... SUCCESS [  0.906 s]
[INFO] org.eclipse.wst.json.bower.core .................... SUCCESS [  0.646 s]
[INFO] org.eclipse.wst.json.core .......................... SUCCESS [  5.363 s]
[INFO] org.eclipse.wst.json.schemaprocessor ............... SUCCESS [  0.761 s]
[INFO] org.eclipse.wst.json.ui ............................ SUCCESS [  1.189 s]
[INFO] org.eclipse.wst.json.bower.ui ...................... SUCCESS [  0.712 s]
[INFO] org.eclipse.wst.json.eslint.core ................... SUCCESS [  0.759 s]
[INFO] org.eclipse.wst.json.eslint.ui ..................... SUCCESS [  0.727 s]
[INFO] org.eclipse.wst.json.jshint.core ................... SUCCESS [  0.832 s]
[INFO] org.eclipse.wst.json.jshint.ui ..................... SUCCESS [  9.059 s]
[INFO] org.eclipse.wst.json.npm.core ...................... SUCCESS [  1.689 s]
[INFO] org.eclipse.wst.json.npm.ui ........................ SUCCESS [  0.938 s]
[INFO] docs ............................................... SUCCESS [  0.048 s]
[INFO] org.eclipse.jst.jsp.ui.infopop ..................... SUCCESS [  0.542 s]
[INFO] org.eclipse.wst.doc.user ........................... SUCCESS [  0.653 s]
[INFO] org.eclipse.wst.dtdeditor.doc.user ................. SUCCESS [  0.784 s]
[INFO] org.eclipse.wst.dtd.ui.infopop ..................... SUCCESS [  0.564 s]
[INFO] org.eclipse.wst.html.ui.infopop .................... SUCCESS [  0.510 s]
[INFO] org.eclipse.wst.sse.doc.user ....................... SUCCESS [  1.807 s]
[INFO] org.eclipse.wst.sse.ui.infopop ..................... SUCCESS [  0.615 s]
[INFO] org.eclipse.wst.webtools.doc.user .................. SUCCESS [  0.708 s]
[INFO] org.eclipse.wst.xmleditor.doc.user ................. SUCCESS [  0.493 s]
[INFO] org.eclipse.wst.xml.ui.infopop ..................... SUCCESS [  0.502 s]
[INFO] org.eclipse.wst.xsdeditor.doc.user ................. SUCCESS [  0.524 s]
[INFO] tests .............................................. SUCCESS [  0.046 s]
[INFO] org.eclipse.jst.jsp.core.tests ..................... SUCCESS [04:28 min]
[INFO] org.eclipse.wst.xml.tests.encoding ................. SUCCESS [ 24.785 s]
[INFO] org.eclipse.jst.jsp.tests.encoding ................. SUCCESS [ 15.286 s]
[INFO] org.eclipse.jst.jsp.ui.tests ....................... SUCCESS [03:32 min]
[INFO] org.eclipse.wst.css.core.tests ..................... SUCCESS [ 27.717 s]
[INFO] org.eclipse.wst.css.tests.encoding ................. SUCCESS [  8.246 s]
[INFO] org.eclipse.wst.css.ui.tests ....................... SUCCESS [ 32.809 s]
[INFO] org.eclipse.wst.dtd.core.tests ..................... SUCCESS [ 19.195 s]
[INFO] org.eclipse.wst.dtd.ui.tests ....................... SUCCESS [ 33.322 s]
[INFO] org.eclipse.wst.html.core.tests .................... FAILURE [ 17.367 s]
[INFO] org.eclipse.wst.html.tests.encoding ................ SUCCESS [ 10.449 s]
[INFO] org.eclipse.wst.html.ui.tests ...................... SUCCESS [ 37.696 s]
[INFO] org.eclipse.wst.jsdt.web.core.tests ................ SUCCESS [ 11.876 s]
[INFO] org.eclipse.wst.jsdt.web.ui.tests .................. SUCCESS [ 37.362 s]
[INFO] org.eclipse.wst.json.core.tests .................... SUCCESS [  7.058 s]
[INFO] org.eclipse.wst.sse.core.tests ..................... SUCCESS [  5.788 s]
[INFO] org.eclipse.wst.sse.ui.tests ....................... SUCCESS [ 46.664 s]
[INFO] org.eclipse.wst.xml.catalog.tests .................. SUCCESS [  5.666 s]
[INFO] org.eclipse.wst.xml.core.tests ..................... SUCCESS [01:10 min]
[INFO] org.eclipse.wst.xml.ui.tests ....................... SUCCESS [01:02 min]
[INFO] org.eclipse.wst.xml.validation.tests ............... SUCCESS [ 10.039 s]
[INFO] org.eclipse.wst.xsd.core.tests ..................... SUCCESS [  5.409 s]
[INFO] org.eclipse.wst.xsd.ui.tests ....................... SUCCESS [ 22.870 s]
[INFO] org.eclipse.wst.xsd.validation.tests ............... SUCCESS [ 44.327 s]
[INFO] features ........................................... SUCCESS [  0.047 s]
[INFO] org.eclipse.wst.json_core.feature .................. SUCCESS [  1.107 s]
[INFO] org.eclipse.wst.xml_core.feature ................... SUCCESS [  0.831 s]
[INFO] org.eclipse.wst.web_core.feature ................... SUCCESS [ 37.624 s]
[INFO] org.eclipse.wst.json_ui.feature .................... SUCCESS [  9.696 s]
[INFO] org.eclipse.wst.json_sdk.feature ................... SUCCESS [  0.351 s]
[INFO] org.eclipse.wst.web_userdoc.feature ................ SUCCESS [  2.883 s]
[INFO] org.eclipse.wst.xml_userdoc.feature ................ SUCCESS [  1.048 s]
[INFO] org.eclipse.wst.xml_ui.feature ..................... SUCCESS [  0.969 s]
[INFO] org.eclipse.wst.web_ui.feature ..................... SUCCESS [  6.820 s]
[INFO] org.eclipse.wst.xml_sdk.feature .................... SUCCESS [  1.321 s]
[INFO] org.eclipse.wst.web_sdk.feature .................... SUCCESS [  0.855 s]
[INFO] org.eclipse.wst.web_tests.feature .................. SUCCESS [  0.467 s]
[INFO] org.eclipse.wst.xml_tests.feature .................. SUCCESS [  0.605 s]
[INFO] org.eclipse.wst.json_tests.feature ................. SUCCESS [  0.667 s]
[INFO] site ............................................... SUCCESS [05:28 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 28:40 min
[INFO] Finished at: 2017-11-20T15:59:30-05:00
[INFO] Final Memory: 242M/4485M
[INFO] ------------------------------------------------------------------------
[INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.21.0:test (default-test) on project org.eclipse.wst.html.core.tests: There are test failures.

Please refer to /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.html.core.tests/target/surefire-reports for the individual test results.
[DEBUG] Closing connection to remote
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.21.0:test (default-test) on project org.eclipse.wst.html.core.tests: There are test failures.
[ERROR] 
[ERROR] Please refer to /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.html.core.tests/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.21.0:test (default-test) on project org.eclipse.wst.html.core.tests: There are test failures.

Please refer to /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.html.core.tests/target/surefire-reports for the individual test results.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to /jobs/genie.webtools/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.html.core.tests/target/surefire-reports for the individual test results.
	at org.eclipse.tycho.surefire.TestMojo.runTest(TestMojo.java:919)
	at org.eclipse.tycho.surefire.TestMojo.execute(TestMojo.java:625)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 20 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.wst.html.core.tests
[INFO] Build failures were ignored.
[DEBUG] Waiting for process to finish
[DEBUG] Result: 0
[workspace] $ /bin/sh -xe /tmp/hudson6666968570154423236.sh
++ find /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.jst.jsp.core.tests/target/surefire-reports /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.jst.jsp.tests.encoding/target/surefire-reports /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.jst.jsp.ui.tests/target/surefire-reports /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.css.core.tests/target/surefire-reports /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.css.tests.encoding/target/surefire-reports /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.css.ui.tests/target/surefire-reports /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.dtd.core.tests/target/surefire-reports /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.dtd.ui.tests/target/surefire-reports /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.html.core.tests/target/surefire-reports /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.html.tests.encoding/target/surefire-reports /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.html.ui.tests/target/surefire-reports /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.jsdt.web.core.tests/target/surefire-reports /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.jsdt.web.ui.tests/target/surefire-reports /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.json.core.tests/target/surefire-reports /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.sse.core.tests/target/surefire-reports /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.sse.ui.tests/target/surefire-reports /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xml.catalog.tests/target/surefire-reports /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xml.core.tests/target/surefire-reports /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xml.tests.encoding/target/surefire-reports /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xml.ui.tests/target/surefire-reports /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xml.validation.tests/target/surefire-reports /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.core.tests/target/surefire-reports /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.ui.tests/target/surefire-reports /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/target/surefire-reports -name 'TEST-*.xml'
+ [[ ! -n /home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.jst.jsp.core.tests/target/surefire-reports/TEST-org.eclipse.jst.jsp.core.tests.JSPCoreTestSuite.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.jst.jsp.tests.encoding/target/surefire-reports/TEST-org.eclipse.jst.jsp.tests.encoding.JSPEncodingTestSuite.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.jst.jsp.ui.tests/target/surefire-reports/TEST-org.eclipse.jst.jsp.ui.tests.JSPUITestSuite.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.css.core.tests/target/surefire-reports/TEST-org.eclipse.wst.css.core.tests.CSSCoreTestSuite.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.css.tests.encoding/target/surefire-reports/TEST-org.eclipse.wst.css.tests.encoding.CSSEncodingTestSuite.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.css.ui.tests/target/surefire-reports/TEST-org.eclipse.wst.css.ui.tests.CSSUITestSuite.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.dtd.core.tests/target/surefire-reports/TEST-org.eclipse.wst.dtd.core.tests.DTDCoreTestSuite.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.dtd.ui.tests/target/surefire-reports/TEST-org.eclipse.wst.dtd.ui.tests.DTDUITestSuite.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.html.core.tests/target/surefire-reports/TEST-org.eclipse.wst.html.core.tests.HTMLCoreTestSuite.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.html.tests.encoding/target/surefire-reports/TEST-org.eclipse.wst.html.tests.encoding.HTMLEncodingTestSuite.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.html.ui.tests/target/surefire-reports/TEST-org.eclipse.wst.html.ui.tests.HTMLUITestSuite.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.jsdt.web.core.tests/target/surefire-reports/TEST-org.eclipse.wst.jsdt.web.core.tests.AllWebCoreTests.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.jsdt.web.ui.tests/target/surefire-reports/TEST-org.eclipse.wst.jsdt.web.ui.tests.AllWebUITests.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.json.core.tests/target/surefire-reports/TEST-org.eclipse.wst.json.core.validation.JSONSyntaxValidatorHelperTest.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.json.core.tests/target/surefire-reports/TEST-org.eclipse.wst.json.core.document.JSONObjectCreationTest.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.json.core.tests/target/surefire-reports/TEST-org.eclipse.wst.json.core.document.JSONSampleDocumentTest.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.json.core.tests/target/surefire-reports/TEST-org.eclipse.wst.json.core.document.JSONGlossaryDocumentTest.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.json.core.tests/target/surefire-reports/TEST-org.eclipse.wst.json.core.document.JSONObjectDocumentChangesTest.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.json.core.tests/target/surefire-reports/TEST-org.eclipse.wst.json.core.document.JSONArrayDocumentChangesTest.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.json.core.tests/target/surefire-reports/TEST-org.eclipse.wst.json.core.document.JSONArrayCreationTest.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.json.core.tests/target/surefire-reports/TEST-org.eclipse.wst.json.core.document.JSONDocumentTest.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.json.core.tests/target/surefire-reports/TEST-org.eclipse.wst.json.core.internal.parser.JSONTokenizerTest.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.sse.core.tests/target/surefire-reports/TEST-org.eclipse.wst.sse.core.tests.SSEModelTestSuite.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.sse.ui.tests/target/surefire-reports/TEST-org.eclipse.wst.sse.ui.tests.SSEUITestSuite.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xml.catalog.tests/target/surefire-reports/TEST-org.eclipse.wst.xml.catalog.tests.internal.AllTests.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xml.core.tests/target/surefire-reports/TEST-org.eclipse.wst.xml.core.tests.SSEModelXMLTestSuite.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xml.tests.encoding/target/surefire-reports/TEST-org.eclipse.wst.xml.tests.encoding.EncodingTestSuite.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xml.ui.tests/target/surefire-reports/TEST-org.eclipse.wst.xml.ui.tests.XMLUITestSuite.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xml.validation.tests/target/surefire-reports/TEST-org.eclipse.wst.xml.validation.tests.internal.AllXMLTests.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.core.tests/target/surefire-reports/TEST-org.eclipse.wst.xsd.core.tests.internal.AllXSDCoreTests.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.ui.tests/target/surefire-reports/TEST-org.eclipse.wst.xsd.ui.tests.internal.AllXSDUITests.xml
/home/hudson/genie.webtools/.hudson/jobs/sourceediting-gerrit_master/workspace/tests/org.eclipse.wst.xsd.validation.tests/target/surefire-reports/TEST-org.eclipse.wst.xsd.validation.tests.internal.AllXSDTests.xml ]]
Terminating xvnc.
Recording test results
Finished: UNSTABLE