Skip to content

Use newer ditto/update python (#240) #29

Use newer ditto/update python (#240)

Use newer ditto/update python (#240) #29

Triggered via push May 7, 2024 19:23
Status Failure
Total duration 2m 49s
Artifacts
update-gql-data
2m 38s
update-gql-data
Fit to window
Zoom out
Zoom in

Annotations

1 error
update-gql-data
google-github-actions/ssh-compute failed with: failed to execute gcloud command `gcloud compute ssh ga@graphql5 --zone us-east1-b --ssh-key-file /tmp/17b315e5b9244cc8df32fa00/google_compute_engine --quiet --tunnel-through-iap --command sudo -i sh -c 'cd pokeapi && make update-graphql-data-prod'`: WARNING: To increase the performance of the tunnel, consider installing NumPy. For instructions, please see https://cloud.google.com/iap/docs/using-tcp-forwarding#increasing_the_tcp_upload_bandwidth Warning: Permanently added 'compute.1324999638822140079' (ED25519) to the list of known hosts. hint: Pulling without specifying how to reconcile divergent branches is hint: discouraged. You can squelch this message by running one of the following hint: commands sometime before your next pull: hint: hint: git config pull.rebase false # merge (the default strategy) hint: git config pull.rebase true # rebase hint: git config pull.ff only # fast-forward only hint: hint: You can replace "git config" with "git config --global" to set a default hint: preference for all repositories. You can also pass --rebase, --no-rebase, hint: or --ff-only on the command line to override the configured default per hint: invocation. From https://github.com/PokeAPI/pokeapi * branch master -> FETCH_HEAD 8276c42..5575d24 master -> origin/master Container pokeapi-graphql-engine-1 Stopping Container pokeapi-graphql-engine-1 Stopped Container pokeapi-db-1 Running Container pokeapi-cache-1 Created Container pokeapi-app-1 Created Container pokeapi-cache-1 Starting Container pokeapi-cache-1 Started Container pokeapi-app-1 Starting Container pokeapi-app-1 Started Traceback (most recent call last): File "/code/manage.py", line 10, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python3.10/site-packages/django/core/management/__init__.py", line 401, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.10/site-packages/django/core/management/__init__.py", line 377, in execute django.setup() File "/usr/local/lib/python3.10/site-packages/django/__init__.py", line 24, in setup apps.populate(settings.INSTALLED_APPS) File "/usr/local/lib/python3.10/site-packages/django/apps/registry.py", line 91, in populate app_config = AppConfig.create(entry) File "/usr/local/lib/python3.10/site-packages/django/apps/config.py", line 90, in create module = import_module(entry) File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlocked ModuleNotFoundNo module named 'drf_spectacular' make[1]: *** [Makefile:51: docker-migrate] Error 1 make: *** [Makefile:144: update-graphql-data-prod] Error 2