Started by user Baily Roberts Running as Baily Roberts Agent centos-7-qfgm3 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-qfgm3" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.osee.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-qfgm3" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\ \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-qfgm3" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.osee.svc.cluster.local/osee/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.2.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-osee" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on centos-7-qfgm3 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/osee_p1 [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-3ubdrrmeC5v0/agent.51 SSH_AGENT_PID=53 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/osee_p1@tmp/private_key_2110291866146300478.key (/home/jenkins/agent/workspace/osee_p1@tmp/private_key_2110291866146300478.key) [ssh-agent] Using credentials genie.osee (ssh://genie.recommenders@projects-storage.eclipse.org) No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/osee/org.eclipse.osee > git init /home/jenkins/agent/workspace/osee_p1/org.eclipse.osee # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/osee/org.eclipse.osee > git --version # timeout=10 > git fetch --tags --progress https://git.eclipse.org/r/osee/org.eclipse.osee +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/osee/org.eclipse.osee # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/osee/org.eclipse.osee # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/osee/org.eclipse.osee > git fetch --tags --progress https://git.eclipse.org/r/osee/org.eclipse.osee +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/P1_Dec2^{commit} # timeout=10 Checking out Revision 4210cf7266cdc0352a4d352c32ff18b82ab4715c (origin/P1_Dec2) > git config core.sparsecheckout # timeout=10 > git checkout -f 4210cf7266cdc0352a4d352c32ff18b82ab4715c # timeout=10 Commit message: "bug: Remove cxf transport to fix build" > git rev-list --no-walk 4210cf7266cdc0352a4d352c32ff18b82ab4715c # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Starting xvnc [osee_p1] $ Xvnc :79 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Fri Jan 8 16:19:49 2021 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5979 vncext: created VNC server for screen 0 [osee_p1] $ /bin/sh -xe /tmp/jenkins7109523252737970999.sh + cat /opt/tools/apache-maven/3.5.4/conf/settings.xml <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!-- | This is the configuration file for Maven. It can be specified at two levels: | | 1. User Level. This settings.xml file provides configuration for a single user, | and is normally provided in ${user.home}/.m2/settings.xml. | | NOTE: This location can be overridden with the CLI option: | | -s /path/to/user/settings.xml | | 2. Global Level. This settings.xml file provides configuration for all Maven | users on a machine (assuming they're all using the same Maven | installation). It's normally provided in | ${maven.conf}/settings.xml. | | NOTE: This location can be overridden with the CLI option: | | -gs /path/to/global/settings.xml | | The sections in this sample file are intended to give you a running start at | getting the most out of your Maven installation. Where appropriate, the default | values (values used when the setting is not specified) are provided. | |--> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> <!-- localRepository | The path to the local repository maven will use to store artifacts. | | Default: ${user.home}/.m2/repository <localRepository>/path/to/local/repo</localRepository> --> <!-- interactiveMode | This will determine whether maven prompts you when it needs input. If set to false, | maven will use a sensible default value, perhaps based on some other setting, for | the parameter in question. | | Default: true <interactiveMode>true</interactiveMode> --> <!-- offline | Determines whether maven should attempt to connect to the network when executing a build. | This will have an effect on artifact downloads, artifact deployment, and others. | | Default: false <offline>false</offline> --> <!-- pluginGroups | This is a list of additional group identifiers that will be searched when resolving plugins by their prefix, i.e. | when invoking a command line like "mvn prefix:goal". Maven will automatically add the group identifiers | "org.apache.maven.plugins" and "org.codehaus.mojo" if these are not already contained in the list. |--> <pluginGroups> <!-- pluginGroup | Specifies a further group identifier to use for plugin lookup. <pluginGroup>com.your.plugins</pluginGroup> --> </pluginGroups> <!-- proxies | This is a list of proxies which can be used on this machine to connect to the network. | Unless otherwise specified (by system property or command-line switch), the first proxy | specification in this list marked as active will be used. |--> <proxies> <!-- proxy | Specification for one proxy, to be used in connecting to the network. | <proxy> <id>optional</id> <active>true</active> <protocol>http</protocol> <username>proxyuser</username> <password>proxypass</password> <host>proxy.host.net</host> <port>80</port> <nonProxyHosts>local.net|some.host.com</nonProxyHosts> </proxy> --> </proxies> <!-- servers | This is a list of authentication profiles, keyed by the server-id used within the system. | Authentication profiles can be used whenever maven must make a connection to a remote server. |--> <servers> <!-- server | Specifies the authentication information to use when connecting to a particular server, identified by | a unique name within the system (referred to by the 'id' attribute below). | | NOTE: You should either specify username/password OR privateKey/passphrase, since these pairings are | used together. | <server> <id>deploymentRepo</id> <username>repouser</username> <password>repopwd</password> </server> --> <!-- Another sample, using keys to authenticate. <server> <id>siteServer</id> <privateKey>/path/to/private/key</privateKey> <passphrase>optional; leave empty if not used.</passphrase> </server> --> </servers> <!-- mirrors | This is a list of mirrors to be used in downloading artifacts from remote repositories. | | It works like this: a POM may declare a repository to use in resolving certain artifacts. | However, this repository may have problems with heavy traffic at times, so people have mirrored | it to several places. | | That repository definition will have a unique id, so we can create a mirror reference for that | repository, to be used as an alternate download site. The mirror site will be the preferred | server for that repository. |--> <mirrors> <!-- mirror | Specifies a repository mirror site to use instead of a given repository. The repository that | this mirror serves has an ID that matches the mirrorOf element of this mirror. IDs are used | for inheritance and direct lookup purposes, and must be unique across the set of mirrors. | <mirror> <id>mirrorId</id> <mirrorOf>repositoryId</mirrorOf> <name>Human Readable Name for this Mirror.</name> <url>http://my.repository.com/repo/path</url> </mirror> --> </mirrors> <!-- profiles | This is a list of profiles which can be activated in a variety of ways, and which can modify | the build process. Profiles provided in the settings.xml are intended to provide local machine- | specific paths and repository locations which allow the build to work in the local environment. | | For example, if you have an integration testing plugin - like cactus - that needs to know where | your Tomcat instance is installed, you can provide a variable here such that the variable is | dereferenced during the build process to configure the cactus plugin. | | As noted above, profiles can be activated in a variety of ways. One way - the activeProfiles | section of this document (settings.xml) - will be discussed later. Another way essentially | relies on the detection of a system property, either matching a particular value for the property, | or merely testing its existence. Profiles can also be activated by JDK version prefix, where a | value of '1.4' might activate a profile when the build is executed on a JDK version of '1.4.2_07'. | Finally, the list of active profiles can be specified directly from the command line. | | NOTE: For profiles defined in the settings.xml, you are restricted to specifying only artifact | repositories, plugin repositories, and free-form properties to be used as configuration | variables for plugins in the POM. | |--> <profiles> <!-- profile | Specifies a set of introductions to the build process, to be activated using one or more of the | mechanisms described above. For inheritance purposes, and to activate profiles via <activatedProfiles/> | or the command line, profiles have to have an ID that is unique. | | An encouraged best practice for profile identification is to use a consistent naming convention | for profiles, such as 'env-dev', 'env-test', 'env-production', 'user-jdcasey', 'user-brett', etc. | This will make it more intuitive to understand what the set of introduced profiles is attempting | to accomplish, particularly when you only have a list of profile id's for debug. | | This profile example uses the JDK version to trigger activation, and provides a JDK-specific repo. <profile> <id>jdk-1.4</id> <activation> <jdk>1.4</jdk> </activation> <repositories> <repository> <id>jdk14</id> <name>Repository for JDK 1.4 builds</name> <url>http://www.myhost.com/maven/jdk14</url> <layout>default</layout> <snapshotPolicy>always</snapshotPolicy> </repository> </repositories> </profile> --> <!-- | Here is another profile, activated by the system property 'target-env' with a value of 'dev', | which provides a specific path to the Tomcat instance. To use this, your plugin configuration | might hypothetically look like: | | ... | <plugin> | <groupId>org.myco.myplugins</groupId> | <artifactId>myplugin</artifactId> | | <configuration> | <tomcatLocation>${tomcatPath}</tomcatLocation> | </configuration> | </plugin> | ... | | NOTE: If you just wanted to inject this configuration whenever someone set 'target-env' to | anything, you could just leave off the <value/> inside the activation-property. | <profile> <id>env-dev</id> <activation> <property> <name>target-env</name> <value>dev</value> </property> </activation> <properties> <tomcatPath>/path/to/tomcat/instance</tomcatPath> </properties> </profile> --> </profiles> <!-- activeProfiles | List of profiles that are active for all builds. | <activeProfiles> <activeProfile>alwaysActiveProfile</activeProfile> <activeProfile>anotherAlwaysActiveProfile</activeProfile> </activeProfiles> --> </settings> + cat /home/jenkins/.m2/settings.xml <?xml version="1.0" encoding="UTF-8"?> <settings> <interactiveMode>false</interactiveMode> <servers> <server> <id>repo.eclipse.org</id> <username>deployment</username> <password>{eE6Ip+W5yjsHrhos0MP49Ud2KVYEuGx0HdtyWfEHfKi1buxCBWzS8289SZssUdadAO7l/3bJj3HzqzdnYbibWw==}</password> </server> </servers> <mirrors> <mirror> <id>eclipse.maven.central.mirror</id> <name>Eclipse Central Proxy</name> <url>https://repo.eclipse.org/content/repositories/maven_central/</url> <mirrorOf>central</mirrorOf> </mirror> </mirrors> </settings> [osee_p1] $ /opt/tools/apache-maven/3.5.4/bin/mvn -f /home/jenkins/agent/workspace/osee_p1/org.eclipse.osee/plugins/org.eclipse.osee.parent/extras/pom.xml -DDELETE_MAVEN_REPO_BEFORE_BUILD=false "-DECLIPSE_IP_BUILD=org.eclipse.ip.p2-0.26.0-v20200918-DEV.zip org.eclipse.ip.p2-18.0.0.v201709271724-DEV.zip" -DDEV_BRANCH=dev -D_JAVA_OPTIONS=-XX:MaxRAMPercentage=21.0 -DSKIP_IP_DOWNLOAD_IF_FILE_FOUND=false -Dskiptests=false -DEXTERNAL_IP_URL=https://github.com/osee-dev/osee.external.releases/raw/master/org.eclipse.ip -Dversion=CHANGEME -DBUILD_ALIAS=-DEV -Dpost_to_eclipse=false -Dworkspace-root-path=/home/jenkins/agent/workspace/osee_p1 "-Dexternal-eclipse-ip-site=https://github.com/osee-dev/osee.external.releases/raw/master/org.eclipse.ip/org.eclipse.ip.p2-0.26.0-v20200918-DEV.zip org.eclipse.ip.p2-18.0.0.v201709271724-DEV.zip" -Dskip-download-if-exists=false -Dmaven.repo.local=/home/jenkins/agent/workspace/osee_p1/.repository clean verify -U -B -X Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=21.0 Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z) Maven home: /opt/tools/apache-maven/3.5.4 Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [DEBUG] Created new class realm maven.api [DEBUG] Importing foreign packages into class realm maven.api [DEBUG] Imported: javax.annotation.* < plexus.core [DEBUG] Imported: javax.annotation.security.* < plexus.core [DEBUG] Imported: javax.enterprise.inject.* < plexus.core [DEBUG] Imported: javax.enterprise.util.* < plexus.core [DEBUG] Imported: javax.inject.* < plexus.core [DEBUG] Imported: org.apache.maven.* < plexus.core [DEBUG] Imported: org.apache.maven.artifact < plexus.core [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [DEBUG] Imported: org.apache.maven.cli < plexus.core [DEBUG] Imported: org.apache.maven.configuration < plexus.core [DEBUG] Imported: org.apache.maven.exception < plexus.core [DEBUG] Imported: org.apache.maven.execution < plexus.core [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [DEBUG] Imported: org.apache.maven.model < plexus.core [DEBUG] Imported: org.apache.maven.monitor < plexus.core [DEBUG] Imported: org.apache.maven.plugin < plexus.core [DEBUG] Imported: org.apache.maven.profiles < plexus.core [DEBUG] Imported: org.apache.maven.project < plexus.core [DEBUG] Imported: org.apache.maven.reporting < plexus.core [DEBUG] Imported: org.apache.maven.repository < plexus.core [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [DEBUG] Imported: org.apache.maven.settings < plexus.core [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [DEBUG] Imported: org.apache.maven.usability < plexus.core [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [DEBUG] Imported: org.codehaus.classworlds < plexus.core [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [DEBUG] Imported: org.eclipse.aether.* < plexus.core [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [DEBUG] Imported: org.eclipse.aether.version < plexus.core [DEBUG] Imported: org.fusesource.jansi.* < plexus.core [DEBUG] Imported: org.slf4j.* < plexus.core [DEBUG] Imported: org.slf4j.helpers.* < plexus.core [DEBUG] Imported: org.slf4j.spi.* < plexus.core [DEBUG] Populating class realm maven.api [INFO] Error stacktraces are turned on. [DEBUG] Message scheme: plain [DEBUG] Reading global settings from /opt/tools/apache-maven/3.5.4/conf/settings.xml [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml [DEBUG] Reading global toolchains from /opt/tools/apache-maven/3.5.4/conf/toolchains.xml [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml [DEBUG] Using local repository at /home/jenkins/agent/workspace/osee_p1/.repository [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/agent/workspace/osee_p1/.repository [INFO] Scanning for projects... [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2). [DEBUG] Extension realms for project org.eclipse.osee:org.eclipse.osee.extras:pom:0.16.0-SNAPSHOT: (none) [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null] [DEBUG] === REACTOR BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.osee:org.eclipse.osee.extras:pom:0.16.0-SNAPSHOT [DEBUG] Tasks: [clean, verify] [DEBUG] Style: Regular [DEBUG] ======================================================================= [INFO] [INFO] --------------< org.eclipse.osee:org.eclipse.osee.extras >-------------- [INFO] Building OSEE EXTRAS 0.16.0-SNAPSHOT [INFO] --------------------------------[ pom ]--------------------------------- [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/plugins/maven-clean-plugin/2.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/plugins/maven-plugins/22/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-parent/21/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-parent/21/maven-parent-21.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/apache/10/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/apache/10/apache-10.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/plugins/maven-clean-plugin/2.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/plugins/maven-antrun-plugin/1.6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/plugins/maven-plugins/18/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-parent/16/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-parent/16/maven-parent-16.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/apache/7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/apache/7/apache-7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/plugins/maven-antrun-plugin/1.6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.jar.lastUpdated [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.osee:org.eclipse.osee.extras:0.16.0-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [test] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <directory default-value="${project.build.directory}"/> <excludeDefaultDirectories default-value="false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories> <failOnError default-value="true">${maven.clean.failOnError}</failOnError> <followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks> <outputDirectory default-value="${project.build.outputDirectory}"/> <reportDirectory default-value="${project.reporting.outputDirectory}"/> <retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError> <skip default-value="false">${clean.skip}</skip> <testOutputDirectory default-value="${project.build.testOutputDirectory}"/> <verbose>${clean.verbose}</verbose> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-antrun-plugin:1.6:run (build-osee-server) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <localRepository>${localRepository}</localRepository> <pluginArtifacts>${plugin.artifacts}</pluginArtifacts> <project>${project}</project> <sourceRoot>${sourceRoot}</sourceRoot> <target> <property name="plugin_classpath" refid="maven.plugin.classpath"/> <taskdef resource="net/sf/antcontrib/antlib.xml"> <classpath> <pathelement path="${classpath}"/> <pathelement path="${plugin_classpath}"/> </classpath> </taskdef> <property environment="env"/> <if> <isset property="http.proxyHost"/> <then> <echo message="Set Proxy: [${http.proxyHost}:${http.proxyPort}]"/> <echo message="Exclude ProxyHosts: [${http.nonProxyHosts}]"/> <setproxy proxyport="${http.proxyPort}" nonproxyhosts="${http.nonProxyHosts}" proxyhost="${http.proxyHost}"/> </then> </if> <property name="ip-site-base-repo-path" value="/home/jenkins/agent/workspace/osee_p1/org.eclipse.ip/org.eclipse.ip.p2/target"/> <property name="ip-site-repo-path" value="${ip-site-base-repo-path}/repository"/> <property name="ip-site-zip-path" value="${ip-site-base-repo-path}/org.eclipse.ip.p2-1.0.0.v201308231617-DEV.zip"/> <echo message="Setting up Eclipse IP Repo from: [https://github.com/osee-dev/osee.external.releases/raw/master/org.eclipse.ip/org.eclipse.ip.p2-0.26.0-v20200918-DEV.zip org.eclipse.ip.p2-18.0.0.v201709271724-DEV.zip]"/> <echo message=" to: [${ip-site-base-repo-path}]"/> <delete dir="${ip-site-repo-path}"/> <mkdir dir="${ip-site-repo-path}"/> <get skipexisting="false" src="https://github.com/osee-dev/osee.external.releases/raw/master/org.eclipse.ip/org.eclipse.ip.p2-0.26.0-v20200918-DEV.zip org.eclipse.ip.p2-18.0.0.v201709271724-DEV.zip" dest="${ip-site-zip-path}"/> <unzip src="${ip-site-zip-path}" dest="${ip-site-repo-path}" overwrite="true"/> </target> <testSourceRoot>${testSourceRoot}</testSourceRoot> <versionsPropertyName default-value="maven.project.dependencies.versions"/> </configuration> [DEBUG] ======================================================================= [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=38026, ConflictMarker.markTime=290092, ConflictMarker.nodeCount=1, ConflictIdSorter.graphTime=26163, ConflictIdSorter.topsortTime=416309, ConflictIdSorter.conflictIdCount=0, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1134537, ConflictResolver.conflictItemCount=0, DefaultDependencyCollector.collectTime=208267, DefaultDependencyCollector.transformTime=3232000} [DEBUG] org.eclipse.osee:org.eclipse.osee.extras:pom:0.16.0-SNAPSHOT [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.osee.extras --- [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-plugin-api/2.0.6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven/2.0.6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-parent/5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-parent/5/maven-parent-5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/apache/3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/apache/3/apache-3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-utils/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/sonatype/spice/spice-parent/16/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/sonatype/spice/spice-parent/16/spice-parent-16.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/sonatype/forge/forge-parent/5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom.lastUpdated [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=433838, ConflictMarker.markTime=45537, ConflictMarker.nodeCount=3, ConflictIdSorter.graphTime=54776, ConflictIdSorter.topsortTime=13714, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=750122, ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=109300580, DefaultDependencyCollector.transformTime=1332056} [DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.5: [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0:compile [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-plugin-api/2.0.6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-utils/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar.lastUpdated [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5 [DEBUG] Imported: < maven.api [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5 [DEBUG] Included: org.apache.maven.plugins:maven-clean-plugin:jar:2.5 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0 [DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.5, parent: sun.misc.Launcher$AppClassLoader@7852e922] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configurator --> [DEBUG] (f) directory = /home/jenkins/agent/workspace/osee_p1/org.eclipse.osee/plugins/org.eclipse.osee.parent/extras/target [DEBUG] (f) excludeDefaultDirectories = false [DEBUG] (f) failOnError = true [DEBUG] (f) followSymLinks = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/osee_p1/org.eclipse.osee/plugins/org.eclipse.osee.parent/extras/target/classes [DEBUG] (f) reportDirectory = /home/jenkins/agent/workspace/osee_p1/org.eclipse.osee/plugins/org.eclipse.osee.parent/extras/target/site [DEBUG] (f) retryOnError = true [DEBUG] (f) skip = false [DEBUG] (f) testOutputDirectory = /home/jenkins/agent/workspace/osee_p1/org.eclipse.osee/plugins/org.eclipse.osee.parent/extras/target/test-classes [DEBUG] -- end configuration -- [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/osee_p1/org.eclipse.osee/plugins/org.eclipse.osee.parent/extras/target [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/osee_p1/org.eclipse.osee/plugins/org.eclipse.osee.parent/extras/target/classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/osee_p1/org.eclipse.osee/plugins/org.eclipse.osee.parent/extras/target/test-classes [DEBUG] Skipping non-existing directory /home/jenkins/agent/workspace/osee_p1/org.eclipse.osee/plugins/org.eclipse.osee.parent/extras/target/site [INFO] [INFO] --- maven-antrun-plugin:1.6:run (build-osee-server) @ org.eclipse.osee.extras --- [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/ant-contrib/ant-contrib/1.0b3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/com/jcraft/jsch/0.1.42/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/com/jcraft/jsch/0.1.42/jsch-0.1.42.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-jsch/1.8.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-jsch/1.8.2/ant-jsch-1.8.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-parent/1.8.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant/1.8.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant/1.8.2/ant-1.8.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-launcher/1.8.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/commons-net/commons-net/1.4.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/commons-net/commons-net/1.4.1/commons-net-1.4.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/oro/oro/2.0.8/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/oro/oro/2.0.8/oro-2.0.8.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-commons-net/1.7.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-commons-net/1.7.0/ant-commons-net-1.7.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-parent/1.7.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant/1.7.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant/1.7.0/ant-1.7.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-launcher/1.7.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/commons-net/commons-net/1.4.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/commons-net/commons-net/1.4.0/commons-net-1.4.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-plugin-api/2.0.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven/2.0.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven/2.0.11/maven-2.0.11.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-parent/12/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-parent/12/maven-parent-12.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/apache/6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/apache/6/apache-6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-project/2.0.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-settings/2.0.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-model/2.0.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-utils/1.5.6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus/1.0.12/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-interpolation/1.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus/1.0.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-containers/1.0.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus/1.0.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/junit/junit/3.8.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/junit/junit/3.8.1/junit-3.8.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-utils/1.0.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom.lastUpdated [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2). [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/classworlds/classworlds/1.1-alpha-2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-profile/2.0.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-artifact-manager/2.0.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-repository-metadata/2.0.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-artifact/2.0.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-plugin-registry/2.0.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-utils/2.0.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus/2.0.6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-nodeps/1.8.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-parent/1.8.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant/1.8.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant/1.8.1/ant-1.8.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-launcher/1.8.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom.lastUpdated [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=142366, ConflictMarker.markTime=72438, ConflictMarker.nodeCount=49, ConflictIdSorter.graphTime=56135, ConflictIdSorter.topsortTime=15124, ConflictIdSorter.conflictIdCount=24, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=982848, ConflictResolver.conflictItemCount=46, DefaultDependencyCollector.collectTime=570986716, DefaultDependencyCollector.transformTime=1284541} [DEBUG] org.apache.maven.plugins:maven-antrun-plugin:jar:1.6: [DEBUG] ant-contrib:ant-contrib:jar:1.0b3:runtime [DEBUG] com.jcraft:jsch:jar:0.1.42:runtime [DEBUG] org.apache.ant:ant-jsch:jar:1.8.2:runtime [DEBUG] org.apache.ant:ant:jar:1.8.2:compile [DEBUG] org.apache.ant:ant-launcher:jar:1.8.2:compile [DEBUG] commons-net:commons-net:jar:1.4.1:runtime [DEBUG] oro:oro:jar:2.0.8:runtime [DEBUG] org.apache.ant:ant-commons-net:jar:1.7.0:runtime [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.11:compile [DEBUG] org.apache.maven:maven-project:jar:2.0.11:compile [DEBUG] org.apache.maven:maven-settings:jar:2.0.11:compile [DEBUG] org.apache.maven:maven-profile:jar:2.0.11:compile [DEBUG] org.apache.maven:maven-model:jar:2.0.11:compile [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.11:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.11:compile [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.11:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.1:compile [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [DEBUG] junit:junit:jar:3.8.1:compile [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile [DEBUG] org.apache.maven:maven-artifact:jar:2.0.11:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5:compile [DEBUG] org.apache.ant:ant-nodeps:jar:1.8.1:compile [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/ant-contrib/ant-contrib/1.0b3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/com/jcraft/jsch/0.1.42/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/com/jcraft/jsch/0.1.42/jsch-0.1.42.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-jsch/1.8.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-jsch/1.8.2/ant-jsch-1.8.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant/1.8.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant/1.8.2/ant-1.8.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-launcher/1.8.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/commons-net/commons-net/1.4.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/commons-net/commons-net/1.4.1/commons-net-1.4.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/oro/oro/2.0.8/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/oro/oro/2.0.8/oro-2.0.8.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-commons-net/1.7.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-commons-net/1.7.0/ant-commons-net-1.7.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-plugin-api/2.0.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-project/2.0.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-settings/2.0.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-profile/2.0.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-model/2.0.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-artifact-manager/2.0.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-repository-metadata/2.0.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-plugin-registry/2.0.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-interpolation/1.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/junit/junit/3.8.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/junit/junit/3.8.1/junit-3.8.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/classworlds/classworlds/1.1-alpha-2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-artifact/2.0.11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-utils/2.0.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-nodeps/1.8.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar.lastUpdated [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-antrun-plugin:1.6 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-antrun-plugin:1.6 [DEBUG] Imported: < maven.api [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-antrun-plugin:1.6 [DEBUG] Included: org.apache.maven.plugins:maven-antrun-plugin:jar:1.6 [DEBUG] Included: ant-contrib:ant-contrib:jar:1.0b3 [DEBUG] Included: com.jcraft:jsch:jar:0.1.42 [DEBUG] Included: org.apache.ant:ant-jsch:jar:1.8.2 [DEBUG] Included: org.apache.ant:ant:jar:1.8.2 [DEBUG] Included: org.apache.ant:ant-launcher:jar:1.8.2 [DEBUG] Included: commons-net:commons-net:jar:1.4.1 [DEBUG] Included: oro:oro:jar:2.0.8 [DEBUG] Included: org.apache.ant:ant-commons-net:jar:1.7.0 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.1 [DEBUG] Included: junit:junit:jar:3.8.1 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.5 [DEBUG] Included: org.apache.ant:ant-nodeps:jar:1.8.1 [DEBUG] Configuring mojo org.apache.maven.plugins:maven-antrun-plugin:1.6:run from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-antrun-plugin:1.6, parent: sun.misc.Launcher$AppClassLoader@7852e922] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-antrun-plugin:1.6:run' with basic configurator --> [DEBUG] (f) localRepository = id: local url: file:///home/jenkins/agent/workspace/osee_p1/.repository layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] [DEBUG] (f) pluginArtifacts = [org.apache.maven.plugins:maven-antrun-plugin:maven-plugin:1.6:, ant-contrib:ant-contrib:jar:1.0b3:runtime, com.jcraft:jsch:jar:0.1.42:runtime, org.apache.ant:ant-jsch:jar:1.8.2:runtime, org.apache.ant:ant:jar:1.8.2:compile, org.apache.ant:ant-launcher:jar:1.8.2:compile, commons-net:commons-net:jar:1.4.1:runtime, oro:oro:jar:2.0.8:runtime, org.apache.ant:ant-commons-net:jar:1.7.0:runtime, org.apache.maven:maven-plugin-api:jar:2.0.11:compile, org.apache.maven:maven-project:jar:2.0.11:compile, org.apache.maven:maven-settings:jar:2.0.11:compile, org.apache.maven:maven-profile:jar:2.0.11:compile, org.apache.maven:maven-model:jar:2.0.11:compile, org.apache.maven:maven-artifact-manager:jar:2.0.11:compile, org.apache.maven:maven-repository-metadata:jar:2.0.11:compile, org.apache.maven:maven-plugin-registry:jar:2.0.11:compile, org.codehaus.plexus:plexus-interpolation:jar:1.1:compile, org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, junit:junit:jar:3.8.1:compile, classworlds:classworlds:jar:1.1-alpha-2:compile, org.apache.maven:maven-artifact:jar:2.0.11:compile, org.codehaus.plexus:plexus-utils:jar:2.0.5:compile, org.apache.ant:ant-nodeps:jar:1.8.1:compile] [DEBUG] (f) project = MavenProject: org.eclipse.osee:org.eclipse.osee.extras:0.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/osee_p1/org.eclipse.osee/plugins/org.eclipse.osee.parent/extras/pom.xml [DEBUG] (f) target = <target><property name="plugin_classpath" refid="maven.plugin.classpath"/> <taskdef resource="net/sf/antcontrib/antlib.xml"><classpath><pathelement path="${classpath}"/> <pathelement path="${plugin_classpath}"/> </classpath> </taskdef> <property environment="env"/> <if><isset property="http.proxyHost"/> <then><echo message="Set Proxy: [${http.proxyHost}:${http.proxyPort}]"/> <echo message="Exclude ProxyHosts: [${http.nonProxyHosts}]"/> <setproxy proxyport="${http.proxyPort}" nonproxyhosts="${http.nonProxyHosts}" proxyhost="${http.proxyHost}"/> </then> </if> <property name="ip-site-base-repo-path" value="/home/jenkins/agent/workspace/osee_p1/org.eclipse.ip/org.eclipse.ip.p2/target"/> <property name="ip-site-repo-path" value="${ip-site-base-repo-path}/repository"/> <property name="ip-site-zip-path" value="${ip-site-base-repo-path}/org.eclipse.ip.p2-1.0.0.v201308231617-DEV.zip"/> <echo message="Setting up Eclipse IP Repo from: [https://github.com/osee-dev/osee.external.releases/raw/master/org.eclipse.ip/org.eclipse.ip.p2-0.26.0-v20200918-DEV.zip org.eclipse.ip.p2-18.0.0.v201709271724-DEV.zip]"/> <echo message=" to: [${ip-site-base-repo-path}]"/> <delete dir="${ip-site-repo-path}"/> <mkdir dir="${ip-site-repo-path}"/> <get skipexisting="false" src="https://github.com/osee-dev/osee.external.releases/raw/master/org.eclipse.ip/org.eclipse.ip.p2-0.26.0-v20200918-DEV.zip org.eclipse.ip.p2-18.0.0.v201709271724-DEV.zip" dest="${ip-site-zip-path}"/> <unzip src="${ip-site-zip-path}" dest="${ip-site-repo-path}" overwrite="true"/> </target> [DEBUG] (f) versionsPropertyName = maven.project.dependencies.versions [DEBUG] -- end configuration -- Project base dir set to: /home/jenkins/agent/workspace/osee_p1/org.eclipse.osee/plugins/org.eclipse.osee.parent/extras Adding reference: maven.dependency.classpath Adding reference: maven.compile.classpath Adding reference: maven.runtime.classpath Adding reference: maven.test.classpath Adding reference: maven.plugin.classpath Adding reference: maven.project Adding reference: maven.project.helper Adding reference: maven.local.repository [DEBUG] Initialize Maven Ant Tasks parsing buildfile jar:file:/home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.jar!/org/apache/maven/ant/tasks/antlib.xml with URI = jar:file:/home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.jar!/org/apache/maven/ant/tasks/antlib.xml from a zip file parsing buildfile jar:file:/home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant/1.8.2/ant-1.8.2.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant/1.8.2/ant-1.8.2.jar!/org/apache/tools/ant/antlib.xml from a zip file Class org.apache.maven.ant.tasks.AttachArtifactTask loaded from parent loader (parentFirst) +Datatype attachartifact org.apache.maven.ant.tasks.AttachArtifactTask Class org.apache.maven.ant.tasks.DependencyFilesetsTask loaded from parent loader (parentFirst) +Datatype dependencyfilesets org.apache.maven.ant.tasks.DependencyFilesetsTask Setting project property: maven-antrun-version -> 1.6 Overriding previous definition of property "workspace-root-path" Setting project property: workspace-root-path -> /home/jenkins/agent/workspace/osee_p1/org.eclipse.osee/plugins/org.eclipse.osee.parent/extras/target/../../../../.. Setting project property: eclipse-ip-site-version -> 1.0.0.v201308231617-DEV Setting project property: ant-jsch-version -> 1.8.2 Setting project property: ant-commons-net-version -> 1.7.0 Setting project property: project.reporting.outputEncoding -> UTF-8 Overriding previous definition of property "skip-download-if-exists" Setting project property: skip-download-if-exists -> true Setting project property: project.build.sourceEncoding -> UTF-8 Overriding previous definition of property "external-eclipse-ip-site" Setting project property: external-eclipse-ip-site -> http://osee-external.googlecode.com/files/org.eclipse.ip.p2-1.0.0.v201308231617-DEV.zip Setting project property: commons-net-version -> 1.4.1 Setting project property: ant-contrib-version -> 1.0b3 Setting project property: jsch-version -> 0.1.42 Setting project property: ant.file -> /home/jenkins/agent/workspace/osee_p1/org.eclipse.osee/plugins/org.eclipse.osee.parent/extras/pom.xml [DEBUG] Setting properties with prefix: Setting project property: project.groupId -> org.eclipse.osee Setting project property: project.artifactId -> org.eclipse.osee.extras Setting project property: project.name -> OSEE EXTRAS Setting project property: project.description -> null Setting project property: project.version -> 0.16.0-SNAPSHOT Setting project property: project.packaging -> pom Setting project property: project.build.directory -> /home/jenkins/agent/workspace/osee_p1/org.eclipse.osee/plugins/org.eclipse.osee.parent/extras/target Setting project property: project.build.outputDirectory -> /home/jenkins/agent/workspace/osee_p1/org.eclipse.osee/plugins/org.eclipse.osee.parent/extras/target/classes Setting project property: project.build.testOutputDirectory -> /home/jenkins/agent/workspace/osee_p1/org.eclipse.osee/plugins/org.eclipse.osee.parent/extras/target/test-classes Setting project property: project.build.sourceDirectory -> /home/jenkins/agent/workspace/osee_p1/org.eclipse.osee/plugins/org.eclipse.osee.parent/extras/src Setting project property: project.build.testSourceDirectory -> /home/jenkins/agent/workspace/osee_p1/org.eclipse.osee/plugins/org.eclipse.osee.parent/extras/src/test/java Setting project property: localRepository -> id: local url: file:///home/jenkins/agent/workspace/osee_p1/.repository layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] Setting project property: settings.localRepository -> /home/jenkins/agent/workspace/osee_p1/.repository Setting project property: maven.project.dependencies.versions -> [INFO] Executing tasks Build sequence for target(s) `main' is [main] Complete build sequence is [main, ] main: Setting project property: plugin_classpath -> /home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.jar:/home/jenkins/agent/workspace/osee_p1/.repository/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar:/home/jenkins/agent/workspace/osee_p1/.repository/com/jcraft/jsch/0.1.42/jsch-0.1.42.jar:/home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-jsch/1.8.2/ant-jsch-1.8.2.jar:/home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant/1.8.2/ant-1.8.2.jar:/home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar:/home/jenkins/agent/workspace/osee_p1/.repository/commons-net/commons-net/1.4.1/commons-net-1.4.1.jar:/home/jenkins/agent/workspace/osee_p1/.repository/oro/oro/2.0.8/oro-2.0.8.jar:/home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-commons-net/1.7.0/ant-commons-net-1.7.0.jar:/home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar:/home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar:/home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar:/home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar:/home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar:/home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar:/home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar:/home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar:/home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar:/home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar:/home/jenkins/agent/workspace/osee_p1/.repository/junit/junit/3.8.1/junit-3.8.1.jar:/home/jenkins/agent/workspace/osee_p1/.repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar:/home/jenkins/agent/workspace/osee_p1/.repository/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar:/home/jenkins/agent/workspace/osee_p1/.repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar:/home/jenkins/agent/workspace/osee_p1/.repository/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar Property "classpath" has not been set dropping /home/jenkins/agent/workspace/osee_p1/org.eclipse.osee/plugins/org.eclipse.osee.parent/extras/${classpath} from path as it doesn't exist parsing buildfile jar:file:/home/jenkins/agent/workspace/osee_p1/.repository/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar!/net/sf/antcontrib/antlib.xml with URI = jar:file:/home/jenkins/agent/workspace/osee_p1/.repository/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar!/net/sf/antcontrib/antlib.xml from a zip file Class net.sf.antcontrib.property.PropertyCopy loaded from parent loader (parentFirst) +Datatype propertycopy net.sf.antcontrib.property.PropertyCopy Class net.sf.antcontrib.platform.ShellScriptTask loaded from parent loader (parentFirst) +Datatype shellscript net.sf.antcontrib.platform.ShellScriptTask Class net.sf.antcontrib.property.PathToFileSet loaded from parent loader (parentFirst) +Datatype pathtofileset net.sf.antcontrib.property.PathToFileSet Class net.sf.antcontrib.logic.RunTargetTask loaded from parent loader (parentFirst) +Datatype runtarget net.sf.antcontrib.logic.RunTargetTask Class net.sf.antcontrib.antserver.client.ClientTask loaded from parent loader (parentFirst) +Datatype remoteant net.sf.antcontrib.antserver.client.ClientTask Class net.sf.antcontrib.property.RegexTask loaded from parent loader (parentFirst) +Datatype propertyregex net.sf.antcontrib.property.RegexTask Class net.sf.antcontrib.logic.Assert loaded from parent loader (parentFirst) +Datatype assert net.sf.antcontrib.logic.Assert Class net.sf.antcontrib.math.MathTask loaded from parent loader (parentFirst) +Datatype math net.sf.antcontrib.math.MathTask Class net.sf.antcontrib.logic.TryCatchTask loaded from parent loader (parentFirst) +Datatype trycatch net.sf.antcontrib.logic.TryCatchTask Class net.sf.antcontrib.antserver.server.ServerTask loaded from parent loader (parentFirst) +Datatype antserver net.sf.antcontrib.antserver.server.ServerTask Class net.sf.antcontrib.logic.AntCallBack loaded from parent loader (parentFirst) +Datatype antcallback net.sf.antcontrib.logic.AntCallBack Class net.sf.antcontrib.walls.CompileWithWalls loaded from parent loader (parentFirst) +Datatype compilewithwalls net.sf.antcontrib.walls.CompileWithWalls Class net.sf.antcontrib.logic.OutOfDate loaded from parent loader (parentFirst) +Datatype outofdate net.sf.antcontrib.logic.OutOfDate Class net.sf.antcontrib.platform.OsFamily loaded from parent loader (parentFirst) +Datatype osfamily net.sf.antcontrib.platform.OsFamily Class net.sf.antcontrib.perf.StopWatchTask loaded from parent loader (parentFirst) +Datatype stopwatch net.sf.antcontrib.perf.StopWatchTask Class net.sf.antcontrib.logic.Throw loaded from parent loader (parentFirst) +Datatype throw net.sf.antcontrib.logic.Throw Class net.sf.antcontrib.antclipse.ClassPathTask loaded from parent loader (parentFirst) +Datatype antclipse net.sf.antcontrib.antclipse.ClassPathTask Class net.sf.antcontrib.property.URLEncodeTask loaded from parent loader (parentFirst) +Datatype urlencode net.sf.antcontrib.property.URLEncodeTask Class net.sf.antcontrib.logic.TimestampSelector loaded from parent loader (parentFirst) +Datatype timestampselector net.sf.antcontrib.logic.TimestampSelector Class net.sf.antcontrib.logic.ForEach loaded from parent loader (parentFirst) +Datatype foreach net.sf.antcontrib.logic.ForEach Class net.sf.antcontrib.logic.IfTask loaded from parent loader (parentFirst) +Datatype if net.sf.antcontrib.logic.IfTask Class net.sf.antcontrib.property.PropertySelector loaded from parent loader (parentFirst) +Datatype propertyselector net.sf.antcontrib.property.PropertySelector Class net.sf.antcontrib.property.SortList loaded from parent loader (parentFirst) +Datatype sortlist net.sf.antcontrib.property.SortList Class net.sf.antcontrib.logic.AntFetch loaded from parent loader (parentFirst) +Datatype antfetch net.sf.antcontrib.logic.AntFetch Class net.sf.antcontrib.net.PostTask loaded from parent loader (parentFirst) +Datatype post net.sf.antcontrib.net.PostTask Class net.sf.antcontrib.process.ForgetTask loaded from parent loader (parentFirst) +Datatype forget net.sf.antcontrib.process.ForgetTask Class net.sf.antcontrib.process.Limit loaded from parent loader (parentFirst) +Datatype limit net.sf.antcontrib.process.Limit Class net.sf.antcontrib.logic.Switch loaded from parent loader (parentFirst) +Datatype switch net.sf.antcontrib.logic.Switch Class net.sf.antcontrib.logic.Relentless loaded from parent loader (parentFirst) +Datatype relentless net.sf.antcontrib.logic.Relentless Class net.sf.antcontrib.property.Variable loaded from parent loader (parentFirst) +Datatype var net.sf.antcontrib.property.Variable Class net.sf.antcontrib.inifile.IniFileTask loaded from parent loader (parentFirst) +Datatype inifile net.sf.antcontrib.inifile.IniFileTask Class net.sf.antcontrib.design.VerifyDesign loaded from parent loader (parentFirst) +Datatype verifydesign net.sf.antcontrib.design.VerifyDesign +Datatype for net.sf.antcontrib.logic.ForTask +Datatype httpState net.sf.antcontrib.net.httpclient.HttpStateType +Datatype httpClient net.sf.antcontrib.net.httpclient.HttpClientType +Datatype getCookie net.sf.antcontrib.net.httpclient.GetCookieTask +Datatype addCookie net.sf.antcontrib.net.httpclient.AddCookieTask +Datatype clearCookies net.sf.antcontrib.net.httpclient.ClearCookiesTask +Datatype addCredentials net.sf.antcontrib.net.httpclient.AddCredentialsTask +Datatype clearCredentials net.sf.antcontrib.net.httpclient.ClearCredentialsTask +Datatype purgeExpiredCookies net.sf.antcontrib.net.httpclient.PurgeExpiredCookiesTask +Datatype postMethod net.sf.antcontrib.net.httpclient.PostMethodTask +Datatype getMethod net.sf.antcontrib.net.httpclient.GetMethodTask +Datatype headMethod net.sf.antcontrib.net.httpclient.HeadMethodTask +Datatype importurl net.sf.antcontrib.net.URLImportTask parsing buildfile jar:file:/home/jenkins/agent/workspace/osee_p1/.repository/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar!/net/sf/antcontrib/antlib.xml with URI = jar:file:/home/jenkins/agent/workspace/osee_p1/.repository/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar!/net/sf/antcontrib/antlib.xml from a zip file Class net.sf.antcontrib.logic.ForTask loaded from parent loader (parentFirst) Class net.sf.antcontrib.logic.ForTask loaded from parent loader (parentFirst) Class net.sf.antcontrib.net.httpclient.HttpStateType loaded from parent loader (parentFirst) Class net.sf.antcontrib.net.httpclient.HttpStateType loaded from parent loader (parentFirst) Class net.sf.antcontrib.net.httpclient.HttpClientType loaded from parent loader (parentFirst) Class net.sf.antcontrib.net.httpclient.HttpClientType loaded from parent loader (parentFirst) Class net.sf.antcontrib.net.httpclient.GetCookieTask loaded from parent loader (parentFirst) Class net.sf.antcontrib.net.httpclient.GetCookieTask loaded from parent loader (parentFirst) Class net.sf.antcontrib.net.httpclient.AddCookieTask loaded from parent loader (parentFirst) Class net.sf.antcontrib.net.httpclient.AddCookieTask loaded from parent loader (parentFirst) Class net.sf.antcontrib.net.httpclient.ClearCookiesTask loaded from parent loader (parentFirst) Class net.sf.antcontrib.net.httpclient.ClearCookiesTask loaded from parent loader (parentFirst) Class net.sf.antcontrib.net.httpclient.AddCredentialsTask loaded from parent loader (parentFirst) Class net.sf.antcontrib.net.httpclient.AddCredentialsTask loaded from parent loader (parentFirst) Class net.sf.antcontrib.net.httpclient.ClearCredentialsTask loaded from parent loader (parentFirst) Class net.sf.antcontrib.net.httpclient.ClearCredentialsTask loaded from parent loader (parentFirst) Class net.sf.antcontrib.net.httpclient.PurgeExpiredCookiesTask loaded from parent loader (parentFirst) Class net.sf.antcontrib.net.httpclient.PurgeExpiredCookiesTask loaded from parent loader (parentFirst) Class net.sf.antcontrib.net.httpclient.PostMethodTask loaded from parent loader (parentFirst) Class net.sf.antcontrib.net.httpclient.PostMethodTask loaded from parent loader (parentFirst) Class net.sf.antcontrib.net.httpclient.GetMethodTask loaded from parent loader (parentFirst) Class net.sf.antcontrib.net.httpclient.GetMethodTask loaded from parent loader (parentFirst) Class net.sf.antcontrib.net.httpclient.HeadMethodTask loaded from parent loader (parentFirst) Class net.sf.antcontrib.net.httpclient.HeadMethodTask loaded from parent loader (parentFirst) Class net.sf.antcontrib.net.URLImportTask loaded from parent loader (parentFirst) Class net.sf.antcontrib.net.URLImportTask loaded from parent loader (parentFirst) [property] Loading Environment env. Setting project property: env.TERM -> xterm Setting project property: env.JENKINS_REMOTING_JAVA_OPTS -> -showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true Setting project property: env.KUBERNETES_PORT_443_TCP_ADDR -> 172.30.40.1 Setting project property: env.BUILD_TAG -> jenkins-osee_p1-3 Setting project property: env.USER_NAME -> jenkins Setting project property: env.EXECUTOR_NUMBER -> 0 Setting project property: env.HUDSON_URL -> https://ci.eclipse.org/osee/ Setting project property: env.JENKINS_HOME -> /var/jenkins Setting project property: env.JENKINS_SECRET -> d4e437f565d5952564efa37185849147ec94b0054de61c9f554b19d9153b2a1b Setting project property: env.SKIP_IP_DOWNLOAD_IF_FILE_FOUND -> false Setting project property: env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT -> 50000 Setting project property: env.JOB_DISPLAY_URL -> https://ci.eclipse.org/osee/job/osee_p1/display/redirect Setting project property: env.KUBERNETES_PORT_53_UDP -> udp://172.30.40.1:53 Setting project property: env.JAVA_HOME -> /opt/tools/java/oracle/jdk-8/latest Setting project property: env.EXTERNAL_IP_URL -> https://github.com/osee-dev/osee.external.releases/raw/master/org.eclipse.ip Setting project property: env.JENKINS_UI_PORT_80_TCP_ADDR -> 172.30.40.20 Setting project property: env.JENKINS_SERVER_COOKIE -> a01fb4b4cfecf0c0 Setting project property: env.KUBERNETES_PORT_53_UDP_ADDR -> 172.30.40.1 Setting project property: env.GIT_URL -> https://git.eclipse.org/r/osee/org.eclipse.osee Setting project property: env.KUBERNETES_PORT_53_TCP -> tcp://172.30.40.1:53 Setting project property: env.KUBERNETES_PORT_443_TCP_PROTO -> tcp Setting project property: env.KUBERNETES_PORT_53_TCP_PORT -> 53 Setting project property: env.PATH -> /opt/tools/apache-maven/3.5.4/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin Setting project property: env.MAVEN_TERMINATE_CMD -> on Setting project property: env.JENKINS_UI_PORT_80_TCP_PROTO -> tcp Setting project property: env.GIT_BRANCH -> origin/P1_Dec2 Setting project property: env.BUILD_URL -> https://ci.eclipse.org/osee/job/osee_p1/3/ Setting project property: env.JOB_URL -> https://ci.eclipse.org/osee/job/osee_p1/ Setting project property: env._JAVA_OPTIONS -> -XX:MaxRAMPercentage=21.0 Setting project property: env.JENKINS_UI_PORT_80_TCP_PORT -> 80 Setting project property: env.HOSTNAME -> centos-7-qfgm3 Setting project property: env.SHLVL -> 0 Setting project property: env.NODE_LABELS -> centos-7 centos-7-qfgm3 jipp-migration migration Setting project property: env.KUBERNETES_PORT_53_TCP_PROTO -> tcp Setting project property: env.SSH_AUTH_SOCK -> /tmp/ssh-3ubdrrmeC5v0/agent.51 Setting project property: env.WORKSPACE -> /home/jenkins/agent/workspace/osee_p1 Setting project property: env.version -> CHANGEME Setting project property: env.RUN_CHANGES_DISPLAY_URL -> https://ci.eclipse.org/osee/job/osee_p1/3/display/redirect?page=changes Setting project property: env.BUILD_ID -> 3 Setting project property: env.JOB_NAME -> osee_p1 Setting project property: env.DELETE_MAVEN_REPO_BEFORE_BUILD -> false Setting project property: env.HUDSON_HOME -> /var/jenkins Setting project property: env.JENKINS_TUNNEL -> jenkins-discovery.osee.svc.cluster.local:50000 Setting project property: env.MAVEN_OPTS -> -Xms256m -Xmx3G -XX:MaxPermSize=128m Setting project property: env.XAUTHORITY -> /home/jenkins/agent/workspace/osee_p1/.Xauthority-4390420060187185929 Setting project property: env.BUILD_NUMBER -> 3 Setting project property: env.OLDPWD -> /home/jenkins/agent/workspace/osee_p1 Setting project property: env.HUDSON_SERVER_COOKIE -> a01fb4b4cfecf0c0 Setting project property: env.KUBERNETES_PORT_53_UDP_PROTO -> udp Setting project property: env.ECLIPSE_IP_BUILD -> org.eclipse.ip.p2-0.26.0-v20200918-DEV.zip org.eclipse.ip.p2-18.0.0.v201709271724-DEV.zip Setting project property: env.PWD -> /home/jenkins/agent/workspace/osee_p1 Setting project property: env.LANG -> en_US.UTF-8 Setting project property: env.HOME -> /home/jenkins Setting project property: env.JENKINS_AGENT_WORKDIR -> /home/jenkins/agent Setting project property: env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO -> tcp Setting project property: env.KUBERNETES_PORT_443_TCP -> tcp://172.30.40.1:443 Setting project property: env.JENKINS_UI_SERVICE_PORT -> 80 Setting project property: env.JENKINS_NAME -> centos-7-qfgm3 Setting project property: env.KUBERNETES_SERVICE_PORT_HTTPS -> 443 Setting project property: env.RUN_DISPLAY_URL -> https://ci.eclipse.org/osee/job/osee_p1/3/display/redirect Setting project property: env.DISPLAY -> :79 Setting project property: env.KUBERNETES_PORT_443_TCP_PORT -> 443 Setting project property: env.JENKINS_DISCOVERY_SERVICE_PORT -> 50000 Setting project property: env.JENKINS_AGENT_NAME -> centos-7-qfgm3 Setting project property: env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP -> 50000 Setting project property: env.KUBERNETES_PORT_53_UDP_PORT -> 53 Setting project property: env.BUILD_ALIAS -> -DEV Setting project property: env.KUBERNETES_SERVICE_PORT_DNS_TCP -> 53 Setting project property: env.JENKINS_UI_SERVICE_HOST -> 172.30.40.20 Setting project property: env.OPENJ9_JAVA_OPTIONS -> -XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle Setting project property: env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR -> 172.30.40.227 Setting project property: env.post_to_eclipse -> false Setting project property: env.HUDSON_COOKIE -> b455fc4f-9ef2-4016-b779-a8cc7425358f Setting project property: env.MAVEN_HOME -> /opt/tools/apache-maven/3.5.4 Setting project property: env.GIT_PREVIOUS_COMMIT -> 4210cf7266cdc0352a4d352c32ff18b82ab4715c Setting project property: env.JENKINS_URL -> https://ci.eclipse.org/osee/ Setting project property: env.KUBERNETES_PORT_53_TCP_ADDR -> 172.30.40.1 Setting project property: env.JENKINS_UI_PORT_80_TCP -> tcp://172.30.40.20:80 Setting project property: env.GIT_COMMIT -> 4210cf7266cdc0352a4d352c32ff18b82ab4715c Setting project property: env.KUBERNETES_SERVICE_PORT_DNS -> 53 Setting project property: env.KUBERNETES_SERVICE_PORT -> 443 Setting project property: env.NODE_NAME -> centos-7-qfgm3 Setting project property: env.BUILD_DISPLAY_NAME -> #3 Setting project property: env.JENKINS_UI_SERVICE_PORT_HTTP -> 80 Setting project property: env.DEV_BRANCH -> dev Setting project property: env.skiptests -> false Setting project property: env.KUBERNETES_PORT -> tcp://172.30.40.1:443 Setting project property: env.M2_HOME -> /opt/tools/apache-maven/3.5.4 Setting project property: env.MAVEN_CMD_LINE_ARGS -> -V -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn --batch-mode -f /home/jenkins/agent/workspace/osee_p1/org.eclipse.osee/plugins/org.eclipse.osee.parent/extras/pom.xml -DDELETE_MAVEN_REPO_BEFORE_BUILD=false -DECLIPSE_IP_BUILD=org.eclipse.ip.p2-0.26.0-v20200918-DEV.zip org.eclipse.ip.p2-18.0.0.v201709271724-DEV.zip -DDEV_BRANCH=dev -D_JAVA_OPTIONS=-XX:MaxRAMPercentage=21.0 -DSKIP_IP_DOWNLOAD_IF_FILE_FOUND=false -Dskiptests=false -DEXTERNAL_IP_URL=https://github.com/osee-dev/osee.external.releases/raw/master/org.eclipse.ip -Dversion=CHANGEME -DBUILD_ALIAS=-DEV -Dpost_to_eclipse=false -Dworkspace-root-path=/home/jenkins/agent/workspace/osee_p1 -Dexternal-eclipse-ip-site=https://github.com/osee-dev/osee.external.releases/raw/master/org.eclipse.ip/org.eclipse.ip.p2-0.26.0-v20200918-DEV.zip org.eclipse.ip.p2-18.0.0.v201709271724-DEV.zip -Dskip-download-if-exists=false -Dmaven.repo.local=/home/jenkins/agent/workspace/osee_p1/.repository clean verify -U -B -X Setting project property: env.GIT_CHECKOUT_DIR -> org.eclipse.osee Setting project property: env.KUBERNETES_SERVICE_HOST -> 172.30.40.1 Setting project property: env.JENKINS_DISCOVERY_PORT_50000_TCP -> tcp://172.30.40.227:50000 Setting project property: env.JENKINS_DISCOVERY_PORT -> tcp://172.30.40.227:50000 Setting project property: env.WORKSPACE_TMP -> /home/jenkins/agent/workspace/osee_p1@tmp Setting project property: env.JENKINS_UI_PORT -> tcp://172.30.40.20:80 Setting project property: env.MAVEN_PROJECTBASEDIR -> /home/jenkins/agent/workspace/osee_p1/org.eclipse.osee/plugins/org.eclipse.osee.parent/extras Setting project property: env.JENKINS_DISCOVERY_SERVICE_HOST -> 172.30.40.227 Setting project property: env.JOB_BASE_NAME -> osee_p1 Class org.apache.tools.ant.taskdefs.condition.IsSet loaded from parent loader (parentFirst) Setting project property: ip-site-base-repo-path -> /home/jenkins/agent/workspace/osee_p1/org.eclipse.ip/org.eclipse.ip.p2/target Setting project property: ip-site-repo-path -> /home/jenkins/agent/workspace/osee_p1/org.eclipse.ip/org.eclipse.ip.p2/target/repository Setting project property: ip-site-zip-path -> /home/jenkins/agent/workspace/osee_p1/org.eclipse.ip/org.eclipse.ip.p2/target/org.eclipse.ip.p2-1.0.0.v201308231617-DEV.zip [echo] Setting up Eclipse IP Repo from: [https://github.com/osee-dev/osee.external.releases/raw/master/org.eclipse.ip/org.eclipse.ip.p2-0.26.0-v20200918-DEV.zip org.eclipse.ip.p2-18.0.0.v201709271724-DEV.zip] [echo] to: [/home/jenkins/agent/workspace/osee_p1/org.eclipse.ip/org.eclipse.ip.p2/target] [mkdir] Created dir: /home/jenkins/agent/workspace/osee_p1/org.eclipse.ip/org.eclipse.ip.p2/target/repository [get] Getting: https://github.com/osee-dev/osee.external.releases/raw/master/org.eclipse.ip/org.eclipse.ip.p2-0.26.0-v20200918-DEV.zip org.eclipse.ip.p2-18.0.0.v201709271724-DEV.zip [get] To: /home/jenkins/agent/workspace/osee_p1/org.eclipse.ip/org.eclipse.ip.p2/target/org.eclipse.ip.p2-1.0.0.v201308231617-DEV.zip [get] Error opening connection java.io.IOException: Server returned HTTP response code: 400 for URL: https://github.com/osee-dev/osee.external.releases/raw/master/org.eclipse.ip/org.eclipse.ip.p2-0.26.0-v20200918-DEV.zip org.eclipse.ip.p2-18.0.0.v201709271724-DEV.zip [get] Error opening connection java.io.IOException: Server returned HTTP response code: 400 for URL: https://github.com/osee-dev/osee.external.releases/raw/master/org.eclipse.ip/org.eclipse.ip.p2-0.26.0-v20200918-DEV.zip org.eclipse.ip.p2-18.0.0.v201709271724-DEV.zip [get] Error opening connection java.io.IOException: Server returned HTTP response code: 400 for URL: https://github.com/osee-dev/osee.external.releases/raw/master/org.eclipse.ip/org.eclipse.ip.p2-0.26.0-v20200918-DEV.zip org.eclipse.ip.p2-18.0.0.v201709271724-DEV.zip [get] Can't get https://github.com/osee-dev/osee.external.releases/raw/master/org.eclipse.ip/org.eclipse.ip.p2-0.26.0-v20200918-DEV.zip org.eclipse.ip.p2-18.0.0.v201709271724-DEV.zip to /home/jenkins/agent/workspace/osee_p1/org.eclipse.ip/org.eclipse.ip.p2/target/org.eclipse.ip.p2-1.0.0.v201308231617-DEV.zip [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.567 s [INFO] Finished at: 2021-01-08T16:19:53Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.6:run (build-osee-server) on project org.eclipse.osee.extras: An Ant BuildException has occured: Can't get https://github.com/osee-dev/osee.external.releases/raw/master/org.eclipse.ip/org.eclipse.ip.p2-0.26.0-v20200918-DEV.zip org.eclipse.ip.p2-18.0.0.v201709271724-DEV.zip to /home/jenkins/agent/workspace/osee_p1/org.eclipse.ip/org.eclipse.ip.p2/target/org.eclipse.ip.p2-1.0.0.v201308231617-DEV.zip -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.6:run (build-osee-server) on project org.eclipse.osee.extras: An Ant BuildException has occured: Can't get https://github.com/osee-dev/osee.external.releases/raw/master/org.eclipse.ip/org.eclipse.ip.p2-0.26.0-v20200918-DEV.zip org.eclipse.ip.p2-18.0.0.v201709271724-DEV.zip to /home/jenkins/agent/workspace/osee_p1/org.eclipse.ip/org.eclipse.ip.p2/target/org.eclipse.ip.p2-1.0.0.v201308231617-DEV.zip at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288) at org.apache.maven.cli.MavenCli.main (MavenCli.java:192) 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.MojoExecutionException: An Ant BuildException has occured: Can't get https://github.com/osee-dev/osee.external.releases/raw/master/org.eclipse.ip/org.eclipse.ip.p2-0.26.0-v20200918-DEV.zip org.eclipse.ip.p2-18.0.0.v201709271724-DEV.zip to /home/jenkins/agent/workspace/osee_p1/org.eclipse.ip/org.eclipse.ip.p2/target/org.eclipse.ip.p2-1.0.0.v201308231617-DEV.zip at org.apache.maven.plugin.antrun.AntRunMojo.execute (AntRunMojo.java:283) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288) at org.apache.maven.cli.MavenCli.main (MavenCli.java:192) 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.tools.ant.BuildException: Can't get https://github.com/osee-dev/osee.external.releases/raw/master/org.eclipse.ip/org.eclipse.ip.p2-0.26.0-v20200918-DEV.zip org.eclipse.ip.p2-18.0.0.v201709271724-DEV.zip to /home/jenkins/agent/workspace/osee_p1/org.eclipse.ip/org.eclipse.ip.p2/target/org.eclipse.ip.p2-1.0.0.v201308231617-DEV.zip at org.apache.tools.ant.taskdefs.Get$GetThread.downloadFile (Get.java:735) at org.apache.tools.ant.taskdefs.Get$GetThread.get (Get.java:586) at org.apache.tools.ant.taskdefs.Get$GetThread.run (Get.java:569) [ERROR] [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/MojoExecutionException Build step 'Invoke top-level Maven targets' marked build as failure Terminating xvnc. $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 53 killed; [ssh-agent] Stopped. Recording test results ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? Archiving artifacts Sending e-mails to: baily.e.roberts@boeing.com Finished: FAILURE