Skip to content

[libbeat/processors/add_docker_metadata] Adding support for custom cgroup prefixes#16926

Closed
danmx wants to merge 1 commit intoelastic:masterfrom
danmx:master
Closed

[libbeat/processors/add_docker_metadata] Adding support for custom cgroup prefixes#16926
danmx wants to merge 1 commit intoelastic:masterfrom
danmx:master

Conversation

@danmx
Copy link
Copy Markdown
Contributor

@danmx danmx commented Mar 10, 2020

What does this PR do?

Why is it important?

This change will allow detection of containers orchestrated by Kubernetes

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works

Author's Checklist

  • [ ]

How to test this PR locally

Related issues

Use cases

Detecting containers running in Kubernetes Cluster

Screenshots

Logs

@elasticmachine
Copy link
Copy Markdown
Contributor

Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?

1 similar comment
@elasticmachine
Copy link
Copy Markdown
Contributor

Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?

@cla-checker-service
Copy link
Copy Markdown

cla-checker-service bot commented Mar 10, 2020

💚 CLA has been signed

@danmx danmx changed the title [add_docker_metadata] Adding support for custom cgroup prefixes [libbeat/processors/add_docker_metadata] Adding support for custom cgroup prefixes Mar 10, 2020
@andresrc andresrc added [zube]: Inbox Team:Platforms Label for the Integrations - Platforms team labels Mar 11, 2020
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/integrations-platforms (Team:Platforms)

@kaiyan-sheng
Copy link
Copy Markdown
Contributor

jenkins, test this please

Copy link
Copy Markdown
Contributor

@exekias exekias left a comment

Choose a reason for hiding this comment

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

Thank you so much for contributing 🎉 ! I'm wondering, why do you want to add docker metadata when running on Kubernetes? I would expect users to care more about kubernetes metadata in this case.

This will need a new changelog entry under CHANGELOG.next.asciidoc

@exekias exekias added enhancement needs_backport PR is waiting to be backported to other branches. labels Mar 11, 2020
@danmx
Copy link
Copy Markdown
Contributor Author

danmx commented Mar 11, 2020

@exekias add_kubernetes_metadata require container ID so my idea was to use this module to extract it. I found out that Kubernetes puts a lot of information into container labels so it's still very useful on its own and maybe it'll be more performant to just use this and parse it elsewhere.

@danmx
Copy link
Copy Markdown
Contributor Author

danmx commented Mar 13, 2020

@exekias I could use this PR to refactor add_docker_metadata processor to only use docker sdk without interacting with the host filesystem. What do you think?

#15947 (comment)

@danmx
Copy link
Copy Markdown
Contributor Author

danmx commented Mar 27, 2020

@exekias PR #15947 was merge but it still doesn't make this one obsolite. You can't really use add_docker_metadata processor in k8s environment without detecting its specific cgroups' names.

@danmx danmx requested review from blakerouse and exekias March 27, 2020 20:19
Signed-off-by: danmx <daniel@iziourov.info>
@elasticmachine
Copy link
Copy Markdown
Contributor

elasticmachine commented May 24, 2020

💔 Tests Failed

Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: [Started by user Chris Mark, Replayed #8]

  • Start Time: 2020-05-25T07:32:47.203+0000

  • Duration: 75 min 7 sec

Test stats 🧪

Test Results
Failed 1
Passed 6622
Skipped 1048
Total 7671

Test errors

Expand to view the tests failures

  • Name: Build and Test / Filebeat oss / test_reload_same_config – test_reload_inputs.Test

    • Age: 1
    • Duration: 16.286
    • Error Details: Timeout waiting for 'cond' to be true. Waited 15 seconds.

Steps errors

Expand to view the steps failures

  • Name: Make -C filebeat testsuite
    • Description: make -C filebeat testsuite

    • Duration: 28 min 6 sec

    • Start Time: 2020-05-25T07:56:24.013+0000

    • log

Log output

Expand to view the last 100 lines of log output

[2020-05-25T08:47:25.720Z] + [ -f auditbeat/build/coverage/full.cov ]
[2020-05-25T08:47:25.720Z] + FILE=filebeat/build/coverage/full.cov
[2020-05-25T08:47:25.720Z] + [ -f filebeat/build/coverage/full.cov ]
[2020-05-25T08:47:25.720Z] + FILE=heartbeat/build/coverage/full.cov
[2020-05-25T08:47:25.720Z] + [ -f heartbeat/build/coverage/full.cov ]
[2020-05-25T08:47:25.720Z] + FILE=libbeat/build/coverage/full.cov
[2020-05-25T08:47:25.720Z] + [ -f libbeat/build/coverage/full.cov ]
[2020-05-25T08:47:25.720Z] + FILE=metricbeat/build/coverage/full.cov
[2020-05-25T08:47:25.720Z] + [ -f metricbeat/build/coverage/full.cov ]
[2020-05-25T08:47:25.720Z] + FILE=packetbeat/build/coverage/full.cov
[2020-05-25T08:47:25.720Z] + [ -f packetbeat/build/coverage/full.cov ]
[2020-05-25T08:47:25.720Z] + FILE=winlogbeat/build/coverage/full.cov
[2020-05-25T08:47:25.720Z] + [ -f winlogbeat/build/coverage/full.cov ]
[2020-05-25T08:47:25.720Z] + FILE=journalbeat/build/coverage/full.cov
[2020-05-25T08:47:25.720Z] + [ -f journalbeat/build/coverage/full.cov ]
[2020-05-25T08:47:26.354Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats
[2020-05-25T08:47:26.768Z] + find . -type f -name TEST*.xml -path */build/* -delete
[2020-05-25T08:47:26.782Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Lint
[2020-05-25T08:47:26.912Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Winlogbeat-oss
[2020-05-25T08:47:27.068Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Elastic-Agent-x-pack
[2020-05-25T08:47:27.170Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Dockerlogbeat
[2020-05-25T08:47:27.288Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Journalbeat-oss
[2020-05-25T08:47:27.379Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Generators-Metricbeat-Linux
[2020-05-25T08:47:27.464Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Functionbeat-x-pack
[2020-05-25T08:47:27.555Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Elastic-Agent-x-pack-Windows
[2020-05-25T08:47:27.661Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Metricbeat-OSS-Unit-tests
[2020-05-25T08:47:27.779Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Metricbeat-crosscompile
[2020-05-25T08:47:27.899Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Heartbeat-oss
[2020-05-25T08:47:27.991Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Auditbeat-x-pack
[2020-05-25T08:47:28.096Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Libbeat-x-pack
[2020-05-25T08:47:28.280Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Auditbeat-Linux
[2020-05-25T08:47:28.401Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Filebeat-x-pack-Windows
[2020-05-25T08:47:28.494Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Packetbeat-oss
[2020-05-25T08:47:28.575Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Winlogbeat-Windows-x-pack
[2020-05-25T08:47:28.662Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Filebeat-Windows
[2020-05-25T08:47:28.756Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Auditbeat-crosscompile
[2020-05-25T08:47:28.845Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Winlogbeat-Windows
[2020-05-25T08:47:28.960Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Metricbeat-Windows
[2020-05-25T08:47:29.050Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Generators-Beat-Linux
[2020-05-25T08:47:29.225Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Filebeat-x-pack
[2020-05-25T08:47:29.376Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Metricbeat-x-pack-Windows
[2020-05-25T08:47:29.504Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Functionbeat-Windows
[2020-05-25T08:47:29.730Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Heartbeat-Windows
[2020-05-25T08:47:29.824Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Filebeat-oss
[2020-05-25T08:47:29.950Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Auditbeat-Windows
[2020-05-25T08:47:30.051Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Metricbeat-OSS-Integration-tests
[2020-05-25T08:47:30.193Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Metricbeat-Python-integration-tests
[2020-05-25T08:47:30.288Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Libbeat-oss
[2020-05-25T08:47:30.401Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Libbeat-crosscompile
[2020-05-25T08:47:30.499Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Libbeat-stress-tests
[2020-05-25T08:47:30.602Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Metricbeat-x-pack
[2020-05-25T08:47:31.057Z] + cat
[2020-05-25T08:47:31.057Z] + /usr/local/bin/runbld ./runbld-script
[2020-05-25T08:47:31.057Z] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[2020-05-25T08:47:37.669Z] runbld>>> runbld started
[2020-05-25T08:47:37.669Z] runbld>>> 1.6.11/a66728ff8f4356963772e6e6d2069392fa06acbe
[2020-05-25T08:47:39.595Z] runbld>>> The following profiles matched the job 'Beats/beats-beats-mbp/PR-16926' in order of occurrence in the config (last value wins).
[2020-05-25T08:47:40.992Z] runbld>>> Debug logging enabled.
[2020-05-25T08:47:40.992Z] runbld>>> Storing result
[2020-05-25T08:47:40.992Z] runbld>>> Store result: created {:total 2, :successful 2, :failed 0} 1
[2020-05-25T08:47:40.992Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1587637540455/t/20200525084740-CDCD456F
[2020-05-25T08:47:40.992Z] runbld>>> Adding system facts.
[2020-05-25T08:47:41.941Z] runbld>>> Adding vcs info for the latest commit:  daabb36f8665e82bb5c8b7a3d0f2aa31d2e92f54
[2020-05-25T08:47:42.204Z] runbld>>> >>>>>>>>>>>> SCRIPT EXECUTION BEGIN >>>>>>>>>>>>
[2020-05-25T08:47:42.204Z] runbld>>> Adding /usr/lib/jvm/java-8-openjdk-amd64/bin to the path.
[2020-05-25T08:47:42.466Z] Processing JUnit reports with runbld...
[2020-05-25T08:47:42.466Z] + echo 'Processing JUnit reports with runbld...'
[2020-05-25T08:47:42.730Z] runbld>>> <<<<<<<<<<<< SCRIPT EXECUTION END <<<<<<<<<<<<
[2020-05-25T08:47:42.730Z] runbld>>> DURATION: 14ms
[2020-05-25T08:47:42.730Z] runbld>>> STDOUT: 40 bytes
[2020-05-25T08:47:42.730Z] runbld>>> STDERR: 49 bytes
[2020-05-25T08:47:42.730Z] runbld>>> WRAPPED PROCESS: SUCCESS (0)
[2020-05-25T08:47:42.730Z] runbld>>> Searching for build metadata in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats
[2020-05-25T08:47:44.121Z] runbld>>> Storing build metadata: 
[2020-05-25T08:47:44.121Z] runbld>>> Adding test report.
[2020-05-25T08:47:44.121Z] runbld>>> Searching for junit test output files with the pattern: TEST-.*\.xml$ in: /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats
[2020-05-25T08:47:45.511Z] runbld>>> Found 97 test output files
[2020-05-25T08:47:45.778Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Metricbeat-OSS-Integration-tests/metricbeat/build/TEST-go-integration-graphite.xml
[2020-05-25T08:47:45.778Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Metricbeat-OSS-Integration-tests/metricbeat/build/TEST-go-integration-windows.xml
[2020-05-25T08:47:47.173Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-openmetrics.xml
[2020-05-25T08:47:47.173Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-tomcat.xml
[2020-05-25T08:47:47.173Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-istio.xml
[2020-05-25T08:47:47.173Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-cloudfoundry.xml
[2020-05-25T08:47:47.173Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-iis.xml
[2020-05-25T08:47:47.173Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-activemq.xml
[2020-05-25T08:47:47.436Z] runbld>>> Test output logs contained: Errors: 1 Failures: 0 Tests: 7521 Skipped: 843
[2020-05-25T08:47:47.698Z] runbld>>> Storing result
[2020-05-25T08:47:47.698Z] runbld>>> FAILURES: 1
[2020-05-25T08:47:47.959Z] runbld>>> Store result: updated {:total 2, :successful 2, :failed 0} 2
[2020-05-25T08:47:47.959Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1587637540455/t/20200525084740-CDCD456F
[2020-05-25T08:47:47.959Z] runbld>>> Email notification disabled by environment variable.
[2020-05-25T08:47:47.959Z] runbld>>> Slack notification disabled by environment variable.
[2020-05-25T08:47:53.870Z] Running on Jenkins in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926
[2020-05-25T08:47:54.000Z] [INFO] getVaultSecret: Getting secrets
[2020-05-25T08:47:54.056Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2020-05-25T08:47:54.909Z] + chmod 755 generate-build-data.sh
[2020-05-25T08:47:54.909Z] + ./generate-build-data.sh https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-16926/ https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-16926/runs/9 FAILURE 4507441
[2020-05-25T08:47:55.528Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-16926/runs/9/steps/?limit=10000 -o steps-info.json
[2020-05-25T08:47:56.872Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-16926/runs/9/tests/?status=FAILED -o tests-errors.json
[2020-05-25T08:47:57.423Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-16926/runs/9/log/ -o pipeline-log.txt

// of them are associated with Docker. Docker uses /docker/<CID> and
// Kubernetes, with Docker as a container runtime, uses
// /kubepods/<class>/<podID>/<cID> when naming cgroups.
// We use this to determine the container ID.
Copy link
Copy Markdown
Member

@ChrsMark ChrsMark May 25, 2020

Choose a reason for hiding this comment

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

I think this will not work in cases of having more than one containers for a Pod. For instance, pause containers will be found under /kubepods/<class>/<podID> along with the main containers, and the structure would look like this:

  1. /kubepods/besteffort/pod-abcdef/<cID1>
  2. /kubepods/besteffort/pod-abcdef/<cID2>
    In this case how we identify which cID we are interested in?

@elasticmachine
Copy link
Copy Markdown
Contributor

❕ Build Aborted

The PR is not allowed to run in the CI yet

Pipeline View Test View Changes Artifacts

Expand to view the summary

Build stats

  • Build Cause: [Branch indexing]

  • Reason: The PR is not allowed to run in the CI yet

  • Start Time: 2020-05-26T21:10:54.178+0000

  • Duration: 6 min 42 sec

  • Commit: daabb36

Steps errors

Expand to view the steps failures

  • Name: Error signal
    • Description: githubPrCheckApproved: The PR is not allowed to run in the CI yet. (Only users with write permission

    • Duration: 0 min 0 sec

    • Start Time: 2020-05-26T21:15:18.466+0000

    • log

Log output

Expand to view the last 100 lines of log output

[2020-05-26T21:15:18.500Z] ERROR: githubPrCheckApproved: The PR is not allowed to run in the CI yet. (Only users with write permissions can do so.)
[2020-05-26T21:15:19.480Z] [INFO] Let's stop build #1. The PR is not allowed to run in the CI yet
[2020-05-26T21:15:19.681Z] Sleeping for 5 sec
[2020-05-26T21:15:22.652Z] Stage "Lint" skipped due to earlier failure(s)
[2020-05-26T21:15:23.657Z] Stage "Build and Test" skipped due to earlier failure(s)
[2020-05-26T21:15:34.518Z] Click here to forcibly terminate running steps
[2020-05-26T21:15:37.058Z] Stage "Elastic Agent x-pack" skipped due to earlier failure(s)
[2020-05-26T21:15:37.091Z] Stage "Elastic Agent x-pack Windows" skipped due to earlier failure(s)
[2020-05-26T21:15:37.216Z] Stage "Elastic Agent Mac OS X" skipped due to earlier failure(s)
[2020-05-26T21:15:37.313Z] Stage "Filebeat oss" skipped due to earlier failure(s)
[2020-05-26T21:15:37.368Z] Stage "Filebeat x-pack" skipped due to earlier failure(s)
[2020-05-26T21:15:37.507Z] Stage "Filebeat Mac OS X" skipped due to earlier failure(s)
[2020-05-26T21:15:37.735Z] Stage "Filebeat x-pack Mac OS X" skipped due to earlier failure(s)
[2020-05-26T21:15:37.805Z] Stage "Filebeat Windows" skipped due to earlier failure(s)
[2020-05-26T21:15:37.849Z] Stage "Filebeat x-pack Windows" skipped due to earlier failure(s)
[2020-05-26T21:15:37.893Z] Stage "Heartbeat" skipped due to earlier failure(s)
[2020-05-26T21:15:37.931Z] Stage "Auditbeat oss" skipped due to earlier failure(s)
[2020-05-26T21:15:37.983Z] Stage "Auditbeat x-pack" skipped due to earlier failure(s)
[2020-05-26T21:15:38.223Z] Stage "Libbeat" skipped due to earlier failure(s)
[2020-05-26T21:15:38.249Z] Stage "Libbeat x-pack" skipped due to earlier failure(s)
[2020-05-26T21:15:38.312Z] Stage "Metricbeat OSS Unit tests" skipped due to earlier failure(s)
[2020-05-26T21:15:38.359Z] Stage "Metricbeat OSS Integration tests" skipped due to earlier failure(s)
[2020-05-26T21:15:38.423Z] Stage "Metricbeat Python integration tests" skipped due to earlier failure(s)
[2020-05-26T21:15:38.459Z] Stage "Metricbeat x-pack" skipped due to earlier failure(s)
[2020-05-26T21:15:38.564Z] Stage "Metricbeat crosscompile" skipped due to earlier failure(s)
[2020-05-26T21:15:38.586Z] Stage "Metricbeat Mac OS X" skipped due to earlier failure(s)
[2020-05-26T21:15:38.610Z] Stage "Metricbeat x-pack Mac OS X" skipped due to earlier failure(s)
[2020-05-26T21:15:38.669Z] Stage "Metricbeat Windows" skipped due to earlier failure(s)
[2020-05-26T21:15:38.768Z] Stage "Metricbeat x-pack Windows" skipped due to earlier failure(s)
[2020-05-26T21:15:38.832Z] Stage "Packetbeat" skipped due to earlier failure(s)
[2020-05-26T21:15:38.855Z] Stage "dockerlogbeat" skipped due to earlier failure(s)
[2020-05-26T21:15:38.867Z] Stage "Winlogbeat" skipped due to earlier failure(s)
[2020-05-26T21:15:38.921Z] Stage "Winlogbeat Windows x-pack" skipped due to earlier failure(s)
[2020-05-26T21:15:38.948Z] Stage "Functionbeat" skipped due to earlier failure(s)
[2020-05-26T21:15:38.962Z] Stage "Journalbeat" skipped due to earlier failure(s)
[2020-05-26T21:15:38.986Z] Stage "Generators" skipped due to earlier failure(s)
[2020-05-26T21:15:39.024Z] Stage "Kubernetes" skipped due to earlier failure(s)
[2020-05-26T21:15:40.941Z] Stage "Heartbeat" skipped due to earlier failure(s)
[2020-05-26T21:15:40.971Z] Stage "Auditbeat oss" skipped due to earlier failure(s)
[2020-05-26T21:15:41.033Z] Stage "Libbeat" skipped due to earlier failure(s)
[2020-05-26T21:15:41.085Z] Stage "Metricbeat x-pack" skipped due to earlier failure(s)
[2020-05-26T21:15:41.153Z] Stage "Packetbeat" skipped due to earlier failure(s)
[2020-05-26T21:15:41.184Z] Stage "dockerlogbeat" skipped due to earlier failure(s)
[2020-05-26T21:15:41.212Z] Stage "Winlogbeat" skipped due to earlier failure(s)
[2020-05-26T21:15:41.260Z] Stage "Functionbeat" skipped due to earlier failure(s)
[2020-05-26T21:15:41.318Z] Stage "Journalbeat" skipped due to earlier failure(s)
[2020-05-26T21:15:41.337Z] Stage "Generators" skipped due to earlier failure(s)
[2020-05-26T21:15:48.355Z] Failed in branch Elastic Agent x-pack
[2020-05-26T21:15:48.379Z] Failed in branch Elastic Agent x-pack Windows
[2020-05-26T21:15:48.420Z] Failed in branch Elastic Agent Mac OS X
[2020-05-26T21:15:48.439Z] Failed in branch Filebeat oss
[2020-05-26T21:15:48.457Z] Failed in branch Filebeat x-pack
[2020-05-26T21:15:48.472Z] Failed in branch Filebeat Mac OS X
[2020-05-26T21:15:48.496Z] Failed in branch Filebeat x-pack Mac OS X
[2020-05-26T21:15:48.546Z] Failed in branch Filebeat Windows
[2020-05-26T21:15:48.598Z] Failed in branch Filebeat x-pack Windows
[2020-05-26T21:15:48.682Z] Failed in branch Auditbeat x-pack
[2020-05-26T21:15:48.774Z] Failed in branch Libbeat x-pack
[2020-05-26T21:15:48.792Z] Failed in branch Metricbeat OSS Unit tests
[2020-05-26T21:15:48.840Z] Failed in branch Metricbeat OSS Integration tests
[2020-05-26T21:15:48.862Z] Failed in branch Metricbeat Python integration tests
[2020-05-26T21:15:48.888Z] Failed in branch Metricbeat crosscompile
[2020-05-26T21:15:48.966Z] Failed in branch Metricbeat Mac OS X
[2020-05-26T21:15:49.032Z] Failed in branch Metricbeat x-pack Mac OS X
[2020-05-26T21:15:49.051Z] Failed in branch Metricbeat Windows
[2020-05-26T21:15:49.088Z] Failed in branch Metricbeat x-pack Windows
[2020-05-26T21:15:49.103Z] Failed in branch Winlogbeat Windows x-pack
[2020-05-26T21:15:49.120Z] Failed in branch Kubernetes
[2020-05-26T21:15:54.450Z] Stage "Heartbeat" skipped due to earlier failure(s)
[2020-05-26T21:15:54.468Z] Stage "Auditbeat oss" skipped due to earlier failure(s)
[2020-05-26T21:15:54.515Z] Stage "Libbeat" skipped due to earlier failure(s)
[2020-05-26T21:15:54.541Z] Stage "Metricbeat x-pack" skipped due to earlier failure(s)
[2020-05-26T21:15:54.577Z] Stage "Winlogbeat" skipped due to earlier failure(s)
[2020-05-26T21:15:54.601Z] Stage "Functionbeat" skipped due to earlier failure(s)
[2020-05-26T21:15:54.626Z] Stage "Generators" skipped due to earlier failure(s)
[2020-05-26T21:15:58.121Z] Failed in branch Packetbeat
[2020-05-26T21:15:58.148Z] Failed in branch dockerlogbeat
[2020-05-26T21:15:58.167Z] Failed in branch Journalbeat
[2020-05-26T21:16:01.478Z] Stage "Heartbeat" skipped due to earlier failure(s)
[2020-05-26T21:16:01.530Z] Stage "Auditbeat oss" skipped due to earlier failure(s)
[2020-05-26T21:16:01.581Z] Stage "Libbeat" skipped due to earlier failure(s)
[2020-05-26T21:16:01.594Z] Stage "Functionbeat" skipped due to earlier failure(s)
[2020-05-26T21:16:01.618Z] Stage "Generators" skipped due to earlier failure(s)
[2020-05-26T21:16:02.392Z] Failed in branch Metricbeat x-pack
[2020-05-26T21:16:02.404Z] Failed in branch Winlogbeat
[2020-05-26T21:16:06.634Z] Failed in branch Heartbeat
[2020-05-26T21:16:06.660Z] Failed in branch Libbeat
[2020-05-26T21:16:06.743Z] Failed in branch Functionbeat
[2020-05-26T21:16:06.745Z] Stage "Auditbeat oss" skipped due to earlier failure(s)
[2020-05-26T21:16:06.813Z] Stage "Generators" skipped due to earlier failure(s)
[2020-05-26T21:16:09.462Z] Failed in branch Auditbeat oss
[2020-05-26T21:16:09.659Z] Failed in branch Generators
[2020-05-26T21:16:30.699Z] Running on worker-395930 in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-16926
[2020-05-26T21:16:31.886Z] [INFO] getVaultSecret: Getting secrets
[2020-05-26T21:16:32.355Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2020-05-26T21:16:38.246Z] + chmod 755 generate-build-data.sh
[2020-05-26T21:16:38.246Z] + ./generate-build-data.sh https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-16926/ https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-16926/runs/1 ABORTED 342372
[2020-05-26T21:16:38.246Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-16926/runs/1/steps/?limit=10000 -o steps-info.json
[2020-05-26T21:16:39.765Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-16926/runs/1/tests/?status=FAILED -o tests-errors.json
[2020-05-26T21:16:40.526Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-16926/runs/1/log/ -o pipeline-log.txt

@botelastic
Copy link
Copy Markdown

botelastic bot commented Jul 17, 2020

Hi!
We just realized that we haven't looked into this PR in a while. We're sorry!

We're labeling this issue as Stale to make it hit our filters and make sure we get back to it in as soon as possible. In the meantime, it'd be extremely helpful if you could take a look at it as well and confirm its relevance. A simple comment with a nice emoji will be enough :+1.
Thank you for your contribution!

@botelastic botelastic bot added the Stalled label Jul 17, 2020
@botelastic
Copy link
Copy Markdown

botelastic bot commented Aug 16, 2020

Hi!
This PR has been stale for a while and we're going to close it as part of our cleanup procedure.
We appreciate your contribution and would like to apologize if we have not been able to review it, due to the current heavy load of the team.
Feel free to re-open this PR if you think it should stay open and is worth rebasing.
Thank you for your contribution!

@botelastic botelastic bot closed this Aug 16, 2020
@zube zube bot removed the [zube]: In Review label Aug 16, 2020
@zube zube bot added the [zube]: Done label Aug 16, 2020
@zube zube bot removed the [zube]: Done label Nov 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement needs_backport PR is waiting to be backported to other branches. Stalled Team:Platforms Label for the Integrations - Platforms team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants