Skip to content

filter_alter_size: fixed memory leak #202

filter_alter_size: fixed memory leak

filter_alter_size: fixed memory leak #202

Triggered via push September 2, 2024 03:47
Status Success
Total duration 2h 27m 46s
Artifacts 36
Get metadata to build
5s
Get metadata to build
Staging build matrix
10s
Staging build matrix
staging-build-images  /  Extract any supporting metadata
7s
staging-build-images / Extract any supporting metadata
staging-build-macos-packages  /  Extract any supporting metadata
5s
staging-build-macos-packages / Extract any supporting metadata
staging-build-windows-packages  /  Determine build info
6s
staging-build-windows-packages / Determine build info
Matrix: staging-build-packages / call-build-linux-packages
staging-build-packages  /  Extract any supporting metadata
14s
staging-build-packages / Extract any supporting metadata
Matrix: staging-build-images / Windows container images
staging-build-images  /  Multiarch container images to GHCR
2h 26m
staging-build-images / Multiarch container images to GHCR
Matrix: staging-build-macos-packages / call-build-macos-package
Matrix: staging-build-windows-packages / call-build-windows-package
staging-build-packages  /  Create repo metadata in S3
1m 59s
staging-build-packages / Create repo metadata in S3
staging-build-images  /  call-build-images-generate-schema
10s
staging-build-images / call-build-images-generate-schema
staging-build-images  /  Trivy + Dockle image scan
24s
staging-build-images / Trivy + Dockle image scan
staging-build-images  /  Deploy and sign multi-arch container image manifests
5s
staging-build-images / Deploy and sign multi-arch container image manifests
Matrix: staging-build-macos-packages / Handle upload to S3
staging-build-windows-packages  /  Handle upload to S3
18s
staging-build-windows-packages / Handle upload to S3
staging-build-upload-schema-s3
9s
staging-build-upload-schema-s3
Fit to window
Zoom out
Zoom in

Annotations

1 error and 36 warnings
staging-build-images / Deploy and sign multi-arch container image manifests
Process completed with exit code 1.
Staging build matrix
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
staging-build-macos-packages / call-build-macos-package (Apple Silicon macOS runner, macos-14)
libyaml 0.2.5 is already installed and up-to-date. To reinstall 0.2.5, run: brew reinstall libyaml
staging-build-macos-packages / call-build-macos-package (Apple Silicon macOS runner, macos-14)
openssl@3 3.3.1 is already installed and up-to-date. To reinstall 3.3.1, run: brew reinstall openssl@3
staging-build-macos-packages / call-build-macos-package (Apple Silicon macOS runner, macos-14)
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config
staging-build-packages / amazonlinux/2.arm64v8 package build and stage to S3
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
staging-build-packages / centos/8.arm64v8 package build and stage to S3
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
staging-build-packages / amazonlinux/2023.arm64v8 package build and stage to S3
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
staging-build-packages / debian/buster.arm64v8 package build and stage to S3
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
staging-build-packages / centos/7.arm64v8 package build and stage to S3
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
staging-build-packages / debian/bullseye.arm64v8 package build and stage to S3
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
staging-build-packages / ubuntu/22.04.arm64v8 package build and stage to S3
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
staging-build-packages / centos/9.arm64v8 package build and stage to S3
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
staging-build-packages / debian/bookworm.arm64v8 package build and stage to S3
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
staging-build-packages / ubuntu/20.04.arm64v8 package build and stage to S3
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
staging-build-packages / ubuntu/18.04.arm64v8 package build and stage to S3
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
staging-build-packages / ubuntu/24.04.arm64v8 package build and stage to S3
This self-hosted runner is currently using runner version 2.317.0. This version is out of date. Please update to the latest version 2.319.1
staging-build-macos-packages / call-build-macos-package (Normal macOS-latest runner (Intel), macos-12)
libyaml 0.2.5 is already installed and up-to-date. To reinstall 0.2.5, run: brew reinstall libyaml
staging-build-macos-packages / call-build-macos-package (Normal macOS-latest runner (Intel), macos-12)
openssl@3 3.3.1 is already installed and up-to-date. To reinstall 3.3.1, run: brew reinstall openssl@3
staging-build-macos-packages / call-build-macos-package (Normal macOS-latest runner (Intel), macos-12)
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config
Legacy key/value format with whitespace separator should not be used: dockerfiles/Dockerfile#L206
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
The 'as' keyword should match the case of the 'from' keyword: dockerfiles/Dockerfile#L64
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: dockerfiles/Dockerfile#L100
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: dockerfiles/Dockerfile#L188
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Legacy key/value format with whitespace separator should not be used: dockerfiles/Dockerfile#L33
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
The 'as' keyword should match the case of the 'from' keyword: dockerfiles/Dockerfile#L17
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: dockerfiles/Dockerfile#L18
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: dockerfiles/Dockerfile#L20
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: dockerfiles/Dockerfile#L157
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: dockerfiles/Dockerfile#L188
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Legacy key/value format with whitespace separator should not be used: dockerfiles/Dockerfile#L33
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
The 'as' keyword should match the case of the 'from' keyword: dockerfiles/Dockerfile#L17
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: dockerfiles/Dockerfile#L18
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: dockerfiles/Dockerfile#L20
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: dockerfiles/Dockerfile#L64
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: dockerfiles/Dockerfile#L100
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
The 'as' keyword should match the case of the 'from' keyword: dockerfiles/Dockerfile#L157
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Artifacts

