Skip to content

Set security nesting on lxd container in itest #1692

Set security nesting on lxd container in itest

Set security nesting on lxd container in itest #1692

Re-run triggered October 10, 2024 13:45
Status Failure
Total duration 19m 37s
Artifacts 22

workflow_test.yaml

on: pull_request
integration-artifact  /  Plan
6s
integration-artifact / Plan
integration-craft  /  Plan
6s
integration-craft / Plan
integration-juju3  /  Plan
6s
integration-juju3 / Plan
integration-rock-artifact  /  Plan
6s
integration-rock-artifact / Plan
integration-rock  /  Plan
8s
integration-rock / Plan
integration-self-hosted  /  Plan
5s
integration-self-hosted / Plan
integration  /  Plan
8s
integration / Plan
simple-self-hosted  /  Inclusive naming
14s
simple-self-hosted / Inclusive naming
simple-self-hosted  /  Shell scripts lint
6s
simple-self-hosted / Shell scripts lint
simple-self-hosted  /  Dockerfile lint
7s
simple-self-hosted / Dockerfile lint
simple-self-hosted  /  Lint metadata.yaml
16s
simple-self-hosted / Lint metadata.yaml
simple-self-hosted  /  Lint and unit tests
22s
simple-self-hosted / Lint and unit tests
simple-self-hosted  /  Draft publish docs
27s
simple-self-hosted / Draft publish docs
simple-self-hosted  /  Check license headers
21s
simple-self-hosted / Check license headers
simple-self-hosted  /  Check libraries
6s
simple-self-hosted / Check libraries
simple  /  Inclusive naming
6s
simple / Inclusive naming
simple  /  Shell scripts lint
4s
simple / Shell scripts lint
simple  /  Dockerfile lint
7s
simple / Dockerfile lint
simple  /  Lint metadata.yaml
7s
simple / Lint metadata.yaml
simple  /  Lint and unit tests
43s
simple / Lint and unit tests
simple  /  Draft publish docs
17s
simple / Draft publish docs
simple  /  Check license headers
25s
simple / Check license headers
simple  /  Check libraries
6s
simple / Check libraries
Matrix: integration-artifact / build
Matrix: integration-craft / build
Matrix: integration-juju3 / build
Matrix: integration-rock-artifact / build
Matrix: integration-rock / build
Matrix: integration-self-hosted / build
Matrix: integration / build
simple-self-hosted  /  Required Test Status Checks
14s
simple-self-hosted / Required Test Status Checks
simple  /  Required Test Status Checks
0s
simple / Required Test Status Checks
Matrix: integration-artifact / Integration tests / Integration tests
integration-artifact  /  Plan Image Scanning
4s
integration-artifact / Plan Image Scanning
Matrix: integration-craft / Integration tests / Integration tests
integration-craft  /  Plan Image Scanning
8s
integration-craft / Plan Image Scanning
Matrix: integration-juju3 / Integration tests / Integration tests
integration-juju3  /  Plan Image Scanning
5s
integration-juju3 / Plan Image Scanning
Matrix: integration-rock-artifact / Integration tests / Integration tests
integration-rock-artifact  /  Plan Image Scanning
4s
integration-rock-artifact / Plan Image Scanning
Matrix: integration-rock / Integration tests / Integration tests
integration-rock  /  Plan Image Scanning
7s
integration-rock / Plan Image Scanning
Matrix: integration-self-hosted / Integration tests / Integration tests
integration-self-hosted  /  Plan Image Scanning
5s
integration-self-hosted / Plan Image Scanning
Matrix: integration / Integration tests / Integration tests
integration  /  Plan Image Scanning
10s
integration / Plan Image Scanning
integration-artifact  /  Required Integration Test Status Checks
0s
integration-artifact / Required Integration Test Status Checks
Matrix: integration-artifact / scan
integration-craft  /  Required Integration Test Status Checks
0s
integration-craft / Required Integration Test Status Checks
Matrix: integration-craft / scan
integration-juju3  /  Required Integration Test Status Checks
0s
integration-juju3 / Required Integration Test Status Checks
Matrix: integration-juju3 / scan
integration-rock-artifact  /  Required Integration Test Status Checks
0s
integration-rock-artifact / Required Integration Test Status Checks
Matrix: integration-rock-artifact / scan
integration-rock  /  Required Integration Test Status Checks
0s
integration-rock / Required Integration Test Status Checks
Matrix: integration-rock / scan
integration-self-hosted  /  Required Integration Test Status Checks
0s
integration-self-hosted / Required Integration Test Status Checks
Matrix: integration-self-hosted / scan
integration  /  Required Integration Test Status Checks
0s
integration / Required Integration Test Status Checks
Matrix: integration / scan
publish  /  select-channel
7s
publish / select-channel
publish  /  Publish charm to latest/edge
1m 11s
publish / Publish charm to latest/edge
publish  /  Draft publish docs
0s
publish / Draft publish docs
publish  /  Release charm libs
0s
publish / Release charm libs
publish-artifact  /  select-channel
publish-artifact / select-channel
publish-artifact  /  publish-charm
publish-artifact / publish-charm
publish-artifact  /  Draft publish docs
publish-artifact / Draft publish docs
publish-artifact  /  Release charm libs
publish-artifact / Release charm libs
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 7 warnings, and 4 notices
simple-self-hosted / Lint metadata.yaml
The runner has received a shutdown signal. This can happen when the runner service is stopped, or a manually started runner is canceled.
simple-self-hosted / Lint metadata.yaml
The operation was canceled.
simple-self-hosted / Check license headers
The runner has received a shutdown signal. This can happen when the runner service is stopped, or a manually started runner is canceled.
simple-self-hosted / Check license headers
The operation was canceled.
simple-self-hosted / Lint and unit tests
The runner has received a shutdown signal. This can happen when the runner service is stopped, or a manually started runner is canceled.
simple-self-hosted / Lint and unit tests
The operation was canceled.
simple-self-hosted / Required Test Status Checks
The runner has received a shutdown signal. This can happen when the runner service is stopped, or a manually started runner is canceled.
simple-self-hosted / Required Test Status Checks
The operation was canceled.
publish / Publish charm to latest/edge
The process '/snap/bin/charmcraft' failed with exit code 1 Error: The process '/snap/bin/charmcraft' failed with exit code 1 at ExecState._setResult (/home/runner/work/_actions/canonical/operator-workflows/main/dist/node_modules/@actions/exec/lib/toolrunner.js:592:1) at ExecState.CheckComplete (/home/runner/work/_actions/canonical/operator-workflows/main/dist/node_modules/@actions/exec/lib/toolrunner.js:575:1) at ChildProcess.<anonymous> (/home/runner/work/_actions/canonical/operator-workflows/main/dist/node_modules/@actions/exec/lib/toolrunner.js:469:1) at ChildProcess.emit (node:events:519:28) at maybeClose (node:internal/child_process:1105:16) at Process.ChildProcess._handle.onexit (node:internal/child_process:305:5)
publish / Publish charm to latest/edge
The process '/snap/bin/charmcraft' failed with exit code 1
check
Process completed with exit code 1.
simple-self-hosted / Dockerfile lint: tests/workflows/integration/test-upload-charm/test.Dockerfile#L4
Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag
simple-self-hosted / Dockerfile lint: tests/workflows/integration/test-upload-charm/test.Dockerfile#L6
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
simple-self-hosted / Dockerfile lint: tests/workflows/integration/test-upload-charm/test.Dockerfile#L6
Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
simple / Dockerfile lint: tests/workflows/integration/test-upload-charm/test.Dockerfile#L4
Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag
simple / Dockerfile lint: tests/workflows/integration/test-upload-charm/test.Dockerfile#L6
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
simple / Dockerfile lint: tests/workflows/integration/test-upload-charm/test.Dockerfile#L6
Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
simple / Check license headers
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
simple-self-hosted / Dockerfile lint: tests/workflows/integration/test-upload-charm/test.Dockerfile#L6
Delete the apt-get lists after installing something
simple-self-hosted / Dockerfile lint: tests/workflows/integration/test-upload-charm/test.Dockerfile#L6
Avoid additional packages by specifying `--no-install-recommends`
simple / Dockerfile lint: tests/workflows/integration/test-upload-charm/test.Dockerfile#L6
Delete the apt-get lists after installing something
simple / Dockerfile lint: tests/workflows/integration/test-upload-charm/test.Dockerfile#L6
Avoid additional packages by specifying `--no-install-recommends`

