Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-releng] Build failed in Jenkins: webtools-javaee_R3_10 #40

See <https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/40/display/redirect?page=changes>

Changes:

[nboldt] add sources for test plugins

------------------------------------------
[...truncated 1.63 MB...]
	fileURIs = (IFileDelta[])helper.loadModel(PModelEnum.FILTER, new Object[]{helper.getURIs()});
	            ^^^^^^^^^^^^
Discouraged access: The type 'IFileDelta' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/propertiesValidator/org/eclipse/jst/validation/sample/PropertiesValidator.java:[80] 
	IMessage message = new Message(IValidationConstants.BUNDLENAME, IMessage.NORMAL_SEVERITY, IValidationConstants.ABCD0090, new String[]{uris[i]});
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'Message(String, int, String, String[])' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/propertiesValidator/org/eclipse/jst/validation/sample/PropertiesValidator.java:[80] 
	IMessage message = new Message(IValidationConstants.BUNDLENAME, IMessage.NORMAL_SEVERITY, IValidationConstants.ABCD0090, new String[]{uris[i]});
	                       ^^^^^^^
Discouraged access: The type 'Message' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/propertiesValidator/org/eclipse/jst/validation/sample/ValidatorPropertyFile.java:[26] 
	import org.eclipse.wst.validation.internal.core.Message;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Message' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/propertiesValidator/org/eclipse/jst/validation/sample/ValidatorPropertyFile.java:[69] 
	IMessage message = new Message();
	                   ^^^^^^^^^^^^^
Discouraged access: The constructor 'Message()' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/propertiesValidator/org/eclipse/jst/validation/sample/ValidatorPropertyFile.java:[69] 
	IMessage message = new Message();
	                       ^^^^^^^
