Boost logo

Boost Testing :

Subject: Re: [Boost-testing] [EXTERNAL] Re: error encountered running run.py
From: Aparna Kumta (aparna.kumta_at_[hidden])
Date: 2014-11-07 12:19:07


On 11/05/14 14:04, Aparna Kumta wrote:
> On 11/05/14 13:16, Niklas Angare wrote:
>>
>> "Aparna Kumta" <aparna.kumta_at_[hidden]> wrote:
>>> On 10/31/14 13:30, Niklas Angare wrote:
>>>> Are you behind a proxy or web filter of some kind that may be
>>>> interfering with the download? What happens if you go to
>>>> https://raw.githubusercontent.com/boostorg/boost/develop/tools/regression/src/regression.py
>>>>
>>>> using the web browser on the same machine?
>>> Yes, thats it. I am behind a proxy which is interfering with the
>>> download.
>> ...
>>>
>>> I will follow up at my end, in the meanwhile I see that I could get
>>> sources from the tarball.
>>> Is this something that is available? If yes, is there a pointer on how
>>> this could be done?
>>
>> If can get git to work, you can download the scripts linked below and
>> put them in the subdirectory tools_regression_src and then add the
>> parameter --skip-script-download to the run.py command line. The next
>> issue will be the result upload.
>>
>> https://raw.githubusercontent.com/boostorg/boost/develop/tools/regression/src/regression.py
>>
>> https://raw.githubusercontent.com/boostorg/boost/develop/tools/regression/src/collect_and_upload_logs.py
>>
>> https://raw.githubusercontent.com/boostorg/boost/develop/tools/regression/src/process_jam_log.py
>>
>
> Thanks. I will give this a try.
I am able to start downloading the files, however, I see the following
git error.
# Executing GIT command: /home/akumta/BOOST_REGRESSION/boost_root> git
checkout "develop"
Already on 'develop'
Your branch is up-to-date with 'origin/develop'.
# Executing GIT command: /home/akumta/BOOST_REGRESSION/boost_root> git
submodule foreach "git reset --quiet --hard; git clean -fxd"
Entering 'libs/accumulators'
error: unknown option `hard;'
usage: git reset [--mixed | --soft | --hard | --merge | --keep] [-q]
[<commit>]
    or: git reset [-q] <tree-ish> [--] <paths>...
    or: git reset --patch [<tree-ish>] [--] [<paths>...]

     -q, --quiet be quiet, only report errors
     --mixed reset HEAD and index
     --soft reset only HEAD
     --hard reset HEAD, index and working tree
     --merge reset HEAD, index and working tree
     --keep reset HEAD but keep local changes
     -p, --patch select hunks interactively

Stopping at 'libs/accumulators'; script returned non-zero status.
Traceback (most recent call last):
   File
"/home/akumta/BOOST_REGRESSION/tools_regression_src/regression.py", line
917, in git_checkout
     self.git_command( 'submodule foreach', 'git reset --quiet --hard ;
git clean -fxd')

  File
"/home/akumta/BOOST_REGRESSION/tools_regression_src/regression.py", line
899, in git_command
     raise Exception( 'GIT command "%s" failed with code %d' % (git_cli,
rc) )
Exception: GIT command "git submodule foreach "git reset --quiet --hard;
git clean -fxd"" failed with code 256
%

The git version I am using is 1.8.5.

Has anyone seen this issue before?

Thanks,

Aparna

>
> Aparna
>
>>
>> Regards,
>>
>> Niklas Angare
>>
>> _______________________________________________
>> Boost-Testing mailing list
>> Boost-Testing_at_[hidden]
>> http://lists.boost.org/mailman/listinfo.cgi/boost-testing
>
> _______________________________________________
> Boost-Testing mailing list
> Boost-Testing_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-testing


Boost-testing list run by mbergal at meta-comm.com