nerc-project / coldfront-plugin-cloud

ColdFront plugin to manage resource allocations on OpenStack and OpenShift
GNU General Public License v3.0
4 stars 10 forks source link

Broken CI #172

Closed knikolla closed 3 months ago

knikolla commented 3 months ago

Currently several jobs are broken. Both the openstack and openshift jobs, with the former failing with the following

Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.9.19/x64/bin/coldfront", line 8, in <module>
    sys.exit(manage())
  File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/coldfront/__init__.py", line 11, in manage
    execute_from_command_line(sys.argv)
  File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
    utility.execute()
  File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/django/core/management/__init__.py", line 395, in execute
    django.setup()
  File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/django/apps/registry.py", line 122, in populate
    app_config.ready()
  File "/home/runner/work/coldfront-plugin-cloud/coldfront-plugin-cloud/src/coldfront_plugin_cloud/apps.py", line 8, in ready
    import coldfront_plugin_cloud.signals
  File "/home/runner/work/coldfront-plugin-cloud/coldfront-plugin-cloud/src/coldfront_plugin_cloud/signals.py", line 6, in <module>
    from coldfront_plugin_cloud.tasks import (activate_allocation,
  File "/home/runner/work/coldfront-plugin-cloud/coldfront-plugin-cloud/src/coldfront_plugin_cloud/tasks.py", line 9, in <module>
    from coldfront_plugin_cloud import (attributes,
  File "/home/runner/work/coldfront-plugin-cloud/coldfront-plugin-cloud/src/coldfront_plugin_cloud/openshift.py", line 8, in <module>
    from simplejson.errors import JSONDecodeError
ModuleNotFoundError: No module named 'simplejson'