cicd: dynamic name #12
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/b9e37681d0c79188f2fefaae/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
pokeapi_db_1 is up-to-date
pokeapi_cache_1 is up-to-date
Starting pokeapi_app_1 ...
Starting pokeapi_app_1 ... done
Traceback (most recent call last):
File "manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
File "/usr/local/lib/python3.7/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python3.7/site-packages/django/core/management/__init__.py", line 357, in execute
django.setup()
File "/usr/local/lib/python3.7/site-packages/django/__init__.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File "/usr/local/lib/python3.7/site-packages/django/apps/registry.py", line 112, in populate
app_config.import_models()
File "/usr/local/lib/python3.7/site-packages/django/apps/config.py", line 198, in import_models
self.models_module = import_module(models_module_name)
File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 728, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/code/pokemon_v2/models.py", line 884, in <module>
class ItemSprites(HasItem):
File "/code/pokemon_v2/models.py", line 885, in ItemSprites
sprites = models.JSONField()
Attributemodule 'django.db.models' has no attribute 'JSONField'
make[1]: *** [Makefile:49: docker-migrate] Error 1
make: *** [Makefile:136: update-graphql-data-prod] Error 2
|