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

Cherry-pick #21493 to 7.x: [libbeat] Add configurable exponential backoff for disk queue write errors #21497

Merged
merged 1 commit into from
Oct 5, 2020

Conversation

faec
Copy link
Contributor

@faec faec commented Oct 2, 2020

Cherry-pick of PR #21493 to 7.x branch. Original message:

What does this PR do?

This PR adds user-configurable fields retry_interval and max_retry_interval to the disk queue, and uses them to perform exponential backoff when encountering fatal errors writing to disk.

I'm aware that there are some existing helper wrappers for this functionality, e.g. ExpBackoff in libbeat/common/backoff. Unfortunately they didn't fit the cancellation or error handling model in the queue, so the backoff here is done "by hand." I've tried to restrict the moving parts to self-contained helper functions.

  • 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
  • I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

How to test this PR locally

Enable the disk queue (with e.g. queue.disk.max_size: 1GB in the beat config) and start the beat. While it's running, remove write permissions to data/diskqueue. This should log errors for the writer and deleter (if applicable), e.g.:

2020-10-02T13:10:10.844-0400    ERROR   [publisher.diskqueue]   diskqueue/writer_loop.go:251    Writing to segment 9: open /Users/fae/go/src/github.com/elastic/beats/filebeat/data/diskqueue/9.seg: permission denied
2020-10-02T13:10:14.670-0400    ERROR   [publisher.diskqueue]   diskqueue/core_loop.go:204      Deleting segment files {"errors": [{"error": "Couldn't delete segment 4: remove /Users/fae/go/src/github.com/elastic/beats/filebeat/data/diskqueue/4.seg: permission denied"}]}

By default, any such errors should start 1 second apart and grow by powers of 2 up to 30 seconds. This default can be changed by setting queue.disk.{retry_interval, max_retry_interval}.

@faec faec added [zube]: In Review backport Team:Integrations Label for the Integrations team labels Oct 2, 2020
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Oct 2, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations (Team:Integrations)

@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Oct 2, 2020
@elasticmachine
Copy link
Collaborator

