Console Output
Pull request #98 opened
Running as SYSTEM
Building on master in workspace /usr/share/tomcat8/.jenkins/jobs/DL-Learner Merge-M/branches/PR-98/workspace
using credential github-api
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/SmartDataAnalytics/DL-Learner.git
> git init /usr/share/tomcat8/.jenkins/jobs/DL-Learner Merge-M/branches/PR-98/workspace # timeout=10
Fetching upstream changes from https://github.com/SmartDataAnalytics/DL-Learner.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials
> git fetch --no-tags --progress -- https://github.com/SmartDataAnalytics/DL-Learner.git +refs/pull/98/head:refs/remotes/origin/PR-98 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
> git config remote.origin.url https://github.com/SmartDataAnalytics/DL-Learner.git # timeout=10
> git config --add remote.origin.fetch +refs/pull/98/head:refs/remotes/origin/PR-98 # timeout=10
> git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10
> git config remote.origin.url https://github.com/SmartDataAnalytics/DL-Learner.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/SmartDataAnalytics/DL-Learner.git
using GIT_ASKPASS to set credentials
> git fetch --no-tags --progress -- https://github.com/SmartDataAnalytics/DL-Learner.git +refs/pull/98/head:refs/remotes/origin/PR-98 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
> git rev-parse origin/PR-98^{commit} # timeout=10
> git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
Merging remotes/origin/develop commit 9d018bae30377aee469ce049460a6cf2b373ba1b into PR head commit c6c45d0a0a2df5b98e1b5e547bf0851b92366f4d
> git config core.sparsecheckout # timeout=10
> git checkout -f c6c45d0a0a2df5b98e1b5e547bf0851b92366f4d # timeout=10
> git remote # timeout=10
> git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials
> git merge 9d018bae30377aee469ce049460a6cf2b373ba1b # timeout=10
> git rev-parse HEAD^{commit} # timeout=10
Merge succeeded, producing c6c45d0a0a2df5b98e1b5e547bf0851b92366f4d
Checking out Revision c6c45d0a0a2df5b98e1b5e547bf0851b92366f4d (origin/PR-98)
> git config core.sparsecheckout # timeout=10
> git checkout -f c6c45d0a0a2df5b98e1b5e547bf0851b92366f4d # timeout=10
Commit message: "Bump xstream from 1.4.18 to 1.4.19 in /components-core"
First time build. Skipping changelog.
Run condition [Not] preventing prebuild for step [[Set GitHub commit status (universal)]]
[workspace] $ /bin/sh -xe /tmp/tomcat8-tomcat8-tmp/jenkins13420193804399380809.sh
+ MASTER=develop
+ remote=origin
+ git name-rev --name-only --always HEAD
+ current_branch=remotes/origin/PR-98
+ merge_branch=jenkins/integration/remotes/origin/PR-98
+ git branch -D jenkins/integration/remotes/origin/PR-98
error: branch 'jenkins/integration/remotes/origin/PR-98' not found.
+ true
+ git fetch -q origin +refs/heads/develop:origin/develop
+ git checkout origin/develop
warning: refname 'origin/develop' is ambiguous.
Previous HEAD position was c6c45d0a0 Bump xstream from 1.4.18 to 1.4.19 in /components-core
Switched to branch 'origin/develop'
+ git checkout -b jenkins/integration/remotes/origin/PR-98
Switched to a new branch 'jenkins/integration/remotes/origin/PR-98'
+ git clean -fdx
+ git merge --ff --no-edit --log --stat remotes/origin/PR-98
Updating 9d018bae3..c6c45d0a0
Fast-forward
components-core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Set GitHub commit status (universal)] PENDING on repos [GHRepository@592a7793[nodeId=MDEwOlJlcG9zaXRvcnkyMjY5MzUxNQ==,description=A tool for supervised Machine Learning in OWL and Description Logics,homepage=http://dl-learner.org,name=DL-Learner,fork=false,archived=false,size=255672,milestones={},language=Java,commits={},source=<null>,parent=<null>,url=https://api.github.com/repos/SmartDataAnalytics/DL-Learner,id=22693515,nodeId=<null>,createdAt=2014-08-06T18:29:54Z,updatedAt=2022-01-25T17:07:33Z]] (sha:c6c45d0) with context:jenkins-merge
Setting commit status on GitHub for https://github.com/SmartDataAnalytics/DL-Learner/commit/c6c45d0a0a2df5b98e1b5e547bf0851b92366f4d
Parsing POMs
using global settings config with name MyGlobalSettings
Replacing all maven server entries not found in credentials list is true
Discovered a new module org.dllearner:dllearner-parent DL Learner Parent Pom
Discovered a new module org.dllearner:components-core DL Learner Core Components
Discovered a new module org.dllearner:components-ext components-ext
Discovered a new module org.dllearner:interfaces dllearner-interfaces
Discovered a new module org.dllearner:interfaces-ext interfaces-ext
Discovered a new module org.dllearner:scripts Executable scripts
Modules changed, recalculating dependency graph
Established TCP socket on 39621
[workspace] $ /usr/lib/jvm/java-11-openjdk-amd64/bin/java -Xmx2048m -Xss512m -cp /usr/share/tomcat8/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.13.jar:/opt/maven/boot/plexus-classworlds-2.6.0.jar:/opt/maven/conf/logging jenkins.maven3.agent.Maven35Main /opt/maven /var/lib/tomcat8/webapps/jenkins/WEB-INF/lib/remoting-4.3.jar /usr/share/tomcat8/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.13.jar /usr/share/tomcat8/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.13.jar 39621
NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
<===[JENKINS REMOTING CAPACITY]===>