Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis CI broken #321

Closed
legalsylvain opened this issue May 9, 2023 · 1 comment · Fixed by #322
Closed

Travis CI broken #321

legalsylvain opened this issue May 9, 2023 · 1 comment · Fixed by #322
Labels

Comments

@legalsylvain
Copy link
Contributor

Hi @OCA/openupgrade-maintainers.

It looks that the CI is currently broken, preventing new contributions.

Ref Log : https://app.travis-ci.com/github/OCA/openupgradelib/builds/262918163#L486

See Log
$ egrep -v "(openupgradelib)|(psycopg2)" requirements.txt | pip install -q -r /dev/stdin

  ERROR: Command errored out with exit status 1:


   command: /home/travis/virtualenv/python3.6.9/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-ptg_61i7/jcconv_6145550156584cd98206523348f451d5/setup.py'"'"'; __file__='"'"'/tmp/pip-install-ptg_61i7/jcconv_6145550156584cd98206523348f451d5/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-7xaylr7g

       cwd: /tmp/pip-install-ptg_61i7/jcconv_6145550156584cd98206523348f451d5/

  Complete output (6 lines):

  Traceback (most recent call last):

    File "<string>", line 1, in <module>

    File "/tmp/pip-install-ptg_61i7/jcconv_6145550156584cd98206523348f451d5/setup.py", line 17

      print "unit tests have failed!"

                                    ^

  SyntaxError: Missing parentheses in call to 'print'. Did you mean print("unit tests have failed!")?

  ----------------------------------------

WARNING: Discarding https://files.pythonhosted.org/packages/dd/5b/55d6dd385e8584c6750864ddec8d5ff82a295b37ac68344febc9e923bf99/jcconv-0.2.3.tar.gz#sha256=e3bd59d3fb129b952f84c66e6187abddb88cc7c2b3c83b12685a3256fd3b5e54 (from https://pypi.org/simple/jcconv/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

ERROR: Could not find a version that satisfies the requirement jcconv==0.2.3 (from versions: 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.2.2, 0.2.3)

ERROR: No matching distribution found for jcconv==0.2.3

Around that topic :

Kind regards.

@hbrunn
Copy link
Member

hbrunn commented May 14, 2023

fixed in #322

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants