Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/prometheus/client_golang from 1.20.2 to 1.21.1 #45

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2025

Bumps github.com/prometheus/client_golang from 1.20.2 to 1.21.1.

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.21.1 / 2025-03-04

This release addresses a performance regression introduced in #1661 -- thanks to all who reported this quickly: @​chlunde, @​dethi, @​aaronbee @​tsuna @​kakkoyun 💪🏽. This patch release also fixes the iOS build.

We will be hardening the release process even further (#1759, #1761) to prevent this in future, sorry for the inconvenience!

The high concurrency optimization is planned to be eventually reintroduced, however in a much safer manner, potentially in a separate API.

  • [BUGFIX] prometheus: Revert of Inc, Add and Observe cumulative metric CAS optimizations (#1661), causing regressions on low concurrency cases #1757
  • [BUGFIX] prometheus: Fix GOOS=ios build, broken due to process_collector_* wrong build tags. #1758

Full Changelog: prometheus/client_golang@v1.21.0...v1.21.1

v1.21.0 / 2025-02-19

⚠️ This release contains potential breaking change if you upgrade github.com/prometheus/common to 0.62+ together with client_golang (and depend on the strict, legacy validation for the label names). New common version changes model.NameValidationScheme global variable, which relaxes the validation of label names and metric name, allowing all UTF-8 characters. Typically, this should not break any user, unless your test or usage expects strict certain names to panic/fail on client_golang metric registration, gathering or scrape. In case of problems change model.NameValidationScheme to old model.LegacyValidation value in your project init function. ⚠️

  • [BUGFIX] gocollector: Fix help message for runtime/metric metrics. #1583
  • [BUGFIX] prometheus: Fix Desc.String() method for no labels case. #1687
  • [PERF] prometheus: Optimize popular prometheus.BuildFQName function; now up to 30% faster. #1665
  • [PERF] prometheus: Optimize Inc, Add and Observe cumulative metrics; now up to 50% faster under high concurrent contention. #1661
  • [CHANGE] Upgrade prometheus/common to 0.62.0 which changes model.NameValidationScheme global variable. #1712
  • [CHANGE] Add support for Go 1.23. #1602
  • [FEATURE] process_collector: Add support for Darwin systems. #1600 #1616 #1625 #1675 #1715
  • [FEATURE] api: Add ability to invoke CloseIdleConnections on api.Client using api.Client.(CloseIdler).CloseIdleConnections() casting. #1513
  • [FEATURE] promhttp: Add promhttp.HandlerOpts.EnableOpenMetricsTextCreatedSamples option to create OpenMetrics _created lines. Not recommended unless you want to use opt-in Created Timestamp feature. Community works on OpenMetrics 2.0 format that should make those lines obsolete (they increase cardinality significantly). #1408
  • [FEATURE] prometheus: Add NewConstNativeHistogram function. #1654

... (truncated)

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.21.1 / 2025-03-04

  • [BUGFIX] prometheus: Revert of Inc, Add and Observe cumulative metric CAS optimizations (#1661), causing regressions on low contention cases.
  • [BUGFIX] prometheus: Fix GOOS=ios build, broken due to process_collector_* wrong build tags.

1.21.0 / 2025-02-17

⚠️ This release contains potential breaking change if you upgrade github.com/prometheus/common to 0.62+ together with client_golang. ⚠️

New common version changes model.NameValidationScheme global variable, which relaxes the validation of label names and metric name, allowing all UTF-8 characters. Typically, this should not break any user, unless your test or usage expects strict certain names to panic/fail on client_golang metric registration, gathering or scrape. In case of problems change model.NameValidationScheme to old model.LegacyValidation value in your project init function.

  • [BUGFIX] gocollector: Fix help message for runtime/metric metrics. #1583
  • [BUGFIX] prometheus: Fix Desc.String() method for no labels case. #1687
  • [ENHANCEMENT] prometheus: Optimize popular prometheus.BuildFQName function; now up to 30% faster. #1665
  • [ENHANCEMENT] prometheus: Optimize Inc, Add and Observe cumulative metrics; now up to 50% faster under high concurrent contention. #1661
  • [CHANGE] Upgrade prometheus/common to 0.62.0 which changes model.NameValidationScheme global variable. #1712
  • [CHANGE] Add support for Go 1.23. #1602
  • [FEATURE] process_collector: Add support for Darwin systems. #1600 #1616 #1625 #1675 #1715
  • [FEATURE] api: Add ability to invoke CloseIdleConnections on api.Client using api.Client.(CloseIdler).CloseIdleConnections() casting. #1513
  • [FEATURE] promhttp: Add promhttp.HandlerOpts.EnableOpenMetricsTextCreatedSamples option to create OpenMetrics _created lines. Not recommended unless you want to use opt-in Created Timestamp feature. Community works on OpenMetrics 2.0 format that should make those lines obsolete (they increase cardinality significantly). #1408
  • [FEATURE] prometheus: Add NewConstNativeHistogram function. #1654

1.20.5 / 2024-10-15

  • [BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input.

1.20.4 / 2024-09-07

  • [BUGFIX] histograms: Fix possible data race when appending exemplars vs metrics gather. #1623

1.20.3 / 2024-09-05

  • [BUGFIX] histograms: Fix possible data race when appending exemplars. #1608
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by Sourcery

Bump github.com/prometheus/client_golang from 1.20.2 to 1.21.1. Also bump github.com/stretchr/testify and google.golang.org/protobuf.

Enhancements:

  • Upgrade prometheus/common to 0.62.0 which changes model.NameValidationScheme global variable.
  • Add support for Go 1.23.
  • Add support for Darwin systems to the process_collector.
  • Add ability to invoke CloseIdleConnections on api.Client using api.Client.(CloseIdler).CloseIdleConnections() casting.
  • Add promhttp.HandlerOpts.EnableOpenMetricsTextCreatedSamples option to create OpenMetrics _created lines.
  • Add NewConstNativeHistogram function.
  • Optimize popular prometheus.BuildFQName function; now up to 30% faster.
  • Optimize Inc, Add and Observe cumulative metrics; now up to 50% faster under high concurrent contention.

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.2 to 1.21.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.20.2...v1.21.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies go Pull requests that update Go code labels Mar 5, 2025
Copy link

sourcery-ai bot commented Mar 5, 2025

Reviewer's Guide by Sourcery

This pull request bumps the github.com/prometheus/client_golang dependency from 1.20.2 to 1.21.1. It also updates other dependencies such as github.com/prometheus/common, github.com/stretchr/testify, google.golang.org/protobuf, golang.org/x/oauth2, and github.com/klauspost/compress.

Sequence diagram for metric update

sequenceDiagram
  participant App
  participant Prometheus Client
  App->>Prometheus Client: Inc/Add/Observe metric
  activate Prometheus Client
  Prometheus Client->>Prometheus Client: Update metric value (atomic operation)
  deactivate Prometheus Client
Loading

File-Level Changes

Change Details Files
Bumped the github.com/prometheus/client_golang dependency from 1.20.2 to 1.21.1.
  • Updated the github.com/prometheus/client_golang dependency to v1.21.1.
  • Updated the github.com/prometheus/common dependency to v0.62.0.
  • Updated the github.com/stretchr/testify dependency to v1.10.0.
  • Updated the google.golang.org/protobuf dependency to v1.36.1.
  • Updated the golang.org/x/oauth2 dependency to v0.24.0.
  • Updated the github.com/klauspost/compress dependency to v1.17.11.
go.mod
go.sum

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

coderabbitai bot commented Mar 5, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

Copy link

codiumai-pr-agent-free bot commented Mar 5, 2025

CI Feedback 🧐

(Feedback updated until commit f1fc75d)

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: Analyze (go)

Failed stage: Perform CodeQL Analysis [❌]

Failure summary:

The action failed during the build process of the Go project. The specific errors are:

1. Compilation error in pkg/ebpf/tracker.go:
- Line 16: Unused import:
"github.com/khulnasoft/tracker/pkg/events/parsers" is imported but not used
- Line 388: Undefined
references to bpf.BPFHelperIsSupported and bpf.BPFFuncKtimeGetBootNs

2. The build process failed with error code 2 in the Makefile (line 530) when trying to build
dist/tracker-ebpf

The main issue appears to be missing or incorrect BPF function references in the eBPF module.

Relevant error logs:
1:  ##[group]Operating System
2:  Ubuntu
...

306:  },
307:  "logging" : {
308:  "title" : "Options pertaining to logging.",
309:  "description" : "Options pertaining to logging.",
310:  "type" : "object",
311:  "properties" : {
312:  "verbosity" : {
313:  "title" : "Extractor logging verbosity level.",
314:  "description" : "Controls the level of verbosity of the extractor. The supported levels are (in order of increasing verbosity):\n  - off\n  - errors\n  - warnings\n  - info or progress\n  - debug or progress+\n  - trace or progress++\n  - progress+++\n",
315:  "type" : "string",
316:  "pattern" : "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
...

422:  "extractor_options" : {
423:  "logging" : {
424:  "title" : "Options pertaining to logging.",
425:  "description" : "Options pertaining to logging.",
426:  "type" : "object",
427:  "properties" : {
428:  "verbosity" : {
429:  "title" : "Python extractor logging verbosity level.",
430:  "description" : "Controls the level of verbosity of the CodeQL Python extractor.\nThe supported levels are (in order of increasing verbosity):\n\n  - off\n  - errors\n  - warnings\n  - info or progress\n  - debug or progress+\n  - trace or progress++\n  - progress+++\n",
431:  "type" : "string",
432:  "pattern" : "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
...

621:  },
622:  "logging" : {
623:  "title" : "Options pertaining to logging.",
624:  "description" : "Options pertaining to logging.",
625:  "type" : "object",
626:  "properties" : {
627:  "verbosity" : {
628:  "title" : "Extractor logging verbosity level.",
629:  "description" : "Controls the level of verbosity of the extractor. The supported levels are (in order of increasing verbosity):\n  - off\n  - errors\n  - warnings\n  - info or progress\n  - debug or progress+\n  - trace or progress++\n  - progress+++\n",
630:  "type" : "string",
631:  "pattern" : "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
...

737:  "extractor_options" : {
738:  "logging" : {
739:  "title" : "Options pertaining to logging.",
740:  "description" : "Options pertaining to logging.",
741:  "type" : "object",
742:  "properties" : {
743:  "verbosity" : {
744:  "title" : "Python extractor logging verbosity level.",
745:  "description" : "Controls the level of verbosity of the CodeQL Python extractor.\nThe supported levels are (in order of increasing verbosity):\n\n  - off\n  - errors\n  - warnings\n  - info or progress\n  - debug or progress+\n  - trace or progress++\n  - progress+++\n",
746:  "type" : "string",
747:  "pattern" : "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
...

924:  checkout_path: /home/runner/work/tracker/tracker
925:  upload-database: true
926:  wait-for-processing: true
927:  token: ***
928:  matrix: {
929:    "language": "go",
930:    "build-mode": "autobuild"
931:  }
932:  expect-error: false
...

1052:  [2025-03-05 10:00:49] [build-stderr] go: downloading github.com/cespare/xxhash/v2 v2.3.0
1053:  [2025-03-05 10:00:49] [build-stderr] go: downloading github.com/prometheus/client_model v0.6.1
1054:  [2025-03-05 10:00:49] [build-stderr] go: downloading github.com/prometheus/procfs v0.15.1
1055:  [2025-03-05 10:00:49] [build-stderr] go: downloading gopkg.in/yaml.v3 v3.0.1
1056:  [2025-03-05 10:00:49] [build-stderr] go: downloading google.golang.org/genproto v0.0.0-20240515191416-fc5f0ca64291
1057:  [2025-03-05 10:00:49] [build-stderr] go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094
1058:  [2025-03-05 10:00:50] [build-stderr] go: downloading github.com/distribution/reference v0.6.0
1059:  [2025-03-05 10:00:50] [build-stderr] go: downloading github.com/docker/go-connections v0.5.0
1060:  [2025-03-05 10:00:50] [build-stderr] go: downloading github.com/pkg/errors v0.9.1
...

1155:  [2025-03-05 10:00:52] [build-stdout] 	install install_uapi_headers
1156:  [2025-03-05 10:00:52] [build-stdout]   MKDIR    /home/runner/work/tracker/tracker/dist/libbpf/obj/staticobjs
1157:  [2025-03-05 10:00:52] [build-stdout]   CC       /home/runner/work/tracker/tracker/dist/libbpf/obj/staticobjs/bpf.o
1158:  [2025-03-05 10:00:53] [build-stdout]   CC       /home/runner/work/tracker/tracker/dist/libbpf/obj/staticobjs/btf.o
1159:  [2025-03-05 10:00:54] [build-stdout]   CC       /home/runner/work/tracker/tracker/dist/libbpf/obj/staticobjs/libbpf.o
1160:  [2025-03-05 10:00:54] [build-stdout]   CC       /home/runner/work/tracker/tracker/dist/libbpf/obj/staticobjs/libbpf_errno.o
1161:  [2025-03-05 10:00:54] [build-stdout]   CC       /home/runner/work/tracker/tracker/dist/libbpf/obj/staticobjs/netlink.o
1162:  [2025-03-05 10:00:54] [build-stdout]   CC       /home/runner/work/tracker/tracker/dist/libbpf/obj/staticobjs/nlattr.o
1163:  [2025-03-05 10:00:54] [build-stdout]   CC       /home/runner/work/tracker/tracker/dist/libbpf/obj/staticobjs/str_error.o
...

1277:  [2025-03-05 10:01:32] [build-stderr] slices
1278:  [2025-03-05 10:01:32] [build-stderr] maps
1279:  [2025-03-05 10:01:32] [build-stderr] k8s.io/klog/v2/internal/dbg
1280:  [2025-03-05 10:01:32] [build-stderr] runtime/metrics
1281:  [2025-03-05 10:01:33] [build-stderr] internal/bisect
1282:  [2025-03-05 10:01:33] [build-stderr] internal/testlog
1283:  [2025-03-05 10:01:33] [build-stderr] internal/singleflight
1284:  [2025-03-05 10:01:33] [build-stderr] google.golang.org/protobuf/internal/pragma
1285:  [2025-03-05 10:01:33] [build-stderr] errors
1286:  [2025-03-05 10:01:33] [build-stderr] sort
1287:  [2025-03-05 10:01:33] [build-stderr] internal/oserror
...

1395:  [2025-03-05 10:01:38] [build-stderr] os/user
1396:  [2025-03-05 10:01:38] [build-stderr] golang.org/x/sys/unix
1397:  [2025-03-05 10:01:38] [build-stderr] text/template
1398:  [2025-03-05 10:01:38] [build-stderr] html/template
1399:  [2025-03-05 10:01:38] [build-stderr] github.com/spf13/cast
1400:  [2025-03-05 10:01:38] [build-stderr] hash/fnv
1401:  [2025-03-05 10:01:39] [build-stderr] google.golang.org/protobuf/internal/detrand
1402:  [2025-03-05 10:01:39] [build-stderr] github.com/sirupsen/logrus
1403:  [2025-03-05 10:01:39] [build-stderr] google.golang.org/protobuf/internal/errors
...

1613:  [2025-03-05 10:01:48] [build-stderr] github.com/opencontainers/image-spec/identity
1614:  [2025-03-05 10:01:48] [build-stderr] go.opentelemetry.io/otel/internal/global
1615:  [2025-03-05 10:01:48] [build-stderr] github.com/docker/go-events
1616:  [2025-03-05 10:01:48] [build-stderr] plugin
1617:  [2025-03-05 10:01:48] [build-stderr] github.com/containerd/containerd/events/exchange
1618:  [2025-03-05 10:01:48] [build-stderr] github.com/containerd/containerd/remotes
1619:  [2025-03-05 10:01:48] [build-stderr] go.opentelemetry.io/otel
1620:  [2025-03-05 10:01:48] [build-stderr] go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
1621:  [2025-03-05 10:01:48] [build-stderr] github.com/containerd/containerd/remotes/errors
...

1656:  [2025-03-05 10:01:49] [build-stderr] github.com/containerd/containerd/services/introspection
1657:  [2025-03-05 10:01:49] [build-stderr] github.com/containerd/containerd/snapshots/proxy
1658:  [2025-03-05 10:01:50] [build-stderr] github.com/opencontainers/selinux/go-selinux/label
1659:  [2025-03-05 10:01:50] [build-stderr] google.golang.org/grpc/health/grpc_health_v1
1660:  [2025-03-05 10:01:50] [build-stderr] github.com/docker/docker/api/types/blkiodev
1661:  [2025-03-05 10:01:50] [build-stderr] github.com/docker/docker/api/types/versions
1662:  [2025-03-05 10:01:50] [build-stderr] github.com/docker/docker/api/types/mount
1663:  [2025-03-05 10:01:50] [build-stderr] github.com/docker/docker/api/types/filters
1664:  [2025-03-05 10:01:50] [build-stderr] github.com/docker/docker/internal/multierror
1665:  [2025-03-05 10:01:50] [build-stderr] github.com/docker/docker/api/types/strslice
1666:  [2025-03-05 10:01:50] [build-stderr] github.com/docker/go-connections/nat
1667:  [2025-03-05 10:01:50] [build-stderr] github.com/docker/go-units
1668:  [2025-03-05 10:01:50] [build-stderr] github.com/docker/docker/api/types/network
1669:  [2025-03-05 10:01:50] [build-stderr] github.com/containerd/containerd/sandbox
1670:  [2025-03-05 10:01:50] [build-stderr] github.com/moby/docker-image-spec/specs-go/v1
1671:  [2025-03-05 10:01:50] [build-stderr] github.com/docker/docker/api/types/image
1672:  [2025-03-05 10:01:50] [build-stderr] github.com/pkg/errors
...

1743:  [2025-03-05 10:01:53] [build-stderr] k8s.io/utils/internal/third_party/forked/golang/net
1744:  [2025-03-05 10:01:53] [build-stderr] k8s.io/utils/net
1745:  [2025-03-05 10:01:53] [build-stderr] k8s.io/klog/v2/internal/severity
1746:  [2025-03-05 10:01:53] [build-stderr] k8s.io/klog/v2/internal/buffer
1747:  [2025-03-05 10:01:53] [build-stderr] k8s.io/klog/v2/internal/clock
1748:  [2025-03-05 10:01:53] [build-stderr] k8s.io/klog/v2/internal/serialize
1749:  [2025-03-05 10:01:54] [build-stderr] k8s.io/klog/v2/internal/sloghandler
1750:  [2025-03-05 10:01:54] [build-stderr] k8s.io/klog/v2
1751:  [2025-03-05 10:01:54] [build-stderr] k8s.io/apimachinery/pkg/util/errors
...

1823:  [2025-03-05 10:01:58] [build-stderr] github.com/google/gopacket
1824:  [2025-03-05 10:01:59] [build-stderr] github.com/google/gopacket/layers
1825:  [2025-03-05 10:01:59] [build-stderr] github.com/prometheus/client_golang/prometheus
1826:  [2025-03-05 10:02:00] [build-stderr] github.com/khulnasoft/tracker/pkg/signatures/metrics
1827:  [2025-03-05 10:02:00] [build-stderr] sigs.k8s.io/controller-runtime/pkg/scheme
1828:  [2025-03-05 10:02:00] [build-stderr] k8s.io/apimachinery/pkg/runtime/serializer/protobuf
1829:  [2025-03-05 10:02:00] [build-stderr] github.com/khulnasoft/tracker/pkg/k8s/apis/tracker.khulnasoft.com/v1beta1
1830:  [2025-03-05 10:02:00] [build-stderr] k8s.io/apimachinery/pkg/apis/meta/v1/unstructured
1831:  [2025-03-05 10:02:00] [build-stderr] k8s.io/apimachinery/pkg/api/errors
...

1895:  [2025-03-05 10:02:06] [build-stderr] github.com/khulnasoft/tracker/pkg/cmd/initialize
1896:  [2025-03-05 10:02:06] [build-stderr] github.com/khulnasoft/tracker/pkg/policy
1897:  [2025-03-05 10:02:06] [build-stderr] github.com/khulnasoft/tracker/pkg/events/derive
1898:  [2025-03-05 10:02:06] [build-stderr] github.com/khulnasoft/tracker/pkg/ebpf
1899:  [2025-03-05 10:02:06] [build-stderr] # github.com/khulnasoft/tracker/pkg/ebpf
1900:  [2025-03-05 10:02:06] [build-stderr] pkg/ebpf/tracker.go:16:2: "github.com/khulnasoft/tracker/pkg/events/parsers" imported and not used
1901:  [2025-03-05 10:02:06] [build-stderr] pkg/ebpf/tracker.go:388:31: undefined: bpf.BPFHelperIsSupported
1902:  [2025-03-05 10:02:06] [build-stderr] pkg/ebpf/tracker.go:388:79: undefined: bpf.BPFFuncKtimeGetBootNs
1903:  [2025-03-05 10:02:07] [build-stderr] make: *** [Makefile:530: dist/tracker-ebpf] Error 1
1904:  [2025-03-05 10:02:07] [build-stdout] rm .check_pkg-config
1905:  [2025-03-05 10:02:07] [build-stderr] 2025/03/05 10:02:07 Running /usr/bin/make [make] failed, continuing anyway: exit status 2
...

1971:  [2025-03-05 10:02:09] [build-stderr] 2025/03/05 10:02:09 Extracting types for package runtime/internal/sys.
1972:  [2025-03-05 10:02:09] [build-stderr] 2025/03/05 10:02:09 Done extracting types for package runtime/internal/sys.
1973:  [2025-03-05 10:02:09] [build-stderr] 2025/03/05 10:02:09 Processing package runtime.
1974:  [2025-03-05 10:02:09] [build-stderr] 2025/03/05 10:02:09 Extracting types for package runtime.
1975:  [2025-03-05 10:02:09] [build-stderr] 2025/03/05 10:02:09 Done extracting types for package runtime.
1976:  [2025-03-05 10:02:09] [build-stderr] 2025/03/05 10:02:09 Processing package internal/reflectlite.
1977:  [2025-03-05 10:02:09] [build-stderr] 2025/03/05 10:02:09 Extracting types for package internal/reflectlite.
1978:  [2025-03-05 10:02:09] [build-stderr] 2025/03/05 10:02:09 Done extracting types for package internal/reflectlite.
1979:  [2025-03-05 10:02:09] [build-stderr] 2025/03/05 10:02:09 Processing package errors.
1980:  [2025-03-05 10:02:09] [build-stderr] 2025/03/05 10:02:09 Extracting types for package errors.
1981:  [2025-03-05 10:02:09] [build-stderr] 2025/03/05 10:02:09 Done extracting types for package errors.
...

1998:  [2025-03-05 10:02:09] [build-stderr] 2025/03/05 10:02:09 Extracting types for package internal/asan.
1999:  [2025-03-05 10:02:09] [build-stderr] 2025/03/05 10:02:09 Done extracting types for package internal/asan.
2000:  [2025-03-05 10:02:09] [build-stderr] 2025/03/05 10:02:09 Processing package internal/itoa.
2001:  [2025-03-05 10:02:09] [build-stderr] 2025/03/05 10:02:09 Extracting types for package internal/itoa.
2002:  [2025-03-05 10:02:09] [build-stderr] 2025/03/05 10:02:09 Done extracting types for package internal/itoa.
2003:  [2025-03-05 10:02:09] [build-stderr] 2025/03/05 10:02:09 Processing package internal/msan.
2004:  [2025-03-05 10:02:09] [build-stderr] 2025/03/05 10:02:09 Extracting types for package internal/msan.
2005:  [2025-03-05 10:02:09] [build-stderr] 2025/03/05 10:02:09 Done extracting types for package internal/msan.
2006:  [2025-03-05 10:02:09] [build-stderr] 2025/03/05 10:02:09 Processing package internal/oserror.
2007:  [2025-03-05 10:02:09] [build-stderr] 2025/03/05 10:02:09 Extracting types for package internal/oserror.
2008:  [2025-03-05 10:02:09] [build-stderr] 2025/03/05 10:02:09 Done extracting types for package internal/oserror.
...

2403:  [2025-03-05 10:02:10] [build-stderr] 2025/03/05 10:02:10 Extracting types for package google.golang.org/grpc/internal/credentials.
2404:  [2025-03-05 10:02:10] [build-stderr] 2025/03/05 10:02:10 Done extracting types for package google.golang.org/grpc/internal/credentials.
2405:  [2025-03-05 10:02:10] [build-stderr] 2025/03/05 10:02:10 Processing package hash/fnv.
2406:  [2025-03-05 10:02:10] [build-stderr] 2025/03/05 10:02:10 Extracting types for package hash/fnv.
2407:  [2025-03-05 10:02:10] [build-stderr] 2025/03/05 10:02:10 Done extracting types for package hash/fnv.
2408:  [2025-03-05 10:02:10] [build-stderr] 2025/03/05 10:02:10 Processing package google.golang.org/protobuf/internal/detrand.
2409:  [2025-03-05 10:02:10] [build-stderr] 2025/03/05 10:02:10 Extracting types for package google.golang.org/protobuf/internal/detrand.
2410:  [2025-03-05 10:02:10] [build-stderr] 2025/03/05 10:02:10 Done extracting types for package google.golang.org/protobuf/internal/detrand.
2411:  [2025-03-05 10:02:10] [build-stderr] 2025/03/05 10:02:10 Processing package google.golang.org/protobuf/internal/errors.
2412:  [2025-03-05 10:02:10] [build-stderr] 2025/03/05 10:02:10 Extracting types for package google.golang.org/protobuf/internal/errors.
2413:  [2025-03-05 10:02:10] [build-stderr] 2025/03/05 10:02:10 Done extracting types for package google.golang.org/protobuf/internal/errors.
...

2699:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package internal/runtime/atomic.
2700:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package internal/runtime/exithook.
2701:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package internal/runtime/syscall.
2702:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package internal/stringslite.
2703:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package runtime/internal/math.
2704:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package runtime/internal/sys.
2705:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package runtime.
2706:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package internal/reflectlite.
2707:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package errors.
2708:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package internal/race.
2709:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package sync/atomic.
2710:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package sync.
2711:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package internal/bisect.
2712:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package internal/godebug.
2713:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package internal/asan.
2714:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package internal/itoa.
2715:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package internal/msan.
2716:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package internal/oserror.
...

2843:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package golang.org/x/sys/unix.
2844:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package google.golang.org/grpc/internal/grpclog.
2845:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package google.golang.org/grpc/grpclog.
2846:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package google.golang.org/grpc/connectivity.
2847:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package google.golang.org/grpc/attributes.
2848:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package google.golang.org/grpc/internal/credentials.
2849:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package hash/fnv.
2850:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package google.golang.org/protobuf/internal/detrand.
2851:  [2025-03-05 10:02:11] [build-stderr] 2025/03/05 10:02:11 Skipping dependency package google.golang.org/protobuf/internal/errors.
...

3043:  [2025-03-05 10:03:19] [build-stderr] 2025/03/05 10:03:19 Extracting types for package runtime/internal/sys.
3044:  [2025-03-05 10:03:19] [build-stderr] 2025/03/05 10:03:19 Done extracting types for package runtime/internal/sys.
3045:  [2025-03-05 10:03:19] [build-stderr] 2025/03/05 10:03:19 Processing package runtime.
3046:  [2025-03-05 10:03:19] [build-stderr] 2025/03/05 10:03:19 Extracting types for package runtime.
3047:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Done extracting types for package runtime.
3048:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Processing package internal/reflectlite.
3049:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Extracting types for package internal/reflectlite.
3050:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Done extracting types for package internal/reflectlite.
3051:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Processing package errors.
3052:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Extracting types for package errors.
3053:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Done extracting types for package errors.
...

3091:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Extracting types for package slices.
3092:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Done extracting types for package slices.
3093:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Processing package internal/fmtsort.
3094:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Extracting types for package internal/fmtsort.
3095:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Done extracting types for package internal/fmtsort.
3096:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Processing package io.
3097:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Extracting types for package io.
3098:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Done extracting types for package io.
3099:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Processing package internal/oserror.
3100:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Extracting types for package internal/oserror.
3101:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Done extracting types for package internal/oserror.
...

3535:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Extracting types for package github.com/containerd/log.
3536:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Done extracting types for package github.com/containerd/log.
3537:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Processing package hash/fnv.
3538:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Extracting types for package hash/fnv.
3539:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Done extracting types for package hash/fnv.
3540:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Processing package google.golang.org/protobuf/internal/detrand.
3541:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Extracting types for package google.golang.org/protobuf/internal/detrand.
3542:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Done extracting types for package google.golang.org/protobuf/internal/detrand.
3543:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Processing package google.golang.org/protobuf/internal/errors.
3544:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Extracting types for package google.golang.org/protobuf/internal/errors.
3545:  [2025-03-05 10:03:20] [build-stderr] 2025/03/05 10:03:20 Done extracting types for package google.golang.org/protobuf/internal/errors.
...

4240:  [2025-03-05 10:03:23] [build-stderr] 2025/03/05 10:03:23 Extracting types for package plugin.
4241:  [2025-03-05 10:03:23] [build-stderr] 2025/03/05 10:03:23 Done extracting types for package plugin.
4242:  [2025-03-05 10:03:23] [build-stderr] 2025/03/05 10:03:23 Processing package github.com/containerd/containerd/plugin.
4243:  [2025-03-05 10:03:23] [build-stderr] 2025/03/05 10:03:23 Extracting types for package github.com/containerd/containerd/plugin.
4244:  [2025-03-05 10:03:23] [build-stderr] 2025/03/05 10:03:23 Done extracting types for package github.com/containerd/containerd/plugin.
4245:  [2025-03-05 10:03:23] [build-stderr] 2025/03/05 10:03:23 Processing package github.com/containerd/containerd/remotes.
4246:  [2025-03-05 10:03:23] [build-stderr] 2025/03/05 10:03:23 Extracting types for package github.com/containerd/containerd/remotes.
4247:  [2025-03-05 10:03:23] [build-stderr] 2025/03/05 10:03:23 Done extracting types for package github.com/containerd/containerd/remotes.
4248:  [2025-03-05 10:03:23] [build-stderr] 2025/03/05 10:03:23 Processing package github.com/containerd/containerd/remotes/errors.
4249:  [2025-03-05 10:03:23] [build-stderr] 2025/03/05 10:03:23 Extracting types for package github.com/containerd/containerd/remotes/errors.
4250:  [2025-03-05 10:03:23] [build-stderr] 2025/03/05 10:03:23 Done extracting types for package github.com/containerd/containerd/remotes/errors.
...

4333:  [2025-03-05 10:03:24] [build-stderr] 2025/03/05 10:03:24 Extracting types for package github.com/docker/docker/api/types/versions.
4334:  [2025-03-05 10:03:24] [build-stderr] 2025/03/05 10:03:24 Done extracting types for package github.com/docker/docker/api/types/versions.
4335:  [2025-03-05 10:03:24] [build-stderr] 2025/03/05 10:03:24 Processing package github.com/docker/docker/api/types/filters.
4336:  [2025-03-05 10:03:24] [build-stderr] 2025/03/05 10:03:24 Extracting types for package github.com/docker/docker/api/types/filters.
4337:  [2025-03-05 10:03:24] [build-stderr] 2025/03/05 10:03:24 Done extracting types for package github.com/docker/docker/api/types/filters.
4338:  [2025-03-05 10:03:24] [build-stderr] 2025/03/05 10:03:24 Processing package github.com/docker/docker/api/types/mount.
4339:  [2025-03-05 10:03:24] [build-stderr] 2025/03/05 10:03:24 Extracting types for package github.com/docker/docker/api/types/mount.
4340:  [2025-03-05 10:03:24] [build-stderr] 2025/03/05 10:03:24 Done extracting types for package github.com/docker/docker/api/types/mount.
4341:  [2025-03-05 10:03:24] [build-stderr] 2025/03/05 10:03:24 Processing package github.com/docker/docker/internal/multierror.
4342:  [2025-03-05 10:03:24] [build-stderr] 2025/03/05 10:03:24 Extracting types for package github.com/docker/docker/internal/multierror.
4343:  [2025-03-05 10:03:24] [build-stderr] 2025/03/05 10:03:24 Done extracting types for package github.com/docker/docker/internal/multierror.
...

4357:  [2025-03-05 10:03:24] [build-stderr] 2025/03/05 10:03:24 Extracting types for package github.com/moby/docker-image-spec/specs-go/v1.
4358:  [2025-03-05 10:03:24] [build-stderr] 2025/03/05 10:03:24 Done extracting types for package github.com/moby/docker-image-spec/specs-go/v1.
4359:  [2025-03-05 10:03:24] [build-stderr] 2025/03/05 10:03:24 Processing package github.com/docker/docker/api/types/container.
4360:  [2025-03-05 10:03:24] [build-stderr] 2025/03/05 10:03:24 Extracting types for package github.com/docker/docker/api/types/container.
4361:  [2025-03-05 10:03:24] [build-stderr] 2025/03/05 10:03:24 Done extracting types for package github.com/docker/docker/api/types/container.
4362:  [2025-03-05 10:03:24] [build-stderr] 2025/03/05 10:03:24 Processing package github.com/docker/docker/api/types/image.
4363:  [2025-03-05 10:03:24] [build-stderr] 2025/03/05 10:03:24 Extracting types for package github.com/docker/docker/api/types/image.
4364:  [2025-03-05 10:03:24] [build-stderr] 2025/03/05 10:03:24 Done extracting types for package github.com/docker/docker/api/types/image.
4365:  [2025-03-05 10:03:24] [build-stderr] 2025/03/05 10:03:24 Processing package github.com/pkg/errors.
4366:  [2025-03-05 10:03:24] [build-stderr] 2025/03/05 10:03:24 Extracting types for package github.com/pkg/errors.
4367:  [2025-03-05 10:03:24] [build-stderr] 2025/03/05 10:03:24 Done extracting types for package github.com/pkg/errors.
...

4441:  [2025-03-05 10:03:25] [build-stderr] 2025/03/05 10:03:25 Extracting types for package k8s.io/apimachinery/pkg/selection.
4442:  [2025-03-05 10:03:25] [build-stderr] 2025/03/05 10:03:25 Done extracting types for package k8s.io/apimachinery/pkg/selection.
4443:  [2025-03-05 10:03:25] [build-stderr] 2025/03/05 10:03:25 Processing package k8s.io/apimachinery/pkg/fields.
4444:  [2025-03-05 10:03:25] [build-stderr] 2025/03/05 10:03:25 Extracting types for package k8s.io/apimachinery/pkg/fields.
4445:  [2025-03-05 10:03:25] [build-stderr] 2025/03/05 10:03:25 Done extracting types for package k8s.io/apimachinery/pkg/fields.
4446:  [2025-03-05 10:03:25] [build-stderr] 2025/03/05 10:03:25 Processing package k8s.io/apimachinery/pkg/util/sets.
4447:  [2025-03-05 10:03:25] [build-stderr] 2025/03/05 10:03:25 Extracting types for package k8s.io/apimachinery/pkg/util/sets.
4448:  [2025-03-05 10:03:25] [build-stderr] 2025/03/05 10:03:25 Done extracting types for package k8s.io/apimachinery/pkg/util/sets.
4449:  [2025-03-05 10:03:25] [build-stderr] 2025/03/05 10:03:25 Processing package k8s.io/apimachinery/pkg/util/errors.
4450:  [2025-03-05 10:03:25] [build-stderr] 2025/03/05 10:03:25 Extracting types for package k8s.io/apimachinery/pkg/util/errors.
4451:  [2025-03-05 10:03:25] [build-stderr] 2025/03/05 10:03:25 Done extracting types for package k8s.io/apimachinery/pkg/util/errors.
...

4597:  [2025-03-05 10:03:25] [build-stderr] 2025/03/05 10:03:25 Extracting types for package k8s.io/apimachinery/pkg/apis/meta/v1/unstructured.
4598:  [2025-03-05 10:03:25] [build-stderr] 2025/03/05 10:03:25 Done extracting types for package k8s.io/apimachinery/pkg/apis/meta/v1/unstructured.
4599:  [2025-03-05 10:03:25] [build-stderr] 2025/03/05 10:03:25 Processing package k8s.io/apimachinery/pkg/runtime/serializer/versioning.
4600:  [2025-03-05 10:03:25] [build-stderr] 2025/03/05 10:03:25 Extracting types for package k8s.io/apimachinery/pkg/runtime/serializer/versioning.
4601:  [2025-03-05 10:03:25] [build-stderr] 2025/03/05 10:03:25 Done extracting types for package k8s.io/apimachinery/pkg/runtime/serializer/versioning.
4602:  [2025-03-05 10:03:25] [build-stderr] 2025/03/05 10:03:25 Processing package k8s.io/apimachinery/pkg/runtime/serializer.
4603:  [2025-03-05 10:03:25] [build-stderr] 2025/03/05 10:03:25 Extracting types for package k8s.io/apimachinery/pkg/runtime/serializer.
4604:  [2025-03-05 10:03:25] [build-stderr] 2025/03/05 10:03:25 Done extracting types for package k8s.io/apimachinery/pkg/runtime/serializer.
4605:  [2025-03-05 10:03:25] [build-stderr] 2025/03/05 10:03:25 Processing package k8s.io/apimachinery/pkg/api/errors.
4606:  [2025-03-05 10:03:25] [build-stderr] 2025/03/05 10:03:25 Extracting types for package k8s.io/apimachinery/pkg/api/errors.
4607:  [2025-03-05 10:03:25] [build-stderr] 2025/03/05 10:03:25 Done extracting types for package k8s.io/apimachinery/pkg/api/errors.
...

4689:  [2025-03-05 10:03:26] [build-stderr] 2025/03/05 10:03:26 Processing package k8s.io/client-go/rest.
4690:  [2025-03-05 10:03:26] [build-stderr] 2025/03/05 10:03:26 Extracting types for package k8s.io/client-go/rest.
4691:  [2025-03-05 10:03:26] [build-stderr] 2025/03/05 10:03:26 Done extracting types for package k8s.io/client-go/rest.
4692:  [2025-03-05 10:03:26] [build-stderr] 2025/03/05 10:03:26 Processing package github.com/khulnasoft/tracker/pkg/k8s.
4693:  [2025-03-05 10:03:26] [build-stderr] 2025/03/05 10:03:26 Extracting types for package github.com/khulnasoft/tracker/pkg/k8s.
4694:  [2025-03-05 10:03:26] [build-stderr] 2025/03/05 10:03:26 Done extracting types for package github.com/khulnasoft/tracker/pkg/k8s.
4695:  [2025-03-05 10:03:26] [build-stderr] 2025/03/05 10:03:26 Processing package github.com/khulnasoft-lab/libbpfgo.
4696:  [2025-03-05 10:03:26] [build-stderr] 2025/03/05 10:03:26 Extracting types for package github.com/khulnasoft-lab/libbpfgo.
4697:  [2025-03-05 10:03:26] [build-stderr] 2025/03/05 10:03:26 Warning: encountered errors extracting package `github.com/khulnasoft-lab/libbpfgo`:
4698:  [2025-03-05 10:03:26] [build-stderr] 2025/03/05 10:03:26   -: # github.com/khulnasoft-lab/libbpfgo
4699:  [2025-03-05 10:03:26] [build-stderr] In file included from ../../../go/pkg/mod/github.com/khulnasoft-lab/[email protected]/btf.go:5:
4700:  [2025-03-05 10:03:26] [build-stderr] ./libbpfgo.h:17:10: fatal error: bpf/bpf.h: No such file or directory
...

5092:  [2025-03-05 10:03:27] [build-stderr] 2025/03/05 10:03:27 Processing package github.com/khulnasoft/tracker/pkg/filehash.
5093:  [2025-03-05 10:03:27] [build-stderr] 2025/03/05 10:03:27 Extracting types for package github.com/khulnasoft/tracker/pkg/filehash.
5094:  [2025-03-05 10:03:27] [build-stderr] 2025/03/05 10:03:27 Done extracting types for package github.com/khulnasoft/tracker/pkg/filehash.
5095:  [2025-03-05 10:03:27] [build-stderr] 2025/03/05 10:03:27 Processing package github.com/khulnasoft/tracker/pkg/streams.
5096:  [2025-03-05 10:03:27] [build-stderr] 2025/03/05 10:03:27 Extracting types for package github.com/khulnasoft/tracker/pkg/streams.
5097:  [2025-03-05 10:03:27] [build-stderr] 2025/03/05 10:03:27 Done extracting types for package github.com/khulnasoft/tracker/pkg/streams.
5098:  [2025-03-05 10:03:27] [build-stderr] 2025/03/05 10:03:27 Processing package github.com/khulnasoft/tracker/pkg/ebpf.
5099:  [2025-03-05 10:03:27] [build-stderr] 2025/03/05 10:03:27 Extracting types for package github.com/khulnasoft/tracker/pkg/ebpf.
5100:  [2025-03-05 10:03:27] [build-stderr] 2025/03/05 10:03:27 Warning: encountered errors extracting package `github.com/khulnasoft/tracker/pkg/ebpf`:
...

5192:  [2025-03-05 10:03:28] [build-stderr] 2025/03/05 10:03:28 Processing package github.com/khulnasoft/tracker/pkg/cmd/flags.
5193:  [2025-03-05 10:03:28] [build-stderr] 2025/03/05 10:03:28 Extracting types for package github.com/khulnasoft/tracker/pkg/cmd/flags.
5194:  [2025-03-05 10:03:28] [build-stderr] 2025/03/05 10:03:28 Done extracting types for package github.com/khulnasoft/tracker/pkg/cmd/flags.
5195:  [2025-03-05 10:03:28] [build-stderr] 2025/03/05 10:03:28 Processing package github.com/khulnasoft/tracker/pkg/cmd/flags/server.
5196:  [2025-03-05 10:03:28] [build-stderr] 2025/03/05 10:03:28 Extracting types for package github.com/khulnasoft/tracker/pkg/cmd/flags/server.
5197:  [2025-03-05 10:03:28] [build-stderr] 2025/03/05 10:03:28 Done extracting types for package github.com/khulnasoft/tracker/pkg/cmd/flags/server.
5198:  [2025-03-05 10:03:28] [build-stderr] 2025/03/05 10:03:28 Processing package github.com/khulnasoft/tracker.
5199:  [2025-03-05 10:03:28] [build-stderr] 2025/03/05 10:03:28 Extracting types for package github.com/khulnasoft/tracker.
5200:  [2025-03-05 10:03:28] [build-stderr] 2025/03/05 10:03:28 Warning: encountered errors extracting package `github.com/khulnasoft/tracker`:
5201:  [2025-03-05 10:03:28] [build-stderr] 2025/03/05 10:03:28   -: build constraints exclude all Go files in /home/runner/work/tracker/tracker
5202:  [2025-03-05 10:03:28] [build-stderr] 2025/03/05 10:03:28 Done extracting types for package github.com/khulnasoft/tracker.
5203:  [2025-03-05 10:03:28] [build-stderr] 2025/03/05 10:03:28 Processing package github.com/khulnasoft/tracker/pkg/cmd/initialize.
5204:  [2025-03-05 10:03:28] [build-stderr] 2025/03/05 10:03:28 Extracting types for package github.com/khulnasoft/tracker/pkg/cmd/initialize.
5205:  [2025-03-05 10:03:28] [build-stderr] 2025/03/05 10:03:28 Warning: encountered errors extracting package `github.com/khulnasoft/tracker/pkg/cmd/initialize`:
...

6246:  [2025-03-05 10:03:40] [build-stderr] 2025/03/05 10:03:40 Processing package github.com/khulnasoft/tracker/pkg/signatures/benchmark.
6247:  [2025-03-05 10:03:40] [build-stderr] 2025/03/05 10:03:40 Extracting types for package github.com/khulnasoft/tracker/pkg/signatures/benchmark.
6248:  [2025-03-05 10:03:40] [build-stderr] 2025/03/05 10:03:40 Done extracting types for package github.com/khulnasoft/tracker/pkg/signatures/benchmark.
6249:  [2025-03-05 10:03:40] [build-stderr] 2025/03/05 10:03:40 Processing package github.com/khulnasoft/tracker/signatures/helpers.
6250:  [2025-03-05 10:03:40] [build-stderr] 2025/03/05 10:03:40 Extracting types for package github.com/khulnasoft/tracker/signatures/helpers.
6251:  [2025-03-05 10:03:40] [build-stderr] 2025/03/05 10:03:40 Done extracting types for package github.com/khulnasoft/tracker/signatures/helpers.
6252:  [2025-03-05 10:03:40] [build-stderr] 2025/03/05 10:03:40 Processing package github.com/khulnasoft/tracker/pkg/signatures/benchmark/signature/golang.
6253:  [2025-03-05 10:03:40] [build-stderr] 2025/03/05 10:03:40 Extracting types for package github.com/khulnasoft/tracker/pkg/signatures/benchmark/signature/golang.
6254:  [2025-03-05 10:03:40] [build-stderr] 2025/03/05 10:03:40 Warning: encountered errors extracting package `github.com/khulnasoft/tracker/pkg/signatures/benchmark/signature/golang`:
6255:  [2025-03-05 10:03:40] [build-stderr] 2025/03/05 10:03:40   /home/runner/work/tracker/tracker/pkg/signatures/benchmark/signature/golang/code_injection.go:72:26: cannot use flags.Value.(string) (comma, ok expression of type string) as int value in argument to helpers.IsFileWrite
6256:  [2025-03-05 10:03:40] [build-stderr] 2025/03/05 10:03:40 Done extracting types for package github.com/khulnasoft/tracker/pkg/signatures/benchmark/signature/golang.
6257:  [2025-03-05 10:03:40] [build-stderr] 2025/03/05 10:03:40 Processing package github.com/khulnasoft/tracker/pkg/utils/tests.
6258:  [2025-03-05 10:03:40] [build-stderr] 2025/03/05 10:03:40 Extracting types for package github.com/khulnasoft/tracker/pkg/utils/tests.
6259:  [2025-03-05 10:03:40] [build-stderr] 2025/03/05 10:03:40 Done extracting types for package github.com/khulnasoft/tracker/pkg/utils/tests.
6260:  [2025-03-05 10:03:40] [build-stderr] 2025/03/05 10:03:40 Processing package github.com/khulnasoft/tracker/signatures/golang.
6261:  [2025-03-05 10:03:40] [build-stderr] 2025/03/05 10:03:40 Extracting types for package github.com/khulnasoft/tracker/signatures/golang.
6262:  [2025-03-05 10:03:40] [build-stderr] 2025/03/05 10:03:40 Warning: encountered errors extracting package `github.com/khulnasoft/tracker/signatures/golang`:
...

6290:  [2025-03-05 10:03:40] [build-stderr] 2025/03/05 10:03:40 Processing package github.com/khulnasoft/tracker/tests/e2e-inst-signatures.
6291:  [2025-03-05 10:03:40] [build-stderr] 2025/03/05 10:03:40 Extracting types for package github.com/khulnasoft/tracker/tests/e2e-inst-signatures.
6292:  [2025-03-05 10:03:40] [build-stderr] 2025/03/05 10:03:40 Done extracting types for package github.com/khulnasoft/tracker/tests/e2e-inst-signatures.
6293:  [2025-03-05 10:03:40] [build-stderr] 2025/03/05 10:03:40 Processing package github.com/khulnasoft/tracker/tests/e2e-inst-signatures/scripts/ds_writer.
6294:  [2025-03-05 10:03:40] [build-stderr] 2025/03/05 10:03:40 Extracting types for package github.com/khulnasoft/tracker/tests/e2e-inst-signatures/scripts/ds_writer.
6295:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Done extracting types for package github.com/khulnasoft/tracker/tests/e2e-inst-signatures/scripts/ds_writer.
6296:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Processing package github.com/khulnasoft/tracker/tests/e2e-net-signatures.
6297:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Extracting types for package github.com/khulnasoft/tracker/tests/e2e-net-signatures.
6298:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Warning: encountered errors extracting package `github.com/khulnasoft/tracker/tests/e2e-net-signatures`:
...

6344:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package internal/runtime/atomic.
6345:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package internal/runtime/exithook.
6346:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package internal/runtime/syscall.
6347:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package internal/stringslite.
6348:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package runtime/internal/math.
6349:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package runtime/internal/sys.
6350:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package runtime.
6351:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package internal/reflectlite.
6352:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package errors.
...

6360:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package strconv.
6361:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package sync/atomic.
6362:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package sync.
6363:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package unicode.
6364:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package reflect.
6365:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package slices.
6366:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package internal/fmtsort.
6367:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package io.
6368:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package internal/oserror.
...

6521:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Extracting /home/runner/work/tracker/tracker/go.mod
6522:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Done extracting /home/runner/work/tracker/tracker/go.mod (0ms)
6523:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package os/user.
6524:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package archive/tar.
6525:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/sirupsen/logrus.
6526:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/containerd/log.
6527:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package hash/fnv.
6528:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package google.golang.org/protobuf/internal/detrand.
6529:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package google.golang.org/protobuf/internal/errors.
...

6599:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Done extracting /home/runner/work/tracker/tracker/pkg/bucketscache/bucketscache.go (9ms)
6600:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Extracting /home/runner/work/tracker/tracker/pkg/utils/environment/amount_cpus.go
6601:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Done extracting /home/runner/work/tracker/tracker/pkg/utils/environment/amount_cpus.go (8ms)
6602:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Extracting /home/runner/work/tracker/tracker/pkg/utils/environment/kernel_symbols.go
6603:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Extracting /home/runner/work/tracker/tracker/pkg/utils/environment/kernel_config.go
6604:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Done extracting /home/runner/work/tracker/tracker/pkg/utils/environment/amount_mem.go (43ms)
6605:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Extracting /home/runner/work/tracker/tracker/pkg/utils/environment/kernel_version.go
6606:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Extracting /home/runner/work/tracker/tracker/pkg/utils/environment/osinfo.go
6607:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Extracting /home/runner/work/tracker/tracker/pkg/cgroup/errors.go
6608:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package google.golang.org/grpc/balancer/pickfirst.
6609:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package google.golang.org/grpc/balancer/roundrobin.
6610:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package google.golang.org/grpc/credentials/insecure.
6611:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package google.golang.org/grpc/internal/grpcutil.
6612:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package google.golang.org/grpc/mem.
6613:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package google.golang.org/grpc/encoding.
6614:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package google.golang.org/grpc/encoding/proto.
6615:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package google.golang.org/grpc/internal/backoff.
6616:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Done extracting /home/runner/work/tracker/tracker/pkg/cgroup/errors.go (6ms)
...

6629:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package google.golang.org/grpc/internal/serviceconfig.
6630:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package google.golang.org/grpc/internal/resolver.
6631:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package google.golang.org/grpc/internal/resolver/passthrough.
6632:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Done extracting /home/runner/work/tracker/tracker/pkg/logger/callerinfo.go (115ms)
6633:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Extracting /home/runner/work/tracker/tracker/pkg/utils/hash.go
6634:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Extracting /home/runner/work/tracker/tracker/pkg/utils/numbers.go
6635:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Extracting /home/runner/work/tracker/tracker/pkg/utils/utils.go
6636:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Done extracting /home/runner/work/tracker/tracker/pkg/utils/environment/kernel_version.go (68ms)
6637:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Extracting /home/runner/work/tracker/tracker/pkg/mount/errors.go
6638:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Done extracting /home/runner/work/tracker/tracker/pkg/logger/logcounter.go (148ms)
6639:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Done extracting /home/runner/work/tracker/tracker/pkg/mount/errors.go (1ms)
...

6795:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/containerd/containerd/tracing.
6796:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/opencontainers/image-spec/identity.
6797:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/containerd/containerd/pkg/unpack.
6798:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/docker/go-events.
6799:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/containerd/containerd/events/exchange.
6800:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package plugin.
6801:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/containerd/containerd/plugin.
6802:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/containerd/containerd/remotes.
6803:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/containerd/containerd/remotes/errors.
...

6826:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/opencontainers/selinux/go-selinux/label.
6827:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package google.golang.org/grpc/health/grpc_health_v1.
6828:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/containerd/containerd.
6829:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/docker/docker/api.
6830:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/docker/docker/api/types/blkiodev.
6831:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/docker/docker/api/types/versions.
6832:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/docker/docker/api/types/filters.
6833:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/docker/docker/api/types/mount.
6834:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/docker/docker/internal/multierror.
6835:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/docker/docker/api/types/network.
6836:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/docker/docker/api/types/strslice.
6837:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/docker/go-connections/nat.
6838:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/docker/go-units.
6839:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/moby/docker-image-spec/specs-go/v1.
6840:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/docker/docker/api/types/container.
6841:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/docker/docker/api/types/image.
6842:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/pkg/errors.
...

6866:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package github.com/google/gofuzz.
6867:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package gopkg.in/inf.v0.
6868:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package k8s.io/apimachinery/pkg/api/resource.
6869:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package k8s.io/apimachinery/third_party/forked/golang/reflect.
6870:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package k8s.io/apimachinery/pkg/conversion.
6871:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package k8s.io/apimachinery/pkg/selection.
6872:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package k8s.io/apimachinery/pkg/fields.
6873:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package k8s.io/apimachinery/pkg/util/sets.
6874:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package k8s.io/apimachinery/pkg/util/errors.
...

6921:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package sigs.k8s.io/yaml/goyaml.v2.
6922:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package sigs.k8s.io/yaml.
6923:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package k8s.io/apimachinery/pkg/util/yaml.
6924:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package k8s.io/apimachinery/pkg/runtime/serializer/json.
6925:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package k8s.io/apimachinery/pkg/runtime/serializer/protobuf.
6926:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package k8s.io/apimachinery/pkg/apis/meta/v1/unstructured.
6927:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package k8s.io/apimachinery/pkg/runtime/serializer/versioning.
6928:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package k8s.io/apimachinery/pkg/runtime/serializer.
6929:  [2025-03-05 10:03:41] [build-stderr] 2025/03/05 10:03:41 Skipping dependency package k8s.io/apimachinery/pkg/api/errors.
...

7183:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Extracting /home/runner/work/tracker/tracker/pkg/cmd/printer/broadcast.go
7184:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Done extracting /home/runner/work/tracker/tracker/pkg/proctree/proctree_feed.go (267ms)
7185:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Extracting /home/runner/work/tracker/tracker/go.mod
7186:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Done extracting /home/runner/work/tracker/tracker/go.mod (0ms)
7187:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Extracting /home/runner/work/tracker/tracker/pkg/ebpf/initialization/kconfig.go
7188:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Done extracting /home/runner/work/tracker/tracker/pkg/ebpf/initialization/kconfig.go (3ms)
7189:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Extracting /home/runner/work/tracker/tracker/pkg/events/dependencies/actions.go
7190:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Done extracting /home/runner/work/tracker/tracker/pkg/utils/proc/status.go (335ms)
7191:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Extracting /home/runner/work/tracker/tracker/pkg/events/dependencies/errors.go
7192:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Extracting /home/runner/work/tracker/tracker/pkg/cmd/printer/printer.go
7193:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Done extracting /home/runner/work/tracker/tracker/pkg/events/dependencies/errors.go (5ms)
...

7212:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Done extracting /home/runner/work/tracker/tracker/pkg/events/dependencies/actions.go (75ms)
7213:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Extracting /home/runner/work/tracker/tracker/pkg/filters/bool.go
7214:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Extracting /home/runner/work/tracker/tracker/pkg/bufferdecoder/decoder.go
7215:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Done extracting /home/runner/work/tracker/tracker/pkg/signatures/metrics/stats.go (294ms)
7216:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Done extracting /home/runner/work/tracker/tracker/pkg/events/dependencies/event.go (90ms)
7217:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Extracting /home/runner/work/tracker/tracker/pkg/filters/data.go
7218:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Extracting /home/runner/work/tracker/tracker/pkg/bufferdecoder/eventsreader.go
7219:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Done extracting /home/runner/work/tracker/tracker/pkg/proctree/proctree_procfs.go (357ms)
7220:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Extracting /home/runner/work/tracker/tracker/pkg/filters/errors.go
7221:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Done extracting /home/runner/work/tracker/tracker/pkg/filters/errors.go (10ms)
...

7253:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Extracting /home/runner/work/tracker/tracker/pkg/pcaps/pcaps.go
7254:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Done extracting /home/runner/work/tracker/tracker/pkg/filters/filters.go (172ms)
7255:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Extracting /home/runner/work/tracker/tracker/pkg/policy/ebpf.go
7256:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Done extracting /home/runner/work/tracker/tracker/pkg/filters/int.go (167ms)
7257:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Extracting /home/runner/work/tracker/tracker/pkg/policy/equality.go
7258:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Done extracting /home/runner/work/tracker/tracker/pkg/metrics/event_collector.go (470ms)
7259:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Extracting /home/runner/work/tracker/tracker/pkg/policy/equality_data.go
7260:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Done extracting /home/runner/work/tracker/tracker/pkg/bufferdecoder/decoder.go (239ms)
7261:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Extracting /home/runner/work/tracker/tracker/pkg/policy/errors.go
...

7287:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Extracting /home/runner/work/tracker/tracker/pkg/utils/sharedobjs/shared_object.go
7288:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Done extracting /home/runner/work/tracker/tracker/pkg/utils/sharedobjs/container_symbols_loader.go (11ms)
7289:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Extracting /home/runner/work/tracker/tracker/pkg/events/derive/container_create.go
7290:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Done extracting /home/runner/work/tracker/tracker/pkg/ebpf/controlplane/cgroups.go (371ms)
7291:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Extracting /home/runner/work/tracker/tracker/pkg/events/derive/container_remove.go
7292:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Done extracting /home/runner/work/tracker/tracker/pkg/pcaps/interface.go (252ms)
7293:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Extracting /home/runner/work/tracker/tracker/pkg/events/derive/derive.go
7294:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Done extracting /home/runner/work/tracker/tracker/pkg/bufferdecoder/eventsreader.go (423ms)
7295:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Extracting /home/runner/work/tracker/tracker/pkg/events/derive/errors.go
...

7298:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Done extracting /home/runner/work/tracker/tracker/pkg/filters/string.go (359ms)
7299:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Extracting /home/runner/work/tracker/tracker/pkg/events/derive/hooked_seq_ops.go
7300:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Extracting /home/runner/work/tracker/tracker/pkg/events/derive/hooked_syscall.go
7301:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Done extracting /home/runner/work/tracker/tracker/pkg/analyze/analyze.go (530ms)
7302:  [2025-03-05 10:03:42] [build-stderr] 2025/03/05 10:03:42 Extracting /home/runner/work/tracker/tracker/pkg/events/derive/net_flow.go
7303:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Done extracting /home/runner/work/tracker/tracker/pkg/pcaps/common.go (342ms)
7304:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Done extracting /home/runner/work/tracker/tracker/pkg/utils/sharedobjs/shared_object.go (142ms)
7305:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Extracting /home/runner/work/tracker/tracker/pkg/events/derive/net_packet.go
7306:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Done extracting /home/runner/work/tracker/tracker/pkg/policy/errors.go (337ms)
7307:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Extracting /home/runner/work/tracker/tracker/pkg/events/derive/net_packet_helpers.go
7308:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Done extracting /home/runner/work/tracker/tracker/pkg/policy/policies_iterator.go (308ms)
7309:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Extracting /home/runner/work/tracker/tracker/pkg/events/derive/net_tcp.go
7310:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Done extracting /home/runner/work/tracker/tracker/pkg/pcaps/pcaps.go (430ms)
7311:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Extracting /home/runner/work/tracker/tracker/pkg/events/derive/process_execute_failed.go
...

7382:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Done extracting /home/runner/work/tracker/tracker/pkg/events/derive/derive.go (677ms)
7383:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Extracting /home/runner/work/tracker/tracker/pkg/server/grpc/datasource.go
7384:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Done extracting /home/runner/work/tracker/tracker/pkg/events/derive/hooked_seq_ops.go (772ms)
7385:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Extracting /home/runner/work/tracker/tracker/pkg/server/grpc/diagnostic.go
7386:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Done extracting /home/runner/work/tracker/tracker/pkg/containers/runtime/docker.go (2034ms)
7387:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Extracting /home/runner/work/tracker/tracker/pkg/server/grpc/event_data.go
7388:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Done extracting /home/runner/work/tracker/tracker/pkg/events/derive/net_flow.go (645ms)
7389:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Extracting /home/runner/work/tracker/tracker/pkg/server/grpc/server.go
7390:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Done extracting /home/runner/work/tracker/tracker/pkg/events/derive/errors.go (714ms)
...

7407:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Skipping dependency package internal/profile.
7408:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Skipping dependency package net/http/pprof.
7409:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Extracting /home/runner/work/tracker/tracker/pkg/server/grpc/tracker.go
7410:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Done extracting /home/runner/work/tracker/tracker/pkg/events/derive/net_tcp.go (759ms)
7411:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Extracting /home/runner/work/tracker/tracker/go.mod
7412:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Done extracting /home/runner/work/tracker/tracker/go.mod (0ms)
7413:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Skipping dependency package github.com/sashabaranov/go-gpt3.
7414:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Extracting /home/runner/work/tracker/tracker/pkg/server/http/server.go
7415:  [2025-03-05 10:03:43] [build-stderr] 2025/03/05 10:03:43 Done extracting /home/runner/work/tracker/tracker/pkg/events/derive/process_execute_failed.go (760ms)
...

7432:  [2025-03-05 10:03:44] [build-stderr] 2025/03/05 10:03:44 Extracting /home/runner/work/tracker/tracker/pkg/cmd/flags/capabilities.go
7433:  [2025-03-05 10:03:44] [build-stderr] 2025/03/05 10:03:44 Done extracting /home/runner/work/tracker/tracker/pkg/ebpf/config.go (981ms)
7434:  [2025-03-05 10:03:44] [build-stderr] 2025/03/05 10:03:44 Extracting /home/runner/work/tracker/tracker/pkg/cmd/flags/config.go
7435:  [2025-03-05 10:03:44] [build-stderr] 2025/03/05 10:03:44 Done extracting /home/runner/work/tracker/tracker/pkg/server/http/server.go (469ms)
7436:  [2025-03-05 10:03:44] [build-stderr] 2025/03/05 10:03:44 Extracting /home/runner/work/tracker/tracker/pkg/cmd/flags/containers.go
7437:  [2025-03-05 10:03:44] [build-stderr] 2025/03/05 10:03:44 Done extracting /home/runner/work/tracker/tracker/pkg/events/derive/net_packet_helpers.go (1275ms)
7438:  [2025-03-05 10:03:44] [build-stderr] 2025/03/05 10:03:44 Extracting /home/runner/work/tracker/tracker/pkg/cmd/flags/dnscache.go
7439:  [2025-03-05 10:03:44] [build-stderr] 2025/03/05 10:03:44 Done extracting /home/runner/work/tracker/tracker/pkg/ebpf/capture.go (1428ms)
7440:  [2025-03-05 10:03:44] [build-stderr] 2025/03/05 10:03:44 Extracting /home/runner/work/tracker/tracker/pkg/cmd/flags/errors.go
...

7608:  [2025-03-05 10:03:46] [build-stderr] 2025/03/05 10:03:46 Skipping dependency package k8s.io/api/admissionregistration/v1.
7609:  [2025-03-05 10:03:46] [build-stderr] 2025/03/05 10:03:46 Skipping dependency package k8s.io/api/admissionregistration/v1alpha1.
7610:  [2025-03-05 10:03:46] [build-stderr] 2025/03/05 10:03:46 Skipping dependency package k8s.io/api/admissionregistration/v1beta1.
7611:  [2025-03-05 10:03:46] [build-stderr] 2025/03/05 10:03:46 Skipping dependency package k8s.io/api/apiserverinternal/v1alpha1.
7612:  [2025-03-05 10:03:46] [build-stderr] 2025/03/05 10:03:46 Skipping dependency package k8s.io/api/apps/v1beta1.
7613:  [2025-03-05 10:03:46] [build-stderr] 2025/03/05 10:03:46 Skipping dependency package k8s.io/api/apps/v1beta2.
7614:  [2025-03-05 10:03:46] [build-stderr] 2025/03/05 10:03:46 Skipping dependency package k8s.io/api/authentication/v1.
7615:  [2025-03-05 10:03:46] [build-stderr] 2025/03/05 10:03:46 Skipping dependency package k8s.io/api/authentication/v1alpha1.
7616:  [2025-03-05 10:03:46] [build-stderr] 2025/03/05 10:03:46 Done extracting /home/runner/work/tracker/tracker/pkg/cmd/flags/errors.go (2008ms)
...

8019:  [2025-03-05 10:03:47] [build-stderr] 2025/03/05 10:03:47 Skipping dependency package github.com/pmezard/go-difflib/difflib.
8020:  [2025-03-05 10:03:47] [build-stderr] 2025/03/05 10:03:47 Skipping dependency package github.com/stretchr/testify/assert/yaml.
8021:  [2025-03-05 10:03:47] [build-stderr] 2025/03/05 10:03:47 Skipping dependency package net/http/internal/testcert.
8022:  [2025-03-05 10:03:47] [build-stderr] 2025/03/05 10:03:47 Skipping dependency package net/http/httptest.
8023:  [2025-03-05 10:03:4...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build dependencies go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants