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

Integration tests failing -- build not working because of web-py dependency #1972

Closed
swcurran opened this issue Oct 13, 2022 · 4 comments
Closed

Comments

@swcurran
Copy link
Contributor

This urgently needs to be fixed.

In all current integration test runs (starting yesterday, I think), the build is failing because of a the web-py dependency. We need to get this fixed. Here is the error message from an integration test run:

Step 16/18 : RUN pip3 install --no-cache-dir -r demo/requirements.txt
 ---> Running in 618686639d6f
Collecting web.py
  Cloning https://github.com/webpy/webpy.git to /tmp/pip-install-_wvyucg1/web-py_a957e494ae444380b1dbf2a2145e55a0
  Running command git clone -q https://github.com/webpy/webpy.git /tmp/pip-install-_wvyucg1/web-py_a957e494ae444380b1dbf2a2145e55a0
  Installing build dependencies: started
  Installing build dependencies: finished with status 'error'
  ERROR: Command errored out with exit status 1:
   command: /home/indy/.pyenv/versions/3.6.13/bin/python3.6 /home/indy/.pyenv/versions/3.6.13/lib/python3.6/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-0qne0m7e/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=61.2'
       cwd: None
  Complete output (4 lines):
  ERROR: Could not find a version that satisfies the requirement setuptools>=61.2
  ERROR: No matching distribution found for setuptools>=61.2
  WARNING: You are using pip version 21.0.1; however, version 21.3.1 is available.
  You should consider upgrading via the '/home/indy/.pyenv/versions/3.6.13/bin/python3.6 -m pip install --upgrade pip' command.
  ----------------------------------------
WARNING: Discarding git+https://github.com/webpy/webpy.git#egg=web.py. Command errored out with exit status 1: /home/indy/.pyenv/versions/3.6.13/bin/python3.6 /home/indy/.pyenv/versions/3.6.13/lib/python3.6/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-0qne0m7e/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=61.2' Check the logs for full command output.
Collecting asyncpg~=0.25.0
  Downloading asyncpg-0.25.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.5 MB)
Requirement already satisfied: prompt_toolkit~=2.0.9 in ./.pyenv/versions/3.6.13/lib/python3.6/site-packages (from -r demo/requirements.txt (line 2)) (2.0.10)
ERROR: Could not find a version that satisfies the requirement web-py (unavailable)
ERROR: No matching distribution found for web-py (unavailable)
WARNING: You are using pip version 21.0.1; however, version 21.3.1 is available.
You should consider upgrading via the '/home/indy/.pyenv/versions/3.6.13/bin/python3.6 -m pip install --upgrade pip' command.
The command '/bin/sh -c pip3 install --no-cache-dir -r demo/requirements.txt' returned a non-zero code: 1
Error: Process completed with exit code 1.
@swcurran
Copy link
Contributor Author

@shaangill025 could you please drive this one?

@andrewwhitehead @dbluhm @frostyfrog -- any ideas?

@shaangill025
Copy link
Contributor

shaangill025 commented Oct 14, 2022

This would have fixed it but hasn't been merged yet.

@swcurran
Copy link
Contributor Author

I suggest doing a separate pr just for this. I saw the fail in Ian's PR and was thinking it was with the change you made, but I see Ian hasn't merged that yet.

@swcurran
Copy link
Contributor Author

Thanks!!

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

No branches or pull requests

2 participants