Attaching to rasa_rasa-x_1 rasa-x_1 | INFO:rasax.community.services.event_service:Waiting until database migrations have been executed... 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:Check for database migrations completed. rasa-x_1 | ERROR:pika.adapters.utils.io_services_utils:Socket failed to connect: ; error=111 (Connection refused) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:TCP Connection attempt failed: ConnectionRefusedError(111, 'Connection refused'); dest=(, , 6, '', ('172.23.0.5', 5672)) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:AMQPConnector - reporting failure: AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused') 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.integrated_version_control.git_service:Cloning git repository from URL 'git@gitlab.com:Finderstand/greenbotone.git'. rasa-x_1 | Starting Rasa X server... 🚀 rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/3/tests/conversation_tests.md: rasa-x_1 | File '/app/git/3/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:pika.adapters.utils.io_services_utils:Socket failed to connect: ; error=111 (Connection refused) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:TCP Connection attempt failed: ConnectionRefusedError(111, 'Connection refused'); dest=(, , 6, '', ('172.23.0.5', 5672)) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:AMQPConnector - reporting failure: AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused') rasa-x_1 | ERROR:asyncio:Task exception was never retrieved rasa-x_1 | future: .execute() done, defined at /usr/local/lib/python3.6/site-packages/rasax/community/utils.py:760> exception=ValueError("File '/tmp/tmp8il8ie82/core/domain.yml' does not exist.",)> rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 137, in read_file rasa-x_1 | with open(filename, encoding=encoding) as f: rasa-x_1 | FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmp8il8ie82/core/domain.yml' rasa-x_1 | rasa-x_1 | During handling of the above exception, another exception occurred: rasa-x_1 | rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/utils.py", line 768, in execute rasa-x_1 | await f() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/model_service.py", line 753, in discover_models rasa-x_1 | await model_service.discover_models() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/model_service.py", line 110, in discover_models rasa-x_1 | await _run_loop(max_retries, sleep_in_seconds) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/model_service.py", line 96, in _run_loop rasa-x_1 | await self._discover_models() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/model_service.py", line 176, in _discover_models rasa-x_1 | _ = await self.add_model(project_id, model_name, path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/model_service.py", line 282, in add_model rasa-x_1 | await self.inject_data_from_first_model(project, path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/model_service.py", line 338, in inject_data_from_first_model rasa-x_1 | await self._inject_domain_from_model(project, domain_path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/model_service.py", line 311, in _inject_domain_from_model rasa-x_1 | data = read_yaml_file(domain_path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 210, in read_yaml_file rasa-x_1 | return read_yaml(read_file(filename, DEFAULT_ENCODING)) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 140, in read_file rasa-x_1 | raise ValueError(f"File '{filename}' does not exist.") rasa-x_1 | ValueError: File '/tmp/tmp8il8ie82/core/domain.yml' does not exist. rasa-x_1 | ERROR:pika.adapters.utils.io_services_utils:Socket failed to connect: ; error=111 (Connection refused) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:TCP Connection attempt failed: ConnectionRefusedError(111, 'Connection refused'); dest=(, , 6, '', ('172.23.0.5', 5672)) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:AMQPConnector - reporting failure: AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused') rasa-x_1 | ERROR:pika.connection:Connection closed while authenticating indicating a probable authentication error rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:AMQPConnector - reporting failure: AMQPConnectorAMQPHandshakeError: ProbableAuthenticationError: Client was disconnected at a connection stage indicating a probable authentication error: ("ConnectionClosedByBroker: (403) 'ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For details see the broker logfile.'",) rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/domain.py:133: FutureWarning: Your domain file contains the key: 'templates'. This has been deprecated and renamed to 'responses'. The 'templates' key will no longer work in future versions of Rasa. Please replace 'templates' with 'responses' rasa-x_1 | return cls.from_dict(data) rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/domain.py:151: FutureWarning: No tracker session configuration was found in the loaded domain. Domains without a session config will automatically receive a session expiration time of 60 minutes in Rasa version 2.0 if not configured otherwise. rasa-x_1 | session_config = cls._get_session_config(data.get(SESSION_CONFIG_KEY, {})) rasa-x_1 | Job "GitService.run_background_synchronization (trigger: cron[minute='*'], next run at: 2020-03-29 09:13:00 UTC)" raised an exception rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 118, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 706, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 724, in _ruamel_yaml.CParser._compose_document rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 889, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 773, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 850, in _ruamel_yaml.CParser._compose_sequence_node rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 891, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.scanner.ScannerError: mapping values are not allowed in this context rasa-x_1 | in "", line 41, column 18 rasa-x_1 | rasa-x_1 | During handling of the above exception, another exception occurred: rasa-x_1 | rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/apscheduler/executors/base.py", line 125, in run_job rasa-x_1 | retval = job.func(*job.args, **job.kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 851, in run_background_synchronization rasa-x_1 | git_service.synchronize_project(force_data_injection) rasa-x_1 | File "uvloop/loop.pyx", line 1456, in uvloop.loop.Loop.run_until_complete rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 690, in synchronize_project rasa-x_1 | await self._inject_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 725, in _inject_data rasa-x_1 | str(self.repository_path()), str(data_path), self.session, SYSTEM_USER rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 297, in inject_files_from_disk rasa-x_1 | inject_config(os.path.join(project_path, config_path), settings_service) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 47, in inject_config rasa-x_1 | _config = read_yaml_file(config_path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 210, in read_yaml_file rasa-x_1 | return read_yaml(read_file(filename, DEFAULT_ENCODING)) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 130, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 701, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.reader.ReaderError: unacceptable character #x0099: control characters are not allowed rasa-x_1 | in "", position 1090 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.6/site-packages/rasax/community/services/event_service.py", line 1680, in continuously_consume rasa-x_1 | consumer.consume() rasa-x_1 | File "/usr/local/lib/python3.6/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.6/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.6/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.6/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.6/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 | ERROR:pika.adapters.utils.io_services_utils:Socket failed to connect: ; error=111 (Connection refused) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:TCP Connection attempt failed: ConnectionRefusedError(111, 'Connection refused'); dest=(, , 6, '', ('172.23.0.5', 5672)) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:AMQPConnector - reporting failure: AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused') rasa-x_1 | ERROR:pika.adapters.utils.io_services_utils:Socket failed to connect: ; error=111 (Connection refused) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:TCP Connection attempt failed: ConnectionRefusedError(111, 'Connection refused'); dest=(, , 6, '', ('172.23.0.5', 5672)) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:AMQPConnector - reporting failure: AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused') rasa-x_1 | ERROR:pika.adapters.utils.io_services_utils:Socket failed to connect: ; error=111 (Connection refused) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:TCP Connection attempt failed: ConnectionRefusedError(111, 'Connection refused'); dest=(, , 6, '', ('172.23.0.5', 5672)) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:AMQPConnector - reporting failure: AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused') rasa-x_1 | INFO:rasax.community.services.event_consumers.pika_consumer:Start consuming queue 'rasa_production_events' on pika host 'rabbit'. rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/domain.py:133: FutureWarning: Your domain file contains the key: 'templates'. This has been deprecated and renamed to 'responses'. The 'templates' key will no longer work in future versions of Rasa. Please replace 'templates' with 'responses' rasa-x_1 | return cls.from_dict(data) rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/domain.py:151: FutureWarning: No tracker session configuration was found in the loaded domain. Domains without a session config will automatically receive a session expiration time of 60 minutes in Rasa version 2.0 if not configured otherwise. rasa-x_1 | session_config = cls._get_session_config(data.get(SESSION_CONFIG_KEY, {})) rasa-x_1 | Job "GitService.run_background_synchronization (trigger: cron[minute='*'], next run at: 2020-03-29 09:14:00 UTC)" raised an exception rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 118, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 706, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 724, in _ruamel_yaml.CParser._compose_document rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 889, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 773, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 850, in _ruamel_yaml.CParser._compose_sequence_node rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 891, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.scanner.ScannerError: mapping values are not allowed in this context rasa-x_1 | in "", line 41, column 18 rasa-x_1 | rasa-x_1 | During handling of the above exception, another exception occurred: rasa-x_1 | rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/apscheduler/executors/base.py", line 125, in run_job rasa-x_1 | retval = job.func(*job.args, **job.kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 851, in run_background_synchronization rasa-x_1 | git_service.synchronize_project(force_data_injection) rasa-x_1 | File "uvloop/loop.pyx", line 1456, in uvloop.loop.Loop.run_until_complete rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 695, in synchronize_project rasa-x_1 | await self._inject_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 725, in _inject_data rasa-x_1 | str(self.repository_path()), str(data_path), self.session, SYSTEM_USER rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 297, in inject_files_from_disk rasa-x_1 | inject_config(os.path.join(project_path, config_path), settings_service) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 47, in inject_config rasa-x_1 | _config = read_yaml_file(config_path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 210, in read_yaml_file rasa-x_1 | return read_yaml(read_file(filename, DEFAULT_ENCODING)) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 130, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 701, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.reader.ReaderError: unacceptable character #x0099: control characters are not allowed rasa-x_1 | in "", position 1090 rasa-x_1 | Job "GitService.run_background_synchronization (trigger: cron[minute='*'], next run at: 2020-03-29 09:14:00 UTC)" raised an exception rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 118, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 706, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 724, in _ruamel_yaml.CParser._compose_document rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 889, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 773, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 850, in _ruamel_yaml.CParser._compose_sequence_node rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 891, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.scanner.ScannerError: mapping values are not allowed in this context rasa-x_1 | in "", line 41, column 18 rasa-x_1 | rasa-x_1 | During handling of the above exception, another exception occurred: rasa-x_1 | rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/apscheduler/executors/base.py", line 125, in run_job rasa-x_1 | retval = job.func(*job.args, **job.kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 851, in run_background_synchronization rasa-x_1 | git_service.synchronize_project(force_data_injection) rasa-x_1 | File "uvloop/loop.pyx", line 1456, in uvloop.loop.Loop.run_until_complete rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 695, in synchronize_project rasa-x_1 | await self._inject_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 725, in _inject_data rasa-x_1 | str(self.repository_path()), str(data_path), self.session, SYSTEM_USER rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 297, in inject_files_from_disk rasa-x_1 | inject_config(os.path.join(project_path, config_path), settings_service) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 47, in inject_config rasa-x_1 | _config = read_yaml_file(config_path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 210, in read_yaml_file rasa-x_1 | return read_yaml(read_file(filename, DEFAULT_ENCODING)) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 130, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 701, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.reader.ReaderError: unacceptable character #x0099: control characters are not allowed rasa-x_1 | in "", position 1090 rasa-x_1 | Job "GitService.run_background_synchronization (trigger: cron[minute='*'], next run at: 2020-03-29 09:15:00 UTC)" raised an exception rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 118, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 706, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 724, in _ruamel_yaml.CParser._compose_document rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 889, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 773, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 850, in _ruamel_yaml.CParser._compose_sequence_node rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 891, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.scanner.ScannerError: mapping values are not allowed in this context rasa-x_1 | in "", line 41, column 18 rasa-x_1 | rasa-x_1 | During handling of the above exception, another exception occurred: rasa-x_1 | rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/apscheduler/executors/base.py", line 125, in run_job rasa-x_1 | retval = job.func(*job.args, **job.kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 851, in run_background_synchronization rasa-x_1 | git_service.synchronize_project(force_data_injection) rasa-x_1 | File "uvloop/loop.pyx", line 1456, in uvloop.loop.Loop.run_until_complete rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 695, in synchronize_project rasa-x_1 | await self._inject_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 725, in _inject_data rasa-x_1 | str(self.repository_path()), str(data_path), self.session, SYSTEM_USER rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 297, in inject_files_from_disk rasa-x_1 | inject_config(os.path.join(project_path, config_path), settings_service) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 47, in inject_config rasa-x_1 | _config = read_yaml_file(config_path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 210, in read_yaml_file rasa-x_1 | return read_yaml(read_file(filename, DEFAULT_ENCODING)) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 130, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 701, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.reader.ReaderError: unacceptable character #x0099: control characters are not allowed rasa-x_1 | in "", position 1090 rasa-x_1 | Job "GitService.run_background_synchronization (trigger: cron[minute='*'], next run at: 2020-03-29 09:16:00 UTC)" raised an exception rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 118, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 706, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 724, in _ruamel_yaml.CParser._compose_document rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 889, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 773, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 850, in _ruamel_yaml.CParser._compose_sequence_node rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 891, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.scanner.ScannerError: mapping values are not allowed in this context rasa-x_1 | in "", line 41, column 18 rasa-x_1 | rasa-x_1 | During handling of the above exception, another exception occurred: rasa-x_1 | rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/apscheduler/executors/base.py", line 125, in run_job rasa-x_1 | retval = job.func(*job.args, **job.kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 851, in run_background_synchronization rasa-x_1 | git_service.synchronize_project(force_data_injection) rasa-x_1 | File "uvloop/loop.pyx", line 1456, in uvloop.loop.Loop.run_until_complete rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 695, in synchronize_project rasa-x_1 | await self._inject_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 725, in _inject_data rasa-x_1 | str(self.repository_path()), str(data_path), self.session, SYSTEM_USER rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 297, in inject_files_from_disk rasa-x_1 | inject_config(os.path.join(project_path, config_path), settings_service) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 47, in inject_config rasa-x_1 | _config = read_yaml_file(config_path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 210, in read_yaml_file rasa-x_1 | return read_yaml(read_file(filename, DEFAULT_ENCODING)) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 130, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 701, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.reader.ReaderError: unacceptable character #x0099: control characters are not allowed rasa-x_1 | in "", position 1090 rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/domain.py:151: FutureWarning: No tracker session configuration was found in the loaded domain. Domains without a session config will automatically receive a session expiration time of 60 minutes in Rasa version 2.0 if not configured otherwise. rasa-x_1 | session_config = cls._get_session_config(data.get(SESSION_CONFIG_KEY, {})) rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'greet' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 4. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 8. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'thanks' on line 11. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 |  Processed Story Blocks: 0%| | 0/1 [00:00", line 41, column 18 rasa-x_1 | rasa-x_1 | During handling of the above exception, another exception occurred: rasa-x_1 | rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/apscheduler/executors/base.py", line 125, in run_job rasa-x_1 | retval = job.func(*job.args, **job.kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 851, in run_background_synchronization rasa-x_1 | git_service.synchronize_project(force_data_injection) rasa-x_1 | File "uvloop/loop.pyx", line 1456, in uvloop.loop.Loop.run_until_complete rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 695, in synchronize_project rasa-x_1 | await self._inject_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 725, in _inject_data rasa-x_1 | str(self.repository_path()), str(data_path), self.session, SYSTEM_USER rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 297, in inject_files_from_disk rasa-x_1 | inject_config(os.path.join(project_path, config_path), settings_service) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 47, in inject_config rasa-x_1 | _config = read_yaml_file(config_path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 210, in read_yaml_file rasa-x_1 | return read_yaml(read_file(filename, DEFAULT_ENCODING)) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 130, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 701, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.reader.ReaderError: unacceptable character #x0099: control characters are not allowed rasa-x_1 | in "", position 1090 rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'greeting' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'seooffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'areyoubot' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'whatcanyoudo' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'socialmediaoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'chatbotoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'workoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'casestudies' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'greet' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 4. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 8. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'thanks' on line 11. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'search_provider' on line 11. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 15. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'search_provider' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 6. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'thanks' on line 9. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'goodbye' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'thanks' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | Exception occurred while handling uri: 'http://fndtd.com/api/projects/default/models/jobs' rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 137, in read_file rasa-x_1 | with open(filename, encoding=encoding) as f: rasa-x_1 | FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmppb43wzr6/core/domain.yml' rasa-x_1 | rasa-x_1 | During handling of the above exception, another exception occurred: rasa-x_1 | rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sanic/app.py", line 976, in handle_request rasa-x_1 | response = await response rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/api/decorators.py", line 205, in decorated_function rasa-x_1 | return await await_and_return_response(args, kwargs, request) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/api/decorators.py", line 135, in await_and_return_response rasa-x_1 | response = await response rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/api/blueprints/models.py", line 188, in train_model rasa-x_1 | project_id, content rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/model_service.py", line 225, in save_trained_model rasa-x_1 | await self.add_model(project, model_name=model_name, path=model_path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/model_service.py", line 282, in add_model rasa-x_1 | await self.inject_data_from_first_model(project, path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/model_service.py", line 338, in inject_data_from_first_model rasa-x_1 | await self._inject_domain_from_model(project, domain_path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/model_service.py", line 311, in _inject_domain_from_model rasa-x_1 | data = read_yaml_file(domain_path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 210, in read_yaml_file rasa-x_1 | return read_yaml(read_file(filename, DEFAULT_ENCODING)) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 140, in read_file rasa-x_1 | raise ValueError(f"File '{filename}' does not exist.") rasa-x_1 | ValueError: File '/tmp/tmppb43wzr6/core/domain.yml' does not exist. rasa-x_1 | Job "GitService.run_background_synchronization (trigger: cron[minute='*'], next run at: 2020-03-29 09:18:00 UTC)" raised an exception rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 118, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 706, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 724, in _ruamel_yaml.CParser._compose_document rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 889, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 773, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 850, in _ruamel_yaml.CParser._compose_sequence_node rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 891, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.scanner.ScannerError: mapping values are not allowed in this context rasa-x_1 | in "", line 41, column 18 rasa-x_1 | rasa-x_1 | During handling of the above exception, another exception occurred: rasa-x_1 | rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/apscheduler/executors/base.py", line 125, in run_job rasa-x_1 | retval = job.func(*job.args, **job.kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 851, in run_background_synchronization rasa-x_1 | git_service.synchronize_project(force_data_injection) rasa-x_1 | File "uvloop/loop.pyx", line 1456, in uvloop.loop.Loop.run_until_complete rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 695, in synchronize_project rasa-x_1 | await self._inject_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 725, in _inject_data rasa-x_1 | str(self.repository_path()), str(data_path), self.session, SYSTEM_USER rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 297, in inject_files_from_disk rasa-x_1 | inject_config(os.path.join(project_path, config_path), settings_service) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 47, in inject_config rasa-x_1 | _config = read_yaml_file(config_path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 210, in read_yaml_file rasa-x_1 | return read_yaml(read_file(filename, DEFAULT_ENCODING)) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 130, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 701, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.reader.ReaderError: unacceptable character #x0099: control characters are not allowed rasa-x_1 | in "", position 1090 rasa-x_1 | Job "GitService.run_background_synchronization (trigger: cron[minute='*'], next run at: 2020-03-29 09:19:00 UTC)" raised an exception rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 118, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 706, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 724, in _ruamel_yaml.CParser._compose_document rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 889, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 773, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 850, in _ruamel_yaml.CParser._compose_sequence_node rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 891, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.scanner.ScannerError: mapping values are not allowed in this context rasa-x_1 | in "", line 41, column 18 rasa-x_1 | rasa-x_1 | During handling of the above exception, another exception occurred: rasa-x_1 | rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/apscheduler/executors/base.py", line 125, in run_job rasa-x_1 | retval = job.func(*job.args, **job.kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 851, in run_background_synchronization rasa-x_1 | git_service.synchronize_project(force_data_injection) rasa-x_1 | File "uvloop/loop.pyx", line 1456, in uvloop.loop.Loop.run_until_complete rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 695, in synchronize_project rasa-x_1 | await self._inject_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 725, in _inject_data rasa-x_1 | str(self.repository_path()), str(data_path), self.session, SYSTEM_USER rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 297, in inject_files_from_disk rasa-x_1 | inject_config(os.path.join(project_path, config_path), settings_service) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 47, in inject_config rasa-x_1 | _config = read_yaml_file(config_path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 210, in read_yaml_file rasa-x_1 | return read_yaml(read_file(filename, DEFAULT_ENCODING)) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 130, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 701, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.reader.ReaderError: unacceptable character #x0099: control characters are not allowed rasa-x_1 | in "", position 1090 rasa-x_1 | Job "GitService.run_background_synchronization (trigger: cron[minute='*'], next run at: 2020-03-29 09:20:00 UTC)" raised an exception rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 118, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 706, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 724, in _ruamel_yaml.CParser._compose_document rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 889, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 773, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 850, in _ruamel_yaml.CParser._compose_sequence_node rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 891, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.scanner.ScannerError: mapping values are not allowed in this context rasa-x_1 | in "", line 41, column 18 rasa-x_1 | rasa-x_1 | During handling of the above exception, another exception occurred: rasa-x_1 | rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/apscheduler/executors/base.py", line 125, in run_job rasa-x_1 | retval = job.func(*job.args, **job.kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 851, in run_background_synchronization rasa-x_1 | git_service.synchronize_project(force_data_injection) rasa-x_1 | File "uvloop/loop.pyx", line 1456, in uvloop.loop.Loop.run_until_complete rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 695, in synchronize_project rasa-x_1 | await self._inject_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 725, in _inject_data rasa-x_1 | str(self.repository_path()), str(data_path), self.session, SYSTEM_USER rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 297, in inject_files_from_disk rasa-x_1 | inject_config(os.path.join(project_path, config_path), settings_service) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 47, in inject_config rasa-x_1 | _config = read_yaml_file(config_path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 210, in read_yaml_file rasa-x_1 | return read_yaml(read_file(filename, DEFAULT_ENCODING)) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 130, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 701, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.reader.ReaderError: unacceptable character #x0099: control characters are not allowed rasa-x_1 | in "", position 1090 rasa-x_1 | ERROR:rasax.community.services.logs_service:Could not persist event 'b'{"sender_id": "2732823966794626", "event": "user", "timestamp": 1585473587.9152768, "text": "Siema", "parse_data": {"text": "/Siema", "intent": {"name": "Siema", "confidence": 1.0}, "intent_ranking": [{"name": "Siema", "confidence": 1.0}], "entities": []}, "input_channel": "facebook", "message_id": "a18ef28572974cf59954130196213f84", "metadata": {}}'' to NLU logs: rasa-x_1 | No model found for project 'default'. rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/logs_service.py", line 220, in save_nlu_logs_from_event rasa-x_1 | event.parse_data, event_id=event_id rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/logs_service.py", line 160, in create_log_from_parse_data rasa-x_1 | log = self._create_log(parse_data, event_id, created_from_model) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/logs_service.py", line 193, in _create_log rasa-x_1 | raise ValueError(f"No model found for project '{project}'.") rasa-x_1 | ValueError: No model found for project 'default'. rasa-x_1 | Job "GitService.run_background_synchronization (trigger: cron[minute='*'], next run at: 2020-03-29 09:21:00 UTC)" raised an exception rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 118, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 706, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 724, in _ruamel_yaml.CParser._compose_document rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 889, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 773, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 850, in _ruamel_yaml.CParser._compose_sequence_node rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 891, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.scanner.ScannerError: mapping values are not allowed in this context rasa-x_1 | in "", line 41, column 18 rasa-x_1 | rasa-x_1 | During handling of the above exception, another exception occurred: rasa-x_1 | rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/apscheduler/executors/base.py", line 125, in run_job rasa-x_1 | retval = job.func(*job.args, **job.kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 851, in run_background_synchronization rasa-x_1 | git_service.synchronize_project(force_data_injection) rasa-x_1 | File "uvloop/loop.pyx", line 1456, in uvloop.loop.Loop.run_until_complete rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 695, in synchronize_project rasa-x_1 | await self._inject_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 725, in _inject_data rasa-x_1 | str(self.repository_path()), str(data_path), self.session, SYSTEM_USER rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 297, in inject_files_from_disk rasa-x_1 | inject_config(os.path.join(project_path, config_path), settings_service) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 47, in inject_config rasa-x_1 | _config = read_yaml_file(config_path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 210, in read_yaml_file rasa-x_1 | return read_yaml(read_file(filename, DEFAULT_ENCODING)) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 130, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 701, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.reader.ReaderError: unacceptable character #x0099: control characters are not allowed rasa-x_1 | in "", position 1090 rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/domain.py:151: FutureWarning: No tracker session configuration was found in the loaded domain. Domains without a session config will automatically receive a session expiration time of 60 minutes in Rasa version 2.0 if not configured otherwise. rasa-x_1 | session_config = cls._get_session_config(data.get(SESSION_CONFIG_KEY, {})) rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/domain.py:151: FutureWarning: No tracker session configuration was found in the loaded domain. Domains without a session config will automatically receive a session expiration time of 60 minutes in Rasa version 2.0 if not configured otherwise. rasa-x_1 | session_config = cls._get_session_config(data.get(SESSION_CONFIG_KEY, {})) rasa-x_1 |  Processed Story Blocks: 0%| | 0/1 [00:00", line 41, column 18 rasa-x_1 | rasa-x_1 | During handling of the above exception, another exception occurred: rasa-x_1 | rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/apscheduler/executors/base.py", line 125, in run_job rasa-x_1 | retval = job.func(*job.args, **job.kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 851, in run_background_synchronization rasa-x_1 | git_service.synchronize_project(force_data_injection) rasa-x_1 | File "uvloop/loop.pyx", line 1456, in uvloop.loop.Loop.run_until_complete rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 695, in synchronize_project rasa-x_1 | await self._inject_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 725, in _inject_data rasa-x_1 | str(self.repository_path()), str(data_path), self.session, SYSTEM_USER rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 297, in inject_files_from_disk rasa-x_1 | inject_config(os.path.join(project_path, config_path), settings_service) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 47, in inject_config rasa-x_1 | _config = read_yaml_file(config_path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 210, in read_yaml_file rasa-x_1 | return read_yaml(read_file(filename, DEFAULT_ENCODING)) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 130, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 701, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.reader.ReaderError: unacceptable character #x0099: control characters are not allowed rasa-x_1 | in "", position 1090 rasa-x_1 | rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'greeting' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'seooffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'areyoubot' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'whatcanyoudo' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'socialmediaoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'chatbotoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'workoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'casestudies' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'greet' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 4. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 8. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'thanks' on line 11. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'search_provider' on line 11. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 15. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'search_provider' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 6. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'thanks' on line 9. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'goodbye' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'thanks' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | ERROR:rasax.community.api.blueprints.models:400, Bad Request, body='b'{"version":"1.9.2","status":"failure","message":"Provided domain file is invalid. Error: \\u001b[91mThe intent \'out_of_scope\' must be present in the domain file to use TwoStageFallbackPolicy. Either include the intent \'out_of_scope\' in your domain or exclude the TwoStageFallbackPolicy from your policy configuration\\u001b[0m","reason":"InvalidDomainError","details":{},"help":null,"code":400}'' rasa-x_1 | Job "GitService.run_background_synchronization (trigger: cron[minute='*'], next run at: 2020-03-29 09:23:00 UTC)" raised an exception rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 118, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 706, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 724, in _ruamel_yaml.CParser._compose_document rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 889, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 773, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 850, in _ruamel_yaml.CParser._compose_sequence_node rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 891, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.scanner.ScannerError: mapping values are not allowed in this context rasa-x_1 | in "", line 41, column 18 rasa-x_1 | rasa-x_1 | During handling of the above exception, another exception occurred: rasa-x_1 | rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/apscheduler/executors/base.py", line 125, in run_job rasa-x_1 | retval = job.func(*job.args, **job.kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 851, in run_background_synchronization rasa-x_1 | git_service.synchronize_project(force_data_injection) rasa-x_1 | File "uvloop/loop.pyx", line 1456, in uvloop.loop.Loop.run_until_complete rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 695, in synchronize_project rasa-x_1 | await self._inject_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 725, in _inject_data rasa-x_1 | str(self.repository_path()), str(data_path), self.session, SYSTEM_USER rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 297, in inject_files_from_disk rasa-x_1 | inject_config(os.path.join(project_path, config_path), settings_service) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 47, in inject_config rasa-x_1 | _config = read_yaml_file(config_path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 210, in read_yaml_file rasa-x_1 | return read_yaml(read_file(filename, DEFAULT_ENCODING)) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 130, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 701, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.reader.ReaderError: unacceptable character #x0099: control characters are not allowed rasa-x_1 | in "", position 1090 rasa-x_1 | Job "GitService.run_background_synchronization (trigger: cron[minute='*'], next run at: 2020-03-29 09:24:00 UTC)" raised an exception rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 118, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 706, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 724, in _ruamel_yaml.CParser._compose_document rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 889, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 773, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 850, in _ruamel_yaml.CParser._compose_sequence_node rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 891, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.scanner.ScannerError: mapping values are not allowed in this context rasa-x_1 | in "", line 41, column 18 rasa-x_1 | rasa-x_1 | During handling of the above exception, another exception occurred: rasa-x_1 | rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/apscheduler/executors/base.py", line 125, in run_job rasa-x_1 | retval = job.func(*job.args, **job.kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 851, in run_background_synchronization rasa-x_1 | git_service.synchronize_project(force_data_injection) rasa-x_1 | File "uvloop/loop.pyx", line 1456, in uvloop.loop.Loop.run_until_complete rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 695, in synchronize_project rasa-x_1 | await self._inject_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 725, in _inject_data rasa-x_1 | str(self.repository_path()), str(data_path), self.session, SYSTEM_USER rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 297, in inject_files_from_disk rasa-x_1 | inject_config(os.path.join(project_path, config_path), settings_service) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 47, in inject_config rasa-x_1 | _config = read_yaml_file(config_path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 210, in read_yaml_file rasa-x_1 | return read_yaml(read_file(filename, DEFAULT_ENCODING)) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 130, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 701, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.reader.ReaderError: unacceptable character #x0099: control characters are not allowed rasa-x_1 | in "", position 1090 rasa-x_1 | Job "GitService.run_background_synchronization (trigger: cron[minute='*'], next run at: 2020-03-29 09:25:00 UTC)" raised an exception rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 118, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 706, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 724, in _ruamel_yaml.CParser._compose_document rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 889, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 773, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 850, in _ruamel_yaml.CParser._compose_sequence_node rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 891, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.scanner.ScannerError: mapping values are not allowed in this context rasa-x_1 | in "", line 41, column 18 rasa-x_1 | rasa-x_1 | During handling of the above exception, another exception occurred: rasa-x_1 | rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/apscheduler/executors/base.py", line 125, in run_job rasa-x_1 | retval = job.func(*job.args, **job.kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 851, in run_background_synchronization rasa-x_1 | git_service.synchronize_project(force_data_injection) rasa-x_1 | File "uvloop/loop.pyx", line 1456, in uvloop.loop.Loop.run_until_complete rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 695, in synchronize_project rasa-x_1 | await self._inject_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 725, in _inject_data rasa-x_1 | str(self.repository_path()), str(data_path), self.session, SYSTEM_USER rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 297, in inject_files_from_disk rasa-x_1 | inject_config(os.path.join(project_path, config_path), settings_service) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 47, in inject_config rasa-x_1 | _config = read_yaml_file(config_path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 210, in read_yaml_file rasa-x_1 | return read_yaml(read_file(filename, DEFAULT_ENCODING)) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 130, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 701, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.reader.ReaderError: unacceptable character #x0099: control characters are not allowed rasa-x_1 | in "", position 1090 rasa-x_1 | Exception occurred while handling uri: 'http://fndtd.com/api/projects/default/git_repositories/3' rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sanic/app.py", line 976, in handle_request rasa-x_1 | response = await response rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/api/decorators.py", line 205, in decorated_function rasa-x_1 | return await await_and_return_response(args, kwargs, request) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/api/decorators.py", line 135, in await_and_return_response rasa-x_1 | response = await response rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/api/decorators.py", line 238, in decorated_function rasa-x_1 | return await f(request, *args, **kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/api/blueprints/git.py", line 106, in update_repository rasa-x_1 | updated = git_service.update_repository(request.json) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 371, in update_repository rasa-x_1 | self.checkout_branch(old.target_branch) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 139, in checkout_branch rasa-x_1 | matching_branch.checkout() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/git/refs/head.py", line 219, in checkout rasa-x_1 | self.repo.git.checkout(self, **kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/git/cmd.py", line 542, in rasa-x_1 | return lambda *args, **kwargs: self._call_process(name, *args, **kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/git/cmd.py", line 1005, in _call_process rasa-x_1 | return self.execute(call, **exec_kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/git/cmd.py", line 822, in execute rasa-x_1 | raise GitCommandError(command, status, stderr_value, stdout_value) rasa-x_1 | git.exc.GitCommandError: Cmd('git') failed due to: exit code(1) rasa-x_1 | cmdline: git checkout master rasa-x_1 | stderr: 'error: Your local changes to the following files would be overwritten by checkout: rasa-x_1 | data/nlu.md rasa-x_1 | Please commit your changes or stash them before you switch branches. rasa-x_1 | Aborting' rasa-x_1 | Job "GitService.run_background_synchronization (trigger: cron[minute='*'], next run at: 2020-03-29 09:26:00 UTC)" raised an exception rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 118, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 706, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 724, in _ruamel_yaml.CParser._compose_document rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 889, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 773, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 850, in _ruamel_yaml.CParser._compose_sequence_node rasa-x_1 | File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node rasa-x_1 | File "_ruamel_yaml.pyx", line 891, in _ruamel_yaml.CParser._compose_mapping_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.scanner.ScannerError: mapping values are not allowed in this context rasa-x_1 | in "", line 41, column 18 rasa-x_1 | rasa-x_1 | During handling of the above exception, another exception occurred: rasa-x_1 | rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/apscheduler/executors/base.py", line 125, in run_job rasa-x_1 | retval = job.func(*job.args, **job.kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 851, in run_background_synchronization rasa-x_1 | git_service.synchronize_project(force_data_injection) rasa-x_1 | File "uvloop/loop.pyx", line 1456, in uvloop.loop.Loop.run_until_complete rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 695, in synchronize_project rasa-x_1 | await self._inject_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 725, in _inject_data rasa-x_1 | str(self.repository_path()), str(data_path), self.session, SYSTEM_USER rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 297, in inject_files_from_disk rasa-x_1 | inject_config(os.path.join(project_path, config_path), settings_service) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/initialise.py", line 47, in inject_config rasa-x_1 | _config = read_yaml_file(config_path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 210, in read_yaml_file rasa-x_1 | return read_yaml(read_file(filename, DEFAULT_ENCODING)) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasa/utils/io.py", line 130, in read_yaml rasa-x_1 | return yaml_parser.load(content) or {} rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/main.py", line 331, in load rasa-x_1 | return constructor.get_single_data() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/ruamel/yaml/constructor.py", line 109, in get_single_data rasa-x_1 | node = self.composer.get_single_node() rasa-x_1 | File "_ruamel_yaml.pyx", line 701, in _ruamel_yaml.CParser.get_single_node rasa-x_1 | File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event rasa-x_1 | ruamel.yaml.reader.ReaderError: unacceptable character #x0099: control characters are not allowed rasa-x_1 | in "", position 1090 rasa-x_1 | rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'greeting' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'seooffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'areyoubot' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'whatcanyoudo' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'socialmediaoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'chatbotoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'workoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'casestudies' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'greet' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 4. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 8. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'thanks' on line 11. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'search_provider' on line 11. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 15. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'search_provider' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 6. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'thanks' on line 9. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'goodbye' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'thanks' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py:822: UserWarning: An error happened when trying to access 'git@github.com:Finderstand/greenbotone.git'. It seems you don't have to correct permissions for this repository. Please check if your credentials are correct and you have write permissions in the given repository. The error was: Cmd('git') failed due to: exit code(128) rasa-x_1 | cmdline: git clone --depth=1 -v git@github.com:Finderstand/greenbotone.git /tmp/tmpbhvl45hd rasa-x_1 | stderr: 'Cloning into '/tmp/tmpbhvl45hd'... rasa-x_1 | Could not create directory '/root/.ssh'. rasa-x_1 | Warning: Permanently added 'github.com,140.82.118.3' (RSA) to the list of known hosts. rasa-x_1 | git@github.com: Permission denied (publickey). rasa-x_1 | fatal: Could not read from remote repository. rasa-x_1 | rasa-x_1 | Please make sure you have the correct access rights rasa-x_1 | and the repository exists. rasa-x_1 | '. rasa-x_1 | f"An error happened when trying to access '{repository_url}'. It seems " rasa-x_1 | ERROR:rasax.community.api.blueprints.git:Given repository credentials don't provide write permissions to the repository. Please make sure the ssh key is correct and the administrator of the remote repository gave you the required permissions. rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py:822: UserWarning: An error happened when trying to access 'git@github.com:Finderstand/greenbotone.git'. It seems you don't have to correct permissions for this repository. Please check if your credentials are correct and you have write permissions in the given repository. The error was: Cmd('git') failed due to: exit code(128) rasa-x_1 | cmdline: git clone --depth=1 -v git@github.com:Finderstand/greenbotone.git /tmp/tmpy2w_9h31 rasa-x_1 | stderr: 'Cloning into '/tmp/tmpy2w_9h31'... rasa-x_1 | Could not create directory '/root/.ssh'. rasa-x_1 | Warning: Permanently added 'github.com,140.82.113.4' (RSA) to the list of known hosts. rasa-x_1 | git@github.com: Permission denied (publickey). rasa-x_1 | fatal: Could not read from remote repository. rasa-x_1 | rasa-x_1 | Please make sure you have the correct access rights rasa-x_1 | and the repository exists. rasa-x_1 | '. rasa-x_1 | f"An error happened when trying to access '{repository_url}'. It seems " rasa-x_1 | ERROR:rasax.community.api.blueprints.git:Given repository credentials don't provide write permissions to the repository. Please make sure the ssh key is correct and the administrator of the remote repository gave you the required permissions. rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py:822: UserWarning: An error happened when trying to access 'git@github.com:Finderstand/greenbotone.git'. It seems you don't have to correct permissions for this repository. Please check if your credentials are correct and you have write permissions in the given repository. The error was: Cmd('git') failed due to: exit code(128) rasa-x_1 | cmdline: git clone --depth=1 -v git@github.com:Finderstand/greenbotone.git /tmp/tmp8bi9b6cn rasa-x_1 | stderr: 'Cloning into '/tmp/tmp8bi9b6cn'... rasa-x_1 | Could not create directory '/root/.ssh'. rasa-x_1 | Warning: Permanently added 'github.com,140.82.118.4' (RSA) to the list of known hosts. rasa-x_1 | git@github.com: Permission denied (publickey). rasa-x_1 | fatal: Could not read from remote repository. rasa-x_1 | rasa-x_1 | Please make sure you have the correct access rights rasa-x_1 | and the repository exists. rasa-x_1 | '. rasa-x_1 | f"An error happened when trying to access '{repository_url}'. It seems " rasa-x_1 | ERROR:rasax.community.api.blueprints.git:Given repository credentials don't provide write permissions to the repository. Please make sure the ssh key is correct and the administrator of the remote repository gave you the required permissions. rasa-x_1 | INFO:rasax.community.services.integrated_version_control.git_service:Cloning git repository from URL 'git@gitlab.com:Finderstand/greenbotone.git'. rasa-x_1 | Execution of job "GitService.run_background_synchronization (trigger: cron[minute='*'], next run at: 2020-03-29 09:27:00 UTC)" skipped: maximum number of running instances reached (1) rasa-x_1 | Processed Story Blocks: 0%| | 0/1 [00:00 rasa-x_1 | main() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/server.py", line 30, in main rasa-x_1 | sql_migrations.run_migrations(session) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/sql_migrations.py", line 25, in run_migrations rasa-x_1 | _run_schema_migrations(session) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/sql_migrations.py", line 41, in _run_schema_migrations rasa-x_1 | _run_alembic_migration(alembic_config) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/sql_migrations.py", line 65, in _run_alembic_migration rasa-x_1 | command.upgrade(alembic_config, target_revision) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/alembic/command.py", line 298, in upgrade rasa-x_1 | script.run_env() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/alembic/script/base.py", line 489, in run_env rasa-x_1 | util.load_python_file(self.dir, "env.py") rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/alembic/util/pyfiles.py", line 98, in load_python_file rasa-x_1 | module = load_module_py(module_id, path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/alembic/util/compat.py", line 184, in load_module_py rasa-x_1 | spec.loader.exec_module(module) rasa-x_1 | File "", line 678, in exec_module rasa-x_1 | File "", line 219, in _call_with_frames_removed rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/database/schema_migrations/alembic/env.py", line 87, in rasa-x_1 | run_migrations_online() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/database/schema_migrations/alembic/env.py", line 65, in run_migrations_online rasa-x_1 | with connectable.connect() as connection: rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2218, in connect rasa-x_1 | return self._connection_cls(self, **kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 103, in __init__ rasa-x_1 | else engine.raw_connection() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2318, in raw_connection rasa-x_1 | self.pool.unique_connection, _connection rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2289, in _wrap_pool_connect rasa-x_1 | e, dialect, self rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 1555, in _handle_dbapi_exception_noconnection rasa-x_1 | sqlalchemy_exception, with_traceback=exc_info[2], from_=e rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 178, in raise_ rasa-x_1 | raise exception rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2285, in _wrap_pool_connect rasa-x_1 | return fn() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 303, in unique_connection rasa-x_1 | return _ConnectionFairy._checkout(self) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 773, in _checkout rasa-x_1 | fairy = _ConnectionRecord.checkout(pool) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 492, in checkout rasa-x_1 | rec = pool._do_get() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/impl.py", line 139, in _do_get rasa-x_1 | self._dec_overflow() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/langhelpers.py", line 69, in __exit__ rasa-x_1 | exc_value, with_traceback=exc_tb, rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 178, in raise_ rasa-x_1 | raise exception rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/impl.py", line 136, in _do_get rasa-x_1 | return self._create_connection() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 308, in _create_connection rasa-x_1 | return _ConnectionRecord(self) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 437, in __init__ rasa-x_1 | self.__connect(first_connect_check=True) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 657, in __connect rasa-x_1 | pool.logger.debug("Error on connect(): %s", e) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/langhelpers.py", line 69, in __exit__ rasa-x_1 | exc_value, with_traceback=exc_tb, rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 178, in raise_ rasa-x_1 | raise exception rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 652, in __connect rasa-x_1 | connection = pool._invoke_creator(self) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/strategies.py", line 114, in connect rasa-x_1 | return dialect.connect(*cargs, **cparams) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/default.py", line 488, in connect rasa-x_1 | return self.dbapi.connect(*cargs, **cparams) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/psycopg2/__init__.py", line 126, in connect rasa-x_1 | conn = _connect(dsn, connection_factory=connection_factory, **kwasync) rasa-x_1 | sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) could not connect to server: Connection refused rasa-x_1 | Is the server running on host "db" (172.23.0.2) and accepting rasa-x_1 | TCP/IP connections on port 5432? rasa-x_1 | rasa-x_1 | (Background on this error at: http://sqlalche.me/e/e3q8) rasa-x_1 | INFO:rasax.community.services.event_service:Waiting until database migrations have been executed... 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:Check for database migrations completed. rasa-x_1 | ERROR:pika.adapters.utils.io_services_utils:Socket failed to connect: ; error=111 (Connection refused) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:TCP Connection attempt failed: ConnectionRefusedError(111, 'Connection refused'); dest=(, , 6, '', ('172.23.0.5', 5672)) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:AMQPConnector - reporting failure: AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused') rasa-x_1 | INFO:alembic.runtime.migration:Context impl PostgresqlImpl. rasa-x_1 | INFO:alembic.runtime.migration:Will assume transactional DDL. rasa-x_1 | Starting Rasa X server... 🚀 rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/4/tests/conversation_tests.md: rasa-x_1 | File '/app/git/4/tests/conversation_tests.md' does not exist. rasa-x_1 | INFO:rasax.community.services.event_consumers.pika_consumer:Start consuming queue 'rasa_production_events' on pika host 'rabbit'. rasa-x_1 | INFO:rasax.community.services.integrated_version_control.git_service:Cloning git repository from URL 'git@gitlab.com:Finderstand/greenbotone.git'. rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/domain.py:151: FutureWarning: No tracker session configuration was found in the loaded domain. Domains without a session config will automatically receive a session expiration time of 60 minutes in Rasa version 2.0 if not configured otherwise. rasa-x_1 | session_config = cls._get_session_config(data.get(SESSION_CONFIG_KEY, {})) rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'greeting' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'seooffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'areyoubot' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'whatcanyoudo' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'socialmediaoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'chatbotoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'workoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'casestudies' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'greet' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 4. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 8. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'thanks' on line 11. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'search_provider' on line 11. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 15. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'search_provider' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 6. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'thanks' on line 9. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'goodbye' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'thanks' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/domain.py:151: FutureWarning: No tracker session configuration was found in the loaded domain. Domains without a session config will automatically receive a session expiration time of 60 minutes in Rasa version 2.0 if not configured otherwise. rasa-x_1 | session_config = cls._get_session_config(data.get(SESSION_CONFIG_KEY, {})) rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'greeting' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'seooffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'areyoubot' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'whatcanyoudo' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'socialmediaoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'chatbotoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'workoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'casestudies' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'greet' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 4. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 8. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'thanks' on line 11. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'search_provider' on line 11. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 15. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | INFO:rasax.community.services.event_service:Waiting until database migrations have been executed... rasa-x_1 | WARNING:rasax.community.services.event_service:Could not retrieve the database revision due to: (psycopg2.OperationalError) could not connect to server: Connection refused rasa-x_1 | Is the server running on host "db" (172.23.0.2) and accepting rasa-x_1 | TCP/IP connections on port 5432? rasa-x_1 | rasa-x_1 | (Background on this error at: http://sqlalche.me/e/e3q8). rasa-x_1 | WARNING:rasax.community.services.event_service:Database revision does not match migrations' latest, trying again in 2 seconds. rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2285, in _wrap_pool_connect rasa-x_1 | return fn() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 303, in unique_connection rasa-x_1 | return _ConnectionFairy._checkout(self) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 773, in _checkout rasa-x_1 | fairy = _ConnectionRecord.checkout(pool) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 492, in checkout rasa-x_1 | rec = pool._do_get() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/impl.py", line 139, in _do_get rasa-x_1 | self._dec_overflow() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/langhelpers.py", line 69, in __exit__ rasa-x_1 | exc_value, with_traceback=exc_tb, rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 178, in raise_ rasa-x_1 | raise exception rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/impl.py", line 136, in _do_get rasa-x_1 | return self._create_connection() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 308, in _create_connection rasa-x_1 | return _ConnectionRecord(self) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 437, in __init__ rasa-x_1 | self.__connect(first_connect_check=True) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 657, in __connect rasa-x_1 | pool.logger.debug("Error on connect(): %s", e) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/langhelpers.py", line 69, in __exit__ rasa-x_1 | exc_value, with_traceback=exc_tb, rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 178, in raise_ rasa-x_1 | raise exception rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 652, in __connect rasa-x_1 | connection = pool._invoke_creator(self) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/strategies.py", line 114, in connect rasa-x_1 | return dialect.connect(*cargs, **cparams) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/default.py", line 488, in connect rasa-x_1 | return self.dbapi.connect(*cargs, **cparams) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/psycopg2/__init__.py", line 126, in connect rasa-x_1 | conn = _connect(dsn, connection_factory=connection_factory, **kwasync) rasa-x_1 | psycopg2.OperationalError: could not connect to server: Connection refused rasa-x_1 | Is the server running on host "db" (172.23.0.2) and accepting rasa-x_1 | TCP/IP connections on port 5432? rasa-x_1 | rasa-x_1 | rasa-x_1 | The above exception was the direct cause of the following exception: rasa-x_1 | rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/runpy.py", line 193, in _run_module_as_main rasa-x_1 | "__main__", mod_spec) rasa-x_1 | File "/usr/local/lib/python3.6/runpy.py", line 85, in _run_code rasa-x_1 | exec(code, run_globals) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/server.py", line 104, in rasa-x_1 | main() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/server.py", line 30, in main rasa-x_1 | sql_migrations.run_migrations(session) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/sql_migrations.py", line 25, in run_migrations rasa-x_1 | _run_schema_migrations(session) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/sql_migrations.py", line 41, in _run_schema_migrations rasa-x_1 | _run_alembic_migration(alembic_config) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/sql_migrations.py", line 65, in _run_alembic_migration rasa-x_1 | command.upgrade(alembic_config, target_revision) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/alembic/command.py", line 298, in upgrade rasa-x_1 | script.run_env() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/alembic/script/base.py", line 489, in run_env rasa-x_1 | util.load_python_file(self.dir, "env.py") rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/alembic/util/pyfiles.py", line 98, in load_python_file rasa-x_1 | module = load_module_py(module_id, path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/alembic/util/compat.py", line 184, in load_module_py rasa-x_1 | spec.loader.exec_module(module) rasa-x_1 | File "", line 678, in exec_module rasa-x_1 | File "", line 219, in _call_with_frames_removed rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/database/schema_migrations/alembic/env.py", line 87, in rasa-x_1 | run_migrations_online() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/database/schema_migrations/alembic/env.py", line 65, in run_migrations_online rasa-x_1 | with connectable.connect() as connection: rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2218, in connect rasa-x_1 | return self._connection_cls(self, **kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 103, in __init__ rasa-x_1 | else engine.raw_connection() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2318, in raw_connection rasa-x_1 | self.pool.unique_connection, _connection rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2289, in _wrap_pool_connect rasa-x_1 | e, dialect, self rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 1555, in _handle_dbapi_exception_noconnection rasa-x_1 | sqlalchemy_exception, with_traceback=exc_info[2], from_=e rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 178, in raise_ rasa-x_1 | raise exception rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2285, in _wrap_pool_connect rasa-x_1 | return fn() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 303, in unique_connection rasa-x_1 | return _ConnectionFairy._checkout(self) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 773, in _checkout rasa-x_1 | fairy = _ConnectionRecord.checkout(pool) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 492, in checkout rasa-x_1 | rec = pool._do_get() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/impl.py", line 139, in _do_get rasa-x_1 | self._dec_overflow() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/langhelpers.py", line 69, in __exit__ rasa-x_1 | exc_value, with_traceback=exc_tb, rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 178, in raise_ rasa-x_1 | raise exception rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/impl.py", line 136, in _do_get rasa-x_1 | return self._create_connection() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 308, in _create_connection rasa-x_1 | return _ConnectionRecord(self) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 437, in __init__ rasa-x_1 | self.__connect(first_connect_check=True) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 657, in __connect rasa-x_1 | pool.logger.debug("Error on connect(): %s", e) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/langhelpers.py", line 69, in __exit__ rasa-x_1 | exc_value, with_traceback=exc_tb, rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 178, in raise_ rasa-x_1 | raise exception rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 652, in __connect rasa-x_1 | connection = pool._invoke_creator(self) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/strategies.py", line 114, in connect rasa-x_1 | return dialect.connect(*cargs, **cparams) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/default.py", line 488, in connect rasa-x_1 | return self.dbapi.connect(*cargs, **cparams) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/psycopg2/__init__.py", line 126, in connect rasa-x_1 | conn = _connect(dsn, connection_factory=connection_factory, **kwasync) rasa-x_1 | sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) could not connect to server: Connection refused rasa-x_1 | Is the server running on host "db" (172.23.0.2) and accepting rasa-x_1 | TCP/IP connections on port 5432? rasa-x_1 | rasa-x_1 | (Background on this error at: http://sqlalche.me/e/e3q8) rasa-x_1 | INFO:rasax.community.services.event_service:Waiting until database migrations have been executed... 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:Check for database migrations completed. rasa-x_1 | ERROR:pika.adapters.utils.io_services_utils:Socket failed to connect: ; error=111 (Connection refused) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:TCP Connection attempt failed: ConnectionRefusedError(111, 'Connection refused'); dest=(, , 6, '', ('172.23.0.5', 5672)) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:AMQPConnector - reporting failure: AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused') rasa-x_1 | INFO:alembic.runtime.migration:Context impl PostgresqlImpl. rasa-x_1 | INFO:alembic.runtime.migration:Will assume transactional DDL. rasa-x_1 | Starting Rasa X server... 🚀 rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:pika.adapters.utils.io_services_utils:Socket failed to connect: ; error=111 (Connection refused) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:TCP Connection attempt failed: ConnectionRefusedError(111, 'Connection refused'); dest=(, , 6, '', ('172.23.0.5', 5672)) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:AMQPConnector - reporting failure: AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused') rasa-x_1 | INFO:rasax.community.services.event_consumers.pika_consumer:Start consuming queue 'rasa_production_events' on pika host 'rabbit'. rasa-x_1 | Processed Story Blocks: 0%| | 0/1 [00:00 rasa-x_1 | main() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/server.py", line 30, in main rasa-x_1 | sql_migrations.run_migrations(session) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/sql_migrations.py", line 25, in run_migrations rasa-x_1 | _run_schema_migrations(session) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/sql_migrations.py", line 41, in _run_schema_migrations rasa-x_1 | _run_alembic_migration(alembic_config) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/sql_migrations.py", line 65, in _run_alembic_migration rasa-x_1 | command.upgrade(alembic_config, target_revision) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/alembic/command.py", line 298, in upgrade rasa-x_1 | script.run_env() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/alembic/script/base.py", line 489, in run_env rasa-x_1 | util.load_python_file(self.dir, "env.py") rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/alembic/util/pyfiles.py", line 98, in load_python_file rasa-x_1 | module = load_module_py(module_id, path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/alembic/util/compat.py", line 184, in load_module_py rasa-x_1 | spec.loader.exec_module(module) rasa-x_1 | File "", line 678, in exec_module rasa-x_1 | File "", line 219, in _call_with_frames_removed rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/database/schema_migrations/alembic/env.py", line 87, in rasa-x_1 | run_migrations_online() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/database/schema_migrations/alembic/env.py", line 65, in run_migrations_online rasa-x_1 | with connectable.connect() as connection: rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2218, in connect rasa-x_1 | return self._connection_cls(self, **kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 103, in __init__ rasa-x_1 | else engine.raw_connection() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2318, in raw_connection rasa-x_1 | self.pool.unique_connection, _connection rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2289, in _wrap_pool_connect rasa-x_1 | e, dialect, self rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 1555, in _handle_dbapi_exception_noconnection rasa-x_1 | sqlalchemy_exception, with_traceback=exc_info[2], from_=e rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 178, in raise_ rasa-x_1 | raise exception rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2285, in _wrap_pool_connect rasa-x_1 | return fn() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 303, in unique_connection rasa-x_1 | return _ConnectionFairy._checkout(self) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 773, in _checkout rasa-x_1 | fairy = _ConnectionRecord.checkout(pool) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 492, in checkout rasa-x_1 | rec = pool._do_get() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/impl.py", line 139, in _do_get rasa-x_1 | self._dec_overflow() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/langhelpers.py", line 69, in __exit__ rasa-x_1 | exc_value, with_traceback=exc_tb, rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 178, in raise_ rasa-x_1 | raise exception rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/impl.py", line 136, in _do_get rasa-x_1 | return self._create_connection() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 308, in _create_connection rasa-x_1 | return _ConnectionRecord(self) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 437, in __init__ rasa-x_1 | self.__connect(first_connect_check=True) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 657, in __connect rasa-x_1 | pool.logger.debug("Error on connect(): %s", e) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/langhelpers.py", line 69, in __exit__ rasa-x_1 | exc_value, with_traceback=exc_tb, rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 178, in raise_ rasa-x_1 | raise exception rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 652, in __connect rasa-x_1 | connection = pool._invoke_creator(self) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/strategies.py", line 114, in connect rasa-x_1 | return dialect.connect(*cargs, **cparams) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/default.py", line 488, in connect rasa-x_1 | return self.dbapi.connect(*cargs, **cparams) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/psycopg2/__init__.py", line 126, in connect rasa-x_1 | conn = _connect(dsn, connection_factory=connection_factory, **kwasync) rasa-x_1 | sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) could not connect to server: Connection refused rasa-x_1 | Is the server running on host "db" (172.23.0.2) and accepting rasa-x_1 | TCP/IP connections on port 5432? rasa-x_1 | rasa-x_1 | (Background on this error at: http://sqlalche.me/e/e3q8) rasa-x_1 | INFO:rasax.community.services.event_service:Waiting until database migrations have been executed... 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:Check for database migrations completed. rasa-x_1 | ERROR:pika.adapters.utils.io_services_utils:Socket failed to connect: ; error=111 (Connection refused) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:TCP Connection attempt failed: ConnectionRefusedError(111, 'Connection refused'); dest=(, , 6, '', ('172.23.0.5', 5672)) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:AMQPConnector - reporting failure: AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused') rasa-x_1 | INFO:alembic.runtime.migration:Context impl PostgresqlImpl. rasa-x_1 | INFO:alembic.runtime.migration:Will assume transactional DDL. rasa-x_1 | Starting Rasa X server... 🚀 rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | INFO:rasax.community.services.event_consumers.pika_consumer:Start consuming queue 'rasa_production_events' on pika host 'rabbit'. rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'greeting' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'seooffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'areyoubot' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'whatcanyoudo' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'socialmediaoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'chatbotoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'workoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'casestudies' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'out_of_scope' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'sendmail' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'greet' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 4. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 8. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'greeting' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'seooffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'areyoubot' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'whatcanyoudo' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'socialmediaoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'chatbotoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'workoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'casestudies' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'out_of_scope' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'sendmail' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'greet' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 4. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 8. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'greeting' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'seooffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'areyoubot' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'whatcanyoudo' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'socialmediaoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'chatbotoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'workoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'casestudies' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'out_of_scope' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'sendmail' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'greeting' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'seooffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'areyoubot' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'whatcanyoudo' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'socialmediaoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'chatbotoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'workoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'casestudies' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'out_of_scope' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'sendmail' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'greet' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 4. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 8. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'swearword' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | Job "GitService.run_background_synchronization (trigger: cron[minute='*'], next run at: 2020-03-30 04:32:00 UTC)" raised an exception rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/apscheduler/executors/base.py", line 125, in run_job rasa-x_1 | retval = job.func(*job.args, **job.kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 851, in run_background_synchronization rasa-x_1 | git_service.synchronize_project(force_data_injection) rasa-x_1 | File "uvloop/loop.pyx", line 1456, in uvloop.loop.Loop.run_until_complete rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 700, in synchronize_project rasa-x_1 | if not self.is_remote_branch_ahead(): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 558, in is_remote_branch_ahead rasa-x_1 | self._fetch() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 146, in _fetch rasa-x_1 | self._repository.git.fetch() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/git/cmd.py", line 542, in rasa-x_1 | return lambda *args, **kwargs: self._call_process(name, *args, **kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/git/cmd.py", line 1005, in _call_process rasa-x_1 | return self.execute(call, **exec_kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/git/cmd.py", line 822, in execute rasa-x_1 | raise GitCommandError(command, status, stderr_value, stdout_value) rasa-x_1 | git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) rasa-x_1 | cmdline: git fetch rasa-x_1 | stderr: 'Could not create directory '/root/.ssh'. rasa-x_1 | ssh_exchange_identification: Connection closed by remote host rasa-x_1 | fatal: Could not read from remote repository. rasa-x_1 | rasa-x_1 | Please make sure you have the correct access rights rasa-x_1 | and the repository exists.' rasa-x_1 | Job "GitService.run_background_synchronization (trigger: cron[minute='*'], next run at: 2020-03-30 05:02:00 UTC)" raised an exception rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/apscheduler/executors/base.py", line 125, in run_job rasa-x_1 | retval = job.func(*job.args, **job.kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 851, in run_background_synchronization rasa-x_1 | git_service.synchronize_project(force_data_injection) rasa-x_1 | File "uvloop/loop.pyx", line 1456, in uvloop.loop.Loop.run_until_complete rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 700, in synchronize_project rasa-x_1 | if not self.is_remote_branch_ahead(): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 558, in is_remote_branch_ahead rasa-x_1 | self._fetch() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/services/integrated_version_control/git_service.py", line 146, in _fetch rasa-x_1 | self._repository.git.fetch() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/git/cmd.py", line 542, in rasa-x_1 | return lambda *args, **kwargs: self._call_process(name, *args, **kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/git/cmd.py", line 1005, in _call_process rasa-x_1 | return self.execute(call, **exec_kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/git/cmd.py", line 822, in execute rasa-x_1 | raise GitCommandError(command, status, stderr_value, stdout_value) rasa-x_1 | git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) rasa-x_1 | cmdline: git fetch rasa-x_1 | stderr: 'Could not create directory '/root/.ssh'. rasa-x_1 | ssh_exchange_identification: Connection closed by remote host rasa-x_1 | fatal: Could not read from remote repository. rasa-x_1 | rasa-x_1 | Please make sure you have the correct access rights rasa-x_1 | and the repository exists.' rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | Processed Story Blocks: 0%| | 0/1 [00:00 rasa-x_1 | main() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/server.py", line 30, in main rasa-x_1 | sql_migrations.run_migrations(session) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/sql_migrations.py", line 25, in run_migrations rasa-x_1 | _run_schema_migrations(session) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/sql_migrations.py", line 41, in _run_schema_migrations rasa-x_1 | _run_alembic_migration(alembic_config) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/sql_migrations.py", line 65, in _run_alembic_migration rasa-x_1 | command.upgrade(alembic_config, target_revision) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/alembic/command.py", line 298, in upgrade rasa-x_1 | script.run_env() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/alembic/script/base.py", line 489, in run_env rasa-x_1 | util.load_python_file(self.dir, "env.py") rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/alembic/util/pyfiles.py", line 98, in load_python_file rasa-x_1 | module = load_module_py(module_id, path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/alembic/util/compat.py", line 184, in load_module_py rasa-x_1 | spec.loader.exec_module(module) rasa-x_1 | File "", line 678, in exec_module rasa-x_1 | File "", line 219, in _call_with_frames_removed rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/database/schema_migrations/alembic/env.py", line 87, in rasa-x_1 | run_migrations_online() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/database/schema_migrations/alembic/env.py", line 65, in run_migrations_online rasa-x_1 | with connectable.connect() as connection: rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2218, in connect rasa-x_1 | return self._connection_cls(self, **kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 103, in __init__ rasa-x_1 | else engine.raw_connection() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2318, in raw_connection rasa-x_1 | self.pool.unique_connection, _connection rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2289, in _wrap_pool_connect rasa-x_1 | e, dialect, self rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 1555, in _handle_dbapi_exception_noconnection rasa-x_1 | sqlalchemy_exception, with_traceback=exc_info[2], from_=e rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 178, in raise_ rasa-x_1 | raise exception rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2285, in _wrap_pool_connect rasa-x_1 | return fn() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 303, in unique_connection rasa-x_1 | return _ConnectionFairy._checkout(self) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 773, in _checkout rasa-x_1 | fairy = _ConnectionRecord.checkout(pool) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 492, in checkout rasa-x_1 | rec = pool._do_get() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/impl.py", line 139, in _do_get rasa-x_1 | self._dec_overflow() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/langhelpers.py", line 69, in __exit__ rasa-x_1 | exc_value, with_traceback=exc_tb, rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 178, in raise_ rasa-x_1 | raise exception rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/impl.py", line 136, in _do_get rasa-x_1 | return self._create_connection() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 308, in _create_connection rasa-x_1 | return _ConnectionRecord(self) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 437, in __init__ rasa-x_1 | self.__connect(first_connect_check=True) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 657, in __connect rasa-x_1 | pool.logger.debug("Error on connect(): %s", e) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/langhelpers.py", line 69, in __exit__ rasa-x_1 | exc_value, with_traceback=exc_tb, rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 178, in raise_ rasa-x_1 | raise exception rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 652, in __connect rasa-x_1 | connection = pool._invoke_creator(self) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/strategies.py", line 114, in connect rasa-x_1 | return dialect.connect(*cargs, **cparams) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/default.py", line 488, in connect rasa-x_1 | return self.dbapi.connect(*cargs, **cparams) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/psycopg2/__init__.py", line 126, in connect rasa-x_1 | conn = _connect(dsn, connection_factory=connection_factory, **kwasync) rasa-x_1 | sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) could not connect to server: Connection refused rasa-x_1 | Is the server running on host "db" (172.23.0.2) and accepting rasa-x_1 | TCP/IP connections on port 5432? rasa-x_1 | rasa-x_1 | (Background on this error at: http://sqlalche.me/e/e3q8) rasa-x_1 | INFO:rasax.community.services.event_service:Waiting until database migrations have been executed... 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:Check for database migrations completed. rasa-x_1 | ERROR:pika.adapters.utils.io_services_utils:Socket failed to connect: ; error=111 (Connection refused) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:TCP Connection attempt failed: ConnectionRefusedError(111, 'Connection refused'); dest=(, , 6, '', ('172.23.0.5', 5672)) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:AMQPConnector - reporting failure: AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused') rasa-x_1 | INFO:alembic.runtime.migration:Context impl PostgresqlImpl. rasa-x_1 | INFO:alembic.runtime.migration:Will assume transactional DDL. rasa-x_1 | Starting Rasa X server... 🚀 rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:pika.adapters.utils.io_services_utils:Socket failed to connect: ; error=111 (Connection refused) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:TCP Connection attempt failed: ConnectionRefusedError(111, 'Connection refused'); dest=(, , 6, '', ('172.23.0.5', 5672)) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:AMQPConnector - reporting failure: AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused') 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:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | INFO:rasax.community.services.event_service:Waiting until database migrations have been executed... rasa-x_1 | WARNING:rasax.community.services.event_service:Could not retrieve the database revision due to: (psycopg2.OperationalError) could not connect to server: Connection refused rasa-x_1 | Is the server running on host "db" (172.23.0.2) and accepting rasa-x_1 | TCP/IP connections on port 5432? rasa-x_1 | rasa-x_1 | (Background on this error at: http://sqlalche.me/e/e3q8). rasa-x_1 | WARNING:rasax.community.services.event_service:Database revision does not match migrations' latest, trying again in 2 seconds. rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2285, in _wrap_pool_connect rasa-x_1 | return fn() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 303, in unique_connection rasa-x_1 | return _ConnectionFairy._checkout(self) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 773, in _checkout rasa-x_1 | fairy = _ConnectionRecord.checkout(pool) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 492, in checkout rasa-x_1 | rec = pool._do_get() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/impl.py", line 139, in _do_get rasa-x_1 | self._dec_overflow() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/langhelpers.py", line 69, in __exit__ rasa-x_1 | exc_value, with_traceback=exc_tb, rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 178, in raise_ rasa-x_1 | raise exception rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/impl.py", line 136, in _do_get rasa-x_1 | return self._create_connection() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 308, in _create_connection rasa-x_1 | return _ConnectionRecord(self) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 437, in __init__ rasa-x_1 | self.__connect(first_connect_check=True) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 657, in __connect rasa-x_1 | pool.logger.debug("Error on connect(): %s", e) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/langhelpers.py", line 69, in __exit__ rasa-x_1 | exc_value, with_traceback=exc_tb, rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 178, in raise_ rasa-x_1 | raise exception rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 652, in __connect rasa-x_1 | connection = pool._invoke_creator(self) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/strategies.py", line 114, in connect rasa-x_1 | return dialect.connect(*cargs, **cparams) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/default.py", line 488, in connect rasa-x_1 | return self.dbapi.connect(*cargs, **cparams) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/psycopg2/__init__.py", line 126, in connect rasa-x_1 | conn = _connect(dsn, connection_factory=connection_factory, **kwasync) rasa-x_1 | psycopg2.OperationalError: could not connect to server: Connection refused rasa-x_1 | Is the server running on host "db" (172.23.0.2) and accepting rasa-x_1 | TCP/IP connections on port 5432? rasa-x_1 | rasa-x_1 | rasa-x_1 | The above exception was the direct cause of the following exception: rasa-x_1 | rasa-x_1 | Traceback (most recent call last): rasa-x_1 | File "/usr/local/lib/python3.6/runpy.py", line 193, in _run_module_as_main rasa-x_1 | "__main__", mod_spec) rasa-x_1 | File "/usr/local/lib/python3.6/runpy.py", line 85, in _run_code rasa-x_1 | exec(code, run_globals) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/server.py", line 104, in rasa-x_1 | main() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/server.py", line 30, in main rasa-x_1 | sql_migrations.run_migrations(session) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/sql_migrations.py", line 25, in run_migrations rasa-x_1 | _run_schema_migrations(session) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/sql_migrations.py", line 41, in _run_schema_migrations rasa-x_1 | _run_alembic_migration(alembic_config) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/sql_migrations.py", line 65, in _run_alembic_migration rasa-x_1 | command.upgrade(alembic_config, target_revision) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/alembic/command.py", line 298, in upgrade rasa-x_1 | script.run_env() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/alembic/script/base.py", line 489, in run_env rasa-x_1 | util.load_python_file(self.dir, "env.py") rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/alembic/util/pyfiles.py", line 98, in load_python_file rasa-x_1 | module = load_module_py(module_id, path) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/alembic/util/compat.py", line 184, in load_module_py rasa-x_1 | spec.loader.exec_module(module) rasa-x_1 | File "", line 678, in exec_module rasa-x_1 | File "", line 219, in _call_with_frames_removed rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/database/schema_migrations/alembic/env.py", line 87, in rasa-x_1 | run_migrations_online() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/rasax/community/database/schema_migrations/alembic/env.py", line 65, in run_migrations_online rasa-x_1 | with connectable.connect() as connection: rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2218, in connect rasa-x_1 | return self._connection_cls(self, **kwargs) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 103, in __init__ rasa-x_1 | else engine.raw_connection() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2318, in raw_connection rasa-x_1 | self.pool.unique_connection, _connection rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2289, in _wrap_pool_connect rasa-x_1 | e, dialect, self rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 1555, in _handle_dbapi_exception_noconnection rasa-x_1 | sqlalchemy_exception, with_traceback=exc_info[2], from_=e rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 178, in raise_ rasa-x_1 | raise exception rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2285, in _wrap_pool_connect rasa-x_1 | return fn() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 303, in unique_connection rasa-x_1 | return _ConnectionFairy._checkout(self) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 773, in _checkout rasa-x_1 | fairy = _ConnectionRecord.checkout(pool) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 492, in checkout rasa-x_1 | rec = pool._do_get() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/impl.py", line 139, in _do_get rasa-x_1 | self._dec_overflow() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/langhelpers.py", line 69, in __exit__ rasa-x_1 | exc_value, with_traceback=exc_tb, rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 178, in raise_ rasa-x_1 | raise exception rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/impl.py", line 136, in _do_get rasa-x_1 | return self._create_connection() rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 308, in _create_connection rasa-x_1 | return _ConnectionRecord(self) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 437, in __init__ rasa-x_1 | self.__connect(first_connect_check=True) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 657, in __connect rasa-x_1 | pool.logger.debug("Error on connect(): %s", e) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/langhelpers.py", line 69, in __exit__ rasa-x_1 | exc_value, with_traceback=exc_tb, rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 178, in raise_ rasa-x_1 | raise exception rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 652, in __connect rasa-x_1 | connection = pool._invoke_creator(self) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/strategies.py", line 114, in connect rasa-x_1 | return dialect.connect(*cargs, **cparams) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/default.py", line 488, in connect rasa-x_1 | return self.dbapi.connect(*cargs, **cparams) rasa-x_1 | File "/usr/local/lib/python3.6/site-packages/psycopg2/__init__.py", line 126, in connect rasa-x_1 | conn = _connect(dsn, connection_factory=connection_factory, **kwasync) rasa-x_1 | sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) could not connect to server: Connection refused rasa-x_1 | Is the server running on host "db" (172.23.0.2) and accepting rasa-x_1 | TCP/IP connections on port 5432? rasa-x_1 | rasa-x_1 | (Background on this error at: http://sqlalche.me/e/e3q8) rasa-x_1 | INFO:rasax.community.services.event_service:Waiting until database migrations have been executed... 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:Check for database migrations completed. rasa-x_1 | ERROR:pika.adapters.utils.io_services_utils:Socket failed to connect: ; error=111 (Connection refused) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:TCP Connection attempt failed: ConnectionRefusedError(111, 'Connection refused'); dest=(, , 6, '', ('172.23.0.5', 5672)) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:AMQPConnector - reporting failure: AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused') rasa-x_1 | INFO:alembic.runtime.migration:Context impl PostgresqlImpl. rasa-x_1 | INFO:alembic.runtime.migration:Will assume transactional DDL. rasa-x_1 | Starting Rasa X server... 🚀 rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:pika.adapters.utils.io_services_utils:Socket failed to connect: ; error=111 (Connection refused) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:TCP Connection attempt failed: ConnectionRefusedError(111, 'Connection refused'); dest=(, , 6, '', ('172.23.0.5', 5672)) rasa-x_1 | ERROR:pika.adapters.utils.connection_workflow:AMQPConnector - reporting failure: AMQPConnectorSocketConnectError: ConnectionRefusedError(111, 'Connection refused') 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:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | INFO:sanic_cors.core:The request's Access-Control-Request-Method header does not match allowed methods. CORS headers will not be applied. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | ERROR:rasax.community.services.test_service:Unable to get tests from /app/git/5/tests/conversation_tests.md: rasa-x_1 | File '/app/git/5/tests/conversation_tests.md' does not exist. rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'greeting' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'seooffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'areyoubot' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'whatcanyoudo' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'socialmediaoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'chatbotoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'workoffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'casestudies' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'out_of_scope' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'sendmail' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'swearword' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'inform' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py:422: UserWarning: Found unknown intent 'fulloffer' on line 2. Please, make sure that all intents are listed in your domain yaml. rasa-x_1 | docs=DOCS_URL_DOMAINS, rasa-x_1 |  Processed Story Blocks: 0%| | 0/1 [00:00