naivesystems / box

0 stars 1 forks source link

Verify on multiple cloud providers and write tutorials #10

Closed xjia1 closed 10 months ago

xjia1 commented 10 months ago
xjia1 commented 10 months ago

I tried almalinux 9 on linode but was unsuccessful. What I got was

2023/11/07 21:47:31 /home/nsbox/workdir/buildbot/version.txt does not exist. Initializing...
Files extracted successfully to: /tmp/extracted_packages_2659406871
Requirement already satisfied: pip in ./sandbox/lib/python3.9/site-packages (21.2.3)
Collecting pip
  Using cached pip-23.3.1-py3-none-any.whl (2.1 MB)
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 21.2.3
    Uninstalling pip-21.2.3:
      Successfully uninstalled pip-21.2.3
Successfully installed pip-23.3.1
Looking in links: /tmp/extracted_packages_2659406871
Processing /tmp/extracted_packages_2659406871/buildbot_www_react-3.9.2-py3-none-any.whl
Processing /tmp/extracted_packages_2659406871/txrequests-0.9.6-py2.py3-none-any.whl
Processing /tmp/extracted_packages_2659406871/buildbot-3.9.2-py3-none-any.whl
Requirement already satisfied: setuptools>=8.0 in ./sandbox/lib/python3.9/site-packages (from buildbot[bundle]) (53.0.0)
Processing /tmp/extracted_packages_2659406871/Twisted-22.10.0-py3-none-any.whl (from buildbot[bundle])
Processing /tmp/extracted_packages_2659406871/Jinja2-3.1.2-py3-none-any.whl (from buildbot[bundle])
Processing /tmp/extracted_packages_2659406871/msgpack-1.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (from buildbot[bundle])
Processing /tmp/extracted_packages_2659406871/zope.interface-6.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (from buildbot[bundle])
Processing /tmp/extracted_packages_2659406871/SQLAlchemy-1.4.50-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (from buildbot[bundle])
Processing /tmp/extracted_packages_2659406871/alembic-1.12.1-py3-none-any.whl (from buildbot[bundle])
Processing /tmp/extracted_packages_2659406871/python_dateutil-2.8.2-py2.py3-none-any.whl (from buildbot[bundle])
Processing /tmp/extracted_packages_2659406871/txaio-23.1.1-py2.py3-none-any.whl (from buildbot[bundle])
Processing /tmp/extracted_packages_2659406871/autobahn-23.6.2.tar.gz (from buildbot[bundle])
  Installing build dependencies ... error
  error: subprocess-exited-with-error

  × pip subprocess to install build dependencies did not run successfully.
  │ exit code: 1
  ╰─> [4 lines of output]
      Looking in links: /tmp/extracted_packages_2659406871
      Processing /tmp/extracted_packages_2659406871/setuptools-68.2.2-py3-none-any.whl
      ERROR: Could not find a version that satisfies the requirement wheel (from versions: none)
      ERROR: No matching distribution found for wheel
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
2023/11/07 21:47:36 Failed to start Buildbot: /home/nsbox/workdir/buildbot/sandbox/bin/pip install --no-index --find-links=/tmp/extracted_packages_2659406871 buildbot[bundle] buildbot-www-react txrequests: exit status 1

This is after e2ed7258d2125eee6a8b14677652adfeb057ac9e.

xjia1 commented 10 months ago

Doc is https://github.com/naivesystems/box/wiki/Linode

xjia1 commented 10 months ago

I see this on Fedora 38 as well.

Processing /tmp/extracted_packages_2714678720/autobahn-23.6.2.tar.gz (from buildbot[bundle])
  Installing build dependencies ... error
  error: subprocess-exited-with-error

  × pip subprocess to install build dependencies did not run successfully.
  │ exit code: 1
  ╰─> [4 lines of output]
      Looking in links: /tmp/extracted_packages_2714678720
      Processing /tmp/extracted_packages_2714678720/setuptools-68.2.2-py3-none-any.whl
      ERROR: Could not find a version that satisfies the requirement wheel (from versions: none)
      ERROR: No matching distribution found for wheel
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
2023/11/07 22:14:10 Failed to start Buildbot: /home/nsbox/workdir/buildbot/sandbox/bin/pip install --no-index --find-links=/tmp/extracted_packages_2714678720 buildbot[bundle] buildbot-www-react txrequests: exit status 1
xjia1 commented 10 months ago

Seems to be fixed by https://github.com/naivesystems/box/commit/f1813a8d670651c17fc660b90680b962e0936869

xjia1 commented 10 months ago

AWS tutorial is done: https://github.com/naivesystems/box/wiki/AWS

xjia1 commented 10 months ago

DigitalOcean tutorial is done: https://github.com/naivesystems/box/wiki/DigitalOcean

cmengting commented 10 months ago

Huawei Cloud is done: https://github.com/naivesystems/box/wiki/Huawei-Cloud