Skip to content

Revert "docker: upgrade base image to debian 12" (Workaround for libz… #870

Revert "docker: upgrade base image to debian 12" (Workaround for libz…

Revert "docker: upgrade base image to debian 12" (Workaround for libz… #870

Triggered via push December 10, 2024 09:48
Status Success
Total duration 2m 27s
Artifacts 2

cicd.yml

on: push
Matrix: build
Matrix: coverage
Matrix: docs
Matrix: release
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 12 warnings
mlonmcu/flow/tvm/backend/tvmrt.py#L67
Line too long (140 > 120 characters) (E501)
/home/runner/work/mlonmcu/mlonmcu/mlonmcu/flow/tvm/backend/tvmrt.py#L62
def link_params(self): value = self.config["link_params"] return str2bool(value) def get_tvmc_compile_args(self, out, dump=None): - return super().get_tvmc_compile_args(out, dump=dump) + get_tvmrt_tvmc_args(system_lib=self.system_lib, link_params=self.link_params) + return super().get_tvmc_compile_args(out, dump=dump) + get_tvmrt_tvmc_args( + system_lib=self.system_lib, link_params=self.link_params + ) def generate(self) -> Tuple[dict, dict]: artifacts, metrics = super().generate() assert len(artifacts) == 1 and "default" in artifacts artifacts = artifacts["default"]
mlonmcu/session/postprocess/postprocesses.py#L673
Line too long (132 > 120 characters) (E501)
/home/runner/work/mlonmcu/mlonmcu/mlonmcu/session/postprocess/postprocesses.py#L668
names = None if self.groups: encodings = [] if self.sequences: names = [] - with pd.read_csv(log_artifact.path, sep=":", names=["pc", "rest"], chunksize=2**22) as reader: # TODO: expose chunksize + with pd.read_csv( + log_artifact.path, sep=":", names=["pc", "rest"], chunksize=2**22 + ) as reader: # TODO: expose chunksize for chunk in reader: df = transform_df(chunk) encodings_, names_ = process_df(df) # input(">")
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.10)
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.7)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.9)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
attestations input ignored
The workflow was run with the 'attestations: true' input, but an explicit password was also set, disabling Trusted Publishing. As a result, the attestations input is ignored.
Upgrade to Trusted Publishing
Trusted Publishers allows publishing packages to PyPI from automated environments like GitHub Actions without needing to use username/password combinations or API tokens to authenticate with PyPI. Read more: https://docs.pypi.org/trusted-publishers
Create a Trusted Publisher
A new Trusted Publisher for the currently running publishing workflow can be created by accessing the following link(s) while logged-in as an owner of the package(s):
release (3.10)
Input 'skip_existing' has been deprecated with message: The inputs have been normalized to use kebab-case. Use `skip-existing` instead.
release (3.10)
Input 'skip_existing' has been deprecated with message: The inputs have been normalized to use kebab-case. Use `skip-existing` instead.
coverage (3.10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
docs (3.10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
code-coverage-report Expired
1.25 MB
mlonmcu Expired
970 KB