Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-equinox/equinox.binaries.git
 > git init /home/jenkins/agent/workspace/equinox_R4_31_maintenance/rt.equinox.binaries # timeout=10
Fetching upstream changes from https://github.com/eclipse-equinox/equinox.binaries.git
 > git --version # timeout=10
 > git --version # 'git version 2.41.0'
 > git fetch --tags --force --progress -- https://github.com/eclipse-equinox/equinox.binaries.git +refs/heads/*:refs/remotes/origin/* # timeout=120
Avoid second fetch
Checking out Revision a768faa1bd1d8811eb1206e779406deb57bf7b27 (refs/remotes/origin/master)
Commit message: "Recompiled binaries"
First time build. Skipping changelog.
 > git config remote.origin.url https://github.com/eclipse-equinox/equinox.binaries.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a768faa1bd1d8811eb1206e779406deb57bf7b27 # timeout=10
[GitHub Checks] GitHub check (name: Code Analysis, status: in_progress) has been published.
The recommended git tool is: NONE
No credentials specified
The recommended git tool is: NONE
No credentials specified
[GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-equinox/equinox.binaries.git'
[GitCheckoutListener] Found no previous build with recorded Git commits
[GitCheckoutListener] -> Starting initial recording of commits
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit 'a768faa' as starting point
[GitCheckoutListener] -> Recorded 200 new commits
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@a47b08bb' to render commit links
 > git rev-parse HEAD^{commit} # timeout=10