💔 Tests Failed

Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: [Pull request #21497 opened]

  • Start Time: 2020-10-02T20:32:42.752+0000

  • Duration: 85 min 32 sec

Test stats 🧪

Test Results
Failed 327
Passed 15942
Skipped 1356
Total 17625

Test errors

Expand to view the tests failures

  • Name: Build&Test / filebeat-build / test_fileset_file_001_iis – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 3.051
    • Error Details: AssertionError: The following expected object doesn't match: Diff: {'dictionary_item_added': [root['source.geo.country_name']]}, full object: {'log.offset': 257, 'destination.address': '127.0.0.1', 'destination.port': 80, 'destination.ip': '127.0.0.1', 'source.geo.continent_name': 'Europe', 'source.geo.region_iso_code': 'DE-BE', 'source.geo.city_name': 'Berlin', 'source.geo.country_iso_code': 'DE', 'source.geo.country_name': 'Germany', 'source.geo.region_name': 'Land Berlin', 'source.geo.location.lon': 13.4531, 'source.geo.location.lat': 52.4473, 'source.as.number': 6805, 'source.as.organization.name': 'Telefonica Germany', 'source.address': '85.181.35.98', 'source.ip': '85.181.35.98', 'fileset.name': 'access', 'url.path': '/', 'url.query': 'q=100', 'input.type': 'log', 'iis.access.sub_status': 0, 'iis.access.win32_status': 0, '@timestamp': '2018-01-01T08:09:10.000Z', 'related.ip': ['85.181.35.98', '127.0.0.1'], 'service.type': 'iis', 'http.request.method': 'GET', 'http.response.status_code': 200, 'event.duration': 123000000, 'event.kind': 'event', 'event.module': 'iis', 'event.category': ['web', 'network'], 'event.type': ['connection'], 'event.dataset': 'iis.access', 'event.outcome': 'success', 'user_agent.original': 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0', 'user_agent.os.name': 'Windows', 'user_agent.os.version': '7', 'user_agent.os.full': 'Windows 7', 'user_agent.name': 'Firefox', 'user_agent.device.name': 'Other', 'user_agent.version': '57.0.'} assert 1 == 0 + where 1 = len({'dictionary_item_added': [root['source.geo.country_name']]})
  • Name: Build&Test / filebeat-build / test_fileset_file_004_iis – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 2.095
    • Error Details: AssertionError: The following expected object doesn't match: Diff: {'dictionary_item_added': [root['source.geo.country_name']]}, full object: {'log.offset': 286, 'destination.address': '127.0.0.1', 'destination.port': 80, 'destination.ip': '127.0.0.1', 'source.geo.continent_name': 'Europe', 'source.geo.region_iso_code': 'DE-BE', 'source.geo.city_name': 'Berlin', 'source.geo.country_iso_code': 'DE', 'source.geo.country_name': 'Germany', 'source.geo.region_name': 'Land Berlin', 'source.geo.location.lon': 13.4531, 'source.geo.location.lat': 52.4473, 'source.as.number': 6805, 'source.as.organization.name': 'Telefonica Germany', 'source.address': '85.181.35.98', 'source.port': 2780, 'source.ip': '85.181.35.98', 'fileset.name': 'error', 'url.original': '/ThisIsMyUrl.htm', 'input.type': 'log', 'iis.error.reason_phrase': 'Hostname', '@timestamp': '2018-01-01T09:10:11.000Z', 'related.ip': ['85.181.35.98', '127.0.0.1'], 'service.type': 'iis', 'http.request.method': 'GET', 'http.response.status_code': 400, 'http.version': '1.1', 'event.kind': 'event', 'event.module': 'iis', 'event.category': ['web', 'network'], 'event.type': ['connection'], 'event.dataset': 'iis.error', 'event.outcome': 'failure'} assert 1 == 0 + where 1 = len({'dictionary_item_added': [root['source.geo.country_name']]})
  • Name: Build&Test / filebeat-build / test_fileset_file_006_iis – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 1.897
    • Error Details: AssertionError: The following expected object doesn't match: Diff: {'dictionary_item_added': [root['source.geo.country_name']]}, full object: {'log.offset': 0, 'destination.address': '192.168.101.101', 'destination.port': 443, 'destination.ip': '192.168.101.101', 'source.geo.continent_name': 'North America', 'source.geo.country_iso_code': 'US', 'source.geo.country_name': 'United States', 'source.geo.location.lon': -97.822, 'source.geo.location.lat': 37.751, 'source.address': '149.42.83.135', 'source.port': 12345, 'source.ip': '149.42.83.135', 'fileset.name': 'error', 'url.original': '12.2.1', 'input.type': 'log', 'iis.error.reason_phrase': 'URL', '@timestamp': '2018-05-05T05:05:55.000Z', 'related.ip': ['149.42.83.135', '192.168.101.101'], 'service.type': 'iis', 'http.request.method': 't3', 'http.response.status_code': 400, 'http.version': '0.9', 'event.kind': 'event', 'event.module': 'iis', 'event.category': ['web', 'network'], 'event.type': ['connection'], 'event.dataset': 'iis.error', 'event.outcome': 'failure'} assert 1 == 0 + where 1 = len({'dictionary_item_added': [root['source.geo.country_name']]})
  • Name: Build&Test / filebeat-build / test_fileset_file_029_nginx – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 2.903
    • Error Details: AssertionError: The following expected object doesn't match: Diff: {'dictionary_item_added': [root['source.geo.country_name']]}, full object: {'nginx.access.remote_ip_list': ['10.0.0.2', '10.0.0.1', '85.181.35.98'], 'log.offset': 341, 'source.geo.continent_name': 'Europe', 'source.geo.region_iso_code': 'DE-BE', 'source.geo.city_name': 'Berlin', 'source.geo.country_iso_code': 'DE', 'source.geo.country_name': 'Germany', 'source.geo.region_name': 'Land Berlin', 'source.geo.location.lon': 13.4531, 'source.geo.location.lat': 52.4473, 'source.as.number': 6805, 'source.as.organization.name': 'Telefonica Germany', 'source.address': '85.181.35.98', 'source.ip': '85.181.35.98', 'fileset.name': 'access', 'url.original': '/ocelot', 'input.type': 'log', '@timestamp': '2016-12-07T10:05:07.000Z', 'related.ip': ['85.181.35.98'], 'service.type': 'nginx', 'http.request.method': 'GET', 'http.response.status_code': 200, 'http.response.body.bytes': 571, 'http.version': '1.1', 'event.timezone': '-02:00', 'event.kind': 'event', 'event.module': 'nginx', 'event.category': ['web'], 'event.type': ['access'], 'event.dataset': 'nginx.access', 'event.outcome': 'success', 'user_agent.original': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:49.0) Gecko/20100101 Firefox/49.0', 'user_agent.os.name': 'Mac OS X', 'user_agent.os.version': '10.12', 'user_agent.os.full': 'Mac OS X 10.12', 'user_agent.name': 'Firefox', 'user_agent.device.name': 'Mac', 'user_agent.version': '49.0.'} assert 1 == 0 + where 1 = len({'dictionary_item_added': [root['source.geo.country_name']]})
  • Name: Build&Test / filebeat-build / test_fileset_file_030_nginx – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 2.257
    • Error Details: AssertionError: The following expected object doesn't match: Diff: {'dictionary_item_added': [root['source.geo.country_name']]}, full object: {'nginx.access.remote_ip_list': ['77.179.66.156'], 'log.offset': 0, 'source.geo.continent_name': 'Europe', 'source.geo.region_iso_code': 'DE-RP', 'source.geo.city_name': 'Germersheim', 'source.geo.country_iso_code': 'DE', 'source.geo.country_name': 'Germany', 'source.geo.region_name': 'Rheinland-Pfalz', 'source.geo.location.lon': 8.3639, 'source.geo.location.lat': 49.2231, 'source.as.number': 6805, 'source.as.organization.name': 'Telefonica Germany', 'source.address': '77.179.66.156', 'source.ip': '77.179.66.156', 'fileset.name': 'access', 'url.original': '/', 'input.type': 'log', '@timestamp': '2016-10-25T12:49:33.000Z', 'related.ip': ['77.179.66.156'], 'service.type': 'nginx', 'http.request.method': 'GET', 'http.response.status_code': 200, 'http.response.body.bytes': 612, 'http.version': '1.1', 'event.timezone': '-02:00', 'event.kind': 'event', 'event.module': 'nginx', 'event.category': ['web'], 'event.type': ['access'], 'event.dataset': 'nginx.access', 'event.outcome': 'success', 'user_agent.original': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.59 Safari/537.36', 'user_agent.os.name': 'Mac OS X', 'user_agent.os.version': '10.12.0', 'user_agent.os.full': 'Mac OS X 10.12.0', 'user_agent.name': 'Chrome', 'user_agent.device.name': 'Mac', 'user_agent.version': '54.0.2840.59'} assert 1 == 0 + where 1 = len({'dictionary_item_added': [root['source.geo.country_name']]})
  • Name: Build&Test / filebeat-build / test_fileset_file_031_nginx – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 2.08
    • Error Details: AssertionError: The following expected object doesn't match: Diff: {'dictionary_item_added': [root['source.geo.country_name']]}, full object: {'nginx.access.remote_ip_list': ['10.0.0.2', '10.0.0.1', '85.181.35.98'], 'log.offset': 365, 'destination.domain': 'example.com', 'source.geo.continent_name': 'Europe', 'source.geo.region_iso_code': 'DE-BE', 'source.geo.city_name': 'Berlin', 'source.geo.country_iso_code': 'DE', 'source.geo.country_name': 'Germany', 'source.geo.region_name': 'Land Berlin', 'source.geo.location.lon': 13.4531, 'source.geo.location.lat': 52.4473, 'source.as.number': 6805, 'source.as.organization.name': 'Telefonica Germany', 'source.address': '85.181.35.98', 'source.ip': '85.181.35.98', 'fileset.name': 'access', 'url.original': '/ocelot', 'input.type': 'log', '@timestamp': '2016-12-07T10:05:07.000Z', 'related.ip': ['85.181.35.98'], 'service.type': 'nginx', 'http.request.method': 'GET', 'http.response.status_code': 200, 'http.response.body.bytes': 571, 'http.version': '1.1', 'event.timezone': '-02:00', 'event.kind': 'event', 'event.module': 'nginx', 'event.category': ['web'], 'event.type': ['access'], 'event.dataset': 'nginx.access', 'event.outcome': 'success', 'user_agent.original': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:49.0) Gecko/20100101 Firefox/49.0', 'user_agent.os.name': 'Mac OS X', 'user_agent.os.version': '10.12', 'user_agent.os.full': 'Mac OS X 10.12', 'user_agent.name': 'Firefox', 'user_agent.device.name': 'Mac', 'user_agent.version': '49.0.'} assert 1 == 0 + where 1 = len({'dictionary_item_added': [root['source.geo.country_name']]})
  • Name: Build&Test / filebeat-build / test_fileset_file_034_osquery – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 90.003
    • Error Details: Failed: Timeout >90.0s
  • Name: Build&Test / filebeat-build / test_fileset_file_035_osquery – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.233
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_036_osquery – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.275
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_037_osquery – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.203
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_038_redis – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.147
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_039_redis – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.212
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_040_redis – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.162
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_041_redis – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.163
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_042_redis – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.254
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_043_haproxy – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.169
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_044_haproxy – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.188
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_045_haproxy – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.259
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_046_haproxy – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.153
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_047_nats – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.155
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_048_santa – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.152
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_049_icinga – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.174
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_050_icinga – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.179
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_051_icinga – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.2
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_052_traefik – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.194
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_053_logstash – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.179
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_054_logstash – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.189
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_055_logstash – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.191
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_056_logstash – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.137
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_057_logstash – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.155
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_058_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.141
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_059_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.153
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_060_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.194
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_061_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.186
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_062_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.192
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_063_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.166
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_064_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.224
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_065_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.15
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_066_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.169
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_067_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.196
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_068_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.13
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_069_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.113
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_070_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.156
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_071_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.18
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_072_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.174
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_073_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.163
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_074_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.155
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_075_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.119
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_076_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.194
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_077_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.115
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_078_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.127
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_079_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.188
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_080_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.138
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_081_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.141
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_082_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.198
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_083_elasticsearch – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.173
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_084_apache – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.097
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_085_apache – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.119
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_086_apache – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.151
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_087_apache – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.241
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_088_apache – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.179
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_089_apache – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.138
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_090_apache – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.192
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_091_apache – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.136
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_092_postgresql – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.164
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_093_postgresql – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.113
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_094_postgresql – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.113
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_095_postgresql – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.126
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_096_postgresql – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.101
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_097_postgresql – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.135
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_098_postgresql – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.161
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_099_postgresql – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.137
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_100_postgresql – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.121
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_101_postgresql – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.147
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_102_auditd – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.144
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_103_auditd – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.145
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_104_auditd – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.138
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_105_auditd – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.144
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_106_system – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.091
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_107_system – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.125
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_108_system – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.122
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_109_system – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.161
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_110_system – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.123
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_111_system – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.16
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_112_system – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.158
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_113_system – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.107
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_114_kafka – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.095
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_115_kafka – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.1
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_116_kafka – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.125
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_117_kafka – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.132
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_118_kafka – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.134
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_119_kafka – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.131
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_120_kafka – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.117
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_fileset_file_121_kafka – filebeat.tests.system.test_modules.Test

    • Age: 1
    • Duration: 10.187
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / filebeat-build / test_stdin_eof – filebeat.tests.system.test_stdin.Test

    • Age: 1
    • Duration: 10.107
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / x-pack/filebeat-build / test_fileset_file_000_envoyproxy – x-pack.filebeat.tests.system.test_xpack_modules.XPackTest

    • Age: 1
    • Duration: 32.899
    • Error Details: AssertionError: The following expected object doesn't match: Diff: {'dictionary_item_added': [root['destination.geo.country_name']]}, full object: {'kubernetes.container.name': 'ambassador', 'kubernetes.node.name': 'minikube', 'kubernetes.pod.uid': 'e57d545e-2a9d-11e9-995f-08002730e0dc', 'kubernetes.pod.name': 'ambassador-76c58d9df4-jwhsg', 'kubernetes.namespace': 'default', 'kubernetes.labels.service': 'ambassador', 'log.offset': 0, 'destination.geo.continent_name': 'North America', 'destination.geo.region_iso_code': 'US-VA', 'destination.geo.city_name': 'Ashburn', 'destination.geo.country_iso_code': 'US', 'destination.geo.country_name': 'United States', 'destination.geo.region_name': 'Virginia', 'destination.geo.location.lon': -77.4728, 'destination.geo.location.lat': 39.0481, 'destination.as.number': 14618, 'destination.as.organization.name': 'Amazon.com, Inc.', 'destination.address': '52.71.234.219', 'destination.port': 80, 'destination.ip': '52.71.234.219', 'source.address': '172.17.0.3', 'source.ip': '172.17.0.3', 'network.protocol': 'http', 'related.ip': ['172.17.0.3', '52.71.234.219'], 'event.duration': 180000000, 'event.kind': 'event', 'event.module': 'envoyproxy', 'event.type': ['connection', 'protocol'], 'event.category': ['network'], 'event.dataset': 'envoyproxy.log', 'event.outcome': ['success'], 'user_agent.original': 'curl/7.59.0', 'user_agent.name': 'curl', 'user_agent.device.name': 'Other', 'user_agent.version': '7.59.0', 'fileset.name': 'log', 'message': 'ACCESS [2019-04-10T03:49:34.451Z] "GET /httpbin/status/501 HTTP/1.1" 501 - 0 0 180 179 "172.17.0.3" "curl/7.59.0" "413bf460-bd56-4515-ada4-2a69c5e78e54" "httpbin.org" "52.71.234.219:80"', 'envoyproxy.log_type': 'ACCESS', 'envoyproxy.authority': 'httpbin.org', 'envoyproxy.upstream_service_time': 179000000, 'envoyproxy.request_id': '413bf460-bd56-4515-ada4-2a69c5e78e54', 'envoyproxy.proxy_type': 'http', 'url.path': '/httpbin/status/501', 'url.domain': 'httpbin.org', 'tags': ['envoyproxy'], 'input.type': 'log', '@timestamp': '2019-04-10T03:49:34.451Z', 'service.type': 'envoyproxy', 'http.request.method': 'GET', 'http.request.body.bytes': 0, 'http.response.status_code': 501, 'http.response.body.bytes': 0, 'http.version': '1.1'} assert 1 == 0 + where 1 = len({'dictionary_item_added': [root['destination.geo.country_name']]})
  • Name: Build&Test / x-pack/filebeat-build / test_fileset_file_001_envoyproxy – x-pack.filebeat.tests.system.test_xpack_modules.XPackTest

    • Age: 1
    • Duration: 4.234
    • Error Details: AssertionError: The following expected object doesn't match: Diff: {'dictionary_item_added': [root['destination.geo.country_name']]}, full object: {'log.offset': 399, 'destination.geo.continent_name': 'North America', 'destination.geo.country_iso_code': 'US', 'destination.geo.country_name': 'United States', 'destination.geo.location.lon': -97.822, 'destination.geo.location.lat': 37.751, 'destination.as.number': 54113, 'destination.as.organization.name': 'Fastly', 'destination.address': '151.101.66.217', 'destination.port': 80, 'destination.ip': '151.101.66.217', 'source.address': '172.17.0.3', 'source.ip': '172.17.0.3', 'network.protocol': 'http', 'related.ip': ['172.17.0.3', '151.101.66.217'], 'event.duration': 41000000, 'event.kind': 'event', 'event.module': 'envoyproxy', 'event.type': ['connection', 'protocol'], 'event.category': ['network'], 'event.dataset': 'envoyproxy.log', 'event.outcome': ['success'], 'user_agent.original': 'curl/7.59.0', 'user_agent.name': 'curl', 'user_agent.device.name': 'Other', 'user_agent.version': '7.59.0', 'fileset.name': 'log', 'message': '[2019-04-11T00:51:07.980Z] "GET /elastic/ HTTP/1.1" 301 - 0 0 41 39 "172.17.0.3" "curl/7.59.0" "078d1daa-b786-4d6d-85a5-7e4366adaa19" "www.elastic.co" "151.101.66.217:80"', 'envoyproxy.log_type': 'ACCESS', 'envoyproxy.authority': 'www.elastic.co', 'envoyproxy.upstream_service_time': 39000000, 'envoyproxy.request_id': '078d1daa-b786-4d6d-85a5-7e4366adaa19', 'envoyproxy.proxy_type': 'http', 'url.path': '/elastic/', 'url.domain': 'www.elastic.co', 'tags': ['envoyproxy'], 'input.type': 'log', '@timestamp': '2019-04-11T00:51:07.980Z', 'service.type': 'envoyproxy', 'http.request.method': 'GET', 'http.request.body.bytes': 0, 'http.response.status_code': 301, 'http.response.body.bytes': 0, 'http.version': '1.1'} assert 1 == 0 + where 1 = len({'dictionary_item_added': [root['destination.geo.country_name']]})
  • Name: Build&Test / x-pack/filebeat-build / test_fileset_file_002_cisco – x-pack.filebeat.tests.system.test_xpack_modules.XPackTest

    • Age: 1
    • Duration: 90.003
    • Error Details: Failed: Timeout >90.0s
  • Name: Build&Test / x-pack/filebeat-build / test_fileset_file_003_cisco – x-pack.filebeat.tests.system.test_xpack_modules.XPackTest

    • Age: 1
    • Duration: 10.267
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
  • Name: Build&Test / x-pack/filebeat-build / test_fileset_file_004_cisco – x-pack.filebeat.tests.system.test_xpack_modules.XPackTest

    • Age: 1
    • Duration: 10.278
    • Error Details: beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.