Produced during runtime
Name Size
fluent-bit-schema-3.1.7 Expired
67 KB
fluent~fluent-bit~6T0MIZ.dockerbuild Expired
291 KB
fluent~fluent-bit~M4C2JC.dockerbuild Expired
5.23 MB
macos-packages on macos-12 Expired
7.91 MB
macos-packages on macos-14 Expired
8 MB
packages-3.1.7-amazonlinux-2 Expired
16.7 MB
packages-3.1.7-amazonlinux-2.arm64v8 Expired
16.6 MB
packages-3.1.7-amazonlinux-2023 Expired
6.43 MB
packages-3.1.7-amazonlinux-2023.arm64v8 Expired
6.28 MB
packages-3.1.7-centos-7 Expired
15.4 MB
packages-3.1.7-centos-7.arm64v8 Expired
14.7 MB
packages-3.1.7-centos-8 Expired
6.81 MB
packages-3.1.7-centos-8.arm64v8 Expired
6.3 MB
packages-3.1.7-centos-9 Expired
6.45 MB
packages-3.1.7-centos-9.arm64v8 Expired
6.29 MB
packages-3.1.7-debian-bookworm Expired
40.1 MB
packages-3.1.7-debian-bookworm.arm64v8 Expired
39.6 MB
packages-3.1.7-debian-bullseye Expired
40 MB
packages-3.1.7-debian-bullseye.arm64v8 Expired
39.7 MB
packages-3.1.7-debian-buster Expired
43.2 MB
packages-3.1.7-debian-buster.arm64v8 Expired
42.8 MB
packages-3.1.7-raspbian-bullseye Expired
38.3 MB
packages-3.1.7-raspbian-buster Expired
41.3 MB
packages-3.1.7-ubuntu-16.04 Expired
35.6 MB
packages-3.1.7-ubuntu-18.04 Expired
43.4 MB
packages-3.1.7-ubuntu-18.04.arm64v8 Expired
43.2 MB
packages-3.1.7-ubuntu-20.04 Expired
43.8 MB
packages-3.1.7-ubuntu-20.04.arm64v8 Expired
43.4 MB
packages-3.1.7-ubuntu-22.04 Expired
39.9 MB
packages-3.1.7-ubuntu-22.04.arm64v8 Expired
39.4 MB
packages-3.1.7-ubuntu-24.04 Expired
39.9 MB
packages-3.1.7-ubuntu-24.04.arm64v8 Expired
39.4 MB
source-3.1.7 Expired
25.8 MB
windows-packages-amd64_arm64 Expired
71.6 MB
windows-packages-x64 Expired
77.2 MB
windows-packages-x86 Expired
70.6 MB