Discouraged access: The type 'Message' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/filesystemFWK/org/eclipse/jst/validation/sample/filesystem/FilesystemManager.java:[27] 
	import org.eclipse.wst.validation.internal.core.FileDelta;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FileDelta' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/filesystemFWK/org/eclipse/jst/validation/sample/filesystem/FilesystemManager.java:[28] 
	import org.eclipse.wst.validation.internal.core.IFileDelta;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IFileDelta' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/filesystemFWK/org/eclipse/jst/validation/sample/filesystem/FilesystemManager.java:[105] 
	public IFileDelta[] getFileDeltas(String[] fileNames) {
	       ^^^^^^^^^^^^
Discouraged access: The type 'IFileDelta' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/filesystemFWK/org/eclipse/jst/validation/sample/filesystem/FilesystemManager.java:[110] 
	FileDelta[] files = new FileDelta[fileNames.length];
	^^^^^^^^^^^
Discouraged access: The type 'FileDelta' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/filesystemFWK/org/eclipse/jst/validation/sample/filesystem/FilesystemManager.java:[110] 
	FileDelta[] files = new FileDelta[fileNames.length];
	                        ^^^^^^^^^
Discouraged access: The type 'FileDelta' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/filesystemFWK/org/eclipse/jst/validation/sample/filesystem/FilesystemManager.java:[112] 
	files[i] = new FileDelta(fileNames[i], IFileDelta.CHANGED);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'FileDelta(String, int)' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/filesystemFWK/org/eclipse/jst/validation/sample/filesystem/FilesystemManager.java:[112] 
	files[i] = new FileDelta(fileNames[i], IFileDelta.CHANGED);
	               ^^^^^^^^^
Discouraged access: The type 'FileDelta' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/filesystemFWK/org/eclipse/jst/validation/sample/filesystem/FilesystemManager.java:[112] 
	files[i] = new FileDelta(fileNames[i], IFileDelta.CHANGED);
	                                       ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IFileDelta' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/filesystemFWK/org/eclipse/jst/validation/sample/filesystem/FilesystemManager.java:[112] 
	files[i] = new FileDelta(fileNames[i], IFileDelta.CHANGED);
	                                                  ^^^^^^^
Discouraged access: The field 'IFileDelta.CHANGED' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/filesystemFWK/org/eclipse/jst/validation/sample/filesystem/FilesystemManager.java:[122] 
	public FilesystemLoader[] getLoaders(IFileDelta[] deltas) {
	                                     ^^^^^^^^^^^^
Discouraged access: The type 'IFileDelta' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/filesystemFWK/org/eclipse/jst/validation/sample/filesystem/FilesystemManager.java:[197] 
	public FilesystemLoader[] getLoadersFor(IFileDelta delta) {
	                                        ^^^^^^^^^^
Discouraged access: The type 'IFileDelta' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/filesystemFWK/org/eclipse/jst/validation/sample/filesystem/FilesystemManager.java:[209] 
	if(delta.getFileName().endsWith(fileExtensions[i]) && (delta.getDeltaType() == IFileDelta.ADDED || delta.getDeltaType() == IFileDelta.CHANGED || delta.getDeltaType() == IFileDelta.DELETED)) {
	   ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IFileDelta.getFileName()' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/filesystemFWK/org/eclipse/jst/validation/sample/filesystem/FilesystemManager.java:[209] 
	if(delta.getFileName().endsWith(fileExtensions[i]) && (delta.getDeltaType() == IFileDelta.ADDED || delta.getDeltaType() == IFileDelta.CHANGED || delta.getDeltaType() == IFileDelta.DELETED)) {
	                                                       ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IFileDelta.getDeltaType()' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/filesystemFWK/org/eclipse/jst/validation/sample/filesystem/FilesystemManager.java:[209] 
	if(delta.getFileName().endsWith(fileExtensions[i]) && (delta.getDeltaType() == IFileDelta.ADDED || delta.getDeltaType() == IFileDelta.CHANGED || delta.getDeltaType() == IFileDelta.DELETED)) {
	                                                                               ^^^^^^^^^^^^^^^^
Discouraged access: The type 'IFileDelta' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/filesystemFWK/org/eclipse/jst/validation/sample/filesystem/FilesystemManager.java:[209] 
	if(delta.getFileName().endsWith(fileExtensions[i]) && (delta.getDeltaType() == IFileDelta.ADDED || delta.getDeltaType() == IFileDelta.CHANGED || delta.getDeltaType() == IFileDelta.DELETED)) {
	                                                                                          ^^^^^
Discouraged access: The field 'IFileDelta.ADDED' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/filesystemFWK/org/eclipse/jst/validation/sample/filesystem/FilesystemManager.java:[209] 
	if(delta.getFileName().endsWith(fileExtensions[i]) && (delta.getDeltaType() == IFileDelta.ADDED || delta.getDeltaType() == IFileDelta.CHANGED || delta.getDeltaType() == IFileDelta.DELETED)) {
	                                                                                                   ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IFileDelta.getDeltaType()' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/filesystemFWK/org/eclipse/jst/validation/sample/filesystem/FilesystemManager.java:[209] 
	if(delta.getFileName().endsWith(fileExtensions[i]) && (delta.getDeltaType() == IFileDelta.ADDED || delta.getDeltaType() == IFileDelta.CHANGED || delta.getDeltaType() == IFileDelta.DELETED)) {
	                                                                                                                           ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IFileDelta' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/filesystemFWK/org/eclipse/jst/validation/sample/filesystem/FilesystemManager.java:[209] 
	if(delta.getFileName().endsWith(fileExtensions[i]) && (delta.getDeltaType() == IFileDelta.ADDED || delta.getDeltaType() == IFileDelta.CHANGED || delta.getDeltaType() == IFileDelta.DELETED)) {
	                                                                                                                                      ^^^^^^^
Discouraged access: The field 'IFileDelta.CHANGED' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/filesystemFWK/org/eclipse/jst/validation/sample/filesystem/FilesystemManager.java:[209] 
	if(delta.getFileName().endsWith(fileExtensions[i]) && (delta.getDeltaType() == IFileDelta.ADDED || delta.getDeltaType() == IFileDelta.CHANGED || delta.getDeltaType() == IFileDelta.DELETED)) {
	                                                                                                                                                 ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IFileDelta.getDeltaType()' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/filesystemFWK/org/eclipse/jst/validation/sample/filesystem/FilesystemManager.java:[209] 
	if(delta.getFileName().endsWith(fileExtensions[i]) && (delta.getDeltaType() == IFileDelta.ADDED || delta.getDeltaType() == IFileDelta.CHANGED || delta.getDeltaType() == IFileDelta.DELETED)) {
	                                                                                                                                                                         ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IFileDelta' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/filesystemFWK/org/eclipse/jst/validation/sample/filesystem/FilesystemManager.java:[209] 
	if(delta.getFileName().endsWith(fileExtensions[i]) && (delta.getDeltaType() == IFileDelta.ADDED || delta.getDeltaType() == IFileDelta.CHANGED || delta.getDeltaType() == IFileDelta.DELETED)) {
	                                                                                                                                                                                    ^^^^^^^
Discouraged access: The field 'IFileDelta.DELETED' is not API (restriction on classpath entry '<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.701.v201707142105/org.eclipse.wst.validation-1.2.701.v201707142105.jar')>
93 problems (93 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.jst.validation.sample ---
[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/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.eclipse.jst.validation.sample ---
[WARNING] Bundle-Vendor header not found in /jobs/genie.webtools/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /jobs/genie.webtools/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/target/org.eclipse.jst.validation.sample-1.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.eclipse.jst.validation.sample ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.eclipse.jst.validation.sample ---
[INFO] Building jar: /jobs/genie.webtools/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/runtime/propertiesValidator.jar
[INFO] Building jar: /jobs/genie.webtools/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/target/org.eclipse.jst.validation.sample-1.1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jst.validation.sample ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.1.0:normalize (pack200-normalize) @ org.eclipse.jst.validation.sample ---
[INFO] Pack200 normalizing jar /jobs/genie.webtools/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/target/org.eclipse.jst.validation.sample-1.1.1-SNAPSHOT.jar
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.webtools
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.webtools
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.jst.validation.sample ---
[INFO] Signing of nested jars of '/jobs/genie.webtools/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/target/org.eclipse.jst.validation.sample-1.1.1-SNAPSHOT.jar_unpacked_8646271455855753873/runtime/propertiesValidator.jar' is disabled.
[INFO] Signing jar: /jobs/genie.webtools/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/target/org.eclipse.jst.validation.sample-1.1.1-SNAPSHOT.jar_unpacked_8646271455855753873/runtime/propertiesValidator.jar
[INFO] Signing jar: /jobs/genie.webtools/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/target/org.eclipse.jst.validation.sample-1.1.1-SNAPSHOT.jar
[INFO] Signing jar: /jobs/genie.webtools/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/target/org.eclipse.jst.validation.sample-1.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.1.0:pack (pack200-pack) @ org.eclipse.jst.validation.sample ---
[INFO] Pack200 packing jar /jobs/genie.webtools/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/target/org.eclipse.jst.validation.sample-1.1.1-SNAPSHOT.jar
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.webtools
[INFO] 
[INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (p2-metadata) @ org.eclipse.jst.validation.sample ---
[INFO] No baseline version MavenProject: org.eclipse.webtools.javaee:org.eclipse.jst.validation.sample:1.1.1-SNAPSHOT @ /jobs/genie.webtools/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/pom.xml
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.jst.validation.sample ---
[INFO] Installing /jobs/genie.webtools/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/target/org.eclipse.jst.validation.sample-1.1.1-SNAPSHOT.jar to <https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.repository/org/eclipse/webtools/javaee/org.eclipse.jst.validation.sample/1.1.1-SNAPSHOT/org.eclipse.jst.validation.sample-1.1.1-SNAPSHOT.jar>
[INFO] Installing /jobs/genie.webtools/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/pom.xml to <https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.repository/org/eclipse/webtools/javaee/org.eclipse.jst.validation.sample/1.1.1-SNAPSHOT/org.eclipse.jst.validation.sample-1.1.1-SNAPSHOT.pom>
[INFO] Installing /jobs/genie.webtools/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/target/org.eclipse.jst.validation.sample-1.1.1-SNAPSHOT-sources.jar to <https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.repository/org/eclipse/webtools/javaee/org.eclipse.jst.validation.sample/1.1.1-SNAPSHOT/org.eclipse.jst.validation.sample-1.1.1-SNAPSHOT-sources.jar>
[INFO] Installing /jobs/genie.webtools/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/target/org.eclipse.jst.validation.sample-1.1.1-SNAPSHOT.jar.pack.gz to <https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.repository/org/eclipse/webtools/javaee/org.eclipse.jst.validation.sample/1.1.1-SNAPSHOT/org.eclipse.jst.validation.sample-1.1.1-SNAPSHOT-pack200.jar.pack.gz>
[INFO] Installing /jobs/genie.webtools/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/target/p2content.xml to <https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.repository/org/eclipse/webtools/javaee/org.eclipse.jst.validation.sample/1.1.1-SNAPSHOT/org.eclipse.jst.validation.sample-1.1.1-SNAPSHOT-p2metadata.xml>
[INFO] Installing /jobs/genie.webtools/webtools-javaee_R3_10/workspace/tests/org.eclipse.jst.validation.sample/target/p2artifacts.xml to <https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.repository/org/eclipse/webtools/javaee/org.eclipse.jst.validation.sample/1.1.1-SNAPSHOT/org.eclipse.jst.validation.sample-1.1.1-SNAPSHOT-p2artifacts.xml>
[INFO] 
[INFO] --- tycho-p2-plugin:1.1.0:update-local-index (default-update-local-index) @ org.eclipse.jst.validation.sample ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping org.eclipse.jst.validation.test
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping org.eclipse.webtools.javaee.site
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.webtools.javaee ........................ SUCCESS [10:53 min]
[INFO] javaee.docs ........................................ SUCCESS [  0.037 s]
[INFO] org.eclipse.jst.ejb.doc.user ....................... FAILURE [03:02 min]
[INFO] org.eclipse.jst.ejb.ui.infopop ..................... FAILURE [01:44 min]
[INFO] org.eclipse.jst.j2ee.doc.user ...................... FAILURE [01:41 min]
[INFO] org.eclipse.jst.j2ee.infopop ....................... FAILURE [02:06 min]
[INFO] org.eclipse.jst.servlet.ui.infopop ................. FAILURE [01:42 min]
[INFO] javaee.features .................................... SUCCESS [  0.059 s]
[INFO] javaee.plugins ..................................... SUCCESS [  7.557 s]
[INFO] org.eclipse.jem.proxy .............................. SUCCESS [09:12 min]
[INFO] org.eclipse.jem .................................... FAILURE [03:21 min]
[INFO] org.eclipse.jem.workbench .......................... SKIPPED
[INFO] org.eclipse.jem.beaninfo.vm.common ................. SUCCESS [01:27 min]
[INFO] org.eclipse.jem.beaninfo.vm ........................ SUCCESS [ 37.753 s]
[INFO] org.eclipse.jem.beaninfo ........................... SKIPPED
[INFO] org.eclipse.jst.common.annotations.core ............ SUCCESS [ 27.650 s]
[INFO] org.eclipse.jst.common.annotations.controller ...... SKIPPED
[INFO] org.eclipse.jst.common.annotations.ui .............. SKIPPED
[INFO] org.eclipse.jst.common.frameworks .................. SUCCESS [ 14.672 s]
[INFO] org.eclipse.jst.common.ui .......................... SUCCESS [ 37.418 s]
[INFO] org.eclipse.jst.j2ee.core .......................... SKIPPED
[INFO] org.eclipse.jst.j2ee ............................... SKIPPED
[INFO] org.eclipse.jst.j2ee.jca ........................... SKIPPED
[INFO] org.eclipse.jst.jee ................................ SKIPPED
[INFO] org.eclipse.jst.j2ee.ejb ........................... SKIPPED
[INFO] org.eclipse.jst.j2ee.ejb.annotation.model .......... SKIPPED
[INFO] org.eclipse.jst.j2ee.web ........................... SKIPPED
[INFO] org.eclipse.jst.j2ee.ui ............................ SKIPPED
[INFO] org.eclipse.jst.j2ee.jca.ui ........................ SKIPPED
[INFO] org.eclipse.jst.j2ee.navigator.ui .................. SKIPPED
[INFO] org.eclipse.jst.jee.ui ............................. SKIPPED
[INFO] org.eclipse.jst.ejb.ui ............................. SKIPPED
[INFO] org.eclipse.jst.j2ee.ejb.annotations.emitter ....... SKIPPED
[INFO] org.eclipse.jst.j2ee.ejb.annotations.ui ............ SKIPPED
[INFO] org.eclipse.jst.j2ee.ejb.annotations.xdoclet ....... SKIPPED
[INFO] org.eclipse.jst.j2ee.webservice .................... SKIPPED
[INFO] org.eclipse.jst.j2ee.webservice.ui ................. SKIPPED
[INFO] org.eclipse.jst.j2ee.xdoclet.runtime ............... SKIPPED
[INFO] org.eclipse.jst.jee.ejb ............................ SKIPPED
[INFO] org.eclipse.jst.jee.web ............................ SKIPPED
[INFO] org.eclipse.jst.servlet.ui ......................... SKIPPED
[INFO] org.eclipse.wtp.jee.capabilities ................... SUCCESS [  8.605 s]
[INFO] javaee.tests ....................................... SUCCESS [  0.024 s]
[INFO] org.eclipse.jem.tests .............................. SKIPPED
[INFO] org.eclipse.jst.ejb.ui.tests ....................... SKIPPED
[INFO] org.eclipse.jst.j2ee.core.tests .................... SKIPPED
[INFO] org.eclipse.jst.j2ee.tests ......................... SKIPPED
[INFO] org.eclipse.jst.jee.tests .......................... SKIPPED
[INFO] org.eclipse.jst.servlet.tests ...................... SKIPPED
[INFO] org.eclipse.jst.validation.sample .................. SUCCESS [ 24.483 s]
[INFO] org.eclipse.jst.validation.test .................... SKIPPED
[INFO] org.eclipse.webtools.javaee.site ................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 54:46 min
[INFO] Finished at: 2018-02-13T12:45:51-05:00
[INFO] Final Memory: 140M/2002M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-pack200a-plugin:1.1.0:normalize (pack200-normalize) on project org.eclipse.jst.ejb.doc.user: Execution pack200-normalize of goal org.eclipse.tycho.extras:tycho-pack200a-plugin:1.1.0:normalize failed: Could not execute pack200, see log for details.: Error while executing external command, process killed. Process timeout out after 100 seconds -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-pack200a-plugin:1.1.0:normalize (pack200-normalize) on project org.eclipse.jst.ejb.ui.infopop: Execution pack200-normalize of goal org.eclipse.tycho.extras:tycho-pack200a-plugin:1.1.0:normalize failed: Could not execute pack200, see log for details.: Error while executing external command, process killed. Process timeout out after 100 seconds -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-pack200a-plugin:1.1.0:normalize (pack200-normalize) on project org.eclipse.jst.j2ee.doc.user: Execution pack200-normalize of goal org.eclipse.tycho.extras:tycho-pack200a-plugin:1.1.0:normalize failed: Could not execute pack200, see log for details.: Error while executing external command, process killed. Process timeout out after 100 seconds -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-pack200a-plugin:1.1.0:normalize (pack200-normalize) on project org.eclipse.jst.j2ee.infopop: Execution pack200-normalize of goal org.eclipse.tycho.extras:tycho-pack200a-plugin:1.1.0:normalize failed: Could not execute pack200, see log for details.: Error while executing external command, process killed. Process timeout out after 100 seconds -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-pack200a-plugin:1.1.0:normalize (pack200-normalize) on project org.eclipse.jst.servlet.ui.infopop: Execution pack200-normalize of goal org.eclipse.tycho.extras:tycho-pack200a-plugin:1.1.0:normalize failed: Could not execute pack200, see log for details.: Error while executing external command, process killed. Process timeout out after 100 seconds -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.1.0:compile (default-compile) on project org.eclipse.jem: Fatal error compiling: Timeout 30 s exceeded. Commandline [/shared/common/jdk1.5.0-latest/jre/bin/java, -classpath, <https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.repository/org/eclipse/tycho/tycho-lib-detector/1.1.0/tycho-lib-detector-1.1.0.jar,> org.eclipse.tycho.libdetector.LibraryDetector] was killed. Output: Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.webtools -> [Help 2]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.jst.ejb.doc.user
Build step 'Invoke top-level Maven targets' marked build as failure
Taking screenshot.
[workspace] $ echo $XAUTHORITY
<https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.Xauthority-3122740663604569297>
[workspace] $ ls -l $XAUTHORITY
-rw-rw-r-- 1 genie.webtools webtools 0 Feb 13 11:49 <https://ci.eclipse.org/webtools/job/webtools-javaee_R3_10/ws/.Xauthority-3122740663604569297>
[workspace] $ import -window root -display :450 screenshot.jpg
Terminating xvnc.
Not sending mail to unregistered user nboldt@xxxxxxxxxx


Back to the top