Steps errors

Expand to view the steps failures

  • Name: mage build test

    • Description: mage build test

    • Duration: 41 min 27 sec

    • Start Time: 2020-10-02T20:58:52.890+0000

    • log

  • Name: mage build test

    • Description: mage build test

    • Duration: 55 min 26 sec

    • Start Time: 2020-10-02T20:58:57.949+0000

    • log

Log output

Expand to view the last 100 lines of log output

[2020-10-02T21:55:05.333Z]  runc:
[2020-10-02T21:55:05.333Z]   Version:          1.0.0-rc10
[2020-10-02T21:55:05.333Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
[2020-10-02T21:55:05.333Z]  docker-init:
[2020-10-02T21:55:05.333Z]   Version:          0.18.0
[2020-10-02T21:55:05.333Z]   GitCommit:        fec3683
[2020-10-02T21:55:13.126Z] Failed in branch x-pack/filebeat-build
[2020-10-02T21:55:17.715Z] [INFO] unstashV2: JOB_GCS_BUCKET is set. bucket param got precedency instead.
[2020-10-02T21:55:17.738Z] [INFO] unstashV2: JOB_GCS_CREDENTIALS is set. credentialsId param got precedency instead.
[2020-10-02T21:55:17.811Z] [Google Cloud Storage Plugin] Found 1 files to download from pattern: gs://beats-ci-temp/Beats/beats/PR-21497-1/source/source.tgz
[2020-10-02T21:55:17.828Z] [Google Cloud Storage Plugin] Downloading: Beats/beats/PR-21497-1/source/source.tgz to local path: /var/lib/jenkins/workspace/Beats_beats_PR-21497/source.tgz
[2020-10-02T21:55:32.101Z] + tar --version
[2020-10-02T21:55:32.428Z] + tar -xpf source.tgz
[2020-10-02T21:55:45.016Z] + rm source.tgz
[2020-10-02T21:55:45.157Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats
[2020-10-02T21:55:45.187Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/uncategorized-1601672104488
[2020-10-02T21:55:45.282Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/libbeat-stress-tests-1601672338714
[2020-10-02T21:55:45.375Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/winlogbeat-crosscompile-1601672434787
[2020-10-02T21:55:45.544Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/auditbeat-crosscompile-1601672452477
[2020-10-02T21:55:45.641Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/x-pack-elastic-agent-build-1601672473638
[2020-10-02T21:55:45.739Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/x-pack-dockerlogbeat-build-1601672511297
[2020-10-02T21:55:45.835Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/journalbeat-unitTest-1601672527604
[2020-10-02T21:55:45.932Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/libbeat-crosscompile-1601672623780
[2020-10-02T21:55:46.025Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/x-pack-functionbeat-build-1601672632049
[2020-10-02T21:55:46.120Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/packetbeat-build-1601672709747
[2020-10-02T21:55:46.211Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/x-pack-elastic-agent-windows-windows-2019-1601672821643
[2020-10-02T21:55:46.308Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/metricbeat-unitTest-1601672850812
[2020-10-02T21:55:46.398Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/auditbeat-windows-windows-2019-1601672912956
[2020-10-02T21:55:46.487Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/heartbeat-build-1601672917480
[2020-10-02T21:55:46.597Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/heartbeat-windows-windows-2019-1601672953396
[2020-10-02T21:55:46.702Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/metricbeat-crosscompile-1601673001480
[2020-10-02T21:55:46.803Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/auditbeat-build-1601673017781
[2020-10-02T21:55:46.901Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/x-pack-auditbeat-build-1601673020335
[2020-10-02T21:55:46.991Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/x-pack-auditbeat-windows-windows-2019-1601673029605
[2020-10-02T21:55:47.091Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/generator-metricbeat-test-1601673051905
[2020-10-02T21:55:47.184Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/generator-beat-test-1601673056656
[2020-10-02T21:55:47.277Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/x-pack-winlogbeat-build-windows-2019-1601673060757
[2020-10-02T21:55:47.376Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/packetbeat-windows-windows-2019-1601673128832
[2020-10-02T21:55:47.478Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/filebeat-windows-windows-2019-1601673159493
[2020-10-02T21:55:47.571Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/x-pack-libbeat-build-1601673163980
[2020-10-02T21:55:47.665Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/winlogbeat-windows-windows-2019-1601673166367
[2020-10-02T21:55:47.761Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/x-pack-functionbeat-windows-windows-2019-1601673227592
[2020-10-02T21:55:47.866Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/x-pack-filebeat-windows-windows-2019-1601673309697
[2020-10-02T21:55:47.959Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/metricbeat-windows-windows-2019-1601673469362
[2020-10-02T21:55:48.057Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/x-pack-metricbeat-windows-windows-2019-1601673545264
[2020-10-02T21:55:48.153Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/metricbeat-pythonIntegTest-1601674301488
[2020-10-02T21:55:48.250Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/metricbeat-goIntegTest-1601674386592
[2020-10-02T21:55:48.346Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/libbeat-build-1601674723823
[2020-10-02T21:55:48.443Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/filebeat-build-1601674826709
[2020-10-02T21:55:48.538Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/x-pack-metricbeat-build-1601675129306
[2020-10-02T21:55:48.633Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/x-pack-filebeat-build-1601675670406
[2020-10-02T21:55:49.053Z] + cat
[2020-10-02T21:55:49.053Z] + /usr/local/bin/runbld ./runbld-test-reports --job-name elastic+beats+pull-request
[2020-10-02T21:55:49.053Z] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[2020-10-02T21:55:55.680Z] runbld>>> runbld started
[2020-10-02T21:55:55.680Z] runbld>>> 1.6.12/f45d832f2ba0aa2722ab4ec1fda8ad140f027f8b
[2020-10-02T21:55:58.015Z] runbld>>> The following profiles matched the job 'elastic+beats+pull-request' in order of occurrence in the config (last value wins).
[2020-10-02T21:55:58.015Z] runbld>>> Matches in the system config:
[2020-10-02T21:55:58.015Z] runbld>>> - Matched ^elastic\+beats
[2020-10-02T21:55:58.015Z] runbld>>> - Matched ^elastic\+beats\+pull-request
[2020-10-02T21:55:58.668Z] runbld>>> Debug logging enabled.
[2020-10-02T21:55:58.668Z] runbld>>> Storing result
[2020-10-02T21:55:58.979Z] runbld>>> Store result: created {:total 2, :successful 2, :failed 0} 1
[2020-10-02T21:55:58.979Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1597739501209/t/20201002215558-35202C88
[2020-10-02T21:55:58.979Z] runbld>>> Adding system facts.
[2020-10-02T21:55:59.969Z] runbld>>> Adding vcs info for the latest commit:  1468d104298a57decf0bf5713e25f62e13a9a2f6
[2020-10-02T21:55:59.969Z] runbld>>> >>>>>>>>>>>> SCRIPT EXECUTION BEGIN >>>>>>>>>>>>
[2020-10-02T21:55:59.969Z] runbld>>> Adding /usr/lib/jvm/java-8-openjdk-amd64/bin to the path.
[2020-10-02T21:55:59.969Z] Processing JUnit reports with runbld...
[2020-10-02T21:55:59.969Z] + echo 'Processing JUnit reports with runbld...'
[2020-10-02T21:56:00.589Z] runbld>>> <<<<<<<<<<<< SCRIPT EXECUTION END <<<<<<<<<<<<
[2020-10-02T21:56:00.590Z] runbld>>> DURATION: 25ms
[2020-10-02T21:56:00.590Z] runbld>>> STDOUT: 40 bytes
[2020-10-02T21:56:00.590Z] runbld>>> STDERR: 49 bytes
[2020-10-02T21:56:00.590Z] runbld>>> WRAPPED PROCESS: SUCCESS (0)
[2020-10-02T21:56:00.590Z] runbld>>> Searching for build metadata in /var/lib/jenkins/workspace/Beats_beats_PR-21497
[2020-10-02T21:56:01.566Z] runbld>>> Storing build metadata: 
[2020-10-02T21:56:01.566Z] runbld>>> Adding test report.
[2020-10-02T21:56:01.566Z] runbld>>> Searching for junit test output files with the pattern: TEST-.*\.xml$ in: /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats
[2020-10-02T21:56:02.163Z] runbld>>> Found 123 test output files
[2020-10-02T21:56:02.436Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/metricbeat-goIntegTest-1601674386592/metricbeat/build/TEST-go-integration-graphite.xml
[2020-10-02T21:56:02.436Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/metricbeat-goIntegTest-1601674386592/metricbeat/build/TEST-go-integration-windows.xml
[2020-10-02T21:56:04.389Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/x-pack-metricbeat-build-1601675129306/x-pack/metricbeat/build/TEST-go-integration-openmetrics.xml
[2020-10-02T21:56:04.389Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/x-pack-metricbeat-build-1601675129306/x-pack/metricbeat/build/TEST-go-integration-istio.xml
[2020-10-02T21:56:04.389Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/x-pack-metricbeat-build-1601675129306/x-pack/metricbeat/build/TEST-go-integration-activemq.xml
[2020-10-02T21:56:04.389Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/x-pack-metricbeat-build-1601675129306/x-pack/metricbeat/build/TEST-go-integration-iis.xml
[2020-10-02T21:56:04.389Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21497/src/github.com/elastic/beats/x-pack-metricbeat-build-1601675129306/x-pack/metricbeat/build/TEST-go-integration-tomcat.xml
[2020-10-02T21:56:05.355Z] runbld>>> Test output logs contained: Errors: 0 Failures: 327 Tests: 17625 Skipped: 1088
[2020-10-02T21:56:05.355Z] runbld>>> Storing result
[2020-10-02T21:56:05.355Z] runbld>>> FAILURES: 327
[2020-10-02T21:57:13.161Z] runbld>>> Store result: updated {:total 2, :successful 2, :failed 0} 2
[2020-10-02T21:57:13.161Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1597739501209/t/20201002215558-35202C88
[2020-10-02T21:57:13.161Z] runbld>>> Email notification disabled by environment variable.
[2020-10-02T21:57:13.161Z] runbld>>> Slack notification disabled by environment variable.
[2020-10-02T21:57:13.461Z] Running on Jenkins in /var/lib/jenkins/workspace/Beats_beats_PR-21497
[2020-10-02T21:57:13.548Z] [INFO] getVaultSecret: Getting secrets
[2020-10-02T21:57:13.642Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2020-10-02T21:57:14.563Z] + chmod 755 generate-build-data.sh
[2020-10-02T21:57:14.563Z] + ./generate-build-data.sh https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-21497/ https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-21497/runs/1 FAILURE 5071539
[2020-10-02T21:57:14.563Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-21497/runs/1/steps/?limit=10000 -o steps-info.json

@faec faec merged commit a33bb93 into elastic:7.x Oct 5, 2020
@zube zube bot removed the [zube]: Done label Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport Team:Integrations Label for the Integrations team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants