Test Failures for Beats v6.1.1 in Metricbeat and Auditbeat

I am facing below mentioned test failures for Beats v6.1.1 on Intel x86 - Ubuntu 16.04.
I have built beats from source using steps:
make
make update

Executed tests using command:
make unit
make system-tests

These two system-test failures are observed for metricbeat and auditbeat, respectively:

  1. test_process
  2. test_start_stop

Log for test_process (Metricbeat) failure:

======================================================================
FAIL: Test system/process output.

Traceback (most recent call last):
File "/home/test/src/github.com/elastic/beats/metricbeat/tests/system/test_system.py", line 408, in test_process
self.assertItemsEqual(SYSTEM_PROCESS_FIELDS, process.keys())
AssertionError: Element counts were not equal:
First has 1, Second has 0: 'cwd'

Log for test_start_stop (Auditbeat) failure:

======================================================================
ERROR: Auditbeat starts and stops without error.

Traceback (most recent call last):
File "/home/test/src/github.com/elastic/beats/auditbeat/tests/system/test_base.py", line 18, in test_start_stop
self.wait_until(lambda: self.log_contains("start running"))
File "../../../libbeat/tests/system/beat/beat.py", line 316, in wait_until
"Waited {} seconds.".format(max_timeout))
TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.

Please note I am using go v1.9.2 and installing by apt-get install golang-1.9 (/usr/lib/go-1.9/bin)
Any workaround/solution to resolve the issue?

This topic was automatically closed after 21 days. New replies are no longer allowed.