0% found this document useful (0 votes)
77 views8 pages

Log

Uploaded by

najmiddinweb
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
77 views8 pages

Log

Uploaded by

najmiddinweb
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 8

2024-05-15 11:28:34.158417: E tensorflow/core/framework/node_def_util.

cc:675]
NodeDef mentions attribute epsilon which is not in the op definition:
Op<name=_MklFusedBatchMatMulV2; signature=x:T, y:T, args:num_args*T -> output:T;
attr=T:type,allowed=[DT_BFLOAT16, DT_FLOAT]; attr=adj_x:bool,default=false;
attr=adj_y:bool,default=false; attr=num_args:int,min=0;
attr=fused_ops:list(string),default=[]> This may be expected if your graph
generating binary is newer than this binary. Unknown attributes will be ignored.
NodeDef: {{node
dialogue_encoder/transformer_encoder_layer/multi_head_attention/add}}
2024-05-15 11:28:34 INFO rasa.engine.training.hooks - Finished training
component 'UnexpecTEDIntentPolicy'.
Your Rasa model is trained and saved at 'models/20240515-111224-silver-
bamboo.tar.gz'.
Removing intermediate container e4d7eee78d3e
---> d9e8fdcb8883
Step 8/8 : CMD ["run","-m","/app/models","--enable-api","--cors","*","--debug" ,"--
endpoints", "endpoints.yml", "--log-file", "out.log", "--debug"]
---> Running in d3943637eba7
Removing intermediate container d3943637eba7
---> 0f83c5ba40b5
Successfully built 0f83c5ba40b5
Successfully tagged mygovchatbotrasa_rasa:latest
Building bot
DEPRECATED: The legacy builder is deprecated and will be removed in a future
release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/

Sending build context to Docker daemon 34.24MB


Step 1/6 : FROM python:3.9-slim
---> 4602238ffbdc
Step 2/6 : WORKDIR /app
---> Using cache
---> 7db48f96e9c4
Step 3/6 : COPY ./rasa_project/bot/requirements.txt ./
---> Using cache
---> e80b00196739
Step 4/6 : COPY ./rasa_project/bot /app
---> Using cache
---> 0cc8a6094bf7
Step 5/6 : RUN pip install -r requirements.txt
---> Using cache
---> a82eeda880ec
Step 6/6 : CMD ["python", "main.py"]
---> Using cache
---> b3e7dd97a85f
Successfully built b3e7dd97a85f
Successfully tagged mygovchatbotrasa_bot:latest
Starting mygovchatbotrasa_db_1 ... done
Starting mygovchatbotrasa_action_server_1 ... done
Recreating mygovchatbotrasa_ngrok_1 ... done
Starting mygovchatbotrasa_redis_1 ... done
Recreating mygovchatbotrasa_rasa_1 ... done
Recreating mygovchatbotrasa_web_1 ... done
Recreating mygovchatbotrasa_bot_1 ... done
Attaching to mygovchatbotrasa_redis_1, mygovchatbotrasa_action_server_1,
mygovchatbotrasa_ngrok_1, mygovchatbotrasa_db_1, mygovchatbotrasa_rasa_1,
mygovchatbotrasa_web_1, mygovchatbotrasa_bot_1
action_server_1 | 2024-05-15 11:28:43 ERROR rasa_sdk.tracing.endpoints -
Failed to read endpoint configuration from /app/endpoints.yml. No such file.
action_server_1 | 2024-05-15 11:28:43 INFO rasa_sdk.tracing.config - No
endpoint for tracing type available in endpoints.yml,tracing will not be
configured.
action_server_1 | 2024-05-15 11:28:43 INFO rasa_sdk.endpoint - Starting
action endpoint server...
action_server_1 | 2024-05-15 11:28:43 INFO rasa_sdk.executor - Registered
function for 'action_service_time'.
action_server_1 | 2024-05-15 11:28:43 INFO rasa_sdk.executor - Registered
function for 'action_service_info_uz'.
action_server_1 | 2024-05-15 11:28:43 INFO rasa_sdk.executor - Registered
function for 'action_default_ask_affirmation'.
action_server_1 | 2024-05-15 11:28:43 INFO rasa_sdk.endpoint - Starting
plugins...
action_server_1 | 2024-05-15 11:28:43 INFO rasa_sdk.endpoint - Action
endpoint is up and running on http://0.0.0.0:5055
db_1 |
db_1 | PostgreSQL Database directory appears to contain a database;
Skipping initialization
db_1 |
ngrok_1 |
ngrok_1 | ERROR: authentication failed: Usage of ngrok requires a
verified account and authtoken.
ngrok_1 | ERROR:
ngrok_1 | ERROR: Sign up for an account:
https://dashboard.ngrok.com/signup
ngrok_1 | ERROR: Install your authtoken: https://dashboard.ngrok.com/get-
started/your-authtoken
ngrok_1 | ERROR:
ngrok_1 | ERROR: ERR_NGROK_4018
ngrok_1 | ERROR:
db_1 | 2024-05-15 11:28:43.571 UTC [1] LOG: starting PostgreSQL 16.2
(Debian 16.2-1.pgdg120+2) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-
14) 12.2.0, 64-bit
ngrok_1 | http - start an HTTP tunnel
ngrok_1 |
ngrok_1 | USAGE:
ngrok_1 | ngrok http [address:port | port] [flags]
ngrok_1 |
ngrok_1 | AUTHOR:
ngrok_1 | ngrok - <[email protected]>
ngrok_1 |
ngrok_1 | COMMANDS:
ngrok_1 | config update or migrate ngrok's configuration file
ngrok_1 | http start an HTTP tunnel
ngrok_1 | tcp start a TCP tunnel
ngrok_1 | tunnel start a tunnel for use with a tunnel-group
backend
ngrok_1 |
ngrok_1 | EXAMPLES:
ngrok_1 | ngrok http 80
# secure public URL for port 80 web server
ngrok_1 | ngrok http --domain baz.ngrok.dev 8080
# port 8080 available at baz.ngrok.dev
ngrok_1 | ngrok tcp 22
# tunnel arbitrary TCP traffic to port 22
ngrok_1 | ngrok http 80 --oauth=google [email protected]
# secure your app with oauth
ngrok_1 |
ngrok_1 | Paid Features:
ngrok_1 | ngrok http 80 --domain mydomain.com
# run ngrok with your own custom domain
ngrok_1 | ngrok http 80 --allow-cidr 2600:8c00::a03c:91ee:fe69:9695/32
# run ngrok with IP policy restrictions
ngrok_1 | Upgrade your account at
https://dashboard.ngrok.com/billing/subscription to access paid features
ngrok_1 |
ngrok_1 | Upgrade your account at
https://dashboard.ngrok.com/billing/subscription to access paid features
ngrok_1 |
ngrok_1 | Flags:
ngrok_1 | -h, --help help for ngrok
ngrok_1 |
ngrok_1 | Use "ngrok [command] --help" for more information about a
command.
rasa_1 |
/opt/venv/lib/python3.10/site-packages/rasa/core/tracker_store.py:1042:
MovedIn20Warning: Deprecated API features detected! These feature(s) are not
compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating
applications, ensure requirements files are pinned to "sqlalchemy<2.0". Set
environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set
environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message.
(Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)
rasa_1 | Base: DeclarativeMeta = declarative_base()
db_1 | 2024-05-15 11:28:43.572 UTC [1] LOG: listening on IPv4 address
"0.0.0.0", port 5432
db_1 | 2024-05-15 11:28:43.572 UTC [1] LOG: listening on IPv6 address
"::", port 5432
rasa_1 |
/opt/venv/lib/python3.10/site-packages/pkg_resources/__init__.py:121:
DeprecationWarning: pkg_resources is deprecated as an API
rasa_1 | warnings.warn("pkg_resources is deprecated as an API",
DeprecationWarning)
redis_1 | 1:C 15 May 2024 11:28:43.247 # WARNING Memory overcommit must be
enabled! Without it, a background save or replication may fail under low memory
condition. Being disabled, it can also cause failures without low memory condition,
see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add
'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command
'sysctl vm.overcommit_memory=1' for this to take effect.
redis_1 | 1:C 15 May 2024 11:28:43.247 * oO0OoO0OoO0Oo Redis is starting
oO0OoO0OoO0Oo
redis_1 | 1:C 15 May 2024 11:28:43.247 * Redis version=7.2.4, bits=64,
commit=00000000, modified=0, pid=1, just started
redis_1 | 1:C 15 May 2024 11:28:43.247 # Warning: no config file
specified, using the default config. In order to specify a config file use redis-
server /path/to/redis.conf
rasa_1 |
/opt/venv/lib/python3.10/site-packages/pkg_resources/__init__.py:2870:
DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google')`.
rasa_1 | Implementing implicit namespace packages (as specified in PEP
420) is preferred to `pkg_resources.declare_namespace`. See
https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-
packages
rasa_1 | declare_namespace(pkg)
db_1 | 2024-05-15 11:28:43.585 UTC [1] LOG: listening on Unix socket
"/var/run/postgresql/.s.PGSQL.5432"
web_1 | Waiting for postgres...
web_1 | PostgreSQL started
web_1 | Running migrations...
rasa_1 |
/opt/venv/lib/python3.10/site-packages/pkg_resources/__init__.py:2870:
DeprecationWarning: Deprecated call to
`pkg_resources.declare_namespace('mpl_toolkits')`.
rasa_1 | Implementing implicit namespace packages (as specified in PEP
420) is preferred to `pkg_resources.declare_namespace`. See
https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-
packages
rasa_1 | declare_namespace(pkg)
db_1 | 2024-05-15 11:28:43.591 UTC [29] LOG: database system was
interrupted; last known up at 2024-05-15 11:05:43 UTC
redis_1 | 1:M 15 May 2024 11:28:43.247 * monotonic clock: POSIX
clock_gettime
rasa_1 |
/opt/venv/lib/python3.10/site-packages/pkg_resources/__init__.py:2870:
DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('ruamel')`.
rasa_1 | Implementing implicit namespace packages (as specified in PEP
420) is preferred to `pkg_resources.declare_namespace`. See
https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-
packages
rasa_1 | declare_namespace(pkg)
rasa_1 |
/opt/venv/lib/python3.10/site-packages/pkg_resources/__init__.py:2870:
DeprecationWarning: Deprecated call to
`pkg_resources.declare_namespace('ruamel.yaml')`.
rasa_1 | Implementing implicit namespace packages (as specified in PEP
420) is preferred to `pkg_resources.declare_namespace`. See
https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-
packages
rasa_1 | declare_namespace(pkg)
web_1 | No changes detected
mygovchatbotrasa_ngrok_1 exited with code 1
db_1 | 2024-05-15 11:28:44.326 UTC [29] LOG: database system was not
properly shut down; automatic recovery in progress
redis_1 | 1:M 15 May 2024 11:28:43.247 * Running mode=standalone,
port=6379.
redis_1 | 1:M 15 May 2024 11:28:43.248 * Server initialized
redis_1 | 1:M 15 May 2024 11:28:43.248 * Ready to accept connections tcp
db_1 | 2024-05-15 11:28:44.327 UTC [29] LOG: redo starts at 0/14EAAE8
rasa_1 | <frozen importlib._bootstrap>:283: DeprecationWarning: the
load_module() method is deprecated and slated for removal in Python 3.12; use
exec_module() instead
rasa_1 | 2024-05-15 11:28:44 DEBUG rasa.cli.utils - Parameter
'credentials' not set. Using default location 'credentials.yml' instead.
rasa_1 |
/opt/venv/lib/python3.10/site-packages/sanic_cors/extension.py:39:
DeprecationWarning: distutils Version classes are deprecated. Use packaging.version
instead.
rasa_1 | SANIC_VERSION = LooseVersion(sanic_version)
db_1 | 2024-05-15 11:28:44.328 UTC [29] LOG: invalid record length at
0/152BE90: expected at least 24, got 0
db_1 | 2024-05-15 11:28:44.328 UTC [29] LOG: redo done at 0/152BE58
system usage: CPU: user: 0.00 s, system: 0.00 s, elapsed: 0.00 s
db_1 | 2024-05-15 11:28:44.331 UTC [27] LOG: checkpoint starting: end-
of-recovery immediate wait
db_1 | 2024-05-15 11:28:44.348 UTC [27] LOG: checkpoint complete:
wrote 40 buffers (0.2%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.004 s,
sync=0.009 s, total=0.019 s; sync files=11, longest=0.002 s, average=0.001 s;
distance=261 kB, estimate=261 kB; lsn=0/152BE90, redo lsn=0/152BE90
db_1 | 2024-05-15 11:28:44.351 UTC [1] LOG: database system is ready
to accept connections
rasa_1 |
/opt/venv/lib/python3.10/site-packages/future/standard_library/__init__.py:65:
DeprecationWarning: the imp module is deprecated in favour of importlib and slated
for removal in Python 3.12; see the module's documentation for alternative uses
rasa_1 | import imp
rasa_1 |
/opt/venv/lib/python3.10/site-packages/tensorflow/python/framework/dtypes.py:246:
DeprecationWarning: `np.bool8` is a deprecated alias for `np.bool_`. (Deprecated
NumPy 1.24)
rasa_1 | np.bool8: (False, True),
web_1 | Operations to perform:
web_1 | Apply all migrations: admin, app, auth, contenttypes, sessions
web_1 | Running migrations:
web_1 | Applying contenttypes.0001_initial... OK
bot_1 | INFO:aiogram:Bot: omon_testbot2 [@omon2_testbot]
web_1 | Applying auth.0001_initial... OK
web_1 | Applying admin.0001_initial... OK
web_1 | Applying admin.0002_logentry_remove_auto_add... OK
web_1 | Applying admin.0003_logentry_add_action_flag_choices... OK
web_1 | Applying app.0001_initial... OK
web_1 | Applying app.0002_alter_question_title... OK
web_1 | Applying app.0003_response... OK
web_1 | Applying contenttypes.0002_remove_content_type_name... OK
web_1 | Applying auth.0002_alter_permission_name_max_length... OK
web_1 | Applying auth.0003_alter_user_email_max_length... OK
web_1 | Applying auth.0004_alter_user_username_opts... OK
web_1 | Applying auth.0005_alter_user_last_login_null... OK
web_1 | Applying auth.0006_require_contenttypes_0002... OK
web_1 | Applying auth.0007_alter_validators_add_error_messages... OK
web_1 | Applying auth.0008_alter_user_username_max_length... OK
web_1 | Applying auth.0009_alter_user_last_name_max_length... OK
web_1 | Applying auth.0010_alter_group_name_max_length... OK
web_1 | Applying auth.0011_update_proxy_permissions... OK
web_1 | Applying auth.0012_alter_user_first_name_max_length... OK
web_1 | Applying sessions.0001_initial... OK
rasa_1 | 2024-05-15 11:28:45 DEBUG h5py._conv - Creating converter
from 7 to 5
rasa_1 | 2024-05-15 11:28:45 DEBUG h5py._conv - Creating converter
from 5 to 7
rasa_1 | 2024-05-15 11:28:45 DEBUG h5py._conv - Creating converter
from 7 to 5
rasa_1 | 2024-05-15 11:28:45 DEBUG h5py._conv - Creating converter
from 5 to 7
web_1 | Collecting static files...
bot_1 | WARNING:aiogram:Updates were skipped successfully.
bot_1 | INFO:aiogram.dispatcher.dispatcher:Start polling.
web_1 |
web_1 | 125 static files copied to '/code/backend/staticfiles'.
web_1 | Running server...
rasa_1 | <frozen importlib._bootstrap>:283: DeprecationWarning: the
load_module() method is deprecated and slated for removal in Python 3.12; use
exec_module() instead
rasa_1 | 2024-05-15 11:28:46 DEBUG aiogram - Make request:
"setWebhook" with data: "{}" and files "{}"
rasa_1 | 2024-05-15 11:28:46 DEBUG aiogram - Response for setWebhook:
[200] "'{"ok":true,"result":true,"description":"Webhook is already deleted"}'"
rasa_1 | 2024-05-15 11:28:46 DEBUG rasa.core.utils - Available web
server routes:
rasa_1 | /conversations/<conversation_id:path>/messages POST
add_message
rasa_1 | /conversations/<conversation_id:path>/tracker/events POST
append_events
rasa_1 | /webhooks/rasa GET
custom_webhook_RasaChatInput.health
rasa_1 | /webhooks/rasa/webhook POST
custom_webhook_RasaChatInput.receive
rasa_1 | /webhooks/rest GET
custom_webhook_RestInput.health
rasa_1 | /webhooks/rest/webhook POST
custom_webhook_RestInput.receive
rasa_1 | /model/test/intents POST
evaluate_intents
rasa_1 | /model/test/stories POST
evaluate_stories
rasa_1 | /conversations/<conversation_id:path>/execute POST
execute_action
rasa_1 | /domain GET
get_domain
rasa_1 | / GET
hello
rasa_1 | /model PUT
load_model
rasa_1 | /model/parse POST
parse
rasa_1 | /conversations/<conversation_id:path>/predict POST
predict
rasa_1 | /conversations/<conversation_id:path>/tracker/events PUT
replace_events
rasa_1 | /conversations/<conversation_id:path>/story GET
retrieve_story
rasa_1 | /conversations/<conversation_id:path>/tracker GET
retrieve_tracker
rasa_1 | /status GET
status
rasa_1 | /webhooks/telegram GET
telegram_webhook.health
rasa_1 | /webhooks/telegram/webhook POST
telegram_webhook.message
rasa_1 | /webhooks/telegram/set_webhook POST
telegram_webhook.set_webhook
rasa_1 | /model/predict POST
tracker_predict
rasa_1 | /model/train POST
train
rasa_1 | /conversations/<conversation_id:path>/trigger_intent POST
trigger_intent
rasa_1 | /model DELETE
unload_model
rasa_1 | /version GET
version
rasa_1 | 2024-05-15 11:28:46 INFO root - Starting Rasa server on
http://0.0.0.0:5005
rasa_1 | 2024-05-15 11:28:46 DEBUG rasa.core.utils - Using the
default number of Sanic workers (1).
rasa_1 | 2024-05-15 11:28:46 DEBUG urllib3.connectionpool - Starting
new HTTPS connection (1): api.segment.io:443
web_1 | Performing system checks...
web_1 |
web_1 | System check identified no issues (0 silenced).
web_1 | May 15, 2024 - 11:28:46
web_1 | Django version 4.2.8, using settings
'config.settings.development'
web_1 | Starting development server at http://0.0.0.0:8000/
web_1 | Quit the server with CONTROL-C.
web_1 |
rasa_1 | 2024-05-15 11:28:47 DEBUG urllib3.connectionpool -
https://api.segment.io:443 "POST /v1/track HTTP/1.1" 200 21
rasa_1 | 2024-05-15 11:28:47 DEBUG rasa.core.tracker_store -
Connected to InMemoryTrackerStore.
rasa_1 | 2024-05-15 11:28:47 DEBUG rasa.core.lock_store - Connected
to lock store 'InMemoryLockStore'.
rasa_1 | 2024-05-15 11:28:47 DEBUG rasa.core.nlg.generator -
Instantiated NLG to 'TemplatedNaturalLanguageGenerator'.
rasa_1 |
/opt/venv/lib/python3.10/site-packages/rasa/shared/utils/io.py:99: UserWarning: No
valid model found at /app/models!
rasa_1 | 2024-05-15 11:28:47 INFO root - Rasa server is up and
running.
rasa_1 | 2024-05-15 11:28:47 INFO root - Enabling coroutine
debugging. Loop id 107084711077728.
db_1 | 2024-05-15 11:33:44.448 UTC [27] LOG: checkpoint starting: time
db_1 | 2024-05-15 11:33:58.855 UTC [27] LOG: checkpoint complete:
wrote 143 buffers (0.9%); 0 WAL file(s) added, 0 removed, 0 recycled; write=14.319
s, sync=0.081 s, total=14.407 s; sync files=120, longest=0.002 s, average=0.001 s;
distance=686 kB, estimate=686 kB; lsn=0/15D7830, redo lsn=0/15D77F8
^Vrasa_1 | 2024-05-15 11:51:29 INFO rasa.core.agent - Ignoring
message as there is no agent to handle it.
bot_1 | ERROR:asyncio:Task exception was never retrieved
bot_1 | future: <Task finished name='Task-76'
coro=<Dispatcher._process_polling_updates() done, defined at
/usr/local/lib/python3.9/site-packages/aiogram/dispatcher/dispatcher.py:407>
exception=IndexError('list index out of range')>
bot_1 | Traceback (most recent call last):
bot_1 | File
"/usr/local/lib/python3.9/site-packages/aiogram/dispatcher/dispatcher.py", line
415, in _process_polling_updates
bot_1 | for responses in itertools.chain.from_iterable(await
self.process_updates(updates, fast)):
bot_1 | File
"/usr/local/lib/python3.9/site-packages/aiogram/dispatcher/dispatcher.py", line
235, in process_updates
bot_1 | return await asyncio.gather(*tasks)
bot_1 | File
"/usr/local/lib/python3.9/site-packages/aiogram/dispatcher/handler.py", line 117,
in notify
bot_1 | response = await handler_obj.handler(*args, **partial_data)
bot_1 | File
"/usr/local/lib/python3.9/site-packages/aiogram/dispatcher/dispatcher.py", line
256, in process_update
bot_1 | return await self.message_handlers.notify(update.message)
bot_1 | File
"/usr/local/lib/python3.9/site-packages/aiogram/dispatcher/handler.py", line 117,
in notify
bot_1 | response = await handler_obj.handler(*args, **partial_data)
bot_1 | File "/app/main.py", line 52, in handle_all_messages
bot_1 | await handle_send_message(message=message,
responses=responses[0])
bot_1 | IndexError: list index out of range

You might also like