Skip to content

WIP: publish kentik agent package #176

WIP: publish kentik agent package

WIP: publish kentik agent package #176

Triggered via push September 12, 2024 00:46
Status Success
Total duration 7m 4s
Artifacts 10

build.yml

on: push
Matrix: build
Matrix: bundle
Matrix: package
Matrix: publish-bundle
Fit to window
Zoom out
Zoom in

Annotations

64 warnings and 1 notice
build (armv7-unknown-linux-musleabihf)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (armv7-unknown-linux-musleabihf)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, docker/build-push-action@v4, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (armv7-unknown-linux-musleabihf): src/time.rs#L5
use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info.
build (armv7-unknown-linux-musleabihf): src/time.rs#L75
use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info.
build (armv7-unknown-linux-musleabihf): src/time.rs#L61
use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info.
build (armv7-unknown-linux-musleabihf): src/protocol/http/conn.rs#L57
field `status` is never read
build (armv7-unknown-linux-musleabihf): src/protocol/postgres/conn.rs#L203
fields `query` and `duration` are never read
build (armv7-unknown-linux-musleabihf): src/protocol/postgres/parser.rs#L11
field `param_types` is never read
build (armv7-unknown-linux-musleabihf): src/protocol/postgres/parser.rs#L17
fields `what` and `name` are never read
build (armv7-unknown-linux-musleabihf): src/protocol/postgres/parser.rs#L26
fields `name` and `value` are never read
build (armv7-unknown-linux-musleabihf)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (armv7-unknown-linux-musleabihf)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (armv7-unknown-linux-musleabihf)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (armv7-unknown-linux-musleabihf)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (x86_64-unknown-freebsd)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (x86_64-unknown-freebsd)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, docker/build-push-action@v4, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (x86_64-unknown-freebsd)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (x86_64-unknown-freebsd)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (x86_64-unknown-freebsd)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (x86_64-unknown-freebsd)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (x86_64-unknown-freebsd): src/protocol/http/conn.rs#L57
field `status` is never read
build (x86_64-unknown-freebsd): src/protocol/postgres/conn.rs#L203
fields `query` and `duration` are never read
build (x86_64-unknown-freebsd): src/protocol/postgres/parser.rs#L11
field `param_types` is never read
build (x86_64-unknown-freebsd): src/protocol/postgres/parser.rs#L17
fields `what` and `name` are never read
build (x86_64-unknown-freebsd): src/protocol/postgres/parser.rs#L22
field `types` is never read
build (x86_64-unknown-freebsd): src/protocol/postgres/parser.rs#L26
fields `name` and `value` are never read
build (x86_64-unknown-freebsd): src/protocol/postgres/parser.rs#L31
field `fields` is never read
build (x86_64-unknown-freebsd): src/protocol/postgres/parser.rs#L39
fields `param_formats` and `param_values` are never read
build (x86_64-unknown-freebsd): src/protocol/postgres/parser.rs#L47
field `max_rows` is never read
build (x86_64-unknown-linux-musl)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (x86_64-unknown-linux-musl)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, docker/build-push-action@v4, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (x86_64-unknown-linux-musl)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (x86_64-unknown-linux-musl)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (x86_64-unknown-linux-musl)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (x86_64-unknown-linux-musl)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (x86_64-unknown-linux-musl): src/time.rs#L5
use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info.
build (x86_64-unknown-linux-musl): src/time.rs#L75
use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info.
build (x86_64-unknown-linux-musl): src/time.rs#L61
use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info.
build (x86_64-unknown-linux-musl): src/protocol/http/conn.rs#L57
field `status` is never read
build (x86_64-unknown-linux-musl): src/protocol/postgres/conn.rs#L203
fields `query` and `duration` are never read
build (x86_64-unknown-linux-musl): src/protocol/postgres/parser.rs#L11
field `param_types` is never read
build (x86_64-unknown-linux-musl): src/protocol/postgres/parser.rs#L17
fields `what` and `name` are never read
build (x86_64-unknown-linux-musl): src/protocol/postgres/parser.rs#L22
field `types` is never read
build (x86_64-unknown-linux-musl): src/protocol/postgres/parser.rs#L26
fields `name` and `value` are never read
build (x86_64-unknown-linux-musl): src/protocol/postgres/parser.rs#L31
field `fields` is never read
build (aarch64-unknown-linux-musl)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (aarch64-unknown-linux-musl)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, docker/build-push-action@v4, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (aarch64-unknown-linux-musl)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (aarch64-unknown-linux-musl)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (aarch64-unknown-linux-musl)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (aarch64-unknown-linux-musl)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (aarch64-unknown-linux-musl): src/time.rs#L5
use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info.
build (aarch64-unknown-linux-musl): src/time.rs#L75
use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info.
build (aarch64-unknown-linux-musl): src/time.rs#L61
use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info.
build (aarch64-unknown-linux-musl): src/protocol/http/conn.rs#L57
field `status` is never read
build (aarch64-unknown-linux-musl): src/protocol/postgres/conn.rs#L203
fields `query` and `duration` are never read
build (aarch64-unknown-linux-musl): src/protocol/postgres/parser.rs#L11
field `param_types` is never read
build (aarch64-unknown-linux-musl): src/protocol/postgres/parser.rs#L17
fields `what` and `name` are never read
build (aarch64-unknown-linux-musl): src/protocol/postgres/parser.rs#L26
fields `name` and `value` are never read
build (aarch64-unknown-linux-musl): src/protocol/postgres/parser.rs#L31
field `fields` is never read
version
version 2.4.1-publish-kentik-package.176

Artifacts

Produced during runtime
Name Size
kprobe-aarch64-unknown-linux-musl
21.3 MB
kprobe-armv7-unknown-linux-musleabihf
19.4 MB
kprobe-ott_v2.4.1-publish-kentik-package.176_linux_amd64.tgz
22 MB
kprobe-ott_v2.4.1-publish-kentik-package.176_linux_arm.tgz
18.8 MB
kprobe-ott_v2.4.1-publish-kentik-package.176_linux_arm64.tgz
20.8 MB
kprobe-x86_64-unknown-freebsd
21.1 MB
kprobe-x86_64-unknown-linux-musl
22.4 MB
kprobe_v2.4.1-publish-kentik-package.176_linux_amd64.tgz
22 MB
kprobe_v2.4.1-publish-kentik-package.176_linux_arm.tgz
18.8 MB
kprobe_v2.4.1-publish-kentik-package.176_linux_arm64.tgz
20.8 MB