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

[7.17](backport #30382) [Filebeat] [auditd]: Support EXECVE events with truncated argument list #30455

Closed
wants to merge 1 commit into from

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Feb 17, 2022

This is an automatic backport of pull request #30382 done by Mergify.
Cherry-pick of 79229e7 has failed:

On branch mergify/bp/7.17/pr-30382
Your branch is up to date with 'origin/7.17'.

You are currently cherry-picking commit 79229e7e79.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   CHANGELOG.next.asciidoc
	new file:   filebeat/module/auditd/log/test/rare.log
	new file:   filebeat/module/auditd/log/test/rare.log-expected.json

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   filebeat/module/auditd/log/ingest/pipeline.yml

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

…st (#30382)

This modifies Filebeat's auditd pipeline to support parsing of EXECVE
records with truncated argument lists.

When such a log is found, the arguments will be appended to process.args
with a leading entry informing about the truncation.

This is to prevent a mapping explosion in Filebeat when a lot of these
logs are ingested with the previous pipeline version.

(cherry picked from commit 79229e7)

# Conflicts:
#	filebeat/module/auditd/log/ingest/pipeline.yml
@mergify mergify bot added backport conflicts There is a conflict in the backported pull request labels Feb 17, 2022
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Feb 17, 2022
@botelastic
Copy link

botelastic bot commented Feb 17, 2022

This pull request doesn't have a Team:<team> label.

@elasticmachine
Copy link
Collaborator

💔 Tests Failed

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2022-02-17T17:19:47.798+0000

  • Duration: 89 min 3 sec

Test stats 🧪

Test Results
Failed 128
Passed 6892
Skipped 685
Total 7705

Test errors 128

Expand to view the tests failures

> Show only the first 10 test failures

Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_103_auditd – filebeat.tests.system.test_modules.Test
    Expand to view the error details

     Failed: Timeout >90.0s 
    

    Expand to view the stacktrace

     a = (<test_modules.Test testMethod=test_fileset_file_103_auditd>,)
    
        @wraps(func)
        def standalone_func(*a):
    >       return func(*(a + p.args), **p.kwargs)
    
    ../build/ve/docker/lib/python3.9/site-packages/parameterized/parameterized.py:518: 
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    tests/system/test_modules.py:95: in test_fileset_file
        self.run_on_file(
    tests/system/test_modules.py:145: in run_on_file
        subprocess.Popen(cmd,
    /usr/lib/python3.9/subprocess.py:1189: in wait
        return self._wait(timeout=timeout)
    /usr/lib/python3.9/subprocess.py:1919: in _wait
        (pid, sts) = self._try_wait(0)
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    
    self = <Popen: returncode: None args: ['/go/src/github.com/elastic/beats/filebeat/f...>
    wait_flags = 0
    
        def _try_wait(self, wait_flags):
            """All callers to this function MUST hold self._waitpid_lock."""
            try:
    >           (pid, sts) = os.waitpid(self.pid, wait_flags)
    E           Failed: Timeout >90.0s
    
    /usr/lib/python3.9/subprocess.py:1877: Failed 
    

Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_104_auditd – filebeat.tests.system.test_modules.Test
    Expand to view the error details

     beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds. 
    

    Expand to view the stacktrace

     a = (<test_modules.Test testMethod=test_fileset_file_104_auditd>,)
    
        @wraps(func)
        def standalone_func(*a):
    >       return func(*(a + p.args), **p.kwargs)
    
    ../build/ve/docker/lib/python3.9/site-packages/parameterized/parameterized.py:518: 
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    tests/system/test_modules.py:95: in test_fileset_file
        self.run_on_file(
    tests/system/test_modules.py:159: in run_on_file
        self.wait_until(lambda: self.es.indices.exists(self.index_name))
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    
    self = <test_modules.Test testMethod=test_fileset_file_104_auditd>
    cond = <function Test.run_on_file.<locals>.<lambda> at 0x7f594f818700>
    max_timeout = 10, poll_interval = 0.1, name = 'cond'
    
        def wait_until(self, cond, max_timeout=10, poll_interval=0.1, name="cond"):
            """
            Waits until the cond function returns true,
            or until the max_timeout is reached. Calls the cond
            function every poll_interval seconds.
        
            If the max_timeout is reached before cond() returns
            true, an exception is raised.
            """
            start = datetime.now()
            while not cond():
                if datetime.now() - start > timedelta(seconds=max_timeout):
    >               raise TimeoutError("Timeout waiting for '{}' to be true. ".format(name) +
                                       "Waited {} seconds.".format(max_timeout))
    E               beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
    
    ../libbeat/tests/system/beat/beat.py:362: TimeoutError 
    

Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_105_auditd – filebeat.tests.system.test_modules.Test
    Expand to view the error details

     beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds. 
    

    Expand to view the stacktrace

     a = (<test_modules.Test testMethod=test_fileset_file_105_auditd>,)
    
        @wraps(func)
        def standalone_func(*a):
    >       return func(*(a + p.args), **p.kwargs)
    
    ../build/ve/docker/lib/python3.9/site-packages/parameterized/parameterized.py:518: 
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    tests/system/test_modules.py:95: in test_fileset_file
        self.run_on_file(
    tests/system/test_modules.py:159: in run_on_file
        self.wait_until(lambda: self.es.indices.exists(self.index_name))
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    
    self = <test_modules.Test testMethod=test_fileset_file_105_auditd>
    cond = <function Test.run_on_file.<locals>.<lambda> at 0x7f594f7e9c10>
    max_timeout = 10, poll_interval = 0.1, name = 'cond'
    
        def wait_until(self, cond, max_timeout=10, poll_interval=0.1, name="cond"):
            """
            Waits until the cond function returns true,
            or until the max_timeout is reached. Calls the cond
            function every poll_interval seconds.
        
            If the max_timeout is reached before cond() returns
            true, an exception is raised.
            """
            start = datetime.now()
            while not cond():
                if datetime.now() - start > timedelta(seconds=max_timeout):
    >               raise TimeoutError("Timeout waiting for '{}' to be true. ".format(name) +
                                       "Waited {} seconds.".format(max_timeout))
    E               beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
    
    ../libbeat/tests/system/beat/beat.py:362: TimeoutError 
    

Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_106_auditd – filebeat.tests.system.test_modules.Test
    Expand to view the error details

     beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds. 
    

    Expand to view the stacktrace

     a = (<test_modules.Test testMethod=test_fileset_file_106_auditd>,)
    
        @wraps(func)
        def standalone_func(*a):
    >       return func(*(a + p.args), **p.kwargs)
    
    ../build/ve/docker/lib/python3.9/site-packages/parameterized/parameterized.py:518: 
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    tests/system/test_modules.py:95: in test_fileset_file
        self.run_on_file(
    tests/system/test_modules.py:159: in run_on_file
        self.wait_until(lambda: self.es.indices.exists(self.index_name))
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    
    self = <test_modules.Test testMethod=test_fileset_file_106_auditd>
    cond = <function Test.run_on_file.<locals>.<lambda> at 0x7f594f7a5280>
    max_timeout = 10, poll_interval = 0.1, name = 'cond'
    
        def wait_until(self, cond, max_timeout=10, poll_interval=0.1, name="cond"):
            """
            Waits until the cond function returns true,
            or until the max_timeout is reached. Calls the cond
            function every poll_interval seconds.
        
            If the max_timeout is reached before cond() returns
            true, an exception is raised.
            """
            start = datetime.now()
            while not cond():
                if datetime.now() - start > timedelta(seconds=max_timeout):
    >               raise TimeoutError("Timeout waiting for '{}' to be true. ".format(name) +
                                       "Waited {} seconds.".format(max_timeout))
    E               beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
    
    ../libbeat/tests/system/beat/beat.py:362: TimeoutError 
    

Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_107_auditd – filebeat.tests.system.test_modules.Test
    Expand to view the error details

     beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds. 
    

    Expand to view the stacktrace

     a = (<test_modules.Test testMethod=test_fileset_file_107_auditd>,)
    
        @wraps(func)
        def standalone_func(*a):
    >       return func(*(a + p.args), **p.kwargs)
    
    ../build/ve/docker/lib/python3.9/site-packages/parameterized/parameterized.py:518: 
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    tests/system/test_modules.py:95: in test_fileset_file
        self.run_on_file(
    tests/system/test_modules.py:159: in run_on_file
        self.wait_until(lambda: self.es.indices.exists(self.index_name))
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    
    self = <test_modules.Test testMethod=test_fileset_file_107_auditd>
    cond = <function Test.run_on_file.<locals>.<lambda> at 0x7f594f7a5430>
    max_timeout = 10, poll_interval = 0.1, name = 'cond'
    
        def wait_until(self, cond, max_timeout=10, poll_interval=0.1, name="cond"):
            """
            Waits until the cond function returns true,
            or until the max_timeout is reached. Calls the cond
            function every poll_interval seconds.
        
            If the max_timeout is reached before cond() returns
            true, an exception is raised.
            """
            start = datetime.now()
            while not cond():
                if datetime.now() - start > timedelta(seconds=max_timeout):
    >               raise TimeoutError("Timeout waiting for '{}' to be true. ".format(name) +
                                       "Waited {} seconds.".format(max_timeout))
    E               beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
    
    ../libbeat/tests/system/beat/beat.py:362: TimeoutError 
    

Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_108_auditd – filebeat.tests.system.test_modules.Test
    Expand to view the error details

     beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds. 
    

    Expand to view the stacktrace

     a = (<test_modules.Test testMethod=test_fileset_file_108_auditd>,)
    
        @wraps(func)
        def standalone_func(*a):
    >       return func(*(a + p.args), **p.kwargs)
    
    ../build/ve/docker/lib/python3.9/site-packages/parameterized/parameterized.py:518: 
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    tests/system/test_modules.py:95: in test_fileset_file
        self.run_on_file(
    tests/system/test_modules.py:159: in run_on_file
        self.wait_until(lambda: self.es.indices.exists(self.index_name))
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    
    self = <test_modules.Test testMethod=test_fileset_file_108_auditd>
    cond = <function Test.run_on_file.<locals>.<lambda> at 0x7f594f7a5ca0>
    max_timeout = 10, poll_interval = 0.1, name = 'cond'
    
        def wait_until(self, cond, max_timeout=10, poll_interval=0.1, name="cond"):
            """
            Waits until the cond function returns true,
            or until the max_timeout is reached. Calls the cond
            function every poll_interval seconds.
        
            If the max_timeout is reached before cond() returns
            true, an exception is raised.
            """
            start = datetime.now()
            while not cond():
                if datetime.now() - start > timedelta(seconds=max_timeout):
    >               raise TimeoutError("Timeout waiting for '{}' to be true. ".format(name) +
                                       "Waited {} seconds.".format(max_timeout))
    E               beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
    
    ../libbeat/tests/system/beat/beat.py:362: TimeoutError 
    

Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_109_auditd – filebeat.tests.system.test_modules.Test
    Expand to view the error details

     beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds. 
    

    Expand to view the stacktrace

     a = (<test_modules.Test testMethod=test_fileset_file_109_auditd>,)
    
        @wraps(func)
        def standalone_func(*a):
    >       return func(*(a + p.args), **p.kwargs)
    
    ../build/ve/docker/lib/python3.9/site-packages/parameterized/parameterized.py:518: 
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    tests/system/test_modules.py:95: in test_fileset_file
        self.run_on_file(
    tests/system/test_modules.py:159: in run_on_file
        self.wait_until(lambda: self.es.indices.exists(self.index_name))
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    
    self = <test_modules.Test testMethod=test_fileset_file_109_auditd>
    cond = <function Test.run_on_file.<locals>.<lambda> at 0x7f5950aec820>
    max_timeout = 10, poll_interval = 0.1, name = 'cond'
    
        def wait_until(self, cond, max_timeout=10, poll_interval=0.1, name="cond"):
            """
            Waits until the cond function returns true,
            or until the max_timeout is reached. Calls the cond
            function every poll_interval seconds.
        
            If the max_timeout is reached before cond() returns
            true, an exception is raised.
            """
            start = datetime.now()
            while not cond():
                if datetime.now() - start > timedelta(seconds=max_timeout):
    >               raise TimeoutError("Timeout waiting for '{}' to be true. ".format(name) +
                                       "Waited {} seconds.".format(max_timeout))
    E               beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
    
    ../libbeat/tests/system/beat/beat.py:362: TimeoutError 
    

Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_110_auditd – filebeat.tests.system.test_modules.Test
    Expand to view the error details

     beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds. 
    

    Expand to view the stacktrace

     a = (<test_modules.Test testMethod=test_fileset_file_110_auditd>,)
    
        @wraps(func)
        def standalone_func(*a):
    >       return func(*(a + p.args), **p.kwargs)
    
    ../build/ve/docker/lib/python3.9/site-packages/parameterized/parameterized.py:518: 
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    tests/system/test_modules.py:95: in test_fileset_file
        self.run_on_file(
    tests/system/test_modules.py:159: in run_on_file
        self.wait_until(lambda: self.es.indices.exists(self.index_name))
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    
    self = <test_modules.Test testMethod=test_fileset_file_110_auditd>
    cond = <function Test.run_on_file.<locals>.<lambda> at 0x7f5950aec0d0>
    max_timeout = 10, poll_interval = 0.1, name = 'cond'
    
        def wait_until(self, cond, max_timeout=10, poll_interval=0.1, name="cond"):
            """
            Waits until the cond function returns true,
            or until the max_timeout is reached. Calls the cond
            function every poll_interval seconds.
        
            If the max_timeout is reached before cond() returns
            true, an exception is raised.
            """
            start = datetime.now()
            while not cond():
                if datetime.now() - start > timedelta(seconds=max_timeout):
    >               raise TimeoutError("Timeout waiting for '{}' to be true. ".format(name) +
                                       "Waited {} seconds.".format(max_timeout))
    E               beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
    
    ../libbeat/tests/system/beat/beat.py:362: TimeoutError 
    

Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_111_postgresql – filebeat.tests.system.test_modules.Test
    Expand to view the error details

     beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds. 
    

    Expand to view the stacktrace

     a = (<test_modules.Test testMethod=test_fileset_file_111_postgresql>,)
    
        @wraps(func)
        def standalone_func(*a):
    >       return func(*(a + p.args), **p.kwargs)
    
    ../build/ve/docker/lib/python3.9/site-packages/parameterized/parameterized.py:518: 
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    tests/system/test_modules.py:95: in test_fileset_file
        self.run_on_file(
    tests/system/test_modules.py:159: in run_on_file
        self.wait_until(lambda: self.es.indices.exists(self.index_name))
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    
    self = <test_modules.Test testMethod=test_fileset_file_111_postgresql>
    cond = <function Test.run_on_file.<locals>.<lambda> at 0x7f594fff7790>
    max_timeout = 10, poll_interval = 0.1, name = 'cond'
    
        def wait_until(self, cond, max_timeout=10, poll_interval=0.1, name="cond"):
            """
            Waits until the cond function returns true,
            or until the max_timeout is reached. Calls the cond
            function every poll_interval seconds.
        
            If the max_timeout is reached before cond() returns
            true, an exception is raised.
            """
            start = datetime.now()
            while not cond():
                if datetime.now() - start > timedelta(seconds=max_timeout):
    >               raise TimeoutError("Timeout waiting for '{}' to be true. ".format(name) +
                                       "Waited {} seconds.".format(max_timeout))
    E               beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
    
    ../libbeat/tests/system/beat/beat.py:362: TimeoutError 
    

Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_112_postgresql – filebeat.tests.system.test_modules.Test
    Expand to view the error details

     beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds. 
    

    Expand to view the stacktrace

     a = (<test_modules.Test testMethod=test_fileset_file_112_postgresql>,)
    
        @wraps(func)
        def standalone_func(*a):
    >       return func(*(a + p.args), **p.kwargs)
    
    ../build/ve/docker/lib/python3.9/site-packages/parameterized/parameterized.py:518: 
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    tests/system/test_modules.py:95: in test_fileset_file
        self.run_on_file(
    tests/system/test_modules.py:159: in run_on_file
        self.wait_until(lambda: self.es.indices.exists(self.index_name))
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
    
    self = <test_modules.Test testMethod=test_fileset_file_112_postgresql>
    cond = <function Test.run_on_file.<locals>.<lambda> at 0x7f594fff7550>
    max_timeout = 10, poll_interval = 0.1, name = 'cond'
    
        def wait_until(self, cond, max_timeout=10, poll_interval=0.1, name="cond"):
            """
            Waits until the cond function returns true,
            or until the max_timeout is reached. Calls the cond
            function every poll_interval seconds.
        
            If the max_timeout is reached before cond() returns
            true, an exception is raised.
            """
            start = datetime.now()
            while not cond():
                if datetime.now() - start > timedelta(seconds=max_timeout):
    >               raise TimeoutError("Timeout waiting for '{}' to be true. ".format(name) +
                                       "Waited {} seconds.".format(max_timeout))
    E               beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
    
    ../libbeat/tests/system/beat/beat.py:362: TimeoutError 
    

Steps errors 10

Expand to view the steps failures

filebeat-pythonIntegTest - mage pythonIntegTest
  • Took 20 min 26 sec . View more details here
  • Description: mage pythonIntegTest
filebeat-pythonIntegTest - mage pythonIntegTest
  • Took 17 min 12 sec . View more details here
  • Description: mage pythonIntegTest
filebeat-pythonIntegTest - mage pythonIntegTest
  • Took 17 min 11 sec . View more details here
  • Description: mage pythonIntegTest
filebeat-module-compat-prev-minor - STACK_ENVIRONMENT=prev-minor TESTING_FILEBEAT_SKIP_DIFF=1 PYTEST
  • Took 17 min 37 sec . View more details here
  • Description: STACK_ENVIRONMENT=prev-minor TESTING_FILEBEAT_SKIP_DIFF=1 PYTEST_ADDOPTS='-k test_modules' mage pythonIntegTest
filebeat-module-compat-prev-minor - STACK_ENVIRONMENT=prev-minor TESTING_FILEBEAT_SKIP_DIFF=1 PYTEST
  • Took 13 min 18 sec . View more details here
  • Description: STACK_ENVIRONMENT=prev-minor TESTING_FILEBEAT_SKIP_DIFF=1 PYTEST_ADDOPTS='-k test_modules' mage pythonIntegTest
filebeat-module-compat-prev-minor - STACK_ENVIRONMENT=prev-minor TESTING_FILEBEAT_SKIP_DIFF=1 PYTEST
  • Took 13 min 15 sec . View more details here
  • Description: STACK_ENVIRONMENT=prev-minor TESTING_FILEBEAT_SKIP_DIFF=1 PYTEST_ADDOPTS='-k test_modules' mage pythonIntegTest
filebeat-shipping-to-next-major - STACK_ENVIRONMENT=next-major TESTING_FILEBEAT_SKIP_DIFF=1 mage pyt
  • Took 20 min 28 sec . View more details here
  • Description: STACK_ENVIRONMENT=next-major TESTING_FILEBEAT_SKIP_DIFF=1 mage pythonIntegTest
filebeat-shipping-to-next-major - STACK_ENVIRONMENT=next-major TESTING_FILEBEAT_SKIP_DIFF=1 mage pyt
  • Took 17 min 14 sec . View more details here
  • Description: STACK_ENVIRONMENT=next-major TESTING_FILEBEAT_SKIP_DIFF=1 mage pythonIntegTest
filebeat-shipping-to-next-major - STACK_ENVIRONMENT=next-major TESTING_FILEBEAT_SKIP_DIFF=1 mage pyt
  • Took 22 min 3 sec . View more details here
  • Description: STACK_ENVIRONMENT=next-major TESTING_FILEBEAT_SKIP_DIFF=1 mage pythonIntegTest
Error signal
  • Took 0 min 0 sec . View more details here
  • Description: Error 'hudson.AbortException: script returned exit code 1'

🐛 Flaky test report

❕ There are test failures but not known flaky tests.

Expand to view the summary

Genuine test errors 128

💔 There are test failures but not known flaky tests, most likely a genuine test failure.

  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_103_auditd – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_104_auditd – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_105_auditd – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_106_auditd – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_107_auditd – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_108_auditd – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_109_auditd – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_110_auditd – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_111_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_112_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_113_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_114_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_115_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_116_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_117_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_118_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_119_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_120_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_121_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_122_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_123_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_124_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_125_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_126_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_127_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_128_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_129_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_130_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_131_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_132_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_133_kafka – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_134_kafka – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_135_kafka – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_136_kafka – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_137_kafka – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_138_kafka – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_139_kafka – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_140_kafka – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_141_haproxy – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_142_haproxy – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_143_haproxy – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-module-compat-prev-minor / test_fileset_file_144_haproxy – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_103_auditd – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_104_auditd – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_105_auditd – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_106_auditd – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_107_auditd – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_108_auditd – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_109_auditd – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_110_auditd – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_111_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_112_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_113_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_114_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_115_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_116_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_117_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_118_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_119_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_120_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_121_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_122_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_123_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_124_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_125_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_126_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_127_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_128_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_129_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_130_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_131_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_132_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_133_kafka – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_134_kafka – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_135_kafka – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_136_kafka – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_137_kafka – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_138_kafka – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_139_kafka – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_140_kafka – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_141_haproxy – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_142_haproxy – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_143_haproxy – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_fileset_file_144_haproxy – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-pythonIntegTest / test_stdin_eof – filebeat.tests.system.test_stdin.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_103_auditd – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_104_auditd – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_105_auditd – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_106_auditd – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_107_auditd – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_108_auditd – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_109_auditd – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_110_auditd – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_111_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_112_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_113_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_114_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_115_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_116_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_117_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_118_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_119_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_120_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_121_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_122_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_123_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_124_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_125_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_126_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_127_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_128_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_129_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_130_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_131_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_132_postgresql – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_133_kafka – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_134_kafka – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_135_kafka – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_136_kafka – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_137_kafka – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_138_kafka – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_139_kafka – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_140_kafka – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_141_haproxy – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_142_haproxy – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_143_haproxy – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_fileset_file_144_haproxy – filebeat.tests.system.test_modules.Test
  • Name: Build&Test / filebeat-shipping-to-next-major / test_stdin_eof – filebeat.tests.system.test_stdin.Test

🤖 GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • /package : Generate the packages and run the E2E tests.

  • /beats-tester : Run the installation tests with beats-tester.

  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

@adriansr
Copy link
Contributor

Cancelling backport as the code this is fixing didn't make it into 7.x anyway

@adriansr adriansr closed this Feb 17, 2022
@mergify mergify bot deleted the mergify/bp/7.17/pr-30382 branch February 17, 2022 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport conflicts There is a conflict in the backported pull request needs_team Indicates that the issue/PR needs a Team:* label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants