Hey thanks for the quick reply.
I was able to confirm that git version as root user is again 1.9
[root@es-perf-01 ~]# git --version
git version 1.9.5
And when I remove 'sudo' from the command, I get another error, which is similar to this - Could not clone from 'https://github.com/elastic/rally-tracks'.
But as opposed to the OP of that post, I can git clone just fine.
[anuj@es-perf-01 ~]$ esrally --distribution-version=6.0.0 --track=geopoint --challenge=append-fast-with-conflicts
____ ____
/ __ ____ / / / __
/ // / __ `/ / / / / /
/ , / // / / / // /
// ||_,///_, /
/____/
[INFO] Writing logs to /home/anuj/.rally/logs/rally_out_20180424T154913Z.log
fatal: destination path './/tracks/default' already exists and is not an empty directory.
fatal: destination path './/tracks/default' already exists and is not an empty directory.
[WARNING] Could not terminate all internal processes within timeout. Please check and force-terminate all Rally processes.
[ERROR] Cannot race. Got an unexpected result during benchmarking: [Poison<<esrally.racecontrol.Setup object at 0x7fb837d8bdd8>>: Traceback (most recent call last):
File "/usr/lib/python3.4/site-packages/thespian/system/actorManager.py", line 155, in _handleOneMessage
actor_result = self.actorInst.receiveMessage(msg, envelope.sender)
File "/usr/lib/python3.4/site-packages/thespian/actors.py", line 838, in receiveMessage
r = getattr(klass, methodName)(self, message, sender)
File "/usr/lib/python3.4/site-packages/esrally/racecontrol.py", line 104, in receiveMsg_Setup
self.setup(msg, sender)
File "/usr/lib/python3.4/site-packages/esrally/racecontrol.py", line 185, in setup
t = track.load_track(self.cfg)
File "/usr/lib/python3.4/site-packages/esrally/track/loader.py", line 65, in load_track
repo = track_repo(cfg)
File "/usr/lib/python3.4/site-packages/esrally/track/loader.py", line 135, in track_repo
return GitTrackRepository(cfg, fetch, update)
File "/usr/lib/python3.4/site-packages/esrally/track/loader.py", line 170, in init
self.repo = repo_class(remote_url, tracks_dir, repo_name, "tracks", offline, fetch)
File "/usr/lib/python3.4/site-packages/esrally/utils/repo.py", line 26, in init
git.clone(src=self.repo_dir, remote=self.url)
File "/usr/lib/python3.4/site-packages/esrally/utils/git.py", line 36, in clone
raise exceptions.SupplyError("Could not clone from [%s] to [%s]" % (remote, src))
esrally.exceptions.SupplyError: ('Could not clone from [GitHub - elastic/rally-tracks: Track specifications for the Elasticsearch benchmarking tool Rally] to [./\/tracks/default]', None)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.4/site-packages/thespian/system/actorManager.py", line 170, in _handleOneMessage
actor_result = self.actorInst.receiveMessage(copy.deepcopy(msg), envelope.sender)
File "/usr/lib/python3.4/site-packages/thespian/actors.py", line 838, in receiveMessage
r = getattr(klass, methodName)(self, message, sender)
File "/usr/lib/python3.4/site-packages/esrally/racecontrol.py", line 104, in receiveMsg_Setup
self.setup(msg, sender)
File "/usr/lib/python3.4/site-packages/esrally/racecontrol.py", line 185, in setup
t = track.load_track(self.cfg)
File "/usr/lib/python3.4/site-packages/esrally/track/loader.py", line 65, in load_track
repo = track_repo(cfg)
File "/usr/lib/python3.4/site-packages/esrally/track/loader.py", line 135, in track_repo
return GitTrackRepository(cfg, fetch, update)
File "/usr/lib/python3.4/site-packages/esrally/track/loader.py", line 170, in init
self.repo = repo_class(remote_url, tracks_dir, repo_name, "tracks", offline, fetch)
File "/usr/lib/python3.4/site-packages/esrally/utils/repo.py", line 26, in init
git.clone(src=self.repo_dir, remote=self.url)
File "/usr/lib/python3.4/site-packages/esrally/utils/git.py", line 36, in clone
raise exceptions.SupplyError("Could not clone from [%s] to [%s]" % (remote, src))
esrally.exceptions.SupplyError: ('Could not clone from [GitHub - elastic/rally-tracks: Track specifications for the Elasticsearch benchmarking tool Rally] to [./\/tracks/default]', None)
].
Getting further help:
- Check the log files in /home/anuj/.rally/logs for errors.
- Read the documentation at Rally 0.10.1 — Rally 0.10.1 documentation
- Ask a question on the forum at https://discuss.elastic.co/c/elasticsearch/rally
- Raise an issue at Issues · elastic/rally · GitHub and include the log files in /home/anuj/.rally/logs.
[INFO] FAILURE (took 26 seconds)
[anuj@es-perf-01 ~]$ git clone GitHub - elastic/rally-tracks: Track specifications for the Elasticsearch benchmarking tool Rally ./\/tracks/default
Cloning into './/tracks/default'...
remote: Counting objects: 2737, done.
remote: Compressing objects: 100% (161/161), done.
remote: Total 2737 (delta 431), reused 569 (delta 371), pack-reused 2084
Receiving objects: 100% (2737/2737), 992.33 KiB | 315.00 KiB/s, done.
Resolving deltas: 100% (1902/1902), done.
Checking connectivity... done.
[anuj@es-perf-01 ~]$