Skip to content

Test [PATCH]

Test [PATCH] #32

Triggered via push February 20, 2024 18:33
Status Cancelled
Total duration 39s
Artifacts

after_push.yaml

on: push
Matrix: tagext
select_type
3s
select_type
Matrix: docker
check_2
2s
check_2
Fit to window
Zoom out
Zoom in

Annotations

1 error, 12 warnings, and 58 notices
docker (3.8)
The operation was canceled.
select_type
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
select_type
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tagext (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
patch
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
patch
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
docker (3.8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Attempt to call a non-callable object: upsonic_on_prem/utils/ai/ai.py#L33
'code_to_document_pipeline' is not callable
Redeclared names without usages: upsonic_on_prem/dash/app/apps.py#L4
Redeclared 'AppConfig' defined above without usage
Redeclared names without usages: upsonic_on_prem/dash/dash/settings.py#L194
Redeclared 'DEBUG' defined above without usage
Redeclared names without usages: upsonic_on_prem/dash/dash/settings.py#L190
Redeclared 'ALLOWED_HOSTS' defined above without usage
Redeclared names without usages: upsonic_on_prem/dash/app/models.py#L24
Redeclared 'User' defined above without usage
Unbound local variables: upsonic_on_prem/utils/db/__init__.py#L44
Name 'storage' can be undefined
An instance attribute is defined outside `__init__`: upsonic_on_prem/utils/ai/ai.py#L32
Instance attribute code_to_document_pipeline defined outside __init__
An instance attribute is defined outside `__init__`: upsonic_on_prem/dash/app/forms.py#L63
Instance attribute user defined outside __init__
Unclear exception clauses: upsonic_on_prem/utils/db/__init__.py#L39
Too broad exception clause
Unclear exception clauses: upsonic_on_prem/main.py#L38
Too broad exception clause
Unclear exception clauses: upsonic_on_prem/api/main.py#L32
Too broad exception clause
Unclear exception clauses: upsonic_on_prem/utils/db/__init__.py#L23
Too broad exception clause
Class has no `__init__` method: upsonic_on_prem/main.py#L25
Class has no __init__ method
Using equality operators to compare with None: upsonic_on_prem/dash/app/api_integration.py#L182
Comparison with None performed with equality operators
Using equality operators to compare with None: upsonic_on_prem/dash/dash/timer.py#L14
Comparison with None performed with equality operators
Using equality operators to compare with None: upsonic_on_prem/dash/app/views.py#L140
Comparison with None performed with equality operators
Using equality operators to compare with None: upsonic_on_prem/dash/app/api_integration.py#L236
Comparison with None performed with equality operators
Using equality operators to compare with None: upsonic_on_prem/api/pre_process/base.py#L16
Comparison with None performed with equality operators
Global variable is not defined at the module level: upsonic_on_prem/api/main.py#L27
Global variable 'threads' is undefined at the module level
Global variable is not defined at the module level: upsonic_on_prem/main.py#L33
Global variable 'threads' is undefined at the module level
Global variable is not defined at the module level: upsonic_on_prem/utils/db/redis.py#L82
Global variable 'redis_password' is undefined at the module level
Global variable is not defined at the module level: upsonic_on_prem/main.py#L29
Global variable 'threads' is undefined at the module level
Method is not declared static: upsonic_on_prem/dash/app/adapter.py#L7
Method `is_open_for_signup` may be 'static'
Method is not declared static: upsonic_on_prem/utils/db/redis.py#L77
Method `service_status` may be 'static'
Method is not declared static: upsonic_on_prem/main.py#L32
Method `api` may be 'static'
Method is not declared static: upsonic_on_prem/utils/db/redis.py#L30
Method `total_size` may be 'static'
Method is not declared static: upsonic_on_prem/utils/db/redis.py#L86
Method `service_restart` may be 'static'
Method is not declared static: upsonic_on_prem/utils/accesskey.py#L31
Method `_get` may be 'static'
Method is not declared static: upsonic_on_prem/main.py#L28
Method `app` may be 'static'
Improper first parameter: upsonic_on_prem/main.py#L32
Did not you mean 'self'?
Assigning function calls that don't return anything: upsonic_on_prem/utils/ai/ai.py#L32
Function 'get_code_to_document_pipeline' doesn't return anything
PEP 8 naming convention violation: upsonic_on_prem/utils/db/redis.py#L65
Class names should use CapWords convention
PEP 8 naming convention violation: upsonic_on_prem/main.py#L25
Class names should use CapWords convention
PEP 8 naming convention violation: upsonic_on_prem/utils/db/redis.py#L10
Class names should use CapWords convention
PEP 8 naming convention violation: upsonic_on_prem/dash/app/api_integration.py#L23
Class names should use CapWords convention
PEP 8 naming convention violation: upsonic_on_prem/utils/ai/ai.py#L27
Class names should use CapWords convention
Redundant parentheses: upsonic_on_prem/utils/db/redis.py#L10
Remove redundant parentheses
Shadowing names from outer scopes: upsonic_on_prem/dash/dash/timer.py#L5
Shadows name 'value' from outer scope
Shadowing names from outer scopes: upsonic_on_prem/dash/dash/timer.py#L11
Shadows name 'timer' from outer scope
Shadowing names from outer scopes: upsonic_on_prem/dash/dash/timer.py#L8
Shadows name 'timer' from outer scope
Shadowing names from outer scopes: upsonic_on_prem/dash/app/api_integration.py#L176
Shadows name 'result' from outer scope
Shadowing names from outer scopes: upsonic_on_prem/api/operations/admin.py#L226
Shadows name 'event' from outer scope
Shadowing names from outer scopes: upsonic_on_prem/dash/app/api_integration.py#L202
Shadows name 'prefix' from outer scope
Shadowing names from outer scopes: upsonic_on_prem/dash/app/api_integration.py#L159
Shadows name 'result' from outer scope
Unused local symbols: upsonic_on_prem/api/pre_process/user.py#L11
Local variable 'operation_type' value is not used
Unused local symbols: upsonic_on_prem/dash/app/forms.py#L55
Parameter 'commit' value is not used
Unused local symbols: upsonic_on_prem/dash/app/forms.py#L121
Local variable 'reset_url' value is not used
Unused local symbols: upsonic_on_prem/dash/app/views.py#L13
Parameter 'exception' value is not used
Unused local symbols: upsonic_on_prem/main.py#L28
Parameter 'port' value is not used
Unused local symbols: upsonic_on_prem/api/pre_process/admin.py#L1
Parameter 'request' value is not used
Unused local symbols: upsonic_on_prem/main.py#L28
Parameter 'host' value is not used
Unused local symbols: upsonic_on_prem/dash/app/views.py#L100
Local variable 'code' value is not used
Unused local symbols: upsonic_on_prem/api/pre_process/admin.py#L1
Parameter 'the_access_key' value is not used
Unused local symbols: upsonic_on_prem/api/pre_process/base.py#L53
Local variable 'pre_processor' value is not used
Unused local symbols: upsonic_on_prem/dash/app/adapter.py#L7
Parameter 'request' value is not used
Unused local symbols: upsonic_on_prem/dash/app/api_integration.py#L73
Local variable 'result' value is not used
Unused local symbols: upsonic_on_prem/api/pre_process/user.py#L5
Parameter 'scope' value is not used
Unused local symbols: upsonic_on_prem/dash/app/views.py#L136
Local variable 'using_code' value is not used