I have a train problem

Ubuntu Server 16.04 LTS Python 3.5.2 Docker version 19.03.12, build 48a66213fe docker-compose version 1.26.0, build d4451659 RASA_X_VERSION=0.31.3 RASA_VERSION=1.10.8 RASA_X_DEMO_VERSION=0.31.0

My full log:

    Attaching to rasa_nginx_1, rasa_app_1, rasa_rasa-production_1, rasa_rasa-worker_1, rasa_rasa-x_1, rasa_duckling_1, rasa_redis_1, rasa_db_1, rasa_rabbit_1
app_1              | 2020-08-10 12:59:45 INFO     rasa_sdk.endpoint  - Starting action endpoint server...
app_1              | 2020-08-10 12:59:45 ERROR    rasa_sdk.executor  - Failed to register package 'actions'.
app_1              | Traceback (most recent call last):
app_1              |   File "/app/rasa_sdk/executor.py", line 249, in register_package
app_1              |     self._import_submodules(package)
app_1              |   File "/app/rasa_sdk/executor.py", line 212, in _import_submodules
app_1              |     self._import_module(full_name)
app_1              |   File "/app/rasa_sdk/executor.py", line 226, in _import_module
app_1              |     module = importlib.import_module(name)
app_1              |   File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
app_1              |     return _bootstrap._gcd_import(name[level:], package, level)
app_1              |   File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
app_1              |   File "<frozen importlib._bootstrap>", line 983, in _find_and_load
app_1              |   File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
app_1              |   File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
app_1              |   File "<frozen importlib._bootstrap_external>", line 728, in exec_module
app_1              |   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
app_1              |   File "/app/actions/actions.py", line 17, in <module>
app_1              |     from dotenv import load_dotenv
app_1              | ModuleNotFoundError: No module named 'dotenv'
db_1               | postgresql 12:59:37.10 
db_1               | postgresql 12:59:37.10 Welcome to the Bitnami postgresql container
db_1               | postgresql 12:59:37.11 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-postgresql
db_1               | postgresql 12:59:37.11 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-postgresql/issues
db_1               | postgresql 12:59:37.12 
db_1               | postgresql 12:59:37.18 INFO  ==> ** Starting PostgreSQL setup **
db_1               | postgresql 12:59:37.34 INFO  ==> Validating settings in POSTGRESQL_* env vars..
db_1               | postgresql 12:59:37.35 INFO  ==> Loading custom pre-init scripts...
db_1               | postgresql 12:59:37.36 INFO  ==> Initializing PostgreSQL database...
db_1               | postgresql 12:59:37.44 INFO  ==> postgresql.conf file not detected. Generating it...
db_1               | postgresql 12:59:37.51 INFO  ==> pg_hba.conf file not detected. Generating it...
db_1               | postgresql 12:59:37.52 INFO  ==> Generating local authentication configuration
db_1               | postgresql 12:59:37.53 INFO  ==> Deploying PostgreSQL with persisted data...
db_1               | postgresql 12:59:37.55 INFO  ==> Configuring replication parameters
db_1               | postgresql 12:59:37.64 INFO  ==> Configuring fsync
db_1               | postgresql 12:59:37.66 INFO  ==> Loading custom scripts...
db_1               | postgresql 12:59:37.67 INFO  ==> Enabling remote connections
db_1               | postgresql 12:59:37.73 INFO  ==> Stopping PostgreSQL...
db_1               | postgresql 12:59:37.77 INFO  ==> ** PostgreSQL setup finished! **
db_1               | 
db_1               | postgresql 12:59:37.90 INFO  ==> ** Starting PostgreSQL **
db_1               | 2020-08-10 12:59:37.997 GMT [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
db_1               | 2020-08-10 12:59:37.999 GMT [1] LOG:  listening on IPv6 address "::", port 5432
db_1               | 2020-08-10 12:59:38.007 GMT [1] LOG:  listening on Unix socket "/tmp/.s.PGSQL.5432"
db_1               | 2020-08-10 12:59:38.042 GMT [163] LOG:  database system was shut down at 2020-08-10 12:59:26 GMT
db_1               | 2020-08-10 12:59:38.054 GMT [1] LOG:  database system is ready to accept connections
duckling_1         | no port specified, defaulting to port 8000
duckling_1         | Listening on http://0.0.0.0:8000
rabbit_1           |  12:59:38.79 
rabbit_1           |  12:59:38.79 Welcome to the Bitnami rabbitmq container
rabbit_1           |  12:59:38.80 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-rabbitmq
rabbit_1           |  12:59:38.81 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-rabbitmq/issues
rabbit_1           |  12:59:38.82 
rabbit_1           |  12:59:38.84 INFO  ==> ** Starting RabbitMQ setup **
rabbit_1           |  12:59:38.90 INFO  ==> Validating settings in RABBITMQ_* env vars..
rabbit_1           |  12:59:38.96 INFO  ==> Initializing RabbitMQ...
rabbit_1           |  12:59:39.04 INFO  ==> Generating random cookie
rabbit_1           |  12:59:39.12 INFO  ==> Starting RabbitMQ in background...
rasa-x_1           | INFO:alembic.runtime.migration:Context impl PostgresqlImpl.
rasa-x_1           | INFO:alembic.runtime.migration:Will assume transactional DDL.
nginx_1            | nginx 12:59:44.44 
nginx_1            | nginx 12:59:44.44 Welcome to the Bitnami nginx container
nginx_1            | nginx 12:59:44.45 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-nginx
nginx_1            | nginx 12:59:44.47 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-nginx/issues
nginx_1            | nginx 12:59:44.48 
nginx_1            | 
nginx_1            | >> exec docker CMD
nginx_1            | /opt/bitnami/scripts/nginx/run.sh
nginx_1            | nginx 12:59:44.57 INFO  ==> ** Starting NGINX **
nginx_1            | 2020/08/10 12:59:44 [notice] 1#0: using the "epoll" event method
nginx_1            | 2020/08/10 12:59:44 [notice] 1#0: nginx/1.17.10
nginx_1            | 2020/08/10 12:59:44 [notice] 1#0: built by gcc 8.3.0 (Debian 8.3.0-6) 
nginx_1            | 2020/08/10 12:59:44 [notice] 1#0: OS: Linux 5.3.0-1032-gcp
nginx_1            | 2020/08/10 12:59:44 [notice] 1#0: getrlimit(RLIMIT_NOFILE): 1048576:1048576
nginx_1            | 2020/08/10 12:59:44 [notice] 1#0: start worker processes
nginx_1            | 2020/08/10 12:59:44 [notice] 1#0: start worker process 15
nginx_1            | 2020/08/10 12:59:44 [notice] 1#0: start worker process 16
redis_1            |  12:59:37.96 
redis_1            |  12:59:37.97 Welcome to the Bitnami redis container
redis_1            |  12:59:37.97 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-redis
redis_1            |  12:59:37.97 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-redis/issues
redis_1            |  12:59:37.98 Send us your feedback at containers@bitnami.com
redis_1            |  12:59:37.98 
redis_1            |  12:59:37.98 INFO  ==> ** Starting Redis setup **
redis_1            |  12:59:38.04 INFO  ==> Initializing Redis...
redis_1            |  12:59:38.27 INFO  ==> ** Redis setup finished! **
redis_1            | 
redis_1            |  12:59:38.29 INFO  ==> ** Starting Redis **
redis_1            | 1:C 10 Aug 2020 12:59:38.347 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1            | 1:C 10 Aug 2020 12:59:38.347 # Redis version=5.0.8, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1            | 1:C 10 Aug 2020 12:59:38.347 # Configuration loaded
redis_1            |                 _._                                                  
redis_1            |            _.-``__ ''-._                                             
redis_1            |       _.-``    `.  `_.  ''-._           Redis 5.0.8 (00000000/0) 64 bit
redis_1            |   .-`` .-```.  ```\/    _.,_ ''-._                                   
redis_1            |  (    '      ,       .-`  | `,    )     Running in standalone mode
redis_1            |  |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
redis_1            |  |    `-._   `._    /     _.-'    |     PID: 1
redis_1            |   `-._    `-._  `-./  _.-'    _.-'                                   
redis_1            |  |`-._`-._    `-.__.-'    _.-'_.-'|                                  
redis_1            |  |    `-._`-._        _.-'_.-'    |           http://redis.io        
redis_1            |   `-._    `-._`-.__.-'_.-'    _.-'                                   
redis_1            |  |`-._`-._    `-.__.-'    _.-'_.-'|                                  
redis_1            |  |    `-._`-._        _.-'_.-'    |                                  
redis_1            |   `-._    `-._`-.__.-'_.-'    _.-'                                   
redis_1            |       `-._    `-.__.-'    _.-'                                       
redis_1            |           `-._        _.-'                                           
redis_1            |               `-.__.-'                                               
redis_1            | 
redis_1            | 1:M 10 Aug 2020 12:59:38.359 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1            | 1:M 10 Aug 2020 12:59:38.359 # Server initialized
redis_1            | 1:M 10 Aug 2020 12:59:38.360 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
redis_1            | 1:M 10 Aug 2020 12:59:38.360 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
redis_1            | 1:M 10 Aug 2020 12:59:38.360 * Ready to accept connections

Well looks like you have 2 issues:

  • you’re missing a requirement in your actions image that you reference in your actions:
app_1              |   File "/app/actions/actions.py", line 17, in <module>
app_1              |     from dotenv import load_dotenv
app_1              | ModuleNotFoundError: No module named 'dotenv'
  • For the training error, can you try turning on debug mode in the rasa containers? This will give you more information in the rasa worker container.

To do so, add --debug to your start up command:

x-rasa-services: &default-rasa-service
  restart: always
  image: "rasa/rasa:${RASA_VERSION}-full"
  expose:
    - "5005"
  command: >
    x
    --no-prompt
    --production
    --config-endpoint http://rasa-x:5002/api/config?token=${RASA_X_TOKEN}
    --port 5005
    --jwt-method HS256
    --jwt-secret ${JWT_SECRET}
    --auth-token '${RASA_TOKEN}'
    --cors "*"
    --debug
Attaching to rasa_nginx_1, rasa_app_1, rasa_rasa-worker_1, rasa_rasa-production_1, rasa_rasa-x_1, rasa_redis_1, rasa_rabbit_1, rasa_db_1, rasa_duckling_1
app_1              | 2020-08-12 17:40:57 INFO     rasa_sdk.endpoint  - Starting action endpoint server...
app_1              | 2020-08-12 17:40:57 INFO     rasa_sdk.endpoint  - Action endpoint is up and running on http://localhost:5055
duckling_1         | no port specified, defaulting to port 8000
duckling_1         | Listening on http://0.0.0.0:8000
db_1               | postgresql 17:40:50.76 
db_1               | postgresql 17:40:50.76 Welcome to the Bitnami postgresql container
db_1               | postgresql 17:40:50.77 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-postgresql
db_1               | postgresql 17:40:50.78 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-postgresql/issues
db_1               | postgresql 17:40:50.78 
db_1               | postgresql 17:40:50.87 INFO  ==> ** Starting PostgreSQL setup **
db_1               | postgresql 17:40:51.06 INFO  ==> Validating settings in POSTGRESQL_* env vars..
db_1               | postgresql 17:40:51.10 INFO  ==> Loading custom pre-init scripts...
db_1               | postgresql 17:40:51.15 INFO  ==> Initializing PostgreSQL database...
db_1               | postgresql 17:40:51.20 INFO  ==> postgresql.conf file not detected. Generating it...
db_1               | postgresql 17:40:51.24 INFO  ==> pg_hba.conf file not detected. Generating it...
db_1               | postgresql 17:40:51.25 INFO  ==> Generating local authentication configuration
db_1               | postgresql 17:40:51.26 INFO  ==> Deploying PostgreSQL with persisted data...
db_1               | postgresql 17:40:51.27 INFO  ==> Configuring replication parameters
db_1               | postgresql 17:40:51.39 INFO  ==> Configuring fsync
db_1               | postgresql 17:40:51.43 INFO  ==> Loading custom scripts...
db_1               | postgresql 17:40:51.44 INFO  ==> Enabling remote connections
db_1               | postgresql 17:40:51.47 INFO  ==> Stopping PostgreSQL...
db_1               | postgresql 17:40:51.49 INFO  ==> ** PostgreSQL setup finished! **
db_1               | 
db_1               | postgresql 17:40:51.83 INFO  ==> ** Starting PostgreSQL **
db_1               | 2020-08-12 17:40:51.901 GMT [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
db_1               | 2020-08-12 17:40:51.901 GMT [1] LOG:  listening on IPv6 address "::", port 5432
db_1               | 2020-08-12 17:40:51.907 GMT [1] LOG:  listening on Unix socket "/tmp/.s.PGSQL.5432"
db_1               | 2020-08-12 17:40:51.949 GMT [163] LOG:  database system was shut down at 2020-08-12 17:40:02 GMT
db_1               | 2020-08-12 17:40:51.984 GMT [1] LOG:  database system is ready to accept connections
db_1               | 2020-08-12 17:41:07.961 GMT [176] WARNING:  there is no transaction in progress
db_1               | 2020-08-12 17:41:08.953 GMT [178] WARNING:  there is no transaction in progress
rabbit_1           |  17:40:49.25 
rabbit_1           |  17:40:49.25 Welcome to the Bitnami rabbitmq container
rabbit_1           |  17:40:49.25 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-rabbitmq
rabbit_1           |  17:40:49.26 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-rabbitmq/issues
rabbit_1           |  17:40:49.26 
rabbit_1           |  17:40:49.26 INFO  ==> ** Starting RabbitMQ setup **
rabbit_1           |  17:40:49.28 INFO  ==> Validating settings in RABBITMQ_* env vars..
rabbit_1           |  17:40:49.30 INFO  ==> Initializing RabbitMQ...
rabbit_1           |  17:40:49.31 INFO  ==> Generating random cookie
rabbit_1           |  17:40:49.34 INFO  ==> Starting RabbitMQ in background...
rabbit_1           | Waiting for erlang distribution on node 'rabbit@localhost' while OS process '43' is running
rabbit_1           | Error: operation wait on node rabbit@localhost timed out. Timeout value used: 5000
rabbit_1           | Waiting for erlang distribution on node 'rabbit@localhost' while OS process '43' is running
rabbit_1           | Waiting for applications 'rabbit_and_plugins' to start on node 'rabbit@localhost'
rabbit_1           | Applications 'rabbit_and_plugins' are running on node 'rabbit@localhost'
rabbit_1           |  17:41:18.13 INFO  ==> Stopping RabbitMQ...
rabbit_1           |  17:41:24.50 INFO  ==> ** RabbitMQ setup finished! **
rabbit_1           | 
rabbit_1           |  17:41:24.52 INFO  ==> ** Starting RabbitMQ **
rabbit_1           | 2020-08-12 17:41:31.942 [info] <0.9.0> Feature flags: list of feature flags found:
rabbit_1           | 2020-08-12 17:41:31.942 [info] <0.9.0> Feature flags:   [ ] drop_unroutable_metric
rabbit_1           | 2020-08-12 17:41:31.943 [info] <0.9.0> Feature flags:   [ ] empty_basic_get_metric
rabbit_1           | 2020-08-12 17:41:31.943 [info] <0.9.0> Feature flags:   [x] implicit_default_bindings
rabbit_1           | 2020-08-12 17:41:31.943 [info] <0.9.0> Feature flags:   [x] quorum_queue
rabbit_1           | 2020-08-12 17:41:31.943 [info] <0.9.0> Feature flags:   [x] virtual_host_metadata
rabbit_1           | 2020-08-12 17:41:31.943 [info] <0.9.0> Feature flags: feature flag states written to disk: yes
rabbit_1           | 2020-08-12 17:41:32.120 [info] <0.328.0> ra: meta data store initialised. 0 record(s) recovered
rabbit_1           | 2020-08-12 17:41:32.122 [info] <0.352.0> WAL: recovering ["/bitnami/rabbitmq/mnesia/rabbit@localhost/quorum/rabbit@localhost/00000001.wal"]
rabbit_1           | 2020-08-12 17:41:33.030 [warning] <0.352.0> wal: encountered error during recovery: badarg
rabbit_1           | Continuing.
rabbit_1           | 2020-08-12 17:41:33.160 [info] <0.372.0> 
rabbit_1           |  Starting RabbitMQ 3.8.3 on Erlang 22.3
rabbit_1           |  Copyright (c) 2007-2020 Pivotal Software, Inc.
rabbit_1           |  Licensed under the MPL 1.1. Website: https://rabbitmq.com
rabbit_1           | 
rabbit_1           |   ##  ##      RabbitMQ 3.8.3
rabbit_1           |   ##  ##
rabbit_1           |   ##########  Copyright (c) 2007-2020 Pivotal Software, Inc.
rabbit_1           |   ######  ##
rabbit_1           |   ##########  Licensed under the MPL 1.1. Website: https://rabbitmq.com
rabbit_1           | 
rabbit_1           |   Doc guides: https://rabbitmq.com/documentation.html
rabbit_1           |   Support:    https://rabbitmq.com/contact.html
rabbit_1           |   Tutorials:  https://rabbitmq.com/getstarted.html
rabbit_1           |   Monitoring: https://rabbitmq.com/monitoring.html
rabbit_1           | 
rabbit_1           |   Logs: <stdout>
rabbit_1           | 
rabbit_1           |   Config file(s): /opt/bitnami/rabbitmq/etc/rabbitmq/rabbitmq.config
rabbit_1           | 
rabbit_1           |   Starting broker...2020-08-12 17:41:33.163 [info] <0.372.0> 
rabbit_1           |  node           : rabbit@localhost
rabbit_1           |  home dir       : /opt/bitnami/rabbitmq/.rabbitmq
rabbit_1           |  config file(s) : /opt/bitnami/rabbitmq/etc/rabbitmq/rabbitmq.config
rabbit_1           |  cookie hash    : XJ5LkQuXGMk6JR++c81jzw==
rabbit_1           |  log(s)         : <stdout>
rabbit_1           |  database dir   : /bitnami/rabbitmq/mnesia/rabbit@localhost
rabbit_1           | 2020-08-12 17:41:33.183 [info] <0.372.0> Running boot step pre_boot defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.183 [info] <0.372.0> Running boot step rabbit_core_metrics defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.184 [info] <0.372.0> Running boot step rabbit_alarm defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.277 [info] <0.380.0> Memory high watermark set to 2982 MiB (3127872716 bytes) of 7457 MiB (7819681792 bytes) total
rabbit_1           | 2020-08-12 17:41:33.324 [info] <0.382.0> Enabling free disk space monitoring
rabbit_1           | 2020-08-12 17:41:33.325 [info] <0.382.0> Disk free limit set to 781MB
rabbit_1           | 2020-08-12 17:41:33.330 [info] <0.372.0> Running boot step code_server_cache defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.330 [info] <0.372.0> Running boot step file_handle_cache defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.330 [info] <0.385.0> Limiting to approx 1048479 file handles (943629 sockets)
rabbit_1           | 2020-08-12 17:41:33.330 [info] <0.386.0> FHC read buffering:  OFF
rabbit_1           | 2020-08-12 17:41:33.330 [info] <0.386.0> FHC write buffering: ON
rabbit_1           | 2020-08-12 17:41:33.331 [info] <0.372.0> Running boot step worker_pool defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.331 [info] <0.373.0> Will use 2 processes for default worker pool
rabbit_1           | 2020-08-12 17:41:33.331 [info] <0.373.0> Starting worker pool 'worker_pool' with 2 processes in it
rabbit_1           | 2020-08-12 17:41:33.332 [info] <0.372.0> Running boot step database defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.334 [info] <0.372.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
rabbit_1           | 2020-08-12 17:41:33.339 [info] <0.372.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
rabbit_1           | 2020-08-12 17:41:33.378 [info] <0.372.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
rabbit_1           | 2020-08-12 17:41:33.378 [info] <0.372.0> Peer discovery backend rabbit_peer_discovery_classic_config does not support registration, skipping registration.
rabbit_1           | 2020-08-12 17:41:33.378 [info] <0.372.0> Running boot step database_sync defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.378 [info] <0.372.0> Running boot step feature_flags defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.379 [info] <0.372.0> Running boot step codec_correctness_check defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.379 [info] <0.372.0> Running boot step external_infrastructure defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.379 [info] <0.372.0> Running boot step rabbit_registry defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.379 [info] <0.372.0> Running boot step rabbit_auth_mechanism_cr_demo defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.380 [info] <0.372.0> Running boot step rabbit_queue_location_random defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.380 [info] <0.372.0> Running boot step rabbit_event defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.380 [info] <0.372.0> Running boot step rabbit_auth_mechanism_amqplain defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.381 [info] <0.372.0> Running boot step rabbit_auth_mechanism_plain defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.381 [info] <0.372.0> Running boot step rabbit_exchange_type_direct defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.382 [info] <0.372.0> Running boot step rabbit_exchange_type_fanout defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.382 [info] <0.372.0> Running boot step rabbit_exchange_type_headers defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.382 [info] <0.372.0> Running boot step rabbit_exchange_type_topic defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.382 [info] <0.372.0> Running boot step rabbit_mirror_queue_mode_all defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.383 [info] <0.372.0> Running boot step rabbit_mirror_queue_mode_exactly defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.383 [info] <0.372.0> Running boot step rabbit_mirror_queue_mode_nodes defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.383 [info] <0.372.0> Running boot step rabbit_priority_queue defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.383 [info] <0.372.0> Priority queues enabled, real BQ is rabbit_variable_queue
rabbit_1           | 2020-08-12 17:41:33.383 [info] <0.372.0> Running boot step rabbit_queue_location_client_local defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.383 [info] <0.372.0> Running boot step rabbit_queue_location_min_masters defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.384 [info] <0.372.0> Running boot step kernel_ready defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.384 [info] <0.372.0> Running boot step rabbit_sysmon_minder defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.384 [info] <0.372.0> Running boot step rabbit_epmd_monitor defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.430 [info] <0.406.0> epmd monitor knows us, inter-node communication (distribution) port: 25672
rabbit_1           | 2020-08-12 17:41:33.431 [info] <0.372.0> Running boot step guid_generator defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.461 [info] <0.372.0> Running boot step rabbit_node_monitor defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.461 [info] <0.412.0> Starting rabbit_node_monitor
rabbit_1           | 2020-08-12 17:41:33.462 [info] <0.372.0> Running boot step delegate_sup defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.462 [info] <0.372.0> Running boot step rabbit_memory_monitor defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.463 [info] <0.372.0> Running boot step core_initialized defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.463 [info] <0.372.0> Running boot step upgrade_queues defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.495 [info] <0.372.0> Running boot step rabbit_connection_tracking defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.496 [info] <0.372.0> Running boot step rabbit_connection_tracking_handler defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.496 [info] <0.372.0> Running boot step rabbit_exchange_parameters defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.496 [info] <0.372.0> Running boot step rabbit_mirror_queue_misc defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.497 [info] <0.372.0> Running boot step rabbit_policies defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.498 [info] <0.372.0> Running boot step rabbit_policy defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.498 [info] <0.372.0> Running boot step rabbit_queue_location_validator defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.498 [info] <0.372.0> Running boot step rabbit_quorum_memory_manager defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.498 [info] <0.372.0> Running boot step rabbit_vhost_limit defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.499 [info] <0.372.0> Running boot step rabbit_mgmt_reset_handler defined by app rabbitmq_management
rabbit_1           | 2020-08-12 17:41:33.499 [info] <0.372.0> Running boot step rabbit_mgmt_db_handler defined by app rabbitmq_management_agent
rabbit_1           | 2020-08-12 17:41:33.499 [info] <0.372.0> Management plugin: using rates mode 'basic'
rabbit_1           | 2020-08-12 17:41:33.500 [info] <0.372.0> Running boot step recovery defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.500 [error] emulator Discarding message {'$gen_cast',{force_event_refresh,#Ref<0.2544281914.4150001665.55367>}} from <0.372.0> to <0.677.0> in an old incarnation (2) of this node (3)
rabbit_1           | 
rabbit_1           | 2020-08-12 17:41:33.502 [info] <0.445.0> Making sure data directory '/bitnami/rabbitmq/mnesia/rabbit@localhost/msg_stores/vhosts/628WB79CIFDYO9LJI6DKMI09L' for vhost '/' exists
rabbit_1           | 2020-08-12 17:41:33.516 [info] <0.445.0> Starting message stores for vhost '/'
rabbit_1           | 2020-08-12 17:41:33.516 [info] <0.449.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_transient": using rabbit_msg_store_ets_index to provide index
rabbit_1           | 2020-08-12 17:41:33.518 [info] <0.445.0> Started message store of type transient for vhost '/'
rabbit_1           | 2020-08-12 17:41:33.519 [info] <0.452.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_persistent": using rabbit_msg_store_ets_index to provide index
rabbit_1           | 2020-08-12 17:41:33.522 [info] <0.445.0> Started message store of type persistent for vhost '/'
rabbit_1           | 2020-08-12 17:41:33.529 [info] <0.372.0> Running boot step load_core_definitions defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.529 [info] <0.372.0> Running boot step empty_db_check defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.529 [info] <0.372.0> Running boot step rabbit_looking_glass defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.530 [info] <0.372.0> Running boot step rabbit_core_metrics_gc defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.530 [info] <0.372.0> Running boot step background_gc defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.530 [info] <0.372.0> Running boot step connection_tracking defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.531 [info] <0.372.0> Setting up a table for connection tracking on this node: tracked_connection_on_node_rabbit@localhost
rabbit_1           | 2020-08-12 17:41:33.531 [info] <0.372.0> Setting up a table for per-vhost connection counting on this node: tracked_connection_per_vhost_on_node_rabbit@localhost
rabbit_1           | 2020-08-12 17:41:33.532 [info] <0.372.0> Running boot step routing_ready defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.532 [info] <0.372.0> Running boot step pre_flight defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.532 [info] <0.372.0> Running boot step notify_cluster defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.532 [info] <0.372.0> Running boot step networking defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.534 [info] <0.493.0> started TCP listener on [::]:5672
rabbit_1           | 2020-08-12 17:41:33.535 [info] <0.372.0> Running boot step cluster_name defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.535 [info] <0.372.0> Running boot step direct_client defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.535 [info] <0.372.0> Running boot step os_signal_handler defined by app rabbit
rabbit_1           | 2020-08-12 17:41:33.535 [info] <0.495.0> Swapping OS signal event handler (erl_signal_server) for our own
rabbit_1           | 2020-08-12 17:41:33.594 [info] <0.545.0> Management plugin: HTTP (non-TLS) listener started on port 15672
rabbit_1           | 2020-08-12 17:41:33.594 [info] <0.651.0> Statistics database started.
rabbit_1           | 2020-08-12 17:41:33.594 [info] <0.650.0> Starting worker pool 'management_worker_pool' with 3 processes in it
rabbit_1           | 2020-08-12 17:41:33.848 [info] <0.9.0> Server startup complete; 3 plugins started.
rabbit_1           |  * rabbitmq_management
rabbit_1           |  * rabbitmq_management_agent
rabbit_1           |  * rabbitmq_web_dispatch
rabbit_1           |  completed with 3 plugins.
rabbit_1           | 2020-08-12 17:41:34.434 [info] <0.661.0> accepting AMQP connection <0.661.0> (172.22.0.6:60326 -> 172.22.0.2:5672)
rabbit_1           | 2020-08-12 17:41:34.437 [info] <0.661.0> connection <0.661.0> (172.22.0.6:60326 -> 172.22.0.2:5672): user 'user' authenticated and granted access to vhost '/'
nginx_1            | nginx 17:40:56.42 
nginx_1            | nginx 17:40:56.44 Welcome to the Bitnami nginx container
nginx_1            | nginx 17:40:56.45 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-nginx
nginx_1            | nginx 17:40:56.45 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-nginx/issues
nginx_1            | nginx 17:40:56.46 
nginx_1            | 
nginx_1            | >> exec docker CMD
nginx_1            | /opt/bitnami/scripts/nginx/run.sh
nginx_1            | nginx 17:40:56.55 INFO  ==> ** Starting NGINX **
nginx_1            | 2020/08/12 17:40:56 [notice] 1#0: using the "epoll" event method
nginx_1            | 2020/08/12 17:40:56 [notice] 1#0: nginx/1.17.10
nginx_1            | 2020/08/12 17:40:56 [notice] 1#0: built by gcc 8.3.0 (Debian 8.3.0-6) 
nginx_1            | 2020/08/12 17:40:56 [notice] 1#0: OS: Linux 5.3.0-1032-gcp
nginx_1            | 2020/08/12 17:40:56 [notice] 1#0: getrlimit(RLIMIT_NOFILE): 1048576:1048576
nginx_1            | 2020/08/12 17:40:56 [notice] 1#0: start worker processes
nginx_1            | 2020/08/12 17:40:56 [notice] 1#0: start worker process 15
nginx_1            | 2020/08/12 17:40:56 [notice] 1#0: start worker process 16
rasa-production_1  | 2020-08-12 17:41:07 DEBUG    sanic_jwt.configuration  - validating provided secret
rasa-production_1  | 2020-08-12 17:41:07 DEBUG    sanic_jwt.configuration  - validating keys (if needed)
rasa-production_1  | 2020-08-12 17:41:07 DEBUG    sanic_jwt.configuration  - loading secret and/or keys (if needed)
rasa-production_1  | 2020-08-12 17:41:07 DEBUG    rasa.core.utils  - Available web server routes: 
rasa-production_1  | /conversations/<conversation_id>/messages          POST                           add_message
rasa-production_1  | /conversations/<conversation_id>/tracker/events    POST                           append_events
rasa-production_1  | /auth                                              POST                           auth_bp.AuthenticateEndpoint
rasa-production_1  | /auth/me                                           OPTIONS                        auth_bp.RetrieveUserEndpoint
rasa-production_1  | /auth/verify                                       OPTIONS                        auth_bp.VerifyEndpoint
rasa-production_1  | /webhooks/rasa                                     GET                            custom_webhook_RasaChatInput.health
rasa-production_1  | /webhooks/rasa/webhook                             POST                           custom_webhook_RasaChatInput.receive
rasa-production_1  | /model/test/intents                                POST                           evaluate_intents
rasa-production_1  | /model/test/stories                                POST                           evaluate_stories
rasa-production_1  | /conversations/<conversation_id>/execute           POST                           execute_action
rasa-production_1  | /domain                                            GET                            get_domain
rasa-production_1  | /                                                  GET                            hello
rasa-production_1  | /model                                             PUT                            load_model
rasa-production_1  | /model/parse                                       POST                           parse
rasa-production_1  | /conversations/<conversation_id>/predict           POST                           predict
rasa-production_1  | /conversations/<conversation_id>/tracker/events    PUT                            replace_events
rasa-production_1  | /conversations/<conversation_id>/story             GET                            retrieve_story
rasa-production_1  | /conversations/<conversation_id>/tracker           GET                            retrieve_tracker
rasa-production_1  | /status                                            GET                            status
rasa-production_1  | /model/predict                                     POST                           tracker_predict
rasa-production_1  | /model/train                                       POST                           train
rasa-production_1  | /conversations/<conversation_id>/trigger_intent    POST                           trigger_intent
rasa-production_1  | /model                                             DELETE                         unload_model
rasa-production_1  | /version                                           GET                            version
rasa-production_1  | 2020-08-12 17:41:07 INFO     root  - Starting Rasa server on http://localhost:5005
rasa-production_1  | 2020-08-12 17:41:07 DEBUG    rasa.core.utils  - Using the default number of Sanic workers (1).
rasa-production_1  | 2020-08-12 17:41:07 INFO     root  - Enabling coroutine debugging. Loop id 94136698622176.
rasa-production_1  | 2020-08-12 17:41:07 DEBUG    root  - Could not load interpreter from 'None'.
rasa-production_1  | 2020-08-12 17:41:07 DEBUG    rasa.core.brokers.pika  - Found a string value under the `queues` key of the Pika event broker config. Please supply a list of queues under this key, even if it is just a single one. See https://rasa.com/docs/rasa/api/event-brokers/#pika-event-broker
rasa-production_1  | 2020-08-12 17:41:07 DEBUG    rasa.core.brokers.broker  - Instantiated event broker to 'PikaEventBroker'.
rasa-production_1  | 2020-08-12 17:41:07 DEBUG    rasa.core.tracker_store  - Attempting to connect to database via 'postgresql://admin:tZ5ZSwnoDo8iweSTuxbhpw@db:5432/rasa'.
rasa-production_1  | 2020-08-12 17:41:07 ERROR    pika.adapters.utils.io_services_utils  - Socket failed to connect: <socket.socket fd=21, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.22.0.7', 47520)>; error=111 (Connection refused)
rasa-production_1  | 2020-08-12 17:41:07 ERROR    pika.adapters.utils.connection_workflow  - TCP Connection attempt failed: ConnectionRefusedError(111, 'Connection refused'); dest=(<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('172.22.0.2', 5672))
rasa-production_1  | 2020-08-12 17:41:07 ERROR    pika.adapters.utils.connection_workflow  - AMQPConnector - reporting failure: AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused')
rasa-production_1  | 2020-08-12 17:41:07 DEBUG    rasa.core.tracker_store  - Connection to SQL database 'tracker' successful.
rasa-production_1  | 2020-08-12 17:41:07 DEBUG    rasa.core.tracker_store  - Connected to SQLTrackerStore.
rasa-production_1  | 2020-08-12 17:41:07 DEBUG    rasa.core.lock_store  - Connected to lock store 'RedisLockStore'.
rasa-production_1  | 2020-08-12 17:41:07 DEBUG    rasa.core.nlg.generator  - Instantiated NLG to 'TemplatedNaturalLanguageGenerator'.
rasa-production_1  | 2020-08-12 17:41:07 DEBUG    rasa.core.agent  - Requesting model from server http://rasa-x:5002/api/projects/default/models/tags/production...
rasa-production_1  | 2020-08-12 17:41:08 DEBUG    rasa.core.agent  - Model server could not find a model at the requested endpoint 'http://rasa-x:5002/api/projects/default/models/tags/production'. It's possible that no model has been trained, or that the requested tag hasn't been assigned.
rasa-production_1  | 2020-08-12 17:41:08 DEBUG    rasa.core.agent  - No new model found at URL http://rasa-x:5002/api/projects/default/models/tags/production
rasa-production_1  | 2020-08-12 17:41:08 INFO     root  - Rasa server is up and running.
rasa-production_1  | 2020-08-12 17:41:12 ERROR    pika.adapters.utils.io_services_utils  - Socket failed to connect: <socket.socket fd=25, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.22.0.7', 47542)>; error=111 (Connection refused)
rasa-production_1  | 2020-08-12 17:41:12 ERROR    pika.adapters.utils.connection_workflow  - TCP Connection attempt failed: ConnectionRefusedError(111, 'Connection refused'); dest=(<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('172.22.0.2', 5672))
rasa-production_1  | 2020-08-12 17:41:12 ERROR    pika.adapters.utils.connection_workflow  - AMQPConnector - reporting failure: AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused')
rasa-production_1  | 2020-08-12 17:41:17 DEBUG    rasa.core.brokers.pika  - RabbitMQ connection to 'rabbit' was established.
rasa-production_1  | 2020-08-12 17:41:17 DEBUG    rasa.core.brokers.pika  - RabbitMQ channel was opened. Declaring fanout exchange.
rasa-production_1  | 2020-08-12 17:41:18 DEBUG    rasa.core.agent  - Requesting model from server http://rasa-x:5002/api/projects/default/models/tags/production...
rasa-production_1  | 2020-08-12 17:41:18 DEBUG    rasa.core.agent  - Model server could not find a model at the requested endpoint 'http://rasa-x:5002/api/projects/default/models/tags/production'. It's possible that no model has been trained, or that the requested tag hasn't been assigned.
rasa-production_1  | 2020-08-12 17:41:18 DEBUG    rasa.core.agent  - No new model found at URL http://rasa-x:5002/api/projects/default/models/tags/production
rasa-production_1  | 2020-08-12 17:41:28 DEBUG    rasa.core.agent  - Requesting model from server http://rasa-x:5002/api/projects/default/models/tags/production...
rasa-production_1  | 2020-08-12 17:41:28 DEBUG    rasa.core.agent  - Model server could not find a model at the requested endpoint 'http://rasa-x:5002/api/projects/default/models/tags/production'. It's possible that no model has been trained, or that the requested tag hasn't been assigned.
rasa-production_1  | 2020-08-12 17:41:28 DEBUG    rasa.core.agent  - No new model found at URL http://rasa-x:5002/api/projects/default/models/tags/production
rasa-production_1  | 2020-08-12 17:41:38 DEBUG    rasa.core.agent  - Requesting model from server http://rasa-x:5002/api/projects/default/models/tags/production...
rasa-production_1  | 2020-08-12 17:41:38 DEBUG    rasa.core.agent  - Model server could not find a model at the requested endpoint 'http://rasa-x:5002/api/projects/default/models/tags/production'. It's possible that no model has been trained, or that the requested tag hasn't been assigned.
rasa-production_1  | 2020-08-12 17:41:38 DEBUG    rasa.core.agent  - No new model found at URL http://rasa-x:5002/api/projects/default/models/tags/production
rasa-production_1  | 2020-08-12 17:41:48 DEBUG    rasa.core.agent  - Requesting model from server http://rasa-x:5002/api/projects/default/models/tags/production...
rasa-production_1  | 2020-08-12 17:41:48 DEBUG    rasa.core.agent  - Model server could not find a model at the requested endpoint 'http://rasa-x:5002/api/projects/default/models/tags/production'. It's possible that no model has been trained, or that the requested tag hasn't been assigned.
rasa-production_1  | 2020-08-12 17:41:48 DEBUG    rasa.core.agent  - No new model found at URL http://rasa-x:5002/api/projects/default/models/tags/production
rasa-production_1  | 2020-08-12 17:41:58 DEBUG    rasa.core.agent  - Requesting model from server http://rasa-x:5002/api/projects/default/models/tags/production...
rasa-production_1  | 2020-08-12 17:41:58 DEBUG    rasa.core.agent  - Model server could not find a model at the requested endpoint 'http://rasa-x:5002/api/projects/default/models/tags/production'. It's possible that no model has been trained, or that the requested tag hasn't been assigned.
rasa-production_1  | 2020-08-12 17:41:58 DEBUG    rasa.core.agent  - No new model found at URL http://rasa-x:5002/api/projects/default/models/tags/production
rasa-production_1  | 2020-08-12 17:42:08 DEBUG    rasa.core.agent  - Requesting model from server http://rasa-x:5002/api/projects/default/models/tags/production...
rasa-production_1  | 2020-08-12 17:42:08 DEBUG    rasa.core.agent  - Model server could not find a model at the requested endpoint 'http://rasa-x:5002/api/projects/default/models/tags/production'. It's possible that no model has been trained, or that the requested tag hasn't been assigned.
rasa-production_1  | 2020-08-12 17:42:08 DEBUG    rasa.core.agent  - No new model found at URL http://rasa-x:5002/api/projects/default/models/tags/production
rasa-production_1  | 2020-08-12 17:42:18 DEBUG    rasa.core.agent  - Requesting model from server http://rasa-x:5002/api/projects/default/models/tags/production...
rasa-production_1  | 2020-08-12 17:42:18 DEBUG    rasa.core.agent  - Model server could not find a model at the requested endpoint 'http://rasa-x:5002/api/projects/default/models/tags/production'. It's possible that no model has been trained, or that the requested tag hasn't been assigned.
rasa-production_1  | 2020-08-12 17:42:18 DEBUG    rasa.core.agent  - No new model found at URL http://rasa-x:5002/api/projects/default/models/tags/production
rasa-worker_1      | 2020-08-12 17:41:08 DEBUG    sanic_jwt.configuration  - validating provided secret
rasa-worker_1      | 2020-08-12 17:41:08 DEBUG    sanic_jwt.configuration  - validating keys (if needed)
rasa-worker_1      | 2020-08-12 17:41:08 DEBUG    sanic_jwt.configuration  - loading secret and/or keys (if needed)
rasa-worker_1      | 2020-08-12 17:41:08 DEBUG    rasa.core.utils  - Available web server routes: 
rasa-worker_1      | /conversations/<conversation_id>/messages          POST                           add_message
rasa-worker_1      | /conversations/<conversation_id>/tracker/events    POST                           append_events
rasa-worker_1      | /auth                                              POST                           auth_bp.AuthenticateEndpoint
rasa-worker_1      | /auth/me                                           OPTIONS                        auth_bp.RetrieveUserEndpoint
rasa-worker_1      | /auth/verify                                       OPTIONS                        auth_bp.VerifyEndpoint
rasa-worker_1      | /webhooks/rasa                                     GET                            custom_webhook_RasaChatInput.health
rasa-worker_1      | /webhooks/rasa/webhook                             POST                           custom_webhook_RasaChatInput.receive
rasa-worker_1      | /model/test/intents                                POST                           evaluate_intents
rasa-worker_1      | /model/test/stories                                POST                           evaluate_stories
rasa-worker_1      | /conversations/<conversation_id>/execute           POST                           execute_action
rasa-worker_1      | /domain                                            GET                            get_domain
rasa-worker_1      | /                                                  GET                            hello
rasa-worker_1      | /model                                             PUT                            load_model
rasa-worker_1      | /model/parse                                       POST                           parse
rasa-worker_1      | /conversations/<conversation_id>/predict           POST                           predict
rasa-worker_1      | /conversations/<conversation_id>/tracker/events    PUT                            replace_events
rasa-worker_1      | /conversations/<conversation_id>/story             GET                            retrieve_story
rasa-worker_1      | /conversations/<conversation_id>/tracker           GET                            retrieve_tracker
rasa-worker_1      | /status                                            GET                            status
rasa-worker_1      | /model/predict                                     POST                           tracker_predict
rasa-worker_1      | /model/train                                       POST                           train
rasa-worker_1      | /conversations/<conversation_id>/trigger_intent    POST                           trigger_intent
rasa-worker_1      | /model                                             DELETE                         unload_model
rasa-worker_1      | /version                                           GET                            version
rasa-worker_1      | 2020-08-12 17:41:08 INFO     root  - Starting Rasa server on http://localhost:5005
rasa-worker_1      | 2020-08-12 17:41:08 DEBUG    rasa.core.utils  - Using the default number of Sanic workers (1).
rasa-worker_1      | 2020-08-12 17:41:08 INFO     root  - Enabling coroutine debugging. Loop id 93886518619600.
rasa-worker_1      | 2020-08-12 17:41:08 DEBUG    root  - Could not load interpreter from 'None'.
rasa-worker_1      | 2020-08-12 17:41:08 DEBUG    rasa.core.brokers.pika  - Found a string value under the `queues` key of the Pika event broker config. Please supply a list of queues under this key, even if it is just a single one. See https://rasa.com/docs/rasa/api/event-brokers/#pika-event-broker
rasa-worker_1      | 2020-08-12 17:41:08 DEBUG    rasa.core.brokers.broker  - Instantiated event broker to 'PikaEventBroker'.
rasa-worker_1      | 2020-08-12 17:41:08 DEBUG    rasa.core.tracker_store  - Attempting to connect to database via 'postgresql://admin:tZ5ZSwnoDo8iweSTuxbhpw@db:5432/rasa'.
rasa-worker_1      | 2020-08-12 17:41:08 ERROR    pika.adapters.utils.io_services_utils  - Socket failed to connect: <socket.socket fd=21, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.22.0.8', 52802)>; error=111 (Connection refused)
rasa-worker_1      | 2020-08-12 17:41:08 ERROR    pika.adapters.utils.connection_workflow  - TCP Connection attempt failed: ConnectionRefusedError(111, 'Connection refused'); dest=(<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('172.22.0.2', 5672))
rasa-worker_1      | 2020-08-12 17:41:08 ERROR    pika.adapters.utils.connection_workflow  - AMQPConnector - reporting failure: AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused')
rasa-worker_1      | 2020-08-12 17:41:08 DEBUG    rasa.core.tracker_store  - Connection to SQL database 'worker_tracker' successful.
rasa-worker_1      | 2020-08-12 17:41:08 DEBUG    rasa.core.tracker_store  - Connected to SQLTrackerStore.
rasa-worker_1      | 2020-08-12 17:41:08 DEBUG    rasa.core.lock_store  - Connected to lock store 'RedisLockStore'.
rasa-worker_1      | 2020-08-12 17:41:08 DEBUG    rasa.core.nlg.generator  - Instantiated NLG to 'TemplatedNaturalLanguageGenerator'.
rasa-worker_1      | 2020-08-12 17:41:08 DEBUG    rasa.core.agent  - Requesting model from server http://rasa-x:5002/api/projects/default/models/tags/production...
rasa-worker_1      | 2020-08-12 17:41:08 DEBUG    rasa.core.agent  - Model server could not find a model at the requested endpoint 'http://rasa-x:5002/api/projects/default/models/tags/production'. It's possible that no model has been trained, or that the requested tag hasn't been assigned.
rasa-worker_1      | 2020-08-12 17:41:08 DEBUG    rasa.core.agent  - No new model found at URL http://rasa-x:5002/api/projects/default/models/tags/production
rasa-worker_1      | 2020-08-12 17:41:09 INFO     root  - Rasa server is up and running.
rasa-worker_1      | 2020-08-12 17:41:13 ERROR    pika.adapters.utils.io_services_utils  - Socket failed to connect: <socket.socket fd=25, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.22.0.8', 52816)>; error=111 (Connection refused)
rasa-worker_1      | 2020-08-12 17:41:13 ERROR    pika.adapters.utils.connection_workflow  - TCP Connection attempt failed: ConnectionRefusedError(111, 'Connection refused'); dest=(<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('172.22.0.2', 5672))
rasa-worker_1      | 2020-08-12 17:41:13 ERROR    pika.adapters.utils.connection_workflow  - AMQPConnector - reporting failure: AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused')
rasa-worker_1      | 2020-08-12 17:41:18 DEBUG    rasa.core.brokers.pika  - RabbitMQ connection to 'rabbit' was established.
rasa-worker_1      | 2020-08-12 17:41:18 DEBUG    rasa.core.brokers.pika  - RabbitMQ channel was opened. Declaring fanout exchange.
rasa-worker_1      | 2020-08-12 17:41:19 DEBUG    rasa.core.agent  - Requesting model from server http://rasa-x:5002/api/projects/default/models/tags/production...
rasa-worker_1      | 2020-08-12 17:41:19 DEBUG    rasa.core.agent  - Model server could not find a model at the requested endpoint 'http://rasa-x:5002/api/projects/default/models/tags/production'. It's possible that no model has been trained, or that the requested tag hasn't been assigned.
rasa-worker_1      | 2020-08-12 17:41:19 DEBUG    rasa.core.agent  - No new model found at URL http://rasa-x:5002/api/projects/default/models/tags/production
rasa-worker_1      | 2020-08-12 17:41:29 DEBUG    rasa.core.agent  - Requesting model from server http://rasa-x:5002/api/projects/default/models/tags/production...
rasa-worker_1      | 2020-08-12 17:41:29 DEBUG    rasa.core.agent  - Model server could not find a model at the requested endpoint 'http://rasa-x:5002/api/projects/default/models/tags/production'. It's possible that no model has been trained, or that the requested tag hasn't been assigned.
rasa-worker_1      | 2020-08-12 17:41:29 DEBUG    rasa.core.agent  - No new model found at URL http://rasa-x:5002/api/projects/default/models/tags/production
rasa-worker_1      | 2020-08-12 17:41:39 DEBUG    rasa.core.agent  - Requesting model from server http://rasa-x:5002/api/projects/default/models/tags/production...
rasa-worker_1      | 2020-08-12 17:41:39 DEBUG    rasa.core.agent  - Model server could not find a model at the requested endpoint 'http://rasa-x:5002/api/projects/default/models/tags/production'. It's possible that no model has been trained, or that the requested tag hasn't been assigned.
rasa-worker_1      | 2020-08-12 17:41:39 DEBUG    rasa.core.agent  - No new model found at URL http://rasa-x:5002/api/projects/default/models/tags/production
rasa-worker_1      | 2020-08-12 17:41:49 DEBUG    rasa.core.agent  - Requesting model from server http://rasa-x:5002/api/projects/default/models/tags/production...
rasa-worker_1      | 2020-08-12 17:41:49 DEBUG    rasa.core.agent  - Model server could not find a model at the requested endpoint 'http://rasa-x:5002/api/projects/default/models/tags/production'. It's possible that no model has been trained, or that the requested tag hasn't been assigned.
rasa-worker_1      | 2020-08-12 17:41:49 DEBUG    rasa.core.agent  - No new model found at URL http://rasa-x:5002/api/projects/default/models/tags/production
rasa-worker_1      | 2020-08-12 17:41:59 DEBUG    rasa.core.agent  - Requesting model from server http://rasa-x:5002/api/projects/default/models/tags/production...
rasa-worker_1      | 2020-08-12 17:41:59 DEBUG    rasa.core.agent  - Model server could not find a model at the requested endpoint 'http://rasa-x:5002/api/projects/default/models/tags/production'. It's possible that no model has been trained, or that the requested tag hasn't been assigned.
rasa-worker_1      | 2020-08-12 17:41:59 DEBUG    rasa.core.agent  - No new model found at URL http://rasa-x:5002/api/projects/default/models/tags/production
rasa-worker_1      | 2020-08-12 17:42:09 DEBUG    rasa.core.agent  - Requesting model from server http://rasa-x:5002/api/projects/default/models/tags/production...
rasa-worker_1      | 2020-08-12 17:42:09 DEBUG    rasa.core.agent  - Model server could not find a model at the requested endpoint 'http://rasa-x:5002/api/projects/default/models/tags/production'. It's possible that no model has been trained, or that the requested tag hasn't been assigned.
rasa-worker_1      | 2020-08-12 17:42:09 DEBUG    rasa.core.agent  - No new model found at URL http://rasa-x:5002/api/projects/default/models/tags/production
rasa-worker_1      | 2020-08-12 17:42:19 DEBUG    rasa.core.agent  - Requesting model from server http://rasa-x:5002/api/projects/default/models/tags/production...
rasa-worker_1      | 2020-08-12 17:42:19 DEBUG    rasa.core.agent  - Model server could not find a model at the requested endpoint 'http://rasa-x:5002/api/projects/default/models/tags/production'. It's possible that no model has been trained, or that the requested tag hasn't been assigned.
rasa-worker_1      | 2020-08-12 17:42:19 DEBUG    rasa.core.agent  - No new model found at URL http://rasa-x:5002/api/projects/default/models/tags/production
rasa-x_1           | INFO:alembic.runtime.migration:Context impl PostgresqlImpl.
rasa-x_1           | INFO:alembic.runtime.migration:Will assume transactional DDL.
rasa-x_1           | INFO:rasax.community.services.event_service:Starting event service (standalone: False).
rasa-x_1           | INFO:rasax.community.services.integrated_version_control.git_service:Cloning git repository from URL 'git@github.com:emorycardozo/bot-rasa-teste.git'.
rasa-x_1           | Starting Rasa X server... πŸš€
rasa-x_1           | /usr/local/lib/python3.7/site-packages/rasax/community/services/test_service.py:43: UserWarning: Unable to get tests from /app/git/1/tests/conversation_tests.md:
rasa-x_1           | File '/app/git/1/tests/conversation_tests.md' does not exist. Please, make sure you have end-to-end tests added to your assistant. See https://rasa.com/docs/rasa-x/user-guide/test-assistant for more information.
rasa-x_1           |   UserWarning,
rasa-x_1           | INFO:rasax.community.services.event_consumers.pika_consumer:Start consuming queue 'rasa_production_events' on pika host 'rabbit'.
rasa-x_1           | ERROR:pika.adapters.blocking_connection:Unexpected connection close detected: ConnectionClosedByBroker: (320) "CONNECTION_FORCED - broker forced connection closure with reason 'shutdown'"
rasa-x_1           | ERROR:rasax.community.services.event_service:Caught an exception while consuming events. Will retry in 5 s.
rasa-x_1           | Traceback (most recent call last):
rasa-x_1           |   File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_service.py", line 1667, in continuously_consume
rasa-x_1           |     consumer.consume()
rasa-x_1           |   File "/usr/local/lib/python3.7/site-packages/rasax/community/services/event_consumers/pika_consumer.py", line 180, in consume
rasa-x_1           |     self.channel.start_consuming()
rasa-x_1           |   File "/usr/local/lib/python3.7/site-packages/pika/adapters/blocking_connection.py", line 1866, in start_consuming
rasa-x_1           |     self._process_data_events(time_limit=None)
rasa-x_1           |   File "/usr/local/lib/python3.7/site-packages/pika/adapters/blocking_connection.py", line 2027, in _process_data_events
rasa-x_1           |     self.connection.process_data_events(time_limit=time_limit)
rasa-x_1           |   File "/usr/local/lib/python3.7/site-packages/pika/adapters/blocking_connection.py", line 825, in process_data_events
rasa-x_1           |     self._flush_output(common_terminator)
rasa-x_1           |   File "/usr/local/lib/python3.7/site-packages/pika/adapters/blocking_connection.py", line 522, in _flush_output
rasa-x_1           |     raise self._closed_result.value.error
rasa-x_1           | pika.exceptions.ConnectionClosedByBroker: (320, "CONNECTION_FORCED - broker forced connection closure with reason 'shutdown'")
rasa-x_1           | INFO:rasax.community.services.event_consumers.pika_consumer:Start consuming queue 'rasa_production_events' on pika host 'rabbit'.
redis_1            |  17:40:49.19 
redis_1            |  17:40:49.19 Welcome to the Bitnami redis container
redis_1            |  17:40:49.19 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-redis
redis_1            |  17:40:49.19 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-redis/issues
redis_1            |  17:40:49.20 Send us your feedback at containers@bitnami.com
redis_1            |  17:40:49.20 
redis_1            |  17:40:49.20 INFO  ==> ** Starting Redis setup **
redis_1            |  17:40:49.23 INFO  ==> Initializing Redis...
redis_1            |  17:40:49.32 INFO  ==> ** Redis setup finished! **
redis_1            | 
redis_1            |  17:40:49.34 INFO  ==> ** Starting Redis **
redis_1            | 1:C 12 Aug 2020 17:40:49.354 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1            | 1:C 12 Aug 2020 17:40:49.354 # Redis version=5.0.8, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1            | 1:C 12 Aug 2020 17:40:49.354 # Configuration loaded
redis_1            |                 _._                                                  
redis_1            |            _.-``__ ''-._                                             
redis_1            |       _.-``    `.  `_.  ''-._           Redis 5.0.8 (00000000/0) 64 bit
redis_1            |   .-`` .-```.  ```\/    _.,_ ''-._                                   
redis_1            |  (    '      ,       .-`  | `,    )     Running in standalone mode
redis_1            |  |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
redis_1            |  |    `-._   `._    /     _.-'    |     PID: 1
redis_1            |   `-._    `-._  `-./  _.-'    _.-'                                   
redis_1            |  |`-._`-._    `-.__.-'    _.-'_.-'|                                  
redis_1            |  |    `-._`-._        _.-'_.-'    |           http://redis.io        
redis_1            |   `-._    `-._`-.__.-'_.-'    _.-'                                   
redis_1            |  |`-._`-._    `-.__.-'    _.-'_.-'|                                  
redis_1            |  |    `-._`-._        _.-'_.-'    |                                  
redis_1            |   `-._    `-._`-.__.-'_.-'    _.-'                                   
redis_1            |       `-._    `-.__.-'    _.-'                                       
redis_1            |           `-._        _.-'                                           
redis_1            |               `-.__.-'                                               
redis_1            | 
redis_1            | 1:M 12 Aug 2020 17:40:49.358 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1            | 1:M 12 Aug 2020 17:40:49.358 # Server initialized
redis_1            | 1:M 12 Aug 2020 17:40:49.358 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
redis_1            | 1:M 12 Aug 2020 17:40:49.358 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
redis_1            | 1:M 12 Aug 2020 17:40:49.359 * Ready to accept connections

right now i’m facing another problem

rasa-worker_1      | 2020-08-12 21:25:45 DEBUG    rasa.core.agent  - No new model found at URL http://rasa-x:5002/api/projects/default/models/tags/production
Epochs: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 100/100 [01:22<00:00,  1.22it/s, t_loss=0.284, loss=0.168, acc=0.984]
rasa-worker_1      | 2020-08-12 21:25:47 INFO     rasa.utils.tensorflow.models  - Finished training.
rasa-worker_1      | 2020-08-12 21:25:49 INFO     rasa.core.agent  - Persisted model to '/tmp/tmplgfrk0op/core'
rasa-worker_1      | 2020-08-12 21:25:49 INFO     rasa.nlu.utils.spacy_utils  - Trying to load spacy model with name 'pt'
rasa-worker_1      | 2020-08-12 21:25:49 DEBUG    rasa.server  - Traceback (most recent call last):
rasa-worker_1      |   File "/opt/venv/lib/python3.7/site-packages/rasa/nlu/utils/spacy_utils.py", line 48, in load_model
rasa-worker_1      |     return spacy.load(spacy_model_name, disable=["parser"])
rasa-worker_1      |   File "/opt/venv/lib/python3.7/site-packages/spacy/__init__.py", line 27, in load
rasa-worker_1      |     return util.load_model(name, **overrides)
rasa-worker_1      |   File "/opt/venv/lib/python3.7/site-packages/spacy/util.py", line 139, in load_model
rasa-worker_1      |     raise IOError(Errors.E050.format(name=name))
rasa-worker_1      | OSError: [E050] Can't find model 'pt'. It doesn't seem to be a shortcut link, a Python package or a valid path to a data directory.
rasa-worker_1      | 
rasa-worker_1      | During handling of the above exception, another exception occurred:
rasa-worker_1      | 
rasa-worker_1      | Traceback (most recent call last):
rasa-worker_1      |   File "/opt/venv/lib/python3.7/site-packages/rasa/server.py", line 809, in train
rasa-worker_1      |     None, functools.partial(train_model, **info)
rasa-worker_1      |   File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
rasa-worker_1      |     result = self.fn(*self.args, **self.kwargs)
rasa-worker_1      |   File "/opt/venv/lib/python3.7/site-packages/rasa/train.py", line 50, in train
rasa-worker_1      |     additional_arguments=additional_arguments,
rasa-worker_1      |   File "uvloop/loop.pyx", line 1456, in uvloop.loop.Loop.run_until_complete
rasa-worker_1      |   File "/opt/venv/lib/python3.7/site-packages/rasa/train.py", line 101, in train_async
rasa-worker_1      |     additional_arguments,
rasa-worker_1      |   File "/opt/venv/lib/python3.7/site-packages/rasa/train.py", line 188, in _train_async_internal
rasa-worker_1      |     additional_arguments=additional_arguments,
rasa-worker_1      |   File "/opt/venv/lib/python3.7/site-packages/rasa/train.py", line 245, in _do_training
rasa-worker_1      |     persist_nlu_training_data=persist_nlu_training_data,
rasa-worker_1      |   File "/opt/venv/lib/python3.7/site-packages/rasa/train.py", line 482, in _train_nlu_with_validated_data
rasa-worker_1      |     persist_nlu_training_data=persist_nlu_training_data,
rasa-worker_1      |   File "/opt/venv/lib/python3.7/site-packages/rasa/nlu/train.py", line 75, in train
rasa-worker_1      |     trainer = Trainer(nlu_config, component_builder)
rasa-worker_1      |   File "/opt/venv/lib/python3.7/site-packages/rasa/nlu/model.py", line 145, in __init__
rasa-worker_1      |     self.pipeline = self._build_pipeline(cfg, component_builder)
rasa-worker_1      |   File "/opt/venv/lib/python3.7/site-packages/rasa/nlu/model.py", line 157, in _build_pipeline
rasa-worker_1      |     component = component_builder.create_component(component_cfg, cfg)
rasa-worker_1      |   File "/opt/venv/lib/python3.7/site-packages/rasa/nlu/components.py", line 769, in create_component
rasa-worker_1      |     component = registry.create_component_by_config(component_config, cfg)
rasa-worker_1      |   File "/opt/venv/lib/python3.7/site-packages/rasa/nlu/registry.py", line 246, in create_component_by_config
rasa-worker_1      |     return component_class.create(component_config, config)
rasa-worker_1      |   File "/opt/venv/lib/python3.7/site-packages/rasa/nlu/utils/spacy_utils.py", line 78, in create
rasa-worker_1      |     nlp = cls.load_model(spacy_model_name)
rasa-worker_1      |   File "/opt/venv/lib/python3.7/site-packages/rasa/nlu/utils/spacy_utils.py", line 55, in load_model
rasa-worker_1      |     "en_core_web_md en".format(spacy_model_name)
rasa-worker_1      | rasa.nlu.model.InvalidModelError: Model 'pt' is not a linked spaCy model.  Please download and/or link a spaCy model, e.g. by running:
rasa-worker_1      | python -m spacy download en_core_web_md
rasa-worker_1      | python -m spacy link en_core_web_md en

During the creation of the image, apparently everything went well:

Successfully built pt-core-news-md
Installing collected packages: pt-core-news-md
Successfully installed pt-core-news-md-2.3.0
βœ” Download and installation successful
You can now load the model via spacy.load('pt_core_news_md')
βœ” Linking successful
/opt/venv/lib/python3.7/site-packages/pt_core_news_md -->
/opt/venv/lib/python3.7/site-packages/spacy/data/pt
You can now load the model via spacy.load('pt')
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  bzip2 dirmngr dpkg-dev fakeroot g++ g++-8 gnupg gnupg-l10n gnupg-utils gpg
  gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm libalgorithm-diff-perl
  libalgorithm-diff-xs-perl libalgorithm-merge-perl libassuan0 libdpkg-perl
  libfakeroot libfile-fcntllock-perl libgdbm-compat4 libksba8 libldap-2.4-2
  libldap-common liblocale-gettext-perl libnpth0 libperl5.28 libsasl2-2
  libsasl2-modules libsasl2-modules-db libstdc++-8-dev lsb-base patch perl
  perl-modules-5.28 pinentry-curses xz-utils
Use 'apt autoremove' to remove them.
The following packages will be REMOVED:
  build-essential
0 upgraded, 0 newly installed, 1 to remove and 2 not upgraded.
After this operation, 20.5 kB disk space will be freed.
(Reading database ... 15077 files and directories currently installed.)
Removing build-essential (12.6) ...
Removing intermediate container 8e3fa7dc1b07
 ---> a86b537053e6
Step 7/8 : CMD ["start", "--actions", "actions"]
 ---> Running in 961dc0304009
Removing intermediate container 961dc0304009
 ---> 87a80df36f3f
Step 8/8 : USER 1001
 ---> Running in 6d927ed26b94
Removing intermediate container 6d927ed26b94
 ---> d29253f5e8c1

Successfully built d29253f5e8c1
Successfully tagged rasa/rasa-x-demo:0.31.5

Thank you very much in advance