boostorg / boostorg/regression

Failure running `run.py`

Open
#39 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
11
Forks
26
PR merge metrics
No merged PRs in 30d

Description

Following the online docs I downloaded and executed the `run.py` script using

```
python run.py --runner=Stefan --toolsets=gcc-6.2.1 --tag=develop
```

which eventually resulted in

```
# Executing GIT command: /home/stefan/projects/boost_root> git submodule foreach "git submodule deinit ."
Entering 'libs/accumulators'
error: pathspec '.' did not match any file(s) known to git.
Stopping at 'libs/accumulators'; script returned non-zero status.
# git_source_checkout failed with message "GIT command "git submodule foreach "git submodule deinit ."" failed with code 256"
# Retrying (5 more attempts).
...
# Retrying (1 more attempts).
# Executing GIT command: /home/stefan/projects/boost_root> git submodule foreach "git submodule deinit ."
Entering 'libs/accumulators'
error: pathspec '.' did not match any file(s) known to git.
Stopping at 'libs/accumulators'; script returned non-zero status.
# git_source_checkout failed with message "GIT command "git submodule foreach "git submodule deinit ."" failed with code 256"
# Giving up.
Traceback (most recent call last):
File "run.py", line 71, in
runner(root)
File "/home/stefan/projects/boost_regression_src/regression.py", line 287, in __init__
self.main()
File "/home/stefan/projects/boost_regression_src/regression.py", line 624, in main
getattr(self,action_m)()
File "/home/stefan/projects/boost_regression_src/regression.py", line 579, in command_regression
self.command_get_source()
File "/home/stefan/projects/boost_regression_src/regression.py", line 331, in command_get_source
self.retry(self.git_source_checkout)
File "/home/stefan/projects/boost_regression_src/regression.py", line 663, in retry
return f()
File "/home/stefan/projects/boost_regression_src/regression.py", line 876, in git_source_checkout
self.git_checkout(git_info['boost'], self.git_branch(), clean)
File "/home/stefan/projects/boost_regression_src/regression.py", line 847, in git_checkout
self.git_command( 'submodule foreach', 'git submodule deinit .')
File "/home/stefan/projects/boost_regression_src/regression.py", line 835, in git_command
raise Exception( 'GIT command "%s" failed with code %d' % (git_cli, rc) )
Exception: GIT command "git submodule foreach "git submodule deinit ."" failed with code 256
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.