Capitains / HookTest

Testing script for Hook
Mozilla Public License 2.0
3 stars 3 forks source link

HookTest with Travis fails #157

Closed pharos-alexandria closed 3 years ago

pharos-alexandria commented 3 years ago

Cf. https://travis-ci.com/github/PatristicTextArchive/pta_data/builds/216419930

I use -scheme auto and it seems that the download of the rng fails:

Traceback (most recent call last):

  File "/opt/python/3.5.10/lib/python3.5/shutil.py", line 544, in move

    os.rename(src, real_dst)

FileNotFoundError: [Errno 2] No such file or directory: '.rngs/9e1230361d9ac3168e981da2c494470f.rng-indownload' -> '.rngs/9e1230361d9ac3168e981da2c494470f.rng'

Doing HookTest local it works without errors.

How can I solve this issue?

PonteIneptique commented 3 years ago

Can you try first simply updating python to 3.7 ?

pharos-alexandria commented 3 years ago

Worked, sorry for the bother.

PonteIneptique commented 3 years ago

Always a pleasure to help ^^

pharos-alexandria commented 3 years ago

Problem is there again with https://travis-ci.com/github/PatristicTextArchive/pta_data/builds/234874515 and python 3.7.1:

FileNotFoundError: [Errno 2] No such file or directory: '.rngs/9e1230361d9ac3168e981da2c494470f.rng-indownload'

PonteIneptique commented 3 years ago

Hey :) I was on vacation. Is this solved ?

pharos-alexandria commented 3 years ago

Yes, it was there and gone again... So it is solved. Sorry for the bother.

PonteIneptique commented 3 years ago

I assume it might be due to download failing, I should definitely investigate this one day (soon ?)