Skip to content

Console Output

Retriggered by user bdealwis@google.com for Gerrit: https://git.eclipse.org/r/161177
Running as SYSTEM
Building in workspace /home/hudson/genie.usssdk/.jenkins/jobs/usssdk-gerrit/workspace
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/usssdk/org.eclipse.usssdk
 > /usr/local/bin/git init /home/hudson/genie.usssdk/.jenkins/jobs/usssdk-gerrit/workspace/git # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/usssdk/org.eclipse.usssdk
 > /usr/local/bin/git --version # timeout=10
 > /usr/local/bin/git fetch --tags --progress -- https://git.eclipse.org/r/usssdk/org.eclipse.usssdk +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git config remote.origin.url https://git.eclipse.org/r/usssdk/org.eclipse.usssdk # timeout=10
 > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git config remote.origin.url https://git.eclipse.org/r/usssdk/org.eclipse.usssdk # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/usssdk/org.eclipse.usssdk
 > /usr/local/bin/git fetch --tags --progress -- https://git.eclipse.org/r/usssdk/org.eclipse.usssdk refs/changes/77/161177/1 # timeout=10
 > /usr/local/bin/git rev-parse 2b139dbfc251e7943355a0af98dbc7fd0cc18f2a^{commit} # timeout=10
Checking out Revision 2b139dbfc251e7943355a0af98dbc7fd0cc18f2a (refs/changes/77/161177/1)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 2b139dbfc251e7943355a0af98dbc7fd0cc18f2a # timeout=10
Commit message: "[releng] Update to Tycho 1.6 and Jarsigning 1.1.7"
 > /usr/local/bin/git rev-parse FETCH_HEAD^{commit} # timeout=10
 > /usr/local/bin/git rev-list --no-walk 39ddd657b518213cb0631c4f02893db96454da34 # timeout=10
Starting xvnc
[workspace] $ Xvnc :1687 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[workspace] $ /bin/sh -xe /tmp/genie.usssdk/jenkins1079867234914856568.sh
+ curl https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.pom
+ icewm

Xvnc TigerVNC 1.4.1 - built ??? ?? ???? ??:??:??
Copyright (C) 1999-2013 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 11502000, The X.Org Foundation

Initializing built-in extension VNC-EXTENSION
Initializing built-in extension Generic Event Extension
Initializing built-in extension SHAPE
Initializing built-in extension MIT-SHM
Initializing built-in extension XInputExtension
Initializing built-in extension XTEST
Initializing built-in extension BIG-REQUESTS
Initializing built-in extension SYNC
Initializing built-in extension XKEYBOARD
Initializing built-in extension XC-MISC
Initializing built-in extension XFIXES
Initializing built-in extension RENDER
Initializing built-in extension RANDR
Initializing built-in extension COMPOSITE
Initializing built-in extension DAMAGE
Initializing built-in extension MIT-SCREEN-SAVER
Initializing built-in extension DOUBLE-BUFFER
Initializing built-in extension RECORD
Initializing built-in extension DPMS
Initializing built-in extension Present
Initializing built-in extension X-Resource
Initializing built-in extension XVideo
Initializing built-in extension XVideo-MotionCompensation
Initializing built-in extension GLX

Sat Apr 18 11:29:30 2020
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 7587
 vncext:      created VNC server for screen 0
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0[dix] Could not init font path element /usr/share/fonts/TTF/, removing from list!
[dix] Could not init font path element /usr/share/fonts/OTF/, removing from list!

100  2057  100  2057    0     0  45954      0 --:--:-- --:--:-- --:--:-- 46750
<?xml version="1.0" encoding="UTF-8"?>
<!--
 - Copyright (c) 2008, 2011 Sonatype Inc. and others.
 - All rights reserved. This program and the accompanying materials
 - are made available under the terms of the Eclipse Public License v1.0
 - which accompanies this distribution, and is available at
 - http://www.eclipse.org/legal/epl-v10.html
 -
 - Contributors:
 -    Sonatype Inc. - initial API and implementation
 -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>org.eclipse.tycho</groupId>
		<artifactId>tycho</artifactId>
		<version>1.6.0</version>
	</parent>

	<artifactId>tycho-maven-plugin</artifactId>
	<packaging>maven-plugin</packaging>

	<name>Tycho Maven Build Extension</name>
	<description>The Tycho Maven Plugin provides extensions to build Eclipse projects.</description>

	<dependencies>
		<dependency>
			<groupId>org.eclipse.tycho</groupId>
			<artifactId>tycho-core</artifactId>
			<version>${project.version}</version>
		</dependency>
		<dependency>
			<groupId>org.eclipse.tycho</groupId>
			<artifactId>tycho-p2-facade</artifactId>
			<version>${project.version}</version>
		</dependency>
	</dependencies>

	<properties>
    <!-- these are referenced from src/main/resources/META-INF/plexus/components.xml -->
		<resources-plugin.version>2.4.3</resources-plugin.version>
		<install-plugin.version>2.3.1</install-plugin.version>
		<deploy-plugin.version>2.5</deploy-plugin.version>
		<clean-plugin.version>2.4.1</clean-plugin.version>
	</properties>

	<build>
		<resources>
			<resource>
				<directory>src/main/resources</directory>
				<filtering>true</filtering>
			</resource>
		</resources>
		<pluginManagement>
			<plugins>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-plugin-plugin</artifactId>
				</plugin>
			</plugins>
		</pluginManagement>
	</build>
</project>
IceWM: using /opt/public/hipp/homes/genie.usssdk/.icewm for private configuration files
Process leaked file descriptors. See https://jenkins.io/redirect/troubleshooting/process-leaked-file-descriptors for more information
[workspace] $ /shared/common/apache-maven-latest/bin/mvn -f git/pom.xml -DGERRIT_BRANCH=master -DGERRIT_PATCHSET_REVISION=2b139dbfc251e7943355a0af98dbc7fd0cc18f2a -DGERRIT_HOST=gerrit-local -DGERRIT_CHANGE_OWNER_EMAIL=bdealwis@google.com -DGERRIT_CHANGE_URL=https://git.eclipse.org/r/161177 -DGERRIT_PATCHSET_UPLOADER_EMAIL=bdealwis@google.com -DGERRIT_EVENT_TYPE=patchset-created -DGERRIT_PROJECT=usssdk/org.eclipse.usssdk -DGERRIT_CHANGE_NUMBER=161177 -DGERRIT_SCHEME=ssh '-DGERRIT_PATCHSET_UPLOADER=\"Brian de Alwis\" <bdealwis@google.com>' -DGERRIT_PORT=29418 -DGERRIT_CHANGE_PRIVATE_STATE=false -DGERRIT_REFSPEC=refs/changes/77/161177/1 "-DGERRIT_PATCHSET_UPLOADER_NAME=Brian de Alwis" '-DGERRIT_CHANGE_OWNER=\"Brian de Alwis\" <bdealwis@google.com>' -DGERRIT_CHANGE_COMMIT_MESSAGE=W3JlbGVuZ10gVXBkYXRlIHRvIFR5Y2hvIDEuNiBhbmQgSmFyc2lnbmluZyAxLjEuNwoKQ2hhbmdlLUlkOiBJMDAxYmExZTU4ODYzN2RhNzQzZTZkZjY0MTU1OWUwYjZlNTMyNTUzYQo= "-DGERRIT_NAME=Eclipse Gerrit" -DGERRIT_TOPIC= "-DGERRIT_CHANGE_SUBJECT=[releng] Update to Tycho 1.6 and Jarsigning 1.1.7" -DGERRIT_CHANGE_WIP_STATE=false -DGERRIT_CHANGE_ID=I001ba1e588637da743e6df641559e0b6e532553a -DGERRIT_EVENT_HASH=220890025 -DGERRIT_VERSION=2.14.20 -DGERRIT_PATCHSET_NUMBER=1 "-DGERRIT_CHANGE_OWNER_NAME=Brian de Alwis" -Dbuild.id=130 -Dgit.branch=refs/changes/77/161177/1 -Dgit.commit=2b139dbfc251e7943355a0af98dbc7fd0cc18f2a -Dmaven.repo.local=/home/hudson/genie.usssdk/.jenkins/jobs/usssdk-gerrit/workspace/.repository clean verify
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.usssdk -DforkCount=1
[INFO] Scanning for projects...
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.pom
Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:1.6.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho:tycho-maven-plugin:jar:1.6.0 @ 
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.eclipse.userstorage:parent:1.0.0-SNAPSHOT (/jobs/genie.usssdk/usssdk-gerrit/workspace/git/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:1.6.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho:tycho-maven-plugin:jar:1.6.0: Could not transfer artifact org.eclipse.tycho:tycho-maven-plugin:pom:1.6.0 from/to eclipse-maven-releases (https://repo.eclipse.org/content/repositories/releases): Transfer failed for https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.pom: Received fatal alert: handshake_failure -> [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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException
Build step 'Invoke top-level Maven targets' marked build as failure
Taking screenshot.
[workspace] $ echo $XAUTHORITY
/home/hudson/genie.usssdk/.jenkins/jobs/usssdk-gerrit/workspace/.Xauthority-2466710863664456614
[workspace] $ ls -l $XAUTHORITY
-rw-rw-r-- 1 genie.usssdk technology.usssdk 0 Apr 18 11:29 /home/hudson/genie.usssdk/.jenkins/jobs/usssdk-gerrit/workspace/.Xauthority-2466710863664456614
[workspace] $ import -window root -display :1687 screenshot.jpg
Terminating xvnc.
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":1687"
      after 6777 requests (6699 known processed) with 0 events remaining.
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: FAILURE