Skip to content

update ci

update ci #19

Triggered via push December 12, 2024 17:43
Status Failure
Total duration 38s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 26 warnings, and 84 notices
build (3.9)
Process completed with exit code 2.
build (3.8)
Process completed with exit code 2.
build (3.11)
Process completed with exit code 2.
build (3.10)
Process completed with exit code 2.
build (3.9)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.8)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Incorrect call arguments: panther/config/config_manager.py#L499
Expected a dictionary, got ProtocolConfig
Method signature does not match signature of overridden method: panther/plugins/services/iut/quic/picoquic_shadow/picoquic_shadow.py#L118
Signature of method 'PicoquicShadowServiceManager.generate_deployment_commands()' does not match signature of the base method in class 'IServiceManager'
Method signature does not match signature of overridden method: panther/plugins/services/iut/quic/picoquic/picoquic.py#L83
Signature of method 'PicoquicServiceManager.generate_deployment_commands()' does not match signature of the base method in class 'IServiceManager'
Method signature does not match signature of overridden method: panther/plugins/services/iut/minip/ping_pong/ping_pong.py#L111
Signature of method 'PingPongServiceManager.generate_deployment_commands()' does not match signature of the base method in class 'IServiceManager'
Statement has no effect: panther/webapp/web_app.py#L35
Statement seems to have no effect
Incorrect type: panther/plugins/services/iut/quic/picoquic/picoquic.py#L25
Expected type 'ServiceConfig', got 'PicoquicConfig' instead
Incorrect type: panther/webapp/experiment_setup.py#L262
Type 'Type\[GlobalConfig\]' doesn't have expected attribute '__name__'
Incorrect type: panther/plugins/services/iut/quic/picoquic_shadow/picoquic_shadow.py#L39
Expected type 'ServiceConfig', got 'PicoquicShadowConfig' instead
Incorrect type: panther/plugins/services/iut/minip/ping_pong/ping_pong.py#L19
Expected type 'ServiceConfig', got 'PingPongConfig' instead
Unbound local variables: panther/plugins/services/iut/quic/picoquic/picoquic.py#L109
Local variable 'params' might be referenced before assignment
Unbound local variables: panther/plugins/services/iut/quic/picoquic_shadow/picoquic_shadow.py#L146
Local variable 'params' might be referenced before assignment
Unbound local variables: panther/plugins/plugin_loader.py#L238
Local variable 'item' might be referenced before assignment
Unbound local variables: panther/plugins/services/iut/minip/ping_pong/ping_pong.py#L134
Local variable 'params' might be referenced before assignment
Unreachable code: panther/__main__.py#L88
This code is unreachable
Class must implement all abstract methods: panther/plugins/services/iut/implementation_interface.py#L7
Class IImplementationManager must implement all abstract methods
Class must implement all abstract methods: panther/plugins/services/testers/tester_interface.py#L7
Class ITesterManager must implement all abstract methods
Incorrect docstring: panther/plugins/plugin_loader.py#L109
Missing parameter name in docstring
Incorrect docstring: panther/plugins/plugin_loader.py#L65
Missing parameter versions in docstring
Incorrect docstring: panther/plugins/services/iut/quic/picoquic_shadow/picoquic_shadow.py#L122
Unexpected parameter service_params in docstring
Incorrect docstring: panther/plugins/services/iut/quic/picoquic_shadow/picoquic_shadow.py#L123
Unexpected parameter environment in docstring
Incorrect docstring: docs-gen/mkdocs/automate_mkdocs.py#L139
Missing parameter mkdocs_f in docstring
Incorrect docstring: panther/plugins/plugin_loader.py#L109
Missing parameter path in docstring
Incorrect docstring: docs-gen/mkdocs/automate_mkdocs.py#L142
Missing parameter structure in docstring
Incorrect docstring: panther/core/test_cases/test_case.py#L451
Unexpected parameter steps in docstring
Incorrect docstring: panther/plugins/plugin_loader.py#L174
Unexpected parameter protocol in docstring
Incorrect docstring: panther/plugins/plugin_loader.py#L114
Unexpected parameter impl_name in docstring
Incorrect docstring: docs-gen/mkdocs/automate_mkdocs.py#L147
Unexpected parameter mkgendocs_f in docstring
Incorrect docstring: panther/plugins/services/iut/quic/picoquic/picoquic.py#L88
Unexpected parameter environment in docstring
Incorrect docstring: panther/plugins/plugin_loader.py#L70
Unexpected parameter version in docstring
Incorrect docstring: panther/plugins/services/iut/quic/picoquic/picoquic.py#L87
Unexpected parameter service_params in docstring
Incorrect docstring: panther/plugins/services/iut/minip/ping_pong/ping_pong.py#L115
Unexpected parameter service_params in docstring
Incorrect docstring: panther/plugins/services/iut/minip/ping_pong/ping_pong.py#L116
Unexpected parameter environment in docstring
Non-optimal list declaration: panther/plugins/environments/execution_environment/strace/strace.py#L68
Multi-step list initialization can be replaced with a list literal
Method is not declared static: panther/plugins/services/services_interface.py#L259
Method `generate_post_compile_commands` may be 'static'
Redundant parentheses: docs-gen/mkdocs/automate_mkdocs.py#L78
Remove redundant parentheses
Unused local symbols: docs-gen/mkdocs/automate_mkdocs.py#L138
Parameter 'mkdocs_dir' value is not used