Artifacts

Produced during runtime
Name Size
2024-10-10T13-45-58-9de3__build__output__charm__test-upload
6.11 MB
2024-10-10T13-45-58-9de3__build__output__docker-image__test
126 MB
2024-10-10T13-45-58-9de3__plan
363 Bytes
2024-10-10T13-45-58-a1dc__build__output__charm__integration-test-charm-1
6.1 MB
2024-10-10T13-45-58-a1dc__build__output__rock__test
45.5 MB
2024-10-10T13-45-58-a1dc__plan
349 Bytes
2024-10-10T13-45-58-be1a__build__output__charm__integration-test-charm-1
6.1 MB
2024-10-10T13-45-58-be1a__build__output__rock__test
45.5 MB
2024-10-10T13-45-58-be1a__plan
349 Bytes
2024-10-10T13-45-59-9333__test-upload-artifact__build__output__charm__test-upload
6.11 MB
2024-10-10T13-45-59-9333__test-upload-artifact__build__output__docker-image__test
126 MB
2024-10-10T13-45-59-9333__test-upload-artifact__plan
371 Bytes
2024-10-10T13-45-59-9646__test-upload__build__output__charm__test-upload
6.11 MB
2024-10-10T13-45-59-9646__test-upload__build__output__docker-image__test
126 MB
2024-10-10T13-45-59-9646__test-upload__plan
366 Bytes
2024-10-10T13-45-59-9ba2__build__output__charm__test-upload
6.11 MB
2024-10-10T13-45-59-9ba2__build__output__docker-image__test
126 MB
2024-10-10T13-45-59-9ba2__plan
363 Bytes
2024-10-10T13-46-00-92f8__build__output__charm__integration-test-charm-1
6.1 MB
2024-10-10T13-46-00-92f8__build__output__rock__test
45.5 MB
2024-10-10T13-46-00-92f8__plan
352 Bytes
report
538 Bytes