Skip to content

Console Output

Cloning the remote Git repository
Cloning repository https://github.com/eclipse/omr.git
 > git init /home/omrbuild/workspace/Test_Linux # timeout=10
Fetching upstream changes from https://github.com/eclipse/omr.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/eclipse/omr.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/eclipse/omr.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/omr.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/omr.git
 > git fetch --tags --progress https://github.com/eclipse/omr.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 72ffc246ac5d01c0e30f7e1f5ff9156228c5304d (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 72ffc246ac5d01c0e30f7e1f5ff9156228c5304d
Commit message: "Merge pull request #2373 from samolisov/fix-comments-for-windows"
 > git rev-list --no-walk 4599555ec65543a6b0e3831aee4e4b712ad7cdc9 # timeout=10