Skip to content

Instantly share code, notes, and snippets.

@v1v
Created December 7, 2021 15:19
Show Gist options
  • Save v1v/b13a44924930c2b2f569708efa33a99f to your computer and use it in GitHub Desktop.
Save v1v/b13a44924930c2b2f569708efa33a99f to your computer and use it in GitHub Desktop.
ci unitTest
[2021-12-07T13:47:54.716Z] Started by user unknown or anonymous
[2021-12-07T13:47:54.716Z] Replayed #30
[2021-12-07T13:47:54.741Z] Loading library apm@current
[2021-12-07T13:47:54.742Z] FSSCM.checkout /var/pipeline-library to /var/jenkins_home/jobs/beats-mbp/branches/master/workspace@libs/apm
[2021-12-07T13:47:55.571Z] FSSCM.check completed in 829 milliseconds
[2021-12-07T13:47:58.626Z] [Pipeline] Start of Pipeline
[2021-12-07T13:47:59.003Z] [Pipeline] node
[2021-12-07T13:47:59.013Z] Running on orka-test-2 in /Users/admin/workspace/beats-mbp_master
[2021-12-07T13:47:59.031Z] [Pipeline] {
[2021-12-07T13:47:59.068Z] [Pipeline] withEnv
[2021-12-07T13:47:59.070Z] [Pipeline] {
[2021-12-07T13:47:59.081Z] [Pipeline] timestamps
[2021-12-07T13:47:59.081Z] The timestamps step is unnecessary when timestamps are enabled for all Pipeline builds.
[2021-12-07T13:47:59.083Z] [Pipeline] {
[2021-12-07T13:47:59.097Z] [Pipeline] stage
[2021-12-07T13:47:59.099Z] [Pipeline] { (Checkout)
[2021-12-07T13:47:59.133Z] [Pipeline] dir
[2021-12-07T13:47:59.133Z] Running in /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats
[2021-12-07T13:47:59.135Z] [Pipeline] {
[2021-12-07T13:47:59.147Z] [Pipeline] readFile
[2021-12-07T13:47:59.333Z] [Pipeline] sh
[2021-12-07T13:48:01.002Z] + .ci/scripts/install-go.sh
[2021-12-07T13:48:01.002Z] + MSG='environment variable missing'
[2021-12-07T13:48:01.002Z] + GO_VERSION=1.17.2
[2021-12-07T13:48:01.002Z] + PROPERTIES_FILE=go_env.properties
[2021-12-07T13:48:01.002Z] + HOME=/Users/admin/workspace/beats-mbp_master
[2021-12-07T13:48:01.002Z] ++ uname -s
[2021-12-07T13:48:01.002Z] ++ tr '[:upper:]' '[:lower:]'
[2021-12-07T13:48:01.002Z] + OS=darwin
[2021-12-07T13:48:01.002Z] ++ uname -m
[2021-12-07T13:48:01.002Z] ++ tr '[:upper:]' '[:lower:]'
[2021-12-07T13:48:01.002Z] + ARCH=x86_64
[2021-12-07T13:48:01.002Z] + GVM_CMD=/Users/admin/workspace/beats-mbp_master/bin/gvm
[2021-12-07T13:48:01.002Z] + command -v go
[2021-12-07T13:48:01.002Z] + '[' x86_64 == aarch64 ']'
[2021-12-07T13:48:01.002Z] + '[' x86_64 == x86_64 ']'
[2021-12-07T13:48:01.002Z] + GVM_ARCH_SUFFIX=amd64
[2021-12-07T13:48:01.002Z] + echo 'UNMET DEP: Installing Go'
[2021-12-07T13:48:01.002Z] UNMET DEP: Installing Go
[2021-12-07T13:48:01.002Z] + mkdir -p /Users/admin/workspace/beats-mbp_master/bin
[2021-12-07T13:48:01.002Z] + curl -sSLo /Users/admin/workspace/beats-mbp_master/bin/gvm https://github.com/andrewkroh/gvm/releases/download/v0.3.0/gvm-darwin-amd64
[2021-12-07T13:48:01.857Z] + chmod +x /Users/admin/workspace/beats-mbp_master/bin/gvm
[2021-12-07T13:48:01.857Z] + /Users/admin/workspace/beats-mbp_master/bin/gvm 1.17.2
[2021-12-07T13:48:01.858Z] + cut -d ' ' -f 2
[2021-12-07T13:48:01.858Z] + tr -d '\"'
[2021-12-07T13:48:01.858Z] ++ /Users/admin/workspace/beats-mbp_master/bin/gvm 1.17.2
[2021-12-07T13:48:01.858Z] + eval 'export GOROOT="/Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64"
[2021-12-07T13:48:01.858Z] export PATH="/Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/bin:$PATH"'
[2021-12-07T13:48:01.858Z] ++ export GOROOT=/Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64
[2021-12-07T13:48:01.858Z] ++ GOROOT=/Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64
[2021-12-07T13:48:01.858Z] ++ export PATH=/Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/admin/workspace/beats-mbp_master/bin
[2021-12-07T13:48:01.858Z] ++ PATH=/Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/admin/workspace/beats-mbp_master/bin
[2021-12-07T13:48:02.320Z] [Pipeline] }
[2021-12-07T13:48:02.334Z] [Pipeline] // dir
[2021-12-07T13:48:02.339Z] [Pipeline] }
[2021-12-07T13:48:02.354Z] [Pipeline] // stage
[2021-12-07T13:48:02.368Z] [Pipeline] stage
[2021-12-07T13:48:02.370Z] [Pipeline] { (Run)
[2021-12-07T13:48:02.458Z] [Pipeline] isUnix
[2021-12-07T13:48:02.703Z] [Pipeline] withEnv
[2021-12-07T13:48:02.704Z] [Pipeline] {
[2021-12-07T13:48:02.745Z] [Pipeline] retry
[2021-12-07T13:48:02.747Z] [Pipeline] {
[2021-12-07T13:48:02.822Z] [Pipeline] sh
[2021-12-07T13:48:04.600Z] + gvm 1.17.2
[2021-12-07T13:48:04.600Z] export GOROOT="/Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64"
[2021-12-07T13:48:04.600Z] export PATH="/Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/bin:$PATH"
[2021-12-07T13:48:05.069Z] [Pipeline] }
[2021-12-07T13:48:05.081Z] [Pipeline] // retry
[2021-12-07T13:48:05.120Z] [Pipeline] withEnv
[2021-12-07T13:48:05.122Z] [Pipeline] {
[2021-12-07T13:48:05.137Z] [Pipeline] retry
[2021-12-07T13:48:05.139Z] [Pipeline] {
[2021-12-07T13:48:05.153Z] [Pipeline] sh
[2021-12-07T13:48:06.770Z] + go install github.com/magefile/mage@latest
[2021-12-07T13:48:07.554Z] [Pipeline] }
[2021-12-07T13:48:07.565Z] [Pipeline] // retry
[2021-12-07T13:48:07.574Z] [Pipeline] retry
[2021-12-07T13:48:07.576Z] [Pipeline] {
[2021-12-07T13:48:07.590Z] [Pipeline] sh
[2021-12-07T13:48:10.255Z] + go install github.com/elastic/go-licenser@latest
[2021-12-07T13:48:10.725Z] [Pipeline] }
[2021-12-07T13:48:10.742Z] [Pipeline] // retry
[2021-12-07T13:48:10.755Z] [Pipeline] retry
[2021-12-07T13:48:10.757Z] [Pipeline] {
[2021-12-07T13:48:10.776Z] [Pipeline] sh
[2021-12-07T13:48:12.568Z] + go install golang.org/x/tools/cmd/goimports@latest
[2021-12-07T13:48:13.325Z] [Pipeline] }
[2021-12-07T13:48:13.335Z] [Pipeline] // retry
[2021-12-07T13:48:13.343Z] [Pipeline] retry
[2021-12-07T13:48:13.345Z] [Pipeline] {
[2021-12-07T13:48:13.357Z] [Pipeline] sh
[2021-12-07T13:48:15.058Z] + go install github.com/jstemmer/go-junit-report@latest
[2021-12-07T13:48:15.511Z] [Pipeline] }
[2021-12-07T13:48:15.523Z] [Pipeline] // retry
[2021-12-07T13:48:15.533Z] [Pipeline] retry
[2021-12-07T13:48:15.535Z] [Pipeline] {
[2021-12-07T13:48:15.551Z] [Pipeline] sh
[2021-12-07T13:48:17.188Z] + go install gotest.tools/gotestsum@latest
[2021-12-07T13:48:17.644Z] [Pipeline] }
[2021-12-07T13:48:17.655Z] [Pipeline] // retry
[2021-12-07T13:48:17.659Z] [Pipeline] }
[2021-12-07T13:48:17.668Z] [Pipeline] // withEnv
[2021-12-07T13:48:17.677Z] [Pipeline] fileExists
[2021-12-07T13:48:17.837Z] [Pipeline] stage
[2021-12-07T13:48:17.839Z] [Pipeline] { (auditbeat)
[2021-12-07T13:48:17.854Z] [Pipeline] dir
[2021-12-07T13:48:17.854Z] Running in /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/auditbeat
[2021-12-07T13:48:17.855Z] [Pipeline] {
[2021-12-07T13:48:17.882Z] [Pipeline] isUnix
[2021-12-07T13:48:17.888Z] [Pipeline] sh
[2021-12-07T13:48:19.622Z] + mage unitTest
[2021-12-07T13:48:22.646Z] Generated fields.yml for auditbeat to /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/auditbeat/fields.yml
[2021-12-07T13:48:23.526Z] >> go test: Unit Testing
[2021-12-07T13:48:23.526Z] exec: gotestsum --no-color -f standard-quiet --junitfile build/TEST-go-unit.xml --jsonfile build/TEST-go-unit.out.json -- ./...
[2021-12-07T13:48:24.364Z] ok github.com/elastic/beats/v7/auditbeat/helper/hasher (cached)
[2021-12-07T13:48:24.364Z] ok github.com/elastic/beats/v7/auditbeat (cached)
[2021-12-07T13:48:24.364Z] ? github.com/elastic/beats/v7/auditbeat/cmd [no test files]
[2021-12-07T13:48:24.364Z] ? github.com/elastic/beats/v7/auditbeat/core [no test files]
[2021-12-07T13:48:24.364Z] ? github.com/elastic/beats/v7/auditbeat/datastore [no test files]
[2021-12-07T13:48:24.364Z] ? github.com/elastic/beats/v7/auditbeat/include [no test files]
[2021-12-07T13:48:24.364Z] ? github.com/elastic/beats/v7/auditbeat/module/auditd [no test files]
[2021-12-07T13:48:24.364Z] ok github.com/elastic/beats/v7/auditbeat/module/file_integrity/monitor (cached)
[2021-12-07T13:48:30.674Z] ok github.com/elastic/beats/v7/auditbeat/module/file_integrity 4.369s
[2021-12-07T13:48:30.674Z] ? github.com/elastic/beats/v7/auditbeat/module/file_integrity/schema [no test files]
[2021-12-07T13:48:30.674Z] ? github.com/elastic/beats/v7/auditbeat/scripts/mage [no test files]
[2021-12-07T13:48:30.674Z] ? github.com/elastic/beats/v7/auditbeat/testing [no test files]
[2021-12-07T13:48:30.674Z]
[2021-12-07T13:48:30.674Z] === Skipped
[2021-12-07T13:48:30.674Z] === SKIP: auditbeat/module/file_integrity TestEventReader (0.00s)
[2021-12-07T13:48:30.674Z] eventreader_test.go:44: Flaky test: about 1/10 of builds fails https://github.com/elastic/beats/issues/21302
[2021-12-07T13:48:30.674Z]
[2021-12-07T13:48:30.674Z] === SKIP: auditbeat/module/file_integrity TestRaces (0.00s)
[2021-12-07T13:48:30.674Z] eventreader_test.go:244: Flaky test: about 1/20 of builds fails https://github.com/elastic/beats/issues/21303
[2021-12-07T13:48:30.674Z]
[2021-12-07T13:48:30.674Z] === SKIP: auditbeat/module/file_integrity TestActions (0.00s)
[2021-12-07T13:48:30.674Z] metricset_test.go:992: Skip test on CI for darwin/amd64
[2021-12-07T13:48:30.674Z]
[2021-12-07T13:48:30.674Z] === SKIP: auditbeat/module/file_integrity TestExcludedFiles (0.00s)
[2021-12-07T13:48:30.674Z] metricset_test.go:992: Skip test on CI for darwin/amd64
[2021-12-07T13:48:30.674Z]
[2021-12-07T13:48:30.674Z] === SKIP: auditbeat/module/file_integrity TestIncludedExcludedFiles (0.00s)
[2021-12-07T13:48:30.674Z] metricset_test.go:992: Skip test on CI for darwin/amd64
[2021-12-07T13:48:30.674Z]
[2021-12-07T13:48:30.674Z] === SKIP: auditbeat/module/file_integrity TestErrorReporting (0.00s)
[2021-12-07T13:48:30.674Z] metricset_test.go:305: Skip this test on Darwin
[2021-12-07T13:48:30.674Z]
[2021-12-07T13:48:30.674Z] === SKIP: auditbeat/module/file_integrity/monitor TestRecursive (0.00s)
[2021-12-07T13:48:30.674Z] monitor_test.go:87: Disabled on Darwin
[2021-12-07T13:48:30.674Z]
[2021-12-07T13:48:30.674Z] === SKIP: auditbeat/module/file_integrity/monitor TestRecursiveNoFollowSymlink (0.00s)
[2021-12-07T13:48:30.674Z] monitor_test.go:126: This test fails under macOS due to a bug in fsnotify
[2021-12-07T13:48:30.674Z]
[2021-12-07T13:48:30.674Z] DONE 90 tests, 8 skipped in 6.864s
[2021-12-07T13:48:30.674Z] >> go test: Unit Test Passed
[2021-12-07T13:48:31.557Z] >> python test: Unit Testing
[2021-12-07T13:48:31.557Z] ============================= test session starts ==============================
[2021-12-07T13:48:31.557Z] platform darwin -- Python 3.8.2, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
[2021-12-07T13:48:31.557Z] rootdir: /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats, configfile: pytest.ini
[2021-12-07T13:48:31.557Z] plugins: rerunfailures-9.1.1, timeout-1.4.2
[2021-12-07T13:48:31.557Z] timeout: 90.0s
[2021-12-07T13:48:31.557Z] timeout method: signal
[2021-12-07T13:48:31.557Z] timeout func_only: True
[2021-12-07T13:48:31.557Z] collected 13 items
[2021-12-07T13:48:31.557Z]
[2021-12-07T13:48:33.881Z] tests/system/test_base.py s.....s. [ 61%]
[2021-12-07T13:48:33.881Z] tests/system/test_file_integrity.py ss [ 76%]
[2021-12-07T13:48:33.881Z] tests/system/test_show_command.py sss [100%]
[2021-12-07T13:48:33.881Z]
[2021-12-07T13:48:33.881Z] - generated xml file: /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/auditbeat/build/TEST-python-unit.xml -
[2021-12-07T13:48:33.881Z] ============================= slowest 20 durations =============================
[2021-12-07T13:48:33.881Z] 0.74s call auditbeat/tests/system/test_base.py::Test::test_export_config
[2021-12-07T13:48:33.881Z] 0.40s call auditbeat/tests/system/test_base.py::Test::test_start_stop
[2021-12-07T13:48:33.881Z] 0.32s call auditbeat/tests/system/test_base.py::Test::test_export_index_pattern_migration
[2021-12-07T13:48:33.881Z] 0.31s call auditbeat/tests/system/test_base.py::Test::test_export_index_pattern
[2021-12-07T13:48:33.881Z] 0.29s call auditbeat/tests/system/test_base.py::Test::test_export_template
[2021-12-07T13:48:33.881Z] 0.19s call auditbeat/tests/system/test_base.py::Test::test_export_ilm_policy
[2021-12-07T13:48:33.881Z]
[2021-12-07T13:48:33.881Z] (14 durations < 0.005s hidden. Use -vv to show these durations.)
[2021-12-07T13:48:33.881Z] ========================= 6 passed, 7 skipped in 2.40s =========================
[2021-12-07T13:48:33.881Z] >> python test: Unit Testing Complete
[2021-12-07T13:48:34.669Z] [Pipeline] }
[2021-12-07T13:48:34.682Z] [Pipeline] // dir
[2021-12-07T13:48:34.687Z] [Pipeline] }
[2021-12-07T13:48:34.698Z] [Pipeline] // stage
[2021-12-07T13:48:34.712Z] [Pipeline] stage
[2021-12-07T13:48:34.715Z] [Pipeline] { (filebeat)
[2021-12-07T13:48:34.738Z] [Pipeline] dir
[2021-12-07T13:48:34.739Z] Running in /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/filebeat
[2021-12-07T13:48:34.741Z] [Pipeline] {
[2021-12-07T13:48:34.757Z] [Pipeline] isUnix
[2021-12-07T13:48:34.767Z] [Pipeline] sh
[2021-12-07T13:48:36.502Z] + mage unitTest
[2021-12-07T13:48:39.284Z] >> go test: Unit Testing
[2021-12-07T13:48:39.284Z] exec: gotestsum --no-color -f standard-quiet --junitfile build/TEST-go-unit.xml --jsonfile build/TEST-go-unit.out.json -- ./...
[2021-12-07T13:48:40.167Z] ok github.com/elastic/beats/v7/filebeat/beater (cached)
[2021-12-07T13:48:40.167Z] ok github.com/elastic/beats/v7/filebeat (cached)
[2021-12-07T13:48:40.167Z] ? github.com/elastic/beats/v7/filebeat/autodiscover [no test files]
[2021-12-07T13:48:40.167Z] ok github.com/elastic/beats/v7/filebeat/channel (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/generator/fields (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/harvester (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/fileset (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/input (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/input/container (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/input/file (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/input/filestream/internal/input-logfile (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/input/filestream (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/input/journald/pkg/journalread (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/input/kafka (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/input/log (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/input/mqtt (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/input/redis (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/input/stdin (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/input/tcp (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/input/udp (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/input/syslog (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/input/v2 (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/input/v2/compat (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/input/v2/input-cursor (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/input/v2/input-stateless (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/inputsource/common/streaming (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/inputsource/udp (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/inputsource/tcp (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/processor/add_kubernetes_metadata (cached)
[2021-12-07T13:48:41.036Z] ok github.com/elastic/beats/v7/filebeat/inputsource/unix (cached)
[2021-12-07T13:48:41.910Z] testing: warning: no tests to run
[2021-12-07T13:48:41.910Z] ok github.com/elastic/beats/v7/filebeat/registrar (cached) [no tests to run]
[2021-12-07T13:48:41.910Z] ok github.com/elastic/beats/v7/filebeat/scripts/tester (cached)
[2021-12-07T13:48:41.910Z] ok github.com/elastic/beats/v7/filebeat/config 0.166s
[2021-12-07T13:48:42.787Z] ok github.com/elastic/beats/v7/filebeat/autodiscover/builder/hints 0.209s
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/cmd [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/generator [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/generator/fileset [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/generator/module [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/include [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/input/default-inputs [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/input/inputtest [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/input/journald [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/input/journald/pkg/journalfield [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/input/unix [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/input/v2/internal/inputest [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/input/winlog [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/inputsource [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/inputsource/common/dgram [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/module/apache [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/module/auditd [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/module/elasticsearch [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/module/haproxy [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/module/icinga [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/module/iis [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/module/kafka [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/module/kibana [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/module/logstash [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/module/mongodb [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/module/mysql [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/module/nats [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/module/nginx [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/module/osquery [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/module/pensando [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/module/postgresql [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/module/redis [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/module/santa [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/module/system [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/module/traefik [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/scripts/mage [no test files]
[2021-12-07T13:48:42.787Z] ? github.com/elastic/beats/v7/filebeat/scripts/mage/generate [no test files]
[2021-12-07T13:48:42.787Z]
[2021-12-07T13:48:42.787Z] === Skipped
[2021-12-07T13:48:42.787Z] === SKIP: filebeat/input/filestream/internal/input-logfile TestDefaultHarvesterGroup (0.00s)
[2021-12-07T13:48:42.787Z] harvester_test.go:101: flaky test: https://github.com/elastic/beats/issues/26727
[2021-12-07T13:48:42.787Z]
[2021-12-07T13:48:42.787Z] === SKIP: filebeat/inputsource/unix TestReceiveNewEventsConcurrently (0.03s)
[2021-12-07T13:48:42.787Z] server_test.go:315: test is only supported on linux. See https://github.com/elastic/beats/issues/22775
[2021-12-07T13:48:42.787Z] --- PASS: TestReceiveNewEventsConcurrently/socket_type_stream (0.03s)
[2021-12-07T13:48:42.787Z]
[2021-12-07T13:48:42.787Z] DONE 845 tests, 2 skipped in 3.703s
[2021-12-07T13:48:42.787Z] >> go test: Unit Test Passed
[2021-12-07T13:48:43.659Z] >> python test: Unit Testing
[2021-12-07T13:48:44.521Z] ============================= test session starts ==============================
[2021-12-07T13:48:44.521Z] platform darwin -- Python 3.8.2, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
[2021-12-07T13:48:44.521Z] rootdir: /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats, configfile: pytest.ini
[2021-12-07T13:48:44.521Z] plugins: rerunfailures-9.1.1, timeout-1.4.2
[2021-12-07T13:48:44.521Z] timeout: 90.0s
[2021-12-07T13:48:44.521Z] timeout method: signal
[2021-12-07T13:48:44.521Z] timeout func_only: True
[2021-12-07T13:48:44.521Z] collected 350 items
[2021-12-07T13:48:44.521Z]
[2021-12-07T13:48:44.521Z] tests/system/test_autodiscover.py ss [ 0%]
[2021-12-07T13:48:46.570Z] tests/system/test_base.py .s.....s [ 2%]
[2021-12-07T13:48:48.269Z] tests/system/test_cmd.py ... [ 3%]
[2021-12-07T13:48:49.411Z] tests/system/test_container.py ... [ 4%]
[2021-12-07T13:49:11.272Z] tests/system/test_crawler.py ................. [ 9%]
[2021-12-07T13:49:12.431Z] tests/system/test_deprecated.py .. [ 10%]
[2021-12-07T13:49:13.613Z] tests/system/test_fields.py .... [ 11%]
[2021-12-07T13:49:14.779Z] tests/system/test_generate.py ... [ 12%]
[2021-12-07T13:49:30.779Z] tests/system/test_harvester.py ..................... [ 18%]
[2021-12-07T13:49:31.923Z] tests/system/test_index_pattern.py .. [ 18%]
[2021-12-07T13:49:59.168Z] tests/system/test_input.py .........s............ [ 24%]
[2021-12-07T13:50:05.858Z] tests/system/test_json.py .............. [ 28%]
[2021-12-07T13:50:07.037Z] tests/system/test_keystore.py .. [ 29%]
[2021-12-07T13:50:08.218Z] tests/system/test_load.py ss. [ 30%]
[2021-12-07T13:50:08.218Z] tests/system/test_modules.py sssssssssssssssssssssssssssssssssssssssssss [ 42%]
[2021-12-07T13:50:08.218Z] ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 63%]
[2021-12-07T13:50:08.218Z] sssssssssssssssssssssssssssss [ 71%]
[2021-12-07T13:50:24.501Z] tests/system/test_multiline.py ......... [ 74%]
[2021-12-07T13:50:24.501Z] tests/system/test_pipeline.py s [ 74%]
[2021-12-07T13:50:31.514Z] tests/system/test_processors.py ............. [ 78%]
[2021-12-07T13:50:32.683Z] tests/system/test_publisher.py . [ 78%]
[2021-12-07T13:50:32.683Z] tests/system/test_redis.py s [ 78%]
[2021-12-07T13:51:09.980Z] tests/system/test_registrar.py s.....s.............s.... [ 85%]
[2021-12-07T13:51:14.063Z] tests/system/test_registrar_upgrade.py ..... [ 87%]
[2021-12-07T13:51:36.134Z] tests/system/test_reload_inputs.py ....... [ 89%]
[2021-12-07T13:51:44.118Z] tests/system/test_reload_modules.py ...s.. [ 90%]
[2021-12-07T13:51:44.118Z] tests/system/test_setup.py s [ 91%]
[2021-12-07T13:51:52.076Z] tests/system/test_shutdown.py ..s.. [ 92%]
[2021-12-07T13:51:53.248Z] tests/system/test_stdin.py ... [ 93%]
[2021-12-07T13:51:58.418Z] tests/system/test_syslog.py ....... [ 95%]
[2021-12-07T13:52:01.028Z] tests/system/test_tcp.py ..... [ 96%]
[2021-12-07T13:52:03.909Z] tests/system/test_tcp_tls.py ...... [ 98%]
[2021-12-07T13:52:05.078Z] tests/system/test_udp.py . [ 98%]
[2021-12-07T13:52:05.078Z] tests/system/test_unix.py ssss [100%]
[2021-12-07T13:52:05.078Z]
[2021-12-07T13:52:05.078Z] - generated xml file: /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/filebeat/build/TEST-python-unit.xml -
[2021-12-07T13:52:05.078Z] ============================= slowest 20 durations =============================
[2021-12-07T13:52:05.078Z] 5.95s call filebeat/tests/system/test_registrar.py::Test::test_restart_state
[2021-12-07T13:52:05.078Z] 4.57s call filebeat/tests/system/test_registrar.py::Test::test_rotating_file_inode
[2021-12-07T13:52:05.078Z] 4.53s call filebeat/tests/system/test_input.py::Test::test_harvester_limit
[2021-12-07T13:52:05.078Z] 4.50s call filebeat/tests/system/test_reload_inputs.py::Test::test_reload_add
[2021-12-07T13:52:05.078Z] 4.37s call filebeat/tests/system/test_crawler.py::Test::test_encodings
[2021-12-07T13:52:05.078Z] 4.26s call filebeat/tests/system/test_crawler.py::Test::test_multiple_appends
[2021-12-07T13:52:05.078Z] 3.90s call filebeat/tests/system/test_registrar.py::Test::test_rotating_file_with_restart
[2021-12-07T13:52:05.078Z] 3.76s call filebeat/tests/system/test_multiline.py::Test::test_close_timeout_with_multiline
[2021-12-07T13:52:05.078Z] 3.76s call filebeat/tests/system/test_input.py::Test::test_close_inactive_file_rotation_and_removal2
[2021-12-07T13:52:05.078Z] 3.59s call filebeat/tests/system/test_input.py::Test::test_rotating_close_inactive_low_write_rate
[2021-12-07T13:52:05.078Z] 3.52s call filebeat/tests/system/test_reload_inputs.py::Test::test_reload_same_config
[2021-12-07T13:52:05.078Z] 3.52s call filebeat/tests/system/test_reload_inputs.py::Test::test_reload_same_input
[2021-12-07T13:52:05.078Z] 3.51s call filebeat/tests/system/test_registrar.py::Test::test_state_after_rotation_ignore_older
[2021-12-07T13:52:05.078Z] 3.51s call filebeat/tests/system/test_reload_inputs.py::Test::test_start_stop_replace
[2021-12-07T13:52:05.078Z] 3.48s call filebeat/tests/system/test_reload_inputs.py::Test::test_start_stop
[2021-12-07T13:52:05.078Z] 3.45s call filebeat/tests/system/test_reload_modules.py::Test::test_start_stop
[2021-12-07T13:52:05.078Z] 3.41s call filebeat/tests/system/test_registrar.py::Test::test_state_after_rotation
[2021-12-07T13:52:05.078Z] 2.87s call filebeat/tests/system/test_multiline.py::Test::test_timeout
[2021-12-07T13:52:05.078Z] 2.83s call filebeat/tests/system/test_shutdown.py::Test::test_shutdown_wait_timeout
[2021-12-07T13:52:05.078Z] 2.81s call filebeat/tests/system/test_shutdown.py::Test::test_shutdown
[2021-12-07T13:52:05.078Z] ================= 187 passed, 163 skipped in 200.94s (0:03:20) =================
[2021-12-07T13:52:05.078Z] >> python test: Unit Testing Complete
[2021-12-07T13:52:05.559Z] [Pipeline] }
[2021-12-07T13:52:05.571Z] [Pipeline] // dir
[2021-12-07T13:52:05.575Z] [Pipeline] }
[2021-12-07T13:52:05.585Z] [Pipeline] // stage
[2021-12-07T13:52:05.596Z] [Pipeline] stage
[2021-12-07T13:52:05.599Z] [Pipeline] { (heartbeat)
[2021-12-07T13:52:05.615Z] [Pipeline] dir
[2021-12-07T13:52:05.615Z] Running in /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/heartbeat
[2021-12-07T13:52:05.617Z] [Pipeline] {
[2021-12-07T13:52:05.630Z] [Pipeline] isUnix
[2021-12-07T13:52:05.637Z] [Pipeline] sh
[2021-12-07T13:52:07.316Z] + mage unitTest
[2021-12-07T13:52:11.219Z] >> go test: Unit Testing
[2021-12-07T13:52:11.219Z] exec: gotestsum --no-color -f standard-quiet --junitfile build/TEST-go-unit.xml --jsonfile build/TEST-go-unit.out.json -- ./...
[2021-12-07T13:52:13.072Z] testing: warning: no tests to run
[2021-12-07T13:52:13.072Z] ok github.com/elastic/beats/v7/heartbeat/config (cached) [no tests to run]
[2021-12-07T13:52:13.072Z] ok github.com/elastic/beats/v7/heartbeat/autodiscover/builder/hints (cached)
[2021-12-07T13:52:13.072Z] ok github.com/elastic/beats/v7/heartbeat/look (cached)
[2021-12-07T13:52:13.072Z] ok github.com/elastic/beats/v7/heartbeat (cached)
[2021-12-07T13:52:13.072Z] ? github.com/elastic/beats/v7/heartbeat/beater [no test files]
[2021-12-07T13:52:13.072Z] ? github.com/elastic/beats/v7/heartbeat/cmd [no test files]
[2021-12-07T13:52:13.072Z] ? github.com/elastic/beats/v7/heartbeat/eventext [no test files]
[2021-12-07T13:52:13.072Z] ? github.com/elastic/beats/v7/heartbeat/hbregistry [no test files]
[2021-12-07T13:52:13.072Z] ok github.com/elastic/beats/v7/heartbeat/monitors/active/dialchain/tlsmeta (cached)
[2021-12-07T13:52:13.072Z] ? github.com/elastic/beats/v7/heartbeat/hbtest [no test files]
[2021-12-07T13:52:13.072Z] ? github.com/elastic/beats/v7/heartbeat/hbtestllext [no test files]
[2021-12-07T13:52:13.072Z] ? github.com/elastic/beats/v7/heartbeat/include [no test files]
[2021-12-07T13:52:13.072Z] ok github.com/elastic/beats/v7/heartbeat/monitors/active/icmp (cached)
[2021-12-07T13:52:13.072Z] ok github.com/elastic/beats/v7/heartbeat/monitors/jobs (cached)
[2021-12-07T13:52:13.072Z] ok github.com/elastic/beats/v7/heartbeat/monitors (cached)
[2021-12-07T13:52:13.072Z] ? github.com/elastic/beats/v7/heartbeat/monitors/active/dialchain [no test files]
[2021-12-07T13:52:13.072Z] ok github.com/elastic/beats/v7/heartbeat/monitors/active/tcp (cached)
[2021-12-07T13:52:13.073Z] ok github.com/elastic/beats/v7/heartbeat/monitors/active/http (cached)
[2021-12-07T13:52:13.073Z] ? github.com/elastic/beats/v7/heartbeat/monitors/plugin [no test files]
[2021-12-07T13:52:13.073Z] ok github.com/elastic/beats/v7/heartbeat/monitors/wrappers (cached)
[2021-12-07T13:52:13.073Z] ok github.com/elastic/beats/v7/heartbeat/monitors/stdfields (cached)
[2021-12-07T13:52:13.073Z] ? github.com/elastic/beats/v7/heartbeat/reason [no test files]
[2021-12-07T13:52:13.073Z] ok github.com/elastic/beats/v7/heartbeat/scheduler/schedule (cached)
[2021-12-07T13:52:13.073Z] ok github.com/elastic/beats/v7/heartbeat/scheduler (cached)
[2021-12-07T13:52:13.073Z] ? github.com/elastic/beats/v7/heartbeat/scheduler/schedule/cron [no test files]
[2021-12-07T13:52:13.073Z] ok github.com/elastic/beats/v7/heartbeat/scheduler/timerqueue (cached)
[2021-12-07T13:52:13.073Z] ? github.com/elastic/beats/v7/heartbeat/scripts/mage [no test files]
[2021-12-07T13:52:13.073Z] ? github.com/elastic/beats/v7/heartbeat/security [no test files]
[2021-12-07T13:52:13.073Z] ? github.com/elastic/beats/v7/heartbeat/watcher [no test files]
[2021-12-07T13:52:13.073Z]
[2021-12-07T13:52:13.073Z] DONE 331 tests in 2.057s
[2021-12-07T13:52:13.073Z] >> go test: Unit Test Passed
[2021-12-07T13:52:13.968Z] Generated fields.yml for heartbeat to /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/heartbeat/fields.yml
[2021-12-07T13:52:16.783Z] >> python test: Unit Testing
[2021-12-07T13:52:17.929Z] ============================= test session starts ==============================
[2021-12-07T13:52:17.929Z] platform darwin -- Python 3.8.2, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
[2021-12-07T13:52:17.929Z] rootdir: /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats, configfile: pytest.ini
[2021-12-07T13:52:17.929Z] plugins: rerunfailures-9.1.1, timeout-1.4.2
[2021-12-07T13:52:17.929Z] timeout: 90.0s
[2021-12-07T13:52:17.929Z] timeout method: signal
[2021-12-07T13:52:17.929Z] timeout func_only: True
[2021-12-07T13:52:17.929Z] collected 26 items
[2021-12-07T13:52:17.929Z]
[2021-12-07T13:52:17.929Z] tests/system/test_autodiscovery.py s [ 3%]
[2021-12-07T13:52:22.294Z] tests/system/test_base.py ...........s. [ 53%]
[2021-12-07T13:52:26.111Z] tests/system/test_icmp.py . [ 57%]
[2021-12-07T13:52:36.230Z] tests/system/test_monitor.py ....... [ 84%]
[2021-12-07T13:52:48.290Z] tests/system/test_reload.py ... [ 96%]
[2021-12-07T13:52:48.290Z] tests/system/test_telemetry.py s [100%]
[2021-12-07T13:52:48.290Z]
[2021-12-07T13:52:48.290Z] - generated xml file: /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/heartbeat/build/TEST-python-unit.xml -
[2021-12-07T13:52:48.290Z] ============================= slowest 20 durations =============================
[2021-12-07T13:52:48.290Z] 5.76s call heartbeat/tests/system/test_reload.py::Test::test_config_reload
[2021-12-07T13:52:48.290Z] 3.65s call heartbeat/tests/system/test_reload.py::Test::test_config_remove
[2021-12-07T13:52:48.290Z] 3.55s call heartbeat/tests/system/test_monitor.py::Test::test_tcp_1
[2021-12-07T13:52:48.290Z] 3.37s call heartbeat/tests/system/test_icmp.py::Test::test_base
[2021-12-07T13:52:48.290Z] 2.68s call heartbeat/tests/system/test_reload.py::Test::test_config_add
[2021-12-07T13:52:48.290Z] 2.16s call heartbeat/tests/system/test_monitor.py::Test::test_http_delayed
[2021-12-07T13:52:48.290Z] 1.86s call heartbeat/tests/system/test_monitor.py::Test::test_http_0_200
[2021-12-07T13:52:48.290Z] 0.86s call heartbeat/tests/system/test_base.py::Test::test_base
[2021-12-07T13:52:48.290Z] 0.66s call heartbeat/tests/system/test_monitor.py::Test::test_http_with_hosts_config_1_404
[2021-12-07T13:52:48.290Z] 0.65s call heartbeat/tests/system/test_monitor.py::Test::test_http_with_hosts_config_0_200
[2021-12-07T13:52:48.290Z] 0.65s call heartbeat/tests/system/test_monitor.py::Test::test_http_1_404
[2021-12-07T13:52:48.290Z] 0.62s call heartbeat/tests/system/test_monitor.py::Test::test_tcp_0
[2021-12-07T13:52:48.290Z] 0.46s call heartbeat/tests/system/test_base.py::Test::test_fields_not_under_root
[2021-12-07T13:52:48.290Z] 0.46s call heartbeat/tests/system/test_base.py::Test::test_host_fields_not_present
[2021-12-07T13:52:48.290Z] 0.46s call heartbeat/tests/system/test_base.py::Test::test_dataset
[2021-12-07T13:52:48.290Z] 0.45s call heartbeat/tests/system/test_base.py::Test::test_fields_under_root
[2021-12-07T13:52:48.290Z] 0.38s call heartbeat/tests/system/test_base.py::Test::test_disabled
[2021-12-07T13:52:48.290Z] 0.37s call heartbeat/tests/system/test_base.py::Test::test_run_once
[2021-12-07T13:52:48.290Z] 0.30s call heartbeat/tests/system/test_base.py::Test::test_export_index_pattern_migration
[2021-12-07T13:52:48.290Z] 0.28s call heartbeat/tests/system/test_base.py::Test::test_export_index_pattern
[2021-12-07T13:52:48.290Z] ======================== 23 passed, 3 skipped in 30.61s ========================
[2021-12-07T13:52:48.290Z] >> python test: Unit Testing Complete
[2021-12-07T13:52:48.749Z] [Pipeline] }
[2021-12-07T13:52:48.761Z] [Pipeline] // dir
[2021-12-07T13:52:48.764Z] [Pipeline] }
[2021-12-07T13:52:48.774Z] [Pipeline] // stage
[2021-12-07T13:52:48.814Z] [Pipeline] stage
[2021-12-07T13:52:48.815Z] [Pipeline] { (libbeat)
[2021-12-07T13:52:48.831Z] [Pipeline] dir
[2021-12-07T13:52:48.832Z] Running in /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/libbeat
[2021-12-07T13:52:48.833Z] [Pipeline] {
[2021-12-07T13:52:48.846Z] [Pipeline] isUnix
[2021-12-07T13:52:48.851Z] [Pipeline] sh
[2021-12-07T13:52:51.369Z] + mage unitTest
[2021-12-07T13:52:54.200Z] >> go test: Unit Testing
[2021-12-07T13:52:54.200Z] exec: gotestsum --no-color -f standard-quiet --junitfile build/TEST-go-unit.xml --jsonfile build/TEST-go-unit.out.json -- ./...
[2021-12-07T13:52:55.076Z] ok github.com/elastic/beats/v7/libbeat/api/npipe (cached)
[2021-12-07T13:52:55.076Z] ok github.com/elastic/beats/v7/libbeat/api (cached)
[2021-12-07T13:52:55.961Z] ok github.com/elastic/beats/v7/libbeat/asset (cached)
[2021-12-07T13:52:55.961Z] ok github.com/elastic/beats/v7/libbeat/autodiscover/appenders/config (cached)
[2021-12-07T13:52:55.961Z] ok github.com/elastic/beats/v7/libbeat/autodiscover (cached)
[2021-12-07T13:52:55.961Z] ok github.com/elastic/beats/v7/libbeat/autodiscover/meta (cached)
[2021-12-07T13:52:55.961Z] ok github.com/elastic/beats/v7/libbeat/autodiscover/builder (cached)
[2021-12-07T13:52:55.961Z] ok github.com/elastic/beats/v7/libbeat/autodiscover/providers/docker (cached)
[2021-12-07T13:52:55.961Z] ok github.com/elastic/beats/v7/libbeat/autodiscover/providers/jolokia (cached)
[2021-12-07T13:52:55.961Z] ok github.com/elastic/beats/v7/libbeat (cached)
[2021-12-07T13:52:55.961Z] ? github.com/elastic/beats/v7/libbeat/autodiscover/appenders [no test files]
[2021-12-07T13:52:55.961Z] ? github.com/elastic/beats/v7/libbeat/autodiscover/providers [no test files]
[2021-12-07T13:52:55.961Z] ok github.com/elastic/beats/v7/libbeat/autodiscover/template (cached)
[2021-12-07T13:52:55.961Z] ok github.com/elastic/beats/v7/libbeat/beat (cached)
[2021-12-07T13:52:55.961Z] ok github.com/elastic/beats/v7/libbeat/beat/events (cached)
[2021-12-07T13:52:55.961Z] ok github.com/elastic/beats/v7/libbeat/cloudid (cached)
[2021-12-07T13:52:55.961Z] ok github.com/elastic/beats/v7/libbeat/cfgfile (cached)
[2021-12-07T13:52:55.961Z] ok github.com/elastic/beats/v7/libbeat/cmd/instance/metrics (cached)
[2021-12-07T13:52:55.961Z] ok github.com/elastic/beats/v7/libbeat/cmd/platformcheck (cached)
[2021-12-07T13:52:55.961Z] ok github.com/elastic/beats/v7/libbeat/common/acker (cached)
[2021-12-07T13:52:55.961Z] ok github.com/elastic/beats/v7/libbeat/common/atomic (cached)
[2021-12-07T13:52:55.961Z] ok github.com/elastic/beats/v7/libbeat/autodiscover/providers/kubernetes (cached)
[2021-12-07T13:52:55.961Z] ? github.com/elastic/beats/v7/libbeat/cmd [no test files]
[2021-12-07T13:52:55.961Z] ? github.com/elastic/beats/v7/libbeat/cmd/export [no test files]
[2021-12-07T13:52:55.961Z] ok github.com/elastic/beats/v7/libbeat/common/bus (cached)
[2021-12-07T13:52:55.961Z] ok github.com/elastic/beats/v7/libbeat/common/backoff (cached)
[2021-12-07T13:52:55.961Z] ok github.com/elastic/beats/v7/libbeat/common (cached)
[2021-12-07T13:52:55.961Z] ok github.com/elastic/beats/v7/libbeat/common/cfgtype (cached)
[2021-12-07T13:52:55.962Z] ok github.com/elastic/beats/v7/libbeat/common/cleanup (cached)
[2021-12-07T13:52:55.962Z] ok github.com/elastic/beats/v7/libbeat/common/cfgwarn (cached)
[2021-12-07T13:52:55.962Z] ok github.com/elastic/beats/v7/libbeat/common/cli (cached)
[2021-12-07T13:52:55.962Z] ok github.com/elastic/beats/v7/libbeat/common/docker (cached)
[2021-12-07T13:52:55.962Z] ok github.com/elastic/beats/v7/libbeat/common/dtfmt (cached)
[2021-12-07T13:52:55.962Z] ok github.com/elastic/beats/v7/libbeat/common/encoding/xml (cached)
[2021-12-07T13:52:55.962Z] ok github.com/elastic/beats/v7/libbeat/cmd/instance (cached)
[2021-12-07T13:52:55.962Z] ? github.com/elastic/beats/v7/libbeat/cmd/test [no test files]
[2021-12-07T13:52:55.962Z] ok github.com/elastic/beats/v7/libbeat/common/file (cached)
[2021-12-07T13:52:55.962Z] ? github.com/elastic/beats/v7/libbeat/common/fleetmode [no test files]
[2021-12-07T13:52:55.962Z] ok github.com/elastic/beats/v7/libbeat/common/fmtstr (cached)
[2021-12-07T13:52:55.962Z] ok github.com/elastic/beats/v7/libbeat/common/jsontransform (cached)
[2021-12-07T13:52:55.962Z] ok github.com/elastic/beats/v7/libbeat/common/kafka (cached)
[2021-12-07T13:52:55.962Z] ok github.com/elastic/beats/v7/libbeat/common/flowhash (cached)
[2021-12-07T13:52:55.962Z] ? github.com/elastic/beats/v7/libbeat/common/flowhash/examples [no test files]
[2021-12-07T13:52:56.859Z] ok github.com/elastic/beats/v7/libbeat/common/match (cached)
[2021-12-07T13:52:56.859Z] ok github.com/elastic/beats/v7/libbeat/common/kubernetes/k8skeystore (cached)
[2021-12-07T13:52:56.859Z] ok github.com/elastic/beats/v7/libbeat/common/kubernetes (cached)
[2021-12-07T13:52:56.859Z] ok github.com/elastic/beats/v7/libbeat/common/schema (cached)
[2021-12-07T13:52:56.859Z] ok github.com/elastic/beats/v7/libbeat/common/reload (cached)
[2021-12-07T13:52:56.859Z] ok github.com/elastic/beats/v7/libbeat/common/safemapstr (cached)
[2021-12-07T13:52:56.859Z] ok github.com/elastic/beats/v7/libbeat/common/kubernetes/metadata (cached)
[2021-12-07T13:52:56.859Z] ? github.com/elastic/beats/v7/libbeat/common/op [no test files]
[2021-12-07T13:52:56.859Z] ok github.com/elastic/beats/v7/libbeat/common/schema/mapstriface (cached)
[2021-12-07T13:52:56.859Z] ok github.com/elastic/beats/v7/libbeat/common/schema/mapstrstr (cached)
[2021-12-07T13:52:56.859Z] ? github.com/elastic/beats/v7/libbeat/common/seccomp [no test files]
[2021-12-07T13:52:56.859Z] ok github.com/elastic/beats/v7/libbeat/common/streambuf (cached)
[2021-12-07T13:52:56.859Z] ? github.com/elastic/beats/v7/libbeat/common/terminal [no test files]
[2021-12-07T13:52:56.859Z] ok github.com/elastic/beats/v7/libbeat/common/transform/typeconv (cached)
[2021-12-07T13:52:56.859Z] ok github.com/elastic/beats/v7/libbeat/common/transport (cached)
[2021-12-07T13:52:56.859Z] ok github.com/elastic/beats/v7/libbeat/common/transport/httpcommon (cached)
[2021-12-07T13:52:56.859Z] ? github.com/elastic/beats/v7/libbeat/common/transport/kerberos [no test files]
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/common/transport/transptest (cached)
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/common/x509util (cached)
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/common/useragent (cached)
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/common/transport/tlscommon (cached)
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/dashboards (cached)
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/feature (cached)
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/conditions (cached)
[2021-12-07T13:52:56.860Z] ? github.com/elastic/beats/v7/libbeat/ecs [no test files]
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/esleg/eslegclient (cached)
[2021-12-07T13:52:56.860Z] ? github.com/elastic/beats/v7/libbeat/esleg/eslegtest [no test files]
[2021-12-07T13:52:56.860Z] ? github.com/elastic/beats/v7/libbeat/generator/fields [no test files]
[2021-12-07T13:52:56.860Z] ? github.com/elastic/beats/v7/libbeat/generator/fields/validate [no test files]
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/idxmgmt (cached)
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/instrumentation (cached)
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/idxmgmt/ilm (cached)
[2021-12-07T13:52:56.860Z] ? github.com/elastic/beats/v7/libbeat/internal/testutil [no test files]
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/keystore (cached)
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/licenser (cached)
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/kibana (cached)
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/logp (cached)
[2021-12-07T13:52:56.860Z] ? github.com/elastic/beats/v7/libbeat/logp/configure [no test files]
[2021-12-07T13:52:56.860Z] ? github.com/elastic/beats/v7/libbeat/management [no test files]
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/mapping (cached)
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/metric/system/cgroup/cgcommon (cached)
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/metric/system/cgroup/cgv1 (cached)
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/metric/system/cgroup/cgv2 (cached)
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/metric/system/numcpu (cached)
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/metric/system/process (cached)
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/mime (cached)
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/monitoring (cached)
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/monitoring/report (cached)
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/monitoring/adapter (cached)
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/monitoring/report/elasticsearch (cached)
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/monitoring/report/log (cached)
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/outputs/codec/format (cached)
[2021-12-07T13:52:56.860Z] ok github.com/elastic/beats/v7/libbeat/outputs/codec/json (cached)
[2021-12-07T13:52:57.803Z] testing: warning: no tests to run
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/outputs/fileout (cached) [no tests to run]
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/outputs/console (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/outputs/kafka (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/outputs/logstash (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/outputs/elasticsearch (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/paths (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/outputs/outil (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/outputs/redis (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/processors/add_cloud_metadata (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/processors/actions (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/processors (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/processors/add_data_stream (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/processors/add_docker_metadata (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/processors/add_id (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/processors/add_host_metadata (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/processors/add_id/generator (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/processors/add_observer_metadata (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/processors/add_locale (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/processors/add_process_metadata (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/processors/communityid (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/processors/checks (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/processors/add_kubernetes_metadata (cached)
[2021-12-07T13:52:57.803Z] FAIL github.com/elastic/beats/v7/libbeat/metric/system/cgroup 0.191s
[2021-12-07T13:52:57.803Z] ? github.com/elastic/beats/v7/libbeat/metric/system/cpu [no test files]
[2021-12-07T13:52:57.803Z] ? github.com/elastic/beats/v7/libbeat/metric/system/diskio [no test files]
[2021-12-07T13:52:57.803Z] ? github.com/elastic/beats/v7/libbeat/metric/system/host [no test files]
[2021-12-07T13:52:57.803Z] ? github.com/elastic/beats/v7/libbeat/metric/system/network [no test files]
[2021-12-07T13:52:57.803Z] ? github.com/elastic/beats/v7/libbeat/mock [no test files]
[2021-12-07T13:52:57.803Z] ? github.com/elastic/beats/v7/libbeat/opt [no test files]
[2021-12-07T13:52:57.803Z] ? github.com/elastic/beats/v7/libbeat/outputs [no test files]
[2021-12-07T13:52:57.803Z] ? github.com/elastic/beats/v7/libbeat/outputs/codec [no test files]
[2021-12-07T13:52:57.803Z] ? github.com/elastic/beats/v7/libbeat/outputs/outest [no test files]
[2021-12-07T13:52:57.803Z] ? github.com/elastic/beats/v7/libbeat/plugin [no test files]
[2021-12-07T13:52:57.803Z] ? github.com/elastic/beats/v7/libbeat/processors/add_formatted_index [no test files]
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/processors/convert (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/processors/decode_csv_fields (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/processors/decode_xml (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/processors/decode_xml_wineventlog (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/processors/dissect (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/processors/extract_array (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/processors/fingerprint (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/processors/dns (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/processors/ratelimit (cached)
[2021-12-07T13:52:57.803Z] ok github.com/elastic/beats/v7/libbeat/processors/registered_domain (cached)
[2021-12-07T13:52:58.684Z] ok github.com/elastic/beats/v7/libbeat/processors/script/javascript/module/console (cached)
[2021-12-07T13:52:58.684Z] ? github.com/elastic/beats/v7/libbeat/processors/script [no test files]
[2021-12-07T13:52:58.684Z] ok github.com/elastic/beats/v7/libbeat/processors/script/javascript/module/net (cached)
[2021-12-07T13:52:58.684Z] ok github.com/elastic/beats/v7/libbeat/processors/script/javascript/module/path (cached)
[2021-12-07T13:52:58.684Z] ok github.com/elastic/beats/v7/libbeat/processors/script/javascript/module/processor (cached)
[2021-12-07T13:52:58.684Z] ok github.com/elastic/beats/v7/libbeat/processors/timeseries (cached)
[2021-12-07T13:52:58.684Z] ok github.com/elastic/beats/v7/libbeat/processors/script/javascript/module/windows (cached)
[2021-12-07T13:52:58.684Z] ok github.com/elastic/beats/v7/libbeat/processors/timestamp (cached)
[2021-12-07T13:52:58.684Z] ok github.com/elastic/beats/v7/libbeat/processors/urldecode (cached)
[2021-12-07T13:52:58.684Z] ok github.com/elastic/beats/v7/libbeat/processors/util (cached)
[2021-12-07T13:52:58.684Z] ok github.com/elastic/beats/v7/libbeat/processors/script/javascript (cached)
[2021-12-07T13:52:58.684Z] ? github.com/elastic/beats/v7/libbeat/processors/script/javascript/module [no test files]
[2021-12-07T13:52:58.684Z] ? github.com/elastic/beats/v7/libbeat/processors/script/javascript/module/require [no test files]
[2021-12-07T13:52:58.684Z] ? github.com/elastic/beats/v7/libbeat/processors/translate_sid [no test files]
[2021-12-07T13:52:58.684Z] ? github.com/elastic/beats/v7/libbeat/publisher [no test files]
[2021-12-07T13:52:58.684Z] ? github.com/elastic/beats/v7/libbeat/publisher/includes [no test files]
[2021-12-07T13:52:58.684Z] ok github.com/elastic/beats/v7/libbeat/publisher/processing (cached)
[2021-12-07T13:52:58.684Z] ok github.com/elastic/beats/v7/libbeat/publisher/testing (cached)
[2021-12-07T13:52:58.684Z] ok github.com/elastic/beats/v7/libbeat/reader (cached)
[2021-12-07T13:52:58.684Z] ok github.com/elastic/beats/v7/libbeat/publisher/queue/diskqueue (cached)
[2021-12-07T13:52:58.684Z] ok github.com/elastic/beats/v7/libbeat/reader/debug (cached)
[2021-12-07T13:52:58.684Z] ok github.com/elastic/beats/v7/libbeat/publisher/queue/memqueue (cached)
[2021-12-07T13:52:58.684Z] ok github.com/elastic/beats/v7/libbeat/reader/parser (cached)
[2021-12-07T13:52:58.684Z] ok github.com/elastic/beats/v7/libbeat/reader/multiline (cached)
[2021-12-07T13:52:58.684Z] ok github.com/elastic/beats/v7/libbeat/reader/readfile (cached)
[2021-12-07T13:52:58.685Z] ok github.com/elastic/beats/v7/libbeat/reader/readfile/encoding (cached)
[2021-12-07T13:52:58.685Z] ok github.com/elastic/beats/v7/libbeat/scripts/cmd/global_fields (cached)
[2021-12-07T13:52:58.685Z] ok github.com/elastic/beats/v7/libbeat/reader/readjson (cached)
[2021-12-07T13:52:58.685Z] ok github.com/elastic/beats/v7/libbeat/statestore (cached)
[2021-12-07T13:52:58.685Z] ok github.com/elastic/beats/v7/libbeat/template (cached)
[2021-12-07T13:52:58.685Z] ok github.com/elastic/beats/v7/libbeat/statestore/storetest (cached)
[2021-12-07T13:52:58.685Z] ok github.com/elastic/beats/v7/libbeat/statestore/backend/memlog (cached)
[2021-12-07T13:52:58.685Z] ok github.com/elastic/beats/v7/libbeat/testing (cached)
[2021-12-07T13:52:58.685Z] ok github.com/elastic/beats/v7/libbeat/tests/resources (cached)
[2021-12-07T13:52:59.604Z] ok github.com/elastic/beats/v7/libbeat/publisher/pipeline (cached)
[2021-12-07T13:52:59.604Z] ? github.com/elastic/beats/v7/libbeat/publisher/pipeline/stress [no test files]
[2021-12-07T13:52:59.604Z] ? github.com/elastic/beats/v7/libbeat/publisher/pipetool [no test files]
[2021-12-07T13:52:59.604Z] ? github.com/elastic/beats/v7/libbeat/publisher/queue [no test files]
[2021-12-07T13:52:59.604Z] ? github.com/elastic/beats/v7/libbeat/publisher/queue/queuetest [no test files]
[2021-12-07T13:52:59.604Z] ? github.com/elastic/beats/v7/libbeat/scripts/cmd/stress_pipeline [no test files]
[2021-12-07T13:52:59.604Z] ? github.com/elastic/beats/v7/libbeat/service [no test files]
[2021-12-07T13:52:59.604Z] ? github.com/elastic/beats/v7/libbeat/statestore/backend [no test files]
[2021-12-07T13:52:59.604Z] ? github.com/elastic/beats/v7/libbeat/statestore/internal/storecompliance [no test files]
[2021-12-07T13:52:59.604Z] ? github.com/elastic/beats/v7/libbeat/tests/compose [no test files]
[2021-12-07T13:52:59.604Z] ? github.com/elastic/beats/v7/libbeat/tests/docker [no test files]
[2021-12-07T13:52:59.604Z] ? github.com/elastic/beats/v7/libbeat/tests/system/template [no test files]
[2021-12-07T13:52:59.604Z] ? github.com/elastic/beats/v7/libbeat/version [no test files]
[2021-12-07T13:52:59.604Z]
[2021-12-07T13:52:59.604Z] === Skipped
[2021-12-07T13:52:59.604Z] === SKIP: libbeat/api TestConfiguration (0.00s)
[2021-12-07T13:52:59.604Z] server_test.go:38: Check for User and Security Descriptor
[2021-12-07T13:52:59.604Z]
[2021-12-07T13:52:59.604Z] === SKIP: libbeat/cmd/platformcheck TestCheckPlatformCompat (0.00s)
[2021-12-07T13:52:59.604Z] platformcheck_test.go:33: Test not support on current platform
[2021-12-07T13:52:59.604Z]
[2021-12-07T13:52:59.604Z] === SKIP: libbeat/outputs/codec/format TestFormatStringWriter (0.00s)
[2021-12-07T13:52:59.604Z]
[2021-12-07T13:52:59.604Z] === SKIP: libbeat/publisher/pipeline TestReplaceClientWorker (0.00s)
[2021-12-07T13:52:59.604Z] output_test.go:98: Flaky test: https://github.com/elastic/beats/issues/17965
[2021-12-07T13:52:59.604Z]
[2021-12-07T13:52:59.604Z] === Failed
[2021-12-07T13:52:59.604Z] === FAIL: libbeat/metric/system/cgroup TestReaderGetStatsV2 (0.01s)
[2021-12-07T13:52:59.604Z] reader_test.go:74:
[2021-12-07T13:52:59.604Z] Error Trace: reader_test.go:74
[2021-12-07T13:52:59.604Z] Error: Received unexpected error:
[2021-12-07T13:52:59.604Z] getIOStats is linux-only
[2021-12-07T13:52:59.604Z] error looking up device ID 8:0
[2021-12-07T13:52:59.604Z] github.com/elastic/beats/v7/libbeat/metric/system/cgroup/cgv2.getIOStats
[2021-12-07T13:52:59.604Z] /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/libbeat/metric/system/cgroup/cgv2/io.go:98
[2021-12-07T13:52:59.604Z] github.com/elastic/beats/v7/libbeat/metric/system/cgroup/cgv2.(*IOSubsystem).Get
[2021-12-07T13:52:59.604Z] /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/libbeat/metric/system/cgroup/cgv2/io.go:59
[2021-12-07T13:52:59.604Z] github.com/elastic/beats/v7/libbeat/metric/system/cgroup.getStatsV2
[2021-12-07T13:52:59.604Z] /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/libbeat/metric/system/cgroup/reader.go:260
[2021-12-07T13:52:59.604Z] github.com/elastic/beats/v7/libbeat/metric/system/cgroup.(*Reader).GetV2StatsForProcess
[2021-12-07T13:52:59.604Z] /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/libbeat/metric/system/cgroup/reader.go:220
[2021-12-07T13:52:59.604Z] github.com/elastic/beats/v7/libbeat/metric/system/cgroup.TestReaderGetStatsV2
[2021-12-07T13:52:59.604Z] /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/libbeat/metric/system/cgroup/reader_test.go:73
[2021-12-07T13:52:59.604Z] testing.tRunner
[2021-12-07T13:52:59.604Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/testing/testing.go:1259
[2021-12-07T13:52:59.604Z] runtime.goexit
[2021-12-07T13:52:59.604Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/runtime/asm_amd64.s:1581
[2021-12-07T13:52:59.604Z] error getting io.stats for path testdata/docker/sys/fs/cgroup/system.slice/docker-1c8fa019edd4b9d4b2856f4932c55929c5c118c808ed5faee9a135ca6e84b039.scope
[2021-12-07T13:52:59.604Z] github.com/elastic/beats/v7/libbeat/metric/system/cgroup/cgv2.(*IOSubsystem).Get
[2021-12-07T13:52:59.604Z] /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/libbeat/metric/system/cgroup/cgv2/io.go:61
[2021-12-07T13:52:59.604Z] github.com/elastic/beats/v7/libbeat/metric/system/cgroup.getStatsV2
[2021-12-07T13:52:59.604Z] /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/libbeat/metric/system/cgroup/reader.go:260
[2021-12-07T13:52:59.604Z] github.com/elastic/beats/v7/libbeat/metric/system/cgroup.(*Reader).GetV2StatsForProcess
[2021-12-07T13:52:59.604Z] /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/libbeat/metric/system/cgroup/reader.go:220
[2021-12-07T13:52:59.604Z] github.com/elastic/beats/v7/libbeat/metric/system/cgroup.TestReaderGetStatsV2
[2021-12-07T13:52:59.604Z] /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/libbeat/metric/system/cgroup/reader_test.go:73
[2021-12-07T13:52:59.604Z] testing.tRunner
[2021-12-07T13:52:59.604Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/testing/testing.go:1259
[2021-12-07T13:52:59.604Z] runtime.goexit
[2021-12-07T13:52:59.604Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/runtime/asm_amd64.s:1581
[2021-12-07T13:52:59.604Z] error fetching IO stats
[2021-12-07T13:52:59.604Z] github.com/elastic/beats/v7/libbeat/metric/system/cgroup.getStatsV2
[2021-12-07T13:52:59.604Z] /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/libbeat/metric/system/cgroup/reader.go:262
[2021-12-07T13:52:59.605Z] github.com/elastic/beats/v7/libbeat/metric/system/cgroup.(*Reader).GetV2StatsForProcess
[2021-12-07T13:52:59.605Z] /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/libbeat/metric/system/cgroup/reader.go:220
[2021-12-07T13:52:59.605Z] github.com/elastic/beats/v7/libbeat/metric/system/cgroup.TestReaderGetStatsV2
[2021-12-07T13:52:59.605Z] /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/libbeat/metric/system/cgroup/reader_test.go:73
[2021-12-07T13:52:59.605Z] testing.tRunner
[2021-12-07T13:52:59.605Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/testing/testing.go:1259
[2021-12-07T13:52:59.605Z] runtime.goexit
[2021-12-07T13:52:59.605Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/runtime/asm_amd64.s:1581
[2021-12-07T13:52:59.605Z] error fetching stats for controller io
[2021-12-07T13:52:59.605Z] github.com/elastic/beats/v7/libbeat/metric/system/cgroup.(*Reader).GetV2StatsForProcess
[2021-12-07T13:52:59.605Z] /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/libbeat/metric/system/cgroup/reader.go:222
[2021-12-07T13:52:59.605Z] github.com/elastic/beats/v7/libbeat/metric/system/cgroup.TestReaderGetStatsV2
[2021-12-07T13:52:59.605Z] /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/libbeat/metric/system/cgroup/reader_test.go:73
[2021-12-07T13:52:59.605Z] testing.tRunner
[2021-12-07T13:52:59.605Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/testing/testing.go:1259
[2021-12-07T13:52:59.605Z] runtime.goexit
[2021-12-07T13:52:59.605Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/runtime/asm_amd64.s:1581
[2021-12-07T13:52:59.605Z] Test: TestReaderGetStatsV2
[2021-12-07T13:52:59.605Z] Messages: error in GetV2StatsForProcess
[2021-12-07T13:52:59.605Z] panic: runtime error: invalid memory address or nil pointer dereference [recovered]
[2021-12-07T13:52:59.605Z] panic: runtime error: invalid memory address or nil pointer dereference
[2021-12-07T13:52:59.605Z] [signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x1201882]
[2021-12-07T13:52:59.605Z]
[2021-12-07T13:52:59.605Z] goroutine 20 [running]:
[2021-12-07T13:52:59.605Z] testing.tRunner.func1.2({0x1233a80, 0x146f7c0})
[2021-12-07T13:52:59.605Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/testing/testing.go:1209 +0x24e
[2021-12-07T13:52:59.605Z] testing.tRunner.func1()
[2021-12-07T13:52:59.605Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/testing/testing.go:1212 +0x218
[2021-12-07T13:52:59.605Z] panic({0x1233a80, 0x146f7c0})
[2021-12-07T13:52:59.605Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/runtime/panic.go:1038 +0x215
[2021-12-07T13:52:59.605Z] github.com/elastic/beats/v7/libbeat/metric/system/cgroup.TestReaderGetStatsV2(0xc0001969c0)
[2021-12-07T13:52:59.605Z] /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/libbeat/metric/system/cgroup/reader_test.go:76 +0x122
[2021-12-07T13:52:59.605Z] testing.tRunner(0xc0001971e0, 0x1291478)
[2021-12-07T13:52:59.605Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/testing/testing.go:1259 +0x102
[2021-12-07T13:52:59.605Z] created by testing.(*T).Run
[2021-12-07T13:52:59.605Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/testing/testing.go:1306 +0x35a
[2021-12-07T13:52:59.605Z]
[2021-12-07T13:52:59.605Z] DONE 2580 tests, 4 skipped, 1 failure in 5.908s
[2021-12-07T13:52:59.605Z] Error: go test returned a non-zero value: exit status 1
[2021-12-07T13:52:59.605Z] + true
[2021-12-07T13:53:00.055Z] [Pipeline] }
[2021-12-07T13:53:00.065Z] [Pipeline] // dir
[2021-12-07T13:53:00.068Z] [Pipeline] }
[2021-12-07T13:53:00.076Z] [Pipeline] // stage
[2021-12-07T13:53:00.084Z] [Pipeline] stage
[2021-12-07T13:53:00.086Z] [Pipeline] { (metricbeat)
[2021-12-07T13:53:00.101Z] [Pipeline] dir
[2021-12-07T13:53:00.101Z] Running in /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/metricbeat
[2021-12-07T13:53:00.103Z] [Pipeline] {
[2021-12-07T13:53:00.112Z] [Pipeline] isUnix
[2021-12-07T13:53:00.118Z] [Pipeline] sh
[2021-12-07T13:53:01.778Z] + mage unitTest
[2021-12-07T13:53:08.690Z] Generated fields.yml for metricbeat to /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/metricbeat/fields.yml
[2021-12-07T13:53:10.516Z] Generated fields.yml for metricbeat to /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/metricbeat/fields.yml
[2021-12-07T13:53:10.516Z] >> go test: Unit Testing
[2021-12-07T13:53:10.516Z] exec: gotestsum --no-color -f standard-quiet --junitfile build/TEST-go-unit.xml --jsonfile build/TEST-go-unit.out.json -- ./...
[2021-12-07T13:53:31.376Z] ok github.com/elastic/beats/v7/metricbeat/autodiscover/appender/kubernetes/token 0.197s
[2021-12-07T13:53:31.376Z] ok github.com/elastic/beats/v7/metricbeat/helper 0.584s
[2021-12-07T13:53:31.376Z] ok github.com/elastic/beats/v7/metricbeat/autodiscover/builder/hints 0.800s
[2021-12-07T13:53:32.306Z] testing: warning: no tests to run
[2021-12-07T13:53:32.306Z] ok github.com/elastic/beats/v7/metricbeat/helper/labelhash 0.136s [no tests to run]
[2021-12-07T13:53:35.161Z] ok github.com/elastic/beats/v7/metricbeat/helper/elastic 0.211s
[2021-12-07T13:53:36.069Z] ok github.com/elastic/beats/v7/metricbeat/helper/openmetrics 0.299s
[2021-12-07T13:53:36.069Z] ok github.com/elastic/beats/v7/metricbeat/helper/prometheus 0.297s
[2021-12-07T13:53:37.910Z] ok github.com/elastic/beats/v7/metricbeat/helper/server/tcp 0.229s
[2021-12-07T13:53:37.910Z] ok github.com/elastic/beats/v7/metricbeat/helper/server/udp 0.313s
[2021-12-07T13:53:37.910Z] ok github.com/elastic/beats/v7/metricbeat/helper/socket 0.139s
[2021-12-07T13:53:37.910Z] ok github.com/elastic/beats/v7/metricbeat/helper/server/http 0.688s
[2021-12-07T13:53:38.811Z] ok github.com/elastic/beats/v7/metricbeat/helper/sql 0.144s
[2021-12-07T13:53:39.731Z] ok github.com/elastic/beats/v7/metricbeat/internal/metrics/cpu 0.188s
[2021-12-07T13:53:40.623Z] ok github.com/elastic/beats/v7/metricbeat/internal/metrics/memory 0.131s
[2021-12-07T13:53:41.535Z] ok github.com/elastic/beats/v7/metricbeat/mb 0.207s
[2021-12-07T13:53:42.424Z] ok github.com/elastic/beats/v7/metricbeat/mb/module 0.271s
[2021-12-07T13:53:42.424Z] ok github.com/elastic/beats/v7/metricbeat/mb/parse 0.211s
[2021-12-07T13:53:43.317Z] ok github.com/elastic/beats/v7/metricbeat/module/aerospike 0.139s
[2021-12-07T13:53:44.192Z] ok github.com/elastic/beats/v7/metricbeat/mb/testing 0.225s
[2021-12-07T13:53:46.048Z] ok github.com/elastic/beats/v7/metricbeat 1.057s
[2021-12-07T13:53:46.048Z] ? github.com/elastic/beats/v7/metricbeat/beater [no test files]
[2021-12-07T13:53:46.048Z] ? github.com/elastic/beats/v7/metricbeat/cmd [no test files]
[2021-12-07T13:53:46.048Z] ? github.com/elastic/beats/v7/metricbeat/cmd/test [no test files]
[2021-12-07T13:53:46.048Z] ? github.com/elastic/beats/v7/metricbeat/helper/dialer [no test files]
[2021-12-07T13:53:46.048Z] ? github.com/elastic/beats/v7/metricbeat/helper/prometheus/ptest [no test files]
[2021-12-07T13:53:46.048Z] ? github.com/elastic/beats/v7/metricbeat/helper/server [no test files]
[2021-12-07T13:53:46.048Z] ? github.com/elastic/beats/v7/metricbeat/helper/windows/pdh [no test files]
[2021-12-07T13:53:46.048Z] ? github.com/elastic/beats/v7/metricbeat/include [no test files]
[2021-12-07T13:53:46.048Z] ? github.com/elastic/beats/v7/metricbeat/include/fields [no test files]
[2021-12-07T13:53:46.048Z] ok github.com/elastic/beats/v7/metricbeat/module/apache/status 0.319s
[2021-12-07T13:53:46.976Z] ok github.com/elastic/beats/v7/metricbeat/module/beat 0.232s
[2021-12-07T13:53:47.892Z] ok github.com/elastic/beats/v7/metricbeat/module/beat/state 0.188s
[2021-12-07T13:53:47.892Z] ok github.com/elastic/beats/v7/metricbeat/module/beat/stats 0.176s
[2021-12-07T13:53:49.051Z] ok github.com/elastic/beats/v7/metricbeat/module/ceph/cluster_disk 0.186s
[2021-12-07T13:53:49.051Z] ok github.com/elastic/beats/v7/metricbeat/module/ceph/cluster_health 0.223s
[2021-12-07T13:53:49.972Z] ok github.com/elastic/beats/v7/metricbeat/module/ceph/cluster_status 0.215s
[2021-12-07T13:53:51.778Z] ok github.com/elastic/beats/v7/metricbeat/module/ceph/mgr_cluster_disk 0.348s
[2021-12-07T13:53:51.778Z] ok github.com/elastic/beats/v7/metricbeat/module/ceph/mgr_cluster_health 0.225s
[2021-12-07T13:53:52.646Z] ok github.com/elastic/beats/v7/metricbeat/module/ceph/mgr_osd_perf 0.481s
[2021-12-07T13:53:54.461Z] ok github.com/elastic/beats/v7/metricbeat/module/ceph/mgr_osd_tree 0.338s
[2021-12-07T13:53:54.461Z] ok github.com/elastic/beats/v7/metricbeat/module/ceph/mgr_osd_pool_stats 0.508s
[2021-12-07T13:53:55.628Z] ok github.com/elastic/beats/v7/metricbeat/module/ceph/mgr_pool_disk 0.450s
[2021-12-07T13:53:56.702Z] ok github.com/elastic/beats/v7/metricbeat/module/ceph/monitor_health 0.275s
[2021-12-07T13:53:56.702Z] ok github.com/elastic/beats/v7/metricbeat/module/ceph/osd_df 0.329s
[2021-12-07T13:53:57.564Z] ok github.com/elastic/beats/v7/metricbeat/module/ceph/osd_tree 0.196s
[2021-12-07T13:53:59.387Z] ok github.com/elastic/beats/v7/metricbeat/module/couchbase/bucket 0.195s
[2021-12-07T13:53:59.387Z] ok github.com/elastic/beats/v7/metricbeat/module/ceph/pool_disk 0.347s
[2021-12-07T13:54:00.274Z] ok github.com/elastic/beats/v7/metricbeat/module/couchbase/cluster 0.368s
[2021-12-07T13:54:02.107Z] ok github.com/elastic/beats/v7/metricbeat/module/couchbase/node 0.423s
[2021-12-07T13:54:02.107Z] ok github.com/elastic/beats/v7/metricbeat/module/docker 0.188s
[2021-12-07T13:54:03.034Z] ok github.com/elastic/beats/v7/metricbeat/module/docker/cpu 0.189s
[2021-12-07T13:54:03.957Z] ok github.com/elastic/beats/v7/metricbeat/module/docker/memory 0.225s
[2021-12-07T13:54:03.957Z] ok github.com/elastic/beats/v7/metricbeat/module/docker/diskio 0.271s
[2021-12-07T13:54:03.957Z] ok github.com/elastic/beats/v7/metricbeat/mb/testing/data 14.023s
[2021-12-07T13:54:03.957Z] ? github.com/elastic/beats/v7/metricbeat/mb/testing/flags [no test files]
[2021-12-07T13:54:03.957Z] ? github.com/elastic/beats/v7/metricbeat/module [no test files]
[2021-12-07T13:54:03.957Z] ? github.com/elastic/beats/v7/metricbeat/module/aerospike/namespace [no test files]
[2021-12-07T13:54:03.957Z] ? github.com/elastic/beats/v7/metricbeat/module/apache [no test files]
[2021-12-07T13:54:03.957Z] ? github.com/elastic/beats/v7/metricbeat/module/ceph [no test files]
[2021-12-07T13:54:03.957Z] ? github.com/elastic/beats/v7/metricbeat/module/ceph/mgr [no test files]
[2021-12-07T13:54:03.957Z] ? github.com/elastic/beats/v7/metricbeat/module/ceph/mgrtest [no test files]
[2021-12-07T13:54:03.957Z] ? github.com/elastic/beats/v7/metricbeat/module/consul [no test files]
[2021-12-07T13:54:03.957Z] ? github.com/elastic/beats/v7/metricbeat/module/consul/agent [no test files]
[2021-12-07T13:54:03.957Z] ? github.com/elastic/beats/v7/metricbeat/module/couchbase [no test files]
[2021-12-07T13:54:03.957Z] ? github.com/elastic/beats/v7/metricbeat/module/couchdb [no test files]
[2021-12-07T13:54:03.957Z] ? github.com/elastic/beats/v7/metricbeat/module/couchdb/server [no test files]
[2021-12-07T13:54:03.957Z] ? github.com/elastic/beats/v7/metricbeat/module/docker/container [no test files]
[2021-12-07T13:54:03.957Z] ? github.com/elastic/beats/v7/metricbeat/module/docker/event [no test files]
[2021-12-07T13:54:03.957Z] ? github.com/elastic/beats/v7/metricbeat/module/docker/healthcheck [no test files]
[2021-12-07T13:54:03.957Z] ? github.com/elastic/beats/v7/metricbeat/module/docker/image [no test files]
[2021-12-07T13:54:03.957Z] ? github.com/elastic/beats/v7/metricbeat/module/docker/info [no test files]
[2021-12-07T13:54:05.789Z] ok github.com/elastic/beats/v7/metricbeat/module/docker/network 0.179s
[2021-12-07T13:54:05.789Z] ? github.com/elastic/beats/v7/metricbeat/module/docker/network_summary [no test files]
[2021-12-07T13:54:05.789Z] ? github.com/elastic/beats/v7/metricbeat/module/dropwizard [no test files]
[2021-12-07T13:54:06.680Z] ok github.com/elastic/beats/v7/metricbeat/module/dropwizard/collector 0.282s
[2021-12-07T13:54:06.680Z] ? github.com/elastic/beats/v7/metricbeat/module/elasticsearch [no test files]
[2021-12-07T13:54:06.680Z] ok github.com/elastic/beats/v7/metricbeat/module/elasticsearch/ccr 0.336s
[2021-12-07T13:54:06.680Z] ok github.com/elastic/beats/v7/metricbeat/module/elasticsearch/cluster_stats 0.437s
[2021-12-07T13:54:08.511Z] ok github.com/elastic/beats/v7/metricbeat/module/elasticsearch/enrich 0.223s
[2021-12-07T13:54:08.512Z] ok github.com/elastic/beats/v7/metricbeat/module/elasticsearch/index 0.194s
[2021-12-07T13:54:08.512Z] ok github.com/elastic/beats/v7/metricbeat/module/elasticsearch/index_recovery 0.354s
[2021-12-07T13:54:09.393Z] ok github.com/elastic/beats/v7/metricbeat/module/elasticsearch/index_summary 0.407s
[2021-12-07T13:54:11.181Z] ok github.com/elastic/beats/v7/metricbeat/module/elasticsearch/ml_job 0.208s
[2021-12-07T13:54:11.181Z] ok github.com/elastic/beats/v7/metricbeat/module/elasticsearch/node 0.318s
[2021-12-07T13:54:11.181Z] ok github.com/elastic/beats/v7/metricbeat/module/elasticsearch/node_stats 0.393s
[2021-12-07T13:54:11.181Z] ok github.com/elastic/beats/v7/metricbeat/module/elasticsearch/pending_tasks 0.461s
[2021-12-07T13:54:12.972Z] ok github.com/elastic/beats/v7/metricbeat/module/elasticsearch/shard 0.191s
[2021-12-07T13:54:12.972Z] ? github.com/elastic/beats/v7/metricbeat/module/envoyproxy [no test files]
[2021-12-07T13:54:12.972Z] ok github.com/elastic/beats/v7/metricbeat/module/envoyproxy/server 0.293s
[2021-12-07T13:54:12.972Z] ? github.com/elastic/beats/v7/metricbeat/module/etcd [no test files]
[2021-12-07T13:54:12.972Z] ok github.com/elastic/beats/v7/metricbeat/module/etcd/leader 0.318s
[2021-12-07T13:54:14.147Z] ok github.com/elastic/beats/v7/metricbeat/module/etcd/metrics 0.316s
[2021-12-07T13:54:15.035Z] ok github.com/elastic/beats/v7/metricbeat/module/etcd/self 0.204s
[2021-12-07T13:54:15.936Z] ok github.com/elastic/beats/v7/metricbeat/module/graphite/server 0.314s
[2021-12-07T13:54:15.936Z] ok github.com/elastic/beats/v7/metricbeat/module/etcd/store 0.403s
[2021-12-07T13:54:15.936Z] ? github.com/elastic/beats/v7/metricbeat/module/golang [no test files]
[2021-12-07T13:54:15.936Z] ? github.com/elastic/beats/v7/metricbeat/module/golang/expvar [no test files]
[2021-12-07T13:54:15.936Z] ? github.com/elastic/beats/v7/metricbeat/module/golang/heap [no test files]
[2021-12-07T13:54:15.936Z] ? github.com/elastic/beats/v7/metricbeat/module/graphite [no test files]
[2021-12-07T13:54:15.936Z] ok github.com/elastic/beats/v7/metricbeat/module/haproxy 0.208s
[2021-12-07T13:54:15.936Z] ? github.com/elastic/beats/v7/metricbeat/module/haproxy/info [no test files]
[2021-12-07T13:54:15.936Z] ? github.com/elastic/beats/v7/metricbeat/module/haproxy/stat [no test files]
[2021-12-07T13:54:15.936Z] ? github.com/elastic/beats/v7/metricbeat/module/http [no test files]
[2021-12-07T13:54:17.787Z] ok github.com/elastic/beats/v7/metricbeat/module/http/json 0.274s
[2021-12-07T13:54:17.787Z] ok github.com/elastic/beats/v7/metricbeat/module/http/server 0.174s
[2021-12-07T13:54:17.787Z] ? github.com/elastic/beats/v7/metricbeat/module/jolokia [no test files]
[2021-12-07T13:54:17.787Z] ok github.com/elastic/beats/v7/metricbeat/module/jolokia/jmx 0.271s
[2021-12-07T13:54:18.727Z] ok github.com/elastic/beats/v7/metricbeat/module/kafka 0.233s
[2021-12-07T13:54:19.599Z] testing: warning: no tests to run
[2021-12-07T13:54:19.600Z] ok github.com/elastic/beats/v7/metricbeat/module/kafka/consumer 0.174s [no tests to run]
[2021-12-07T13:54:19.600Z] testing: warning: no tests to run
[2021-12-07T13:54:19.600Z] ok github.com/elastic/beats/v7/metricbeat/module/kafka/broker 0.282s [no tests to run]
[2021-12-07T13:54:20.488Z] testing: warning: no tests to run
[2021-12-07T13:54:20.488Z] ok github.com/elastic/beats/v7/metricbeat/module/kafka/producer 0.233s [no tests to run]
[2021-12-07T13:54:20.488Z] ok github.com/elastic/beats/v7/metricbeat/module/kafka/consumergroup 0.297s
[2021-12-07T13:54:20.488Z] ? github.com/elastic/beats/v7/metricbeat/module/kafka/partition [no test files]
[2021-12-07T13:54:21.676Z] ok github.com/elastic/beats/v7/metricbeat/module/kibana 0.179s
[2021-12-07T13:54:21.676Z] ? github.com/elastic/beats/v7/metricbeat/module/kibana/mtest [no test files]
[2021-12-07T13:54:22.881Z] ok github.com/elastic/beats/v7/metricbeat/module/kibana/settings 0.239s
[2021-12-07T13:54:22.881Z] ok github.com/elastic/beats/v7/metricbeat/module/kibana/stats 0.190s
[2021-12-07T13:54:23.772Z] ok github.com/elastic/beats/v7/metricbeat/module/kibana/status 0.362s
[2021-12-07T13:54:23.772Z] ? github.com/elastic/beats/v7/metricbeat/module/kubernetes [no test files]
[2021-12-07T13:54:25.561Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/controllermanager 0.236s
[2021-12-07T13:54:27.671Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/container 0.396s
[2021-12-07T13:54:28.572Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/apiserver 4.004s
[2021-12-07T13:54:28.572Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/event 0.382s
[2021-12-07T13:54:30.436Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/scheduler 0.240s
[2021-12-07T13:54:30.436Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/proxy 0.351s
[2021-12-07T13:54:30.436Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/node 0.553s
[2021-12-07T13:54:33.222Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/pod 0.448s
[2021-12-07T13:54:33.222Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_cronjob 0.212s
[2021-12-07T13:54:36.041Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_container 0.482s
[2021-12-07T13:54:36.041Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_daemonset 0.710s
[2021-12-07T13:54:37.934Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_deployment 0.870s
[2021-12-07T13:54:39.117Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_job 0.672s
[2021-12-07T13:54:39.117Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_persistentvolume 0.210s
[2021-12-07T13:54:39.996Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_persistentvolumeclaim 0.237s
[2021-12-07T13:54:41.864Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_node 0.487s
[2021-12-07T13:54:41.864Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_resourcequota 0.337s
[2021-12-07T13:54:43.681Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_pod 0.528s
[2021-12-07T13:54:43.681Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_replicaset 0.831s
[2021-12-07T13:54:45.472Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_storageclass 0.229s
[2021-12-07T13:54:45.472Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/system 0.211s
[2021-12-07T13:54:46.638Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_service 0.478s
[2021-12-07T13:54:47.536Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/state_statefulset 0.571s
[2021-12-07T13:54:47.536Z] ? github.com/elastic/beats/v7/metricbeat/module/kubernetes/test [no test files]
[2021-12-07T13:54:48.424Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/volume 0.219s
[2021-12-07T13:54:49.341Z] ok github.com/elastic/beats/v7/metricbeat/module/kvm/dommemstat 0.230s
[2021-12-07T13:54:49.341Z] ok github.com/elastic/beats/v7/metricbeat/module/kvm/status 0.190s
[2021-12-07T13:54:50.220Z] ok github.com/elastic/beats/v7/metricbeat/module/kubernetes/util 0.483s
[2021-12-07T13:54:50.220Z] ? github.com/elastic/beats/v7/metricbeat/module/kvm [no test files]
[2021-12-07T13:54:50.220Z] ? github.com/elastic/beats/v7/metricbeat/module/linux [no test files]
[2021-12-07T13:54:51.082Z] ok github.com/elastic/beats/v7/metricbeat/module/linux/conntrack 0.174s
[2021-12-07T13:54:51.082Z] ? github.com/elastic/beats/v7/metricbeat/module/linux/iostat [no test files]
[2021-12-07T13:54:51.082Z] ok github.com/elastic/beats/v7/metricbeat/module/linux/ksm 0.195s
[2021-12-07T13:54:51.082Z] ? github.com/elastic/beats/v7/metricbeat/module/linux/memory [no test files]
[2021-12-07T13:54:51.950Z] ok github.com/elastic/beats/v7/metricbeat/module/linux/pageinfo 0.233s
[2021-12-07T13:54:51.950Z] ? github.com/elastic/beats/v7/metricbeat/module/linux/pressure [no test files]
[2021-12-07T13:54:51.950Z] ? github.com/elastic/beats/v7/metricbeat/module/linux/rapl [no test files]
[2021-12-07T13:54:52.834Z] ok github.com/elastic/beats/v7/metricbeat/module/logstash 0.215s
[2021-12-07T13:54:52.834Z] ok github.com/elastic/beats/v7/metricbeat/module/logstash/node 0.185s
[2021-12-07T13:54:53.741Z] ok github.com/elastic/beats/v7/metricbeat/module/logstash/node_stats 0.237s
[2021-12-07T13:54:53.741Z] ? github.com/elastic/beats/v7/metricbeat/module/memcached [no test files]
[2021-12-07T13:54:53.741Z] ok github.com/elastic/beats/v7/metricbeat/module/memcached/stats 0.265s
[2021-12-07T13:54:54.581Z] ok github.com/elastic/beats/v7/metricbeat/module/munin 0.111s
[2021-12-07T13:54:54.581Z] ok github.com/elastic/beats/v7/metricbeat/module/mongodb 0.202s
[2021-12-07T13:54:55.481Z] ok github.com/elastic/beats/v7/metricbeat/module/mongodb/collstats 0.216s
[2021-12-07T13:54:55.481Z] ? github.com/elastic/beats/v7/metricbeat/module/mongodb/dbstats [no test files]
[2021-12-07T13:54:55.481Z] ? github.com/elastic/beats/v7/metricbeat/module/mongodb/metrics [no test files]
[2021-12-07T13:54:55.481Z] ? github.com/elastic/beats/v7/metricbeat/module/mongodb/replstatus [no test files]
[2021-12-07T13:54:55.481Z] ? github.com/elastic/beats/v7/metricbeat/module/mongodb/status [no test files]
[2021-12-07T13:54:55.481Z] ? github.com/elastic/beats/v7/metricbeat/module/munin/node [no test files]
[2021-12-07T13:54:56.668Z] ok github.com/elastic/beats/v7/metricbeat/module/mysql/status 0.212s
[2021-12-07T13:54:56.668Z] ok github.com/elastic/beats/v7/metricbeat/module/mysql 0.502s
[2021-12-07T13:54:56.668Z] ? github.com/elastic/beats/v7/metricbeat/module/mysql/galera_status [no test files]
[2021-12-07T13:54:56.668Z] ? github.com/elastic/beats/v7/metricbeat/module/mysql/query [no test files]
[2021-12-07T13:54:56.668Z] ? github.com/elastic/beats/v7/metricbeat/module/nats [no test files]
[2021-12-07T13:54:57.571Z] ok github.com/elastic/beats/v7/metricbeat/module/nats/connection 0.234s
[2021-12-07T13:54:57.571Z] ok github.com/elastic/beats/v7/metricbeat/module/nats/connections 0.200s
[2021-12-07T13:54:58.470Z] ok github.com/elastic/beats/v7/metricbeat/module/nats/route 0.207s
[2021-12-07T13:54:58.470Z] ok github.com/elastic/beats/v7/metricbeat/module/nats/routes 0.187s
[2021-12-07T13:54:59.356Z] ok github.com/elastic/beats/v7/metricbeat/module/nats/stats 0.200s
[2021-12-07T13:55:00.231Z] ok github.com/elastic/beats/v7/metricbeat/module/nats/subscriptions 0.188s
[2021-12-07T13:55:00.231Z] ? github.com/elastic/beats/v7/metricbeat/module/nats/util [no test files]
[2021-12-07T13:55:00.231Z] ? github.com/elastic/beats/v7/metricbeat/module/nginx [no test files]
[2021-12-07T13:55:00.231Z] ? github.com/elastic/beats/v7/metricbeat/module/nginx/stubstatus [no test files]
[2021-12-07T13:55:00.231Z] ? github.com/elastic/beats/v7/metricbeat/module/openmetrics [no test files]
[2021-12-07T13:55:01.116Z] ok github.com/elastic/beats/v7/metricbeat/module/php_fpm/pool 0.338s
[2021-12-07T13:55:01.117Z] ok github.com/elastic/beats/v7/metricbeat/module/openmetrics/collector 0.612s
[2021-12-07T13:55:01.117Z] ? github.com/elastic/beats/v7/metricbeat/module/php_fpm [no test files]
[2021-12-07T13:55:02.183Z] ok github.com/elastic/beats/v7/metricbeat/module/php_fpm/process 0.329s
[2021-12-07T13:55:02.183Z] ok github.com/elastic/beats/v7/metricbeat/module/postgresql 0.227s
[2021-12-07T13:55:02.183Z] ? github.com/elastic/beats/v7/metricbeat/module/postgresql/activity [no test files]
[2021-12-07T13:55:02.183Z] ? github.com/elastic/beats/v7/metricbeat/module/postgresql/bgwriter [no test files]
[2021-12-07T13:55:02.183Z] ? github.com/elastic/beats/v7/metricbeat/module/postgresql/database [no test files]
[2021-12-07T13:55:02.183Z] ? github.com/elastic/beats/v7/metricbeat/module/postgresql/statement [no test files]
[2021-12-07T13:55:02.183Z] ? github.com/elastic/beats/v7/metricbeat/module/prometheus [no test files]
[2021-12-07T13:55:04.026Z] ok github.com/elastic/beats/v7/metricbeat/module/prometheus/query 0.330s
[2021-12-07T13:55:04.027Z] ok github.com/elastic/beats/v7/metricbeat/module/prometheus/remote_write 0.328s
[2021-12-07T13:55:04.027Z] ok github.com/elastic/beats/v7/metricbeat/module/prometheus/collector 0.608s
[2021-12-07T13:55:04.027Z] ok github.com/elastic/beats/v7/metricbeat/module/rabbitmq 0.367s
[2021-12-07T13:55:05.833Z] ok github.com/elastic/beats/v7/metricbeat/module/rabbitmq/node 0.187s
[2021-12-07T13:55:05.833Z] ok github.com/elastic/beats/v7/metricbeat/module/rabbitmq/exchange 0.311s
[2021-12-07T13:55:07.040Z] ok github.com/elastic/beats/v7/metricbeat/module/rabbitmq/connection 0.565s
[2021-12-07T13:55:07.040Z] ? github.com/elastic/beats/v7/metricbeat/module/rabbitmq/mtest [no test files]
[2021-12-07T13:55:07.040Z] ok github.com/elastic/beats/v7/metricbeat/module/rabbitmq/queue 0.578s
[2021-12-07T13:55:07.921Z] ok github.com/elastic/beats/v7/metricbeat/module/redis 0.199s
[2021-12-07T13:55:08.812Z] ok github.com/elastic/beats/v7/metricbeat/module/redis/info 0.343s
[2021-12-07T13:55:08.812Z] ? github.com/elastic/beats/v7/metricbeat/module/redis/key [no test files]
[2021-12-07T13:55:08.812Z] ? github.com/elastic/beats/v7/metricbeat/module/redis/keyspace [no test files]
[2021-12-07T13:55:08.812Z] ok github.com/elastic/beats/v7/metricbeat/module/system 0.442s
[2021-12-07T13:55:08.812Z] ok github.com/elastic/beats/v7/metricbeat/module/system/core 0.463s
[2021-12-07T13:55:10.623Z] ok github.com/elastic/beats/v7/metricbeat/module/system/filesystem 0.172s
[2021-12-07T13:55:10.623Z] ok github.com/elastic/beats/v7/metricbeat/module/system/load 0.397s
[2021-12-07T13:55:11.485Z] ok github.com/elastic/beats/v7/metricbeat/module/system/fsstat 1.316s
[2021-12-07T13:55:12.368Z] ok github.com/elastic/beats/v7/metricbeat/module/system/memory 0.197s
[2021-12-07T13:55:12.368Z] ok github.com/elastic/beats/v7/metricbeat/module/system/network 0.207s
[2021-12-07T13:55:13.539Z] ok github.com/elastic/beats/v7/metricbeat/module/system/network_summary 0.172s
[2021-12-07T13:55:14.387Z] ok github.com/elastic/beats/v7/metricbeat/module/system/process_summary 0.201s
[2021-12-07T13:55:15.290Z] ok github.com/elastic/beats/v7/metricbeat/module/system/socket 0.110s
[2021-12-07T13:55:15.290Z] ok github.com/elastic/beats/v7/metricbeat/module/system/raid 0.176s
[2021-12-07T13:55:15.290Z] ok github.com/elastic/beats/v7/metricbeat/module/system/cpu 5.193s
[2021-12-07T13:55:15.290Z] ? github.com/elastic/beats/v7/metricbeat/module/system/diskio [no test files]
[2021-12-07T13:55:15.290Z] ? github.com/elastic/beats/v7/metricbeat/module/system/entropy [no test files]
[2021-12-07T13:55:16.433Z] ok github.com/elastic/beats/v7/metricbeat/module/system/socket_summary 0.170s
[2021-12-07T13:55:16.433Z] ok github.com/elastic/beats/v7/metricbeat/module/system/uptime 0.180s
[2021-12-07T13:55:17.339Z] ok github.com/elastic/beats/v7/metricbeat/module/traefik/health 0.308s
[2021-12-07T13:55:18.220Z] ok github.com/elastic/beats/v7/metricbeat/module/uwsgi 0.236s
[2021-12-07T13:55:19.099Z] ok github.com/elastic/beats/v7/metricbeat/module/uwsgi/status 0.247s
[2021-12-07T13:55:21.899Z] ok github.com/elastic/beats/v7/metricbeat/module/vsphere/datastore 0.302s
[2021-12-07T13:55:21.899Z] ok github.com/elastic/beats/v7/metricbeat/module/vsphere/host 0.376s
[2021-12-07T13:55:21.899Z] ok github.com/elastic/beats/v7/metricbeat/module/vsphere/virtualmachine 0.415s
[2021-12-07T13:55:22.783Z] ok github.com/elastic/beats/v7/metricbeat/module/zookeeper/connection 0.162s
[2021-12-07T13:55:23.653Z] ok github.com/elastic/beats/v7/metricbeat/module/zookeeper/server 0.182s
[2021-12-07T13:55:24.776Z] ok github.com/elastic/beats/v7/metricbeat/module/system/process 10.245s
[2021-12-07T13:55:24.776Z] ? github.com/elastic/beats/v7/metricbeat/module/system/raid/blockinfo [no test files]
[2021-12-07T13:55:24.776Z] ? github.com/elastic/beats/v7/metricbeat/module/system/service [no test files]
[2021-12-07T13:55:24.776Z] ? github.com/elastic/beats/v7/metricbeat/module/system/users [no test files]
[2021-12-07T13:55:24.776Z] ? github.com/elastic/beats/v7/metricbeat/module/traefik [no test files]
[2021-12-07T13:55:24.776Z] ? github.com/elastic/beats/v7/metricbeat/module/traefik/mtest [no test files]
[2021-12-07T13:55:24.776Z] ? github.com/elastic/beats/v7/metricbeat/module/vsphere [no test files]
[2021-12-07T13:55:24.776Z] ? github.com/elastic/beats/v7/metricbeat/module/windows [no test files]
[2021-12-07T13:55:24.776Z] ? github.com/elastic/beats/v7/metricbeat/module/windows/perfmon [no test files]
[2021-12-07T13:55:24.776Z] ? github.com/elastic/beats/v7/metricbeat/module/windows/service [no test files]
[2021-12-07T13:55:24.776Z] ? github.com/elastic/beats/v7/metricbeat/module/zookeeper [no test files]
[2021-12-07T13:55:24.776Z] ? github.com/elastic/beats/v7/metricbeat/module/zookeeper/mntr [no test files]
[2021-12-07T13:55:24.776Z] ? github.com/elastic/beats/v7/metricbeat/processor/add_kubernetes_metadata [no test files]
[2021-12-07T13:55:24.776Z] ? github.com/elastic/beats/v7/metricbeat/scripts/mage [no test files]
[2021-12-07T13:55:24.776Z] ? github.com/elastic/beats/v7/metricbeat/scripts/mage/target/metricset [no test files]
[2021-12-07T13:55:24.776Z] ? github.com/elastic/beats/v7/metricbeat/scripts/msetlists [no test files]
[2021-12-07T13:55:24.776Z] ? github.com/elastic/beats/v7/metricbeat/scripts/msetlists/cmd [no test files]
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === Skipped
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/mb/testing TestDataLightModuleWithProcessors (0.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/elasticsearch/ccr TestData (0.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/elasticsearch/cluster_stats TestData (0.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/elasticsearch/enrich TestData (0.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/elasticsearch/index TestMapper (0.00s)
[2021-12-07T13:55:24.776Z] data_test.go:46: Skipping to fix in a follow up
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/elasticsearch/index TestData (0.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/elasticsearch/index_recovery TestData (0.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/elasticsearch/index_summary TestData (0.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/elasticsearch/ml_job TestData (0.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/elasticsearch/shard TestData (0.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/kvm/status TestData (0.01s)
[2021-12-07T13:55:24.776Z] status_integration_test.go:39: kvm not available
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/linux/conntrack TestData (0.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/linux/ksm TestData (0.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/linux/pageinfo TestData (0.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/logstash/node_stats TestData (0.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/rabbitmq/exchange TestData (0.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/rabbitmq/queue TestData (0.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/system/cpu TestData (5.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/system/filesystem TestData (0.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/system/fsstat TestData (1.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/system/load TestData (0.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/system/memory TestData (0.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/system/network TestData (0.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/system/network_summary TestData (0.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/system/process TestData (10.02s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/system/process_summary TestData (0.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/system/raid TestData (0.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/system/uptime TestData (0.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:72: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/vsphere/datastore TestData (0.01s)
[2021-12-07T13:55:24.776Z] data_generator.go:87: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/vsphere/host TestData (0.00s)
[2021-12-07T13:55:24.776Z] data_generator.go:87: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] === SKIP: metricbeat/module/vsphere/virtualmachine TestData (0.01s)
[2021-12-07T13:55:24.776Z] data_generator.go:87: skip data generation tests
[2021-12-07T13:55:24.776Z]
[2021-12-07T13:55:24.776Z] DONE 755 tests, 31 skipped in 134.221s
[2021-12-07T13:55:24.776Z] >> go test: Unit Test Passed
[2021-12-07T13:55:39.764Z] >> python test: Unit Testing
[2021-12-07T13:55:39.764Z] ============================= test session starts ==============================
[2021-12-07T13:55:39.764Z] platform darwin -- Python 3.8.2, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
[2021-12-07T13:55:39.764Z] rootdir: /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats, configfile: pytest.ini
[2021-12-07T13:55:39.764Z] plugins: rerunfailures-9.1.1, timeout-1.4.2
[2021-12-07T13:55:39.764Z] timeout: 90.0s
[2021-12-07T13:55:39.764Z] timeout method: signal
[2021-12-07T13:55:39.764Z] timeout func_only: True
[2021-12-07T13:55:39.764Z] collected 247 items
[2021-12-07T13:55:39.764Z]
[2021-12-07T13:55:39.764Z] tests/system/test_autodiscover.py sss [ 1%]
[2021-12-07T13:55:39.764Z] tests/system/test_autodiscover_jolokia.py s [ 1%]
[2021-12-07T13:55:43.628Z] tests/system/test_base.py s.....ss. [ 5%]
[2021-12-07T13:55:47.383Z] tests/system/test_cmd.py ........ [ 8%]
[2021-12-07T13:55:51.173Z] tests/system/test_config.py . [ 8%]
[2021-12-07T13:55:52.027Z] tests/system/test_lightmodules.py . [ 9%]
[2021-12-07T13:55:57.535Z] tests/system/test_processors.py ........ [ 12%]
[2021-12-07T13:56:04.222Z] tests/system/test_reload.py ... [ 13%]
[2021-12-07T13:56:04.222Z] tests/system/test_template.py . [ 14%]
[2021-12-07T13:56:05.081Z] tests/system/test_timeseries.py . [ 14%]
[2021-12-07T13:56:05.081Z] module/aerospike/test_aerospike.py s [ 14%]
[2021-12-07T13:56:05.081Z] module/apache/test_apache.py ss [ 15%]
[2021-12-07T13:56:05.081Z] module/beat/test_beat.py sss [ 17%]
[2021-12-07T13:56:05.081Z] module/ceph/test_ceph.py ssssssssssssssssssss [ 25%]
[2021-12-07T13:56:05.081Z] module/consul/test_consul.py ss [ 25%]
[2021-12-07T13:56:05.081Z] module/couchbase/test_couchbase.py sss [ 27%]
[2021-12-07T13:56:05.081Z] module/couchdb/test_couchdb.py s [ 27%]
[2021-12-07T13:56:05.081Z] module/docker/test_docker.py sssssssss [ 31%]
[2021-12-07T13:56:05.081Z] module/dropwizard/test_dropwizard.py sss [ 32%]
[2021-12-07T13:56:05.081Z] module/elasticsearch/test_elasticsearch.py sssssssssss [ 36%]
[2021-12-07T13:56:05.081Z] module/envoyproxy/test_envoyproxy.py ss [ 37%]
[2021-12-07T13:56:05.081Z] module/etcd/test_etcd.py ssssssss [ 40%]
[2021-12-07T13:56:05.936Z] module/golang/test_golang.py . [ 41%]
[2021-12-07T13:56:05.936Z] module/haproxy/test_haproxy.py sssssssssssssssssssssssss [ 51%]
[2021-12-07T13:56:06.786Z] module/http/test_http.py s. [ 52%]
[2021-12-07T13:56:06.786Z] module/jolokia/test_jolokia.py ssss [ 53%]
[2021-12-07T13:56:06.786Z] module/kafka/test_kafka.py ssssssssssssssssssss [ 61%]
[2021-12-07T13:56:06.786Z] module/kibana/test_kibana.py ss [ 62%]
[2021-12-07T13:56:06.786Z] module/logstash/test_logstash.py sss [ 63%]
[2021-12-07T13:56:06.786Z] module/memcached/test_memcached.py s [ 64%]
[2021-12-07T13:56:06.786Z] module/mongodb/test_mongodb.py s [ 64%]
[2021-12-07T13:56:06.786Z] module/munin/test_munin.py s [ 65%]
[2021-12-07T13:56:06.786Z] module/mysql/test_mysql.py sssssss [ 68%]
[2021-12-07T13:56:06.786Z] module/nats/test_nats.py ssssssssssssssssss [ 75%]
[2021-12-07T13:56:06.786Z] module/openmetrics/test_openmetrics.py s [ 75%]
[2021-12-07T13:56:06.786Z] module/php_fpm/test_phpfpm.py s [ 76%]
[2021-12-07T13:56:06.786Z] module/postgresql/test_postgresql.py ssssssssssssssssssss [ 84%]
[2021-12-07T13:56:06.786Z] module/prometheus/test_prometheus.py sss [ 85%]
[2021-12-07T13:56:06.786Z] module/redis/test_redis.py ssssssssssss [ 90%]
[2021-12-07T13:56:15.275Z] module/system/test_system.py ....ss.......... [ 96%]
[2021-12-07T13:56:15.275Z] module/traefik/test_traefik.py s [ 97%]
[2021-12-07T13:56:15.275Z] module/uwsgi/test_uwsgi.py ss [ 97%]
[2021-12-07T13:56:15.275Z] module/vsphere/test_vsphere.py sss [ 99%]
[2021-12-07T13:56:15.275Z] module/zookeeper/test_zookeeper.py ss [100%]
[2021-12-07T13:56:15.275Z]
[2021-12-07T13:56:15.275Z] =============================== warnings summary ===============================
[2021-12-07T13:56:15.275Z] tests/system/test_lightmodules.py:57
[2021-12-07T13:56:15.275Z] /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/metricbeat/tests/system/test_lightmodules.py:57: PytestCollectionWarning: cannot collect test class 'TestHTTPHandler' because it has a __init__ constructor (from: metricbeat/tests/system/test_lightmodules.py)
[2021-12-07T13:56:15.275Z] class TestHTTPHandler(http.server.BaseHTTPRequestHandler):
[2021-12-07T13:56:15.275Z]
[2021-12-07T13:56:15.275Z] -- Docs: https://docs.pytest.org/en/stable/warnings.html
[2021-12-07T13:56:15.275Z] - generated xml file: /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/metricbeat/build/TEST-python-unit.xml -
[2021-12-07T13:56:15.275Z] ============================= slowest 20 durations =============================
[2021-12-07T13:56:15.275Z] 4.52s call metricbeat/tests/system/test_reload.py::Test::test_start_stop
[2021-12-07T13:56:15.275Z] 3.65s call metricbeat/tests/system/test_config.py::ConfigTest::test_service_name
[2021-12-07T13:56:15.275Z] 1.56s call metricbeat/tests/system/test_processors.py::Test::test_dropevent_with_condition
[2021-12-07T13:56:15.275Z] 1.48s call metricbeat/tests/system/test_reload.py::Test::test_reload
[2021-12-07T13:56:15.275Z] 1.08s call metricbeat/tests/system/test_base.py::Test::test_export_config
[2021-12-07T13:56:15.275Z] 0.82s call metricbeat/tests/system/test_timeseries.py::TestTimeseries::test_enable_timeseries
[2021-12-07T13:56:15.275Z] 0.73s call metricbeat/module/system/test_system.py::Test::test_process
[2021-12-07T13:56:15.275Z] 0.73s call metricbeat/module/http/test_http.py::Test::test_server
[2021-12-07T13:56:15.275Z] 0.71s call metricbeat/module/system/test_system.py::Test::test_process_unix
[2021-12-07T13:56:15.275Z] 0.69s call metricbeat/tests/system/test_base.py::Test::test_export_index_pattern
[2021-12-07T13:56:15.276Z] 0.68s call metricbeat/tests/system/test_lightmodules.py::Test::test_processors
[2021-12-07T13:56:15.276Z] 0.67s call metricbeat/module/system/test_system.py::Test::test_filesystem
[2021-12-07T13:56:15.276Z] 0.66s call metricbeat/tests/system/test_base.py::Test::test_export_index_pattern_migration
[2021-12-07T13:56:15.276Z] 0.66s call metricbeat/module/system/test_system.py::Test::test_core
[2021-12-07T13:56:15.276Z] 0.66s call metricbeat/module/system/test_system.py::Test::test_core_with_cpu_ticks
[2021-12-07T13:56:15.276Z] 0.65s call metricbeat/module/system/test_system.py::Test::test_network
[2021-12-07T13:56:15.276Z] 0.64s call metricbeat/module/system/test_system.py::Test::test_process_summary
[2021-12-07T13:56:15.276Z] 0.64s call metricbeat/tests/system/test_cmd.py::TestCommands::test_modules_list
[2021-12-07T13:56:15.276Z] 0.63s call metricbeat/module/system/test_system.py::Test::test_socket_summary
[2021-12-07T13:56:15.276Z] 0.63s call metricbeat/tests/system/test_processors.py::Test::test_drop_fields
[2021-12-07T13:56:15.276Z] ================= 45 passed, 202 skipped, 1 warning in 36.21s ==================
[2021-12-07T13:56:15.276Z] >> python test: Unit Testing Complete
[2021-12-07T13:56:15.744Z] [Pipeline] }
[2021-12-07T13:56:15.754Z] [Pipeline] // dir
[2021-12-07T13:56:15.757Z] [Pipeline] }
[2021-12-07T13:56:15.766Z] [Pipeline] // stage
[2021-12-07T13:56:15.774Z] [Pipeline] stage
[2021-12-07T13:56:15.776Z] [Pipeline] { (packetbeat)
[2021-12-07T13:56:15.792Z] [Pipeline] dir
[2021-12-07T13:56:15.792Z] Running in /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/packetbeat
[2021-12-07T13:56:15.794Z] [Pipeline] {
[2021-12-07T13:56:15.805Z] [Pipeline] isUnix
[2021-12-07T13:56:15.811Z] [Pipeline] sh
[2021-12-07T13:56:17.475Z] + mage unitTest
[2021-12-07T13:56:20.276Z] >> go test: Unit Testing
[2021-12-07T13:56:20.276Z] exec: gotestsum --no-color -f standard-quiet --junitfile build/TEST-go-unit.xml --jsonfile build/TEST-go-unit.out.json -- ./...
[2021-12-07T13:56:25.662Z] ok github.com/elastic/beats/v7/packetbeat/config 0.335s
[2021-12-07T13:56:25.662Z] ok github.com/elastic/beats/v7/packetbeat/flows 0.281s
[2021-12-07T13:56:25.662Z] ok github.com/elastic/beats/v7/packetbeat/decoder 0.279s
[2021-12-07T13:56:26.824Z] ok github.com/elastic/beats/v7/packetbeat/pb 0.161s
[2021-12-07T13:56:27.726Z] ok github.com/elastic/beats/v7/packetbeat/procs 0.178s
[2021-12-07T13:56:27.726Z] ok github.com/elastic/beats/v7/packetbeat/protos 0.247s
[2021-12-07T13:56:29.532Z] ok github.com/elastic/beats/v7/packetbeat/protos/dhcpv4 0.172s
[2021-12-07T13:56:29.532Z] ok github.com/elastic/beats/v7/packetbeat/protos/amqp 0.357s
[2021-12-07T13:56:30.426Z] ok github.com/elastic/beats/v7/packetbeat/protos/dns 0.204s
[2021-12-07T13:56:31.309Z] ok github.com/elastic/beats/v7/packetbeat 0.703s
[2021-12-07T13:56:31.310Z] ? github.com/elastic/beats/v7/packetbeat/beater [no test files]
[2021-12-07T13:56:31.310Z] ? github.com/elastic/beats/v7/packetbeat/cmd [no test files]
[2021-12-07T13:56:31.310Z] ? github.com/elastic/beats/v7/packetbeat/include [no test files]
[2021-12-07T13:56:31.310Z] ? github.com/elastic/beats/v7/packetbeat/processor/add_kubernetes_metadata [no test files]
[2021-12-07T13:56:31.310Z] ? github.com/elastic/beats/v7/packetbeat/protocols [no test files]
[2021-12-07T13:56:31.310Z] ? github.com/elastic/beats/v7/packetbeat/protos/applayer [no test files]
[2021-12-07T13:56:31.310Z] ? github.com/elastic/beats/v7/packetbeat/protos/cassandra [no test files]
[2021-12-07T13:56:31.310Z] ? github.com/elastic/beats/v7/packetbeat/protos/cassandra/internal/gocql [no test files]
[2021-12-07T13:56:32.222Z] ok github.com/elastic/beats/v7/packetbeat/protos/icmp 0.206s
[2021-12-07T13:56:32.222Z] ok github.com/elastic/beats/v7/packetbeat/protos/http 0.450s
[2021-12-07T13:56:33.130Z] ok github.com/elastic/beats/v7/packetbeat/protos/memcache 0.232s
[2021-12-07T13:56:34.019Z] ok github.com/elastic/beats/v7/packetbeat/protos/mongodb 0.199s
[2021-12-07T13:56:34.913Z] ok github.com/elastic/beats/v7/packetbeat/protos/mysql 0.240s
[2021-12-07T13:56:34.913Z] ok github.com/elastic/beats/v7/packetbeat/protos/nfs 0.217s
[2021-12-07T13:56:35.781Z] ok github.com/elastic/beats/v7/packetbeat/protos/pgsql 0.188s
[2021-12-07T13:56:36.663Z] ok github.com/elastic/beats/v7/packetbeat/protos/redis 0.190s
[2021-12-07T13:56:36.663Z] ok github.com/elastic/beats/v7/packetbeat/protos/sip 0.195s
[2021-12-07T13:56:37.570Z] ok github.com/elastic/beats/v7/packetbeat/protos/tcp 0.194s
[2021-12-07T13:56:38.447Z] ok github.com/elastic/beats/v7/packetbeat/protos/thrift 0.241s
[2021-12-07T13:56:39.336Z] ok github.com/elastic/beats/v7/packetbeat/protos/udp 0.262s
[2021-12-07T13:56:39.336Z] ok github.com/elastic/beats/v7/packetbeat/protos/tls 0.444s
[2021-12-07T13:56:40.481Z] ok github.com/elastic/beats/v7/packetbeat/publish 0.213s
[2021-12-07T13:56:40.481Z] ? github.com/elastic/beats/v7/packetbeat/scripts/mage [no test files]
[2021-12-07T13:56:40.481Z] ok github.com/elastic/beats/v7/packetbeat/sniffer 0.177s
[2021-12-07T13:56:40.481Z]
[2021-12-07T13:56:40.481Z] DONE 357 tests in 20.330s
[2021-12-07T13:56:40.481Z] >> go test: Unit Test Passed
[2021-12-07T13:56:41.628Z] Generated fields.yml for packetbeat to /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/packetbeat/fields.yml
[2021-12-07T13:56:52.448Z] >> python test: Unit Testing
[2021-12-07T13:56:53.625Z] ============================= test session starts ==============================
[2021-12-07T13:56:53.625Z] platform darwin -- Python 3.8.2, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
[2021-12-07T13:56:53.625Z] rootdir: /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats, configfile: pytest.ini
[2021-12-07T13:56:53.625Z] plugins: rerunfailures-9.1.1, timeout-1.4.2
[2021-12-07T13:56:53.625Z] timeout: 90.0s
[2021-12-07T13:56:53.625Z] timeout method: signal
[2021-12-07T13:56:53.625Z] timeout func_only: True
[2021-12-07T13:56:53.625Z] collected 193 items
[2021-12-07T13:56:53.625Z]
[2021-12-07T13:56:55.711Z] tests/system/test_0001_mysql_spaces.py . [ 0%]
[2021-12-07T13:57:04.862Z] tests/system/test_0002_thrift_basics.py ....... [ 4%]
[2021-12-07T13:57:06.068Z] tests/system/test_0003_http_simple.py . [ 4%]
[2021-12-07T13:57:06.068Z] tests/system/test_0004_ipv6.py . [ 5%]
[2021-12-07T13:57:07.241Z] tests/system/test_0005_mysql_integration.py . [ 5%]
[2021-12-07T13:57:15.436Z] tests/system/test_0006_wsgi.py ...... [ 8%]
[2021-12-07T13:57:18.426Z] tests/system/test_0007_tags.py .. [ 9%]
[2021-12-07T13:57:20.477Z] tests/system/test_0008_realip.py .. [ 10%]
[2021-12-07T13:57:24.605Z] tests/system/test_0009_pgsql.py .... [ 12%]
[2021-12-07T13:57:25.458Z] tests/system/test_0009_pgsql_extended_query.py . [ 13%]
[2021-12-07T13:57:26.358Z] tests/system/test_0010_http_10_connection_close.py . [ 13%]
[2021-12-07T13:57:28.060Z] tests/system/test_0012_http_basicauth.py .. [ 15%]
[2021-12-07T13:57:30.768Z] tests/system/test_0013_redis_basic.py .. [ 16%]
[2021-12-07T13:57:30.768Z] tests/system/test_0015_udpjson.py sss [ 17%]
[2021-12-07T13:57:35.823Z] tests/system/test_0017_mysql_long_result.py ..... [ 20%]
[2021-12-07T13:57:39.922Z] tests/system/test_0018_pgsql_long_result.py .... [ 22%]
[2021-12-07T13:57:42.834Z] tests/system/test_0019_hide_params.py ... [ 23%]
[2021-12-07T13:57:47.726Z] tests/system/test_0020_mysql_send_options.py ..... [ 26%]
[2021-12-07T13:57:52.728Z] tests/system/test_0021_pgsql_send_opetions.py ..... [ 29%]
[2021-12-07T13:57:58.963Z] tests/system/test_0022_redis_send_options.py ..... [ 31%]
[2021-12-07T13:57:59.818Z] tests/system/test_0023_http_params.py .. [ 32%]
[2021-12-07T13:58:02.789Z] tests/system/test_0024_http_query.py .. [ 33%]
[2021-12-07T13:58:16.823Z] tests/system/test_0025_mongodb_basic.py .............. [ 40%]
[2021-12-07T13:58:19.194Z] tests/system/test_0025_procs_config.py .. [ 41%]
[2021-12-07T13:58:19.194Z] tests/system/test_0026_test_config.py .s [ 43%]
[2021-12-07T13:58:20.343Z] tests/system/test_0027_mysql_affected_rows.py . [ 43%]
[2021-12-07T13:58:21.196Z] tests/system/test_0028_mysql_error.py . [ 44%]
[2021-12-07T13:58:22.291Z] tests/system/test_0029_http_gap.py . [ 44%]
[2021-12-07T13:58:23.180Z] tests/system/test_0030_mysql_gap.py . [ 45%]
[2021-12-07T13:58:24.311Z] tests/system/test_0031_vlans.py . [ 45%]
[2021-12-07T13:58:34.243Z] tests/system/test_0032_dns.py .......... [ 50%]
[2021-12-07T13:58:40.118Z] tests/system/test_0040_memcache_tcp_bin_basic.py ..... [ 53%]
[2021-12-07T13:58:44.734Z] tests/system/test_0040_memcache_tcp_text_basic.py ..... [ 55%]
[2021-12-07T13:58:49.154Z] tests/system/test_0041_memcache_udp_bin_basic.py .... [ 58%]
[2021-12-07T13:58:53.494Z] tests/system/test_0041_memcache_udp_text_basic.py .... [ 60%]
[2021-12-07T13:58:58.363Z] tests/system/test_0050_icmp.py ..... [ 62%]
[2021-12-07T13:58:59.516Z] tests/system/test_0051_amqp_publish.py . [ 63%]
[2021-12-07T13:59:00.668Z] tests/system/test_0052_amqp_emit_receive.py . [ 63%]
[2021-12-07T13:59:01.815Z] tests/system/test_0053_amqp_channel_error.py . [ 64%]
[2021-12-07T13:59:21.838Z] tests/system/test_0060_flows.py ......... [ 68%]
[2021-12-07T13:59:37.470Z] tests/system/test_0060_processors.py ............... [ 76%]
[2021-12-07T13:59:42.721Z] tests/system/test_0061_nfs.py ..... [ 79%]
[2021-12-07T13:59:53.120Z] tests/system/test_0062_cassandra.py .......... [ 84%]
[2021-12-07T13:59:55.093Z] tests/system/test_0062_http_headers.py .. [ 85%]
[2021-12-07T13:59:59.168Z] tests/system/test_0063_http_body.py .... [ 87%]
[2021-12-07T14:00:00.045Z] tests/system/test_0064_mysql_prepare_statement.py . [ 88%]
[2021-12-07T14:00:00.926Z] tests/system/test_0064_mysql_windows_lineending.py . [ 88%]
[2021-12-07T14:00:15.815Z] tests/system/test_0065_unmatched_http.py .. [ 89%]
[2021-12-07T14:00:16.670Z] tests/system/test_0066_dhcp.py . [ 90%]
[2021-12-07T14:00:17.519Z] tests/system/test_0067_mysql_connection_phase.py . [ 90%]
[2021-12-07T14:00:18.661Z] tests/system/test_0068_tls.py . [ 91%]
[2021-12-07T14:00:18.661Z] tests/system/test_0069_af_packet.py s [ 91%]
[2021-12-07T14:00:19.538Z] tests/system/test_0070_http_100_continue.py . [ 92%]
[2021-12-07T14:00:28.808Z] tests/system/test_0099_golden_files.py ......... [ 96%]
[2021-12-07T14:00:30.563Z] tests/system/test_base.py s..... [100%]
[2021-12-07T14:00:30.563Z]
[2021-12-07T14:00:30.563Z] =============================== warnings summary ===============================
[2021-12-07T14:00:30.563Z] tests/system/test_0012_http_basicauth.py:25
[2021-12-07T14:00:30.563Z] /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/packetbeat/tests/system/test_0012_http_basicauth.py:25: SyntaxWarning: "is not" with a literal. Did you mean "!="?
[2021-12-07T14:00:30.563Z] assert all([o["http.request.headers"]["authorization"] == "*"
[2021-12-07T14:00:30.563Z]
[2021-12-07T14:00:30.563Z] -- Docs: https://docs.pytest.org/en/stable/warnings.html
[2021-12-07T14:00:30.563Z] - generated xml file: /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/packetbeat/build/TEST-python-unit.xml -
[2021-12-07T14:00:30.563Z] ============================= slowest 20 durations =============================
[2021-12-07T14:00:30.563Z] 13.46s call packetbeat/tests/system/test_0065_unmatched_http.py::Test::test_unmatched_request
[2021-12-07T14:00:30.563Z] 3.10s call packetbeat/tests/system/test_0001_mysql_spaces.py::Test::test_mysql_with_spaces
[2021-12-07T14:00:30.563Z] 3.01s call packetbeat/tests/system/test_0006_wsgi.py::Test::test_send_headers_options
[2021-12-07T14:00:30.563Z] 2.25s call packetbeat/tests/system/test_0060_flows.py::Test::test_community_id_icmp
[2021-12-07T14:00:30.563Z] 2.25s call packetbeat/tests/system/test_0060_flows.py::Test::test_icmp4_ping
[2021-12-07T14:00:30.563Z] 2.24s call packetbeat/tests/system/test_0060_flows.py::Test::test_mysql_flow
[2021-12-07T14:00:30.563Z] 2.24s call packetbeat/tests/system/test_0060_flows.py::Test::test_community_id_ipv4_tcp
[2021-12-07T14:00:30.563Z] 2.24s call packetbeat/tests/system/test_0060_flows.py::Test::test_community_id_icmp6
[2021-12-07T14:00:30.563Z] 2.23s call packetbeat/tests/system/test_0060_flows.py::Test::test_community_id_ipv4_udp
[2021-12-07T14:00:30.563Z] 2.23s call packetbeat/tests/system/test_0060_flows.py::Test::test_memcache_udp_flow
[2021-12-07T14:00:30.563Z] 2.22s call packetbeat/tests/system/test_0060_flows.py::Test::test_q_in_q_flow
[2021-12-07T14:00:30.563Z] 2.22s call packetbeat/tests/system/test_0060_flows.py::Test::test_icmp6_ping
[2021-12-07T14:00:30.563Z] 2.09s call packetbeat/tests/system/test_0002_thrift_basics.py::Test::test_thrift_send_request_response
[2021-12-07T14:00:30.563Z] 1.11s call packetbeat/tests/system/test_0025_mongodb_basic.py::Test::test_opmsg
[2021-12-07T14:00:30.563Z] 1.11s call packetbeat/tests/system/test_0005_mysql_integration.py::Test::test_string_operations
[2021-12-07T14:00:30.563Z] 1.08s call packetbeat/tests/system/test_0060_processors.py::Test::test_drop_and_include_fields
[2021-12-07T14:00:30.563Z] 1.08s call packetbeat/tests/system/test_0099_golden_files.py::Test::test_golden_files_6_sip
[2021-12-07T14:00:30.563Z] 1.08s call packetbeat/tests/system/test_0025_mongodb_basic.py::Test::test_mongodb_send_response
[2021-12-07T14:00:30.563Z] 1.07s call packetbeat/tests/system/test_0002_thrift_basics.py::Test::test_thrift_integration
[2021-12-07T14:00:30.563Z] 1.07s call packetbeat/tests/system/test_0040_memcache_tcp_bin_basic.py::Test::test_delete
[2021-12-07T14:00:30.563Z] ============ 187 passed, 6 skipped, 1 warning in 218.39s (0:03:38) =============
[2021-12-07T14:00:30.563Z] >> python test: Unit Testing Complete
[2021-12-07T14:00:31.024Z] [Pipeline] }
[2021-12-07T14:00:31.033Z] [Pipeline] // dir
[2021-12-07T14:00:31.036Z] [Pipeline] }
[2021-12-07T14:00:31.046Z] [Pipeline] // stage
[2021-12-07T14:00:31.055Z] [Pipeline] stage
[2021-12-07T14:00:31.057Z] [Pipeline] { (x-pack/auditbeat)
[2021-12-07T14:00:31.072Z] [Pipeline] dir
[2021-12-07T14:00:31.073Z] Running in /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/x-pack/auditbeat
[2021-12-07T14:00:31.074Z] [Pipeline] {
[2021-12-07T14:00:31.084Z] [Pipeline] isUnix
[2021-12-07T14:00:31.089Z] [Pipeline] sh
[2021-12-07T14:00:32.706Z] + mage unitTest
[2021-12-07T14:00:35.482Z] >> go test: Unit Testing
[2021-12-07T14:00:35.482Z] exec: gotestsum --no-color -f standard-quiet --junitfile build/TEST-go-unit.xml --jsonfile build/TEST-go-unit.out.json -- ./...
[2021-12-07T14:00:46.432Z] ok github.com/elastic/beats/v7/x-pack/auditbeat/cache 0.362s
[2021-12-07T14:00:47.311Z] ok github.com/elastic/beats/v7/x-pack/auditbeat/module/system/host 0.572s
[2021-12-07T14:00:48.168Z] ok github.com/elastic/beats/v7/x-pack/auditbeat/module/system/process 0.718s
[2021-12-07T14:00:50.241Z] ok github.com/elastic/beats/v7/x-pack/auditbeat/module/system/package 2.519s
[2021-12-07T14:00:55.162Z] ok github.com/elastic/beats/v7/x-pack/auditbeat 0.679s
[2021-12-07T14:00:55.162Z] ? github.com/elastic/beats/v7/x-pack/auditbeat/cmd [no test files]
[2021-12-07T14:00:55.162Z] ? github.com/elastic/beats/v7/x-pack/auditbeat/include [no test files]
[2021-12-07T14:00:55.162Z] ? github.com/elastic/beats/v7/x-pack/auditbeat/module/system [no test files]
[2021-12-07T14:00:55.162Z] ? github.com/elastic/beats/v7/x-pack/auditbeat/module/system/login [no test files]
[2021-12-07T14:00:55.162Z] ? github.com/elastic/beats/v7/x-pack/auditbeat/module/system/socket [no test files]
[2021-12-07T14:00:55.162Z] ? github.com/elastic/beats/v7/x-pack/auditbeat/module/system/socket/dns [no test files]
[2021-12-07T14:00:55.162Z] ? github.com/elastic/beats/v7/x-pack/auditbeat/module/system/socket/dns/afpacket [no test files]
[2021-12-07T14:00:55.162Z] ? github.com/elastic/beats/v7/x-pack/auditbeat/module/system/socket/helper [no test files]
[2021-12-07T14:00:55.162Z] ? github.com/elastic/beats/v7/x-pack/auditbeat/module/system/user [no test files]
[2021-12-07T14:00:55.162Z] ? github.com/elastic/beats/v7/x-pack/auditbeat/tracing [no test files]
[2021-12-07T14:00:55.162Z]
[2021-12-07T14:00:55.162Z] === Skipped
[2021-12-07T14:00:55.162Z] === SKIP: x-pack/auditbeat/module/system/package TestData (0.00s)
[2021-12-07T14:00:55.162Z] package_test.go:33: FIXME: https://github.com/elastic/beats/issues/18855
[2021-12-07T14:00:55.162Z]
[2021-12-07T14:00:55.162Z] DONE 17 tests, 1 skipped in 19.419s
[2021-12-07T14:00:55.162Z] >> go test: Unit Test Passed
[2021-12-07T14:00:56.059Z] Generated fields.yml for auditbeat to /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/x-pack/auditbeat/fields.yml
[2021-12-07T14:01:08.653Z] >> python test: Unit Testing
[2021-12-07T14:01:08.653Z] ============================= test session starts ==============================
[2021-12-07T14:01:08.653Z] platform darwin -- Python 3.8.2, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
[2021-12-07T14:01:08.653Z] rootdir: /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats, configfile: pytest.ini
[2021-12-07T14:01:08.653Z] plugins: rerunfailures-9.1.1, timeout-1.4.2
[2021-12-07T14:01:08.653Z] timeout: 90.0s
[2021-12-07T14:01:08.653Z] timeout method: signal
[2021-12-07T14:01:08.653Z] timeout func_only: True
[2021-12-07T14:01:08.653Z] collected 23 items
[2021-12-07T14:01:08.653Z]
[2021-12-07T14:01:10.680Z] tests/system/test_exports.py ..... [ 21%]
[2021-12-07T14:01:43.261Z] tests/system/test_metricsets.py .sRF.s [ 43%]
[2021-12-07T14:01:43.261Z] tests/system/test_system_socket.py sssssssssssss [100%]
[2021-12-07T14:01:43.261Z]
[2021-12-07T14:01:43.261Z] =================================== FAILURES ===================================
[2021-12-07T14:01:43.261Z] _________________________ Test.test_metricset_package __________________________
[2021-12-07T14:01:43.261Z]
[2021-12-07T14:01:43.261Z] self = <test_metricsets.Test testMethod=test_metricset_package>
[2021-12-07T14:01:43.261Z]
[2021-12-07T14:01:43.261Z] @pytest.mark.flaky(reruns=1, reruns_delay=10)
[2021-12-07T14:01:43.261Z] @unittest.skipIf(sys.platform == "win32", "Not implemented for Windows")
[2021-12-07T14:01:43.261Z] @unittest.skipIf(sys.platform.startswith('linux') and not (os.path.isdir("/var/lib/dpkg") or os.path.isdir("/var/lib/rpm")),
[2021-12-07T14:01:43.261Z] "Only implemented for dpkg and rpm")
[2021-12-07T14:01:43.261Z] def test_metricset_package(self):
[2021-12-07T14:01:43.261Z] """
[2021-12-07T14:01:43.261Z] package metricset collects information about installed packages on a system.
[2021-12-07T14:01:43.261Z] """
[2021-12-07T14:01:43.261Z]
[2021-12-07T14:01:43.261Z] fields = ["system.audit.package.entity_id", "system.audit.package.name", "system.audit.package.version"]
[2021-12-07T14:01:43.261Z]
[2021-12-07T14:01:43.261Z] # Metricset is beta and that generates a warning, TODO: remove later
[2021-12-07T14:01:43.261Z] > self.check_metricset("system", "package", COMMON_FIELDS + fields, warnings_allowed=True)
[2021-12-07T14:01:43.261Z]
[2021-12-07T14:01:43.261Z] tests/system/test_metricsets.py:59:
[2021-12-07T14:01:43.261Z] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[2021-12-07T14:01:43.261Z] tests/system/auditbeat_xpack.py:42: in check_metricset
[2021-12-07T14:01:43.261Z] self.wait_until(lambda: self.output_lines() > 0)
[2021-12-07T14:01:43.261Z] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[2021-12-07T14:01:43.261Z]
[2021-12-07T14:01:43.261Z] self = <test_metricsets.Test testMethod=test_metricset_package>
[2021-12-07T14:01:43.261Z] cond = <function AuditbeatXPackTest.check_metricset.<locals>.<lambda> at 0x10517ec10>
[2021-12-07T14:01:43.261Z] max_timeout = 10, poll_interval = 0.1, name = 'cond'
[2021-12-07T14:01:43.261Z]
[2021-12-07T14:01:43.261Z] def wait_until(self, cond, max_timeout=10, poll_interval=0.1, name="cond"):
[2021-12-07T14:01:43.261Z] """
[2021-12-07T14:01:43.261Z] Waits until the cond function returns true,
[2021-12-07T14:01:43.261Z] or until the max_timeout is reached. Calls the cond
[2021-12-07T14:01:43.261Z] function every poll_interval seconds.
[2021-12-07T14:01:43.261Z]
[2021-12-07T14:01:43.261Z] If the max_timeout is reached before cond() returns
[2021-12-07T14:01:43.261Z] true, an exception is raised.
[2021-12-07T14:01:43.261Z] """
[2021-12-07T14:01:43.261Z] start = datetime.now()
[2021-12-07T14:01:43.261Z] while not cond():
[2021-12-07T14:01:43.261Z] if datetime.now() - start > timedelta(seconds=max_timeout):
[2021-12-07T14:01:43.261Z] > raise TimeoutError("Timeout waiting for '{}' to be true. ".format(name) +
[2021-12-07T14:01:43.261Z] "Waited {} seconds.".format(max_timeout))
[2021-12-07T14:01:43.261Z] E beat.beat.TimeoutError: Timeout waiting for 'cond' to be true. Waited 10 seconds.
[2021-12-07T14:01:43.261Z]
[2021-12-07T14:01:43.261Z] ../../libbeat/tests/system/beat/beat.py:363: TimeoutError
[2021-12-07T14:01:43.261Z] - generated xml file: /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/x-pack/auditbeat/build/TEST-python-unit.xml -
[2021-12-07T14:01:43.261Z] ============================= slowest 20 durations =============================
[2021-12-07T14:01:43.261Z] 10.12s call x-pack/auditbeat/tests/system/test_metricsets.py::Test::test_metricset_package
[2021-12-07T14:01:43.261Z] 10.08s call x-pack/auditbeat/tests/system/test_metricsets.py::Test::test_metricset_package
[2021-12-07T14:01:43.261Z] 1.87s call x-pack/auditbeat/tests/system/test_metricsets.py::Test::test_metricset_host
[2021-12-07T14:01:43.261Z] 1.04s call x-pack/auditbeat/tests/system/test_exports.py::Test::test_export_config
[2021-12-07T14:01:43.261Z] 0.52s call x-pack/auditbeat/tests/system/test_metricsets.py::Test::test_metricset_process
[2021-12-07T14:01:43.261Z] 0.33s call x-pack/auditbeat/tests/system/test_exports.py::Test::test_export_index_pattern
[2021-12-07T14:01:43.261Z] 0.33s call x-pack/auditbeat/tests/system/test_exports.py::Test::test_export_index_pattern_migration
[2021-12-07T14:01:43.262Z] 0.29s call x-pack/auditbeat/tests/system/test_exports.py::Test::test_export_template
[2021-12-07T14:01:43.262Z] 0.21s call x-pack/auditbeat/tests/system/test_exports.py::Test::test_export_ilm_policy
[2021-12-07T14:01:43.262Z]
[2021-12-07T14:01:43.262Z] (11 durations < 0.005s hidden. Use -vv to show these durations.)
[2021-12-07T14:01:43.262Z] =========================== short test summary info ============================
[2021-12-07T14:01:43.262Z] FAILED tests/system/test_metricsets.py::Test::test_metricset_package - beat.b...
[2021-12-07T14:01:43.262Z] ============== 1 failed, 7 passed, 15 skipped, 1 rerun in 35.10s ===============
[2021-12-07T14:01:43.262Z] >> python test: Unit Testing Complete
[2021-12-07T14:01:43.262Z] Error: running "/Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/build/ve/darwin/bin/pytest --timeout=90 --durations=20 --junit-xml=build/TEST-python-unit.xml tests/system/test_exports.py tests/system/test_metricsets.py tests/system/test_system_socket.py" failed with exit code 1
[2021-12-07T14:01:43.262Z] + true
[2021-12-07T14:01:43.710Z] [Pipeline] }
[2021-12-07T14:01:43.720Z] [Pipeline] // dir
[2021-12-07T14:01:43.723Z] [Pipeline] }
[2021-12-07T14:01:43.731Z] [Pipeline] // stage
[2021-12-07T14:01:43.740Z] [Pipeline] stage
[2021-12-07T14:01:43.742Z] [Pipeline] { (x-pack/elastic-agent)
[2021-12-07T14:01:43.756Z] [Pipeline] dir
[2021-12-07T14:01:43.756Z] Running in /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/x-pack/elastic-agent
[2021-12-07T14:01:43.757Z] [Pipeline] {
[2021-12-07T14:01:43.768Z] [Pipeline] isUnix
[2021-12-07T14:01:43.773Z] [Pipeline] sh
[2021-12-07T14:01:45.457Z] + mage unitTest
[2021-12-07T14:01:48.190Z] go version go1.17.2 darwin/amd64
[2021-12-07T14:01:48.190Z] GO111MODULE=""
[2021-12-07T14:01:48.190Z] GOARCH="amd64"
[2021-12-07T14:01:48.190Z] GOBIN=""
[2021-12-07T14:01:48.190Z] GOCACHE="/Users/admin/workspace/beats-mbp_master/Library/Caches/go-build"
[2021-12-07T14:01:48.190Z] GOENV="/Users/admin/workspace/beats-mbp_master/Library/Application Support/go/env"
[2021-12-07T14:01:48.190Z] GOEXE=""
[2021-12-07T14:01:48.190Z] GOEXPERIMENT=""
[2021-12-07T14:01:48.190Z] GOFLAGS=""
[2021-12-07T14:01:48.190Z] GOHOSTARCH="amd64"
[2021-12-07T14:01:48.190Z] GOHOSTOS="darwin"
[2021-12-07T14:01:48.190Z] GOINSECURE=""
[2021-12-07T14:01:48.190Z] GOMODCACHE="/Users/admin/workspace/beats-mbp_master/pkg/mod"
[2021-12-07T14:01:48.190Z] GONOPROXY=""
[2021-12-07T14:01:48.190Z] GONOSUMDB=""
[2021-12-07T14:01:48.190Z] GOOS="darwin"
[2021-12-07T14:01:48.190Z] GOPATH="/Users/admin/workspace/beats-mbp_master"
[2021-12-07T14:01:48.190Z] GOPRIVATE=""
[2021-12-07T14:01:48.190Z] GOPROXY="https://proxy.golang.org,direct"
[2021-12-07T14:01:48.190Z] GOROOT="/Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64"
[2021-12-07T14:01:48.190Z] GOSUMDB="sum.golang.org"
[2021-12-07T14:01:48.190Z] GOTMPDIR=""
[2021-12-07T14:01:48.190Z] GOTOOLDIR="/Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/pkg/tool/darwin_amd64"
[2021-12-07T14:01:48.190Z] GOVCS=""
[2021-12-07T14:01:48.190Z] GOVERSION="go1.17.2"
[2021-12-07T14:01:48.190Z] GCCGO="gccgo"
[2021-12-07T14:01:48.190Z] AR="ar"
[2021-12-07T14:01:48.190Z] CC="clang"
[2021-12-07T14:01:48.190Z] CXX="clang++"
[2021-12-07T14:01:48.190Z] CGO_ENABLED="1"
[2021-12-07T14:01:48.190Z] GOMOD="/Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/go.mod"
[2021-12-07T14:01:48.190Z] CGO_CFLAGS="-g -O2"
[2021-12-07T14:01:48.190Z] CGO_CPPFLAGS=""
[2021-12-07T14:01:48.190Z] CGO_CXXFLAGS="-g -O2"
[2021-12-07T14:01:48.190Z] CGO_FFLAGS="-g -O2"
[2021-12-07T14:01:48.190Z] CGO_LDFLAGS="-g -O2"
[2021-12-07T14:01:48.190Z] PKG_CONFIG="pkg-config"
[2021-12-07T14:01:48.190Z] GOGCCFLAGS="-fPIC -arch x86_64 -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/hb/6bmy20jj5tz9ws4l4c81_nxc0000gn/T/go-build2340647440=/tmp/go-build -gno-record-gcc-switches -fno-common"
[2021-12-07T14:01:49.991Z] >> go test: Unit Testing
[2021-12-07T14:01:49.991Z] exec: gotestsum --no-color -f standard-quiet --junitfile build/TEST-go-unit.xml --jsonfile build/TEST-go-unit.out.json -- ./...
[2021-12-07T14:01:56.357Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/application/filelock 0.239s
[2021-12-07T14:01:57.225Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/application/filters 0.162s
[2021-12-07T14:01:57.225Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/application/paths 0.126s
[2021-12-07T14:01:59.047Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/application 0.414s
[2021-12-07T14:02:00.208Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/application/pipeline/actions/handlers 0.541s
[2021-12-07T14:02:00.208Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/application/pipeline/dispatcher 0.151s
[2021-12-07T14:02:01.668Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent 0.404s
[2021-12-07T14:02:01.668Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/dev-tools/cmd/buildfleetcfg [no test files]
[2021-12-07T14:02:01.668Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/dev-tools/cmd/buildpgp [no test files]
[2021-12-07T14:02:01.668Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/dev-tools/cmd/buildspec [no test files]
[2021-12-07T14:02:01.668Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/dev-tools/cmd/fakewebapi [no test files]
[2021-12-07T14:02:01.668Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/application/gateway [no test files]
[2021-12-07T14:02:01.668Z] testing: warning: no tests to run
[2021-12-07T14:02:01.668Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/application/pipeline/emitter 0.435s [no tests to run]
[2021-12-07T14:02:01.668Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/application/gateway/fleet 2.834s
[2021-12-07T14:02:01.668Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/application/gateway/fleetserver [no test files]
[2021-12-07T14:02:01.668Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/application/info [no test files]
[2021-12-07T14:02:01.668Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/application/pipeline [no test files]
[2021-12-07T14:02:01.668Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/application/pipeline/actions [no test files]
[2021-12-07T14:02:01.668Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/application/pipeline/emitter/modifiers 1.137s
[2021-12-07T14:02:02.561Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/configrequest 0.146s
[2021-12-07T14:02:02.561Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/application/pipeline/router 0.179s
[2021-12-07T14:02:02.561Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/application/pipeline/stream [no test files]
[2021-12-07T14:02:02.561Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/application/reexec [no test files]
[2021-12-07T14:02:03.474Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/errors 0.148s
[2021-12-07T14:02:04.626Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/control 0.186s
[2021-12-07T14:02:05.509Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/program 0.187s
[2021-12-07T14:02:07.259Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/stateresolver 0.579s
[2021-12-07T14:02:08.109Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/storage 0.566s
[2021-12-07T14:02:08.109Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/application/upgrade 4.236s
[2021-12-07T14:02:09.873Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/transpiler 0.348s
[2021-12-07T14:02:09.873Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/artifact/download/composed 0.137s
[2021-12-07T14:02:09.873Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/storage/store 1.527s
[2021-12-07T14:02:10.755Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/cmd 4.138s
[2021-12-07T14:02:10.755Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/configuration [no test files]
[2021-12-07T14:02:10.755Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/control/client [no test files]
[2021-12-07T14:02:10.755Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/control/proto [no test files]
[2021-12-07T14:02:10.755Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/control/server [no test files]
[2021-12-07T14:02:10.755Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/install [no test files]
[2021-12-07T14:02:10.755Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/internal/yamltest [no test files]
[2021-12-07T14:02:10.755Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/artifact/install/atomic 0.124s
[2021-12-07T14:02:11.656Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/artifact/download/fs 0.163s
[2021-12-07T14:02:11.656Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/artifact/download/http 0.163s
[2021-12-07T14:02:12.531Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/basecmd 0.154s
[2021-12-07T14:02:12.531Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/cli 0.122s
[2021-12-07T14:02:13.384Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/basecmd/version 0.471s
[2021-12-07T14:02:14.572Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/capabilities 0.545s
[2021-12-07T14:02:14.572Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/composable 0.267s
[2021-12-07T14:02:14.572Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/composable/providers/agent 0.239s
[2021-12-07T14:02:14.572Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/composable/providers/docker 0.156s
[2021-12-07T14:02:14.572Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/composable/providers/env 0.183s
[2021-12-07T14:02:15.426Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/composable/providers/host 0.234s
[2021-12-07T14:02:16.309Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/composable/providers/kubernetes 0.295s
[2021-12-07T14:02:16.309Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/composable/providers/local 0.258s
[2021-12-07T14:02:17.510Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/composable/providers/kubernetessecrets 0.502s
[2021-12-07T14:02:17.510Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/composable/providers/localdynamic 0.166s
[2021-12-07T14:02:17.510Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/composable/providers/path 0.268s
[2021-12-07T14:02:17.510Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/config 0.148s
[2021-12-07T14:02:17.510Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/core/logger 0.112s
[2021-12-07T14:02:18.381Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/core/plugin 0.163s
[2021-12-07T14:02:19.262Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/core/monitoring/beats 0.172s
[2021-12-07T14:02:19.262Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/core/monitoring/server 0.190s
[2021-12-07T14:02:20.134Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/core/status 0.145s
[2021-12-07T14:02:20.983Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/crypto 0.178s
[2021-12-07T14:02:20.983Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/dir 0.106s
[2021-12-07T14:02:21.863Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/eql 0.136s
[2021-12-07T14:02:21.863Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/operation 16.860s
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/operation/tests/scripts/configurable-1.0-darwin-x86_64 [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/operation/tests/scripts/serviceable-1.0-darwin-x86_64 [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/agent/transpiler/tests/exec-1.0-darwin-x86_64 [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/artifact [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/artifact/download [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/artifact/download/localremote [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/artifact/download/snapshot [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/artifact/install [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/artifact/install/awaitable [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/artifact/install/dir [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/artifact/install/hooks [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/artifact/install/tar [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/artifact/install/zip [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/artifact/uninstall [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/artifact/uninstall/hooks [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/basecmd/restart [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/composable/providers/kubernetesleaderelection [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/composable/testing [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/config/operations [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/core/app [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/core/authority [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/core/composable [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/core/monitoring [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/core/monitoring/config [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/core/monitoring/noop [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/core/plugin/process [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/core/plugin/service [no test files]
[2021-12-07T14:02:21.863Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/core/process [no test files]
[2021-12-07T14:02:22.870Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/fleetapi 0.152s
[2021-12-07T14:02:22.870Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/filewatcher 1.248s
[2021-12-07T14:02:23.849Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/fleetapi/acker/fleet 0.151s
[2021-12-07T14:02:23.850Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/fleetapi/acker/lazy 0.156s
[2021-12-07T14:02:24.708Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/id 0.122s
[2021-12-07T14:02:25.566Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/packer 0.258s
[2021-12-07T14:02:25.566Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/core/retry 7.027s
[2021-12-07T14:02:26.451Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/remote 0.157s
[2021-12-07T14:02:26.451Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/reporter 0.145s
[2021-12-07T14:02:27.618Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/reporter/log 0.139s
[2021-12-07T14:02:27.618Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/reporter/fleet 0.332s
[2021-12-07T14:02:27.618Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/sorted 0.117s
[2021-12-07T14:02:28.497Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/fleetapi/client 3.205s
[2021-12-07T14:02:30.263Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/tokenbucket 2.118s
[2021-12-07T14:02:36.703Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/core/server 17.263s
[2021-12-07T14:02:36.703Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/core/socket [no test files]
[2021-12-07T14:02:36.703Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/core/state [no test files]
[2021-12-07T14:02:36.703Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/eql/parser [no test files]
[2021-12-07T14:02:36.703Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/fleetapi/acker [no test files]
[2021-12-07T14:02:36.703Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/fleetapi/acker/noop [no test files]
[2021-12-07T14:02:36.703Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/release [no test files]
[2021-12-07T14:02:36.703Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/reporter/fleet/config [no test files]
[2021-12-07T14:02:36.703Z] ? github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/reporter/noop [no test files]
[2021-12-07T14:02:37.560Z] ok github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/scheduler 10.533s
[2021-12-07T14:02:38.304Z]
[2021-12-07T14:02:38.304Z] === Skipped
[2021-12-07T14:02:38.304Z] === SKIP: x-pack/elastic-agent/pkg/agent/operation TestConfigurableService (0.00s)
[2021-12-07T14:02:38.304Z] operator_test.go:392: Flaky test: https://github.com/elastic/beats/issues/23607
[2021-12-07T14:02:38.304Z]
[2021-12-07T14:02:38.304Z] === SKIP: x-pack/elastic-agent/pkg/core/logger TestLogger (0.00s)
[2021-12-07T14:02:38.304Z] logger_test.go:10: only checking if test works
[2021-12-07T14:02:38.304Z]
[2021-12-07T14:02:38.304Z] DONE 889 tests, 2 skipped in 48.458s
[2021-12-07T14:02:38.304Z] >> go test: Unit Test Passed
[2021-12-07T14:02:38.307Z] [Pipeline] }
[2021-12-07T14:02:38.317Z] [Pipeline] // dir
[2021-12-07T14:02:38.320Z] [Pipeline] }
[2021-12-07T14:02:38.329Z] [Pipeline] // stage
[2021-12-07T14:02:38.338Z] [Pipeline] stage
[2021-12-07T14:02:38.339Z] [Pipeline] { (x-pack/filebeat)
[2021-12-07T14:02:38.353Z] [Pipeline] dir
[2021-12-07T14:02:38.353Z] Running in /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/x-pack/filebeat
[2021-12-07T14:02:38.355Z] [Pipeline] {
[2021-12-07T14:02:38.367Z] [Pipeline] isUnix
[2021-12-07T14:02:38.372Z] [Pipeline] sh
[2021-12-07T14:02:40.005Z] + mage unitTest
[2021-12-07T14:02:43.858Z] >> go test: Unit Testing
[2021-12-07T14:02:43.858Z] exec: gotestsum --no-color -f standard-quiet --junitfile build/TEST-go-unit.xml --jsonfile build/TEST-go-unit.out.json -- ./...
[2021-12-07T14:02:43.858Z] go: downloading github.com/olekukonko/tablewriter v0.0.5
[2021-12-07T14:02:43.858Z] go: downloading github.com/golang/mock v1.6.0
[2021-12-07T14:02:44.720Z] go: downloading github.com/mattn/go-runewidth v0.0.9
[2021-12-07T14:02:59.667Z] ok github.com/elastic/beats/v7/x-pack/filebeat/input/azureeventhub 0.324s
[2021-12-07T14:03:02.050Z] ok github.com/elastic/beats/v7/x-pack/filebeat/input/gcppubsub 0.239s
[2021-12-07T14:03:03.076Z] ok github.com/elastic/beats/v7/x-pack/filebeat/input/http_endpoint 0.161s
[2021-12-07T14:03:04.914Z] ok github.com/elastic/beats/v7/x-pack/filebeat 2.020s
[2021-12-07T14:03:04.914Z] ? github.com/elastic/beats/v7/x-pack/filebeat/cmd [no test files]
[2021-12-07T14:03:04.914Z] ? github.com/elastic/beats/v7/x-pack/filebeat/include [no test files]
[2021-12-07T14:03:07.704Z] ok github.com/elastic/beats/v7/x-pack/filebeat/input/netflow 0.387s
[2021-12-07T14:03:09.480Z] ok github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/fields 0.148s
[2021-12-07T14:03:09.480Z] ok github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/ipfix 0.125s
[2021-12-07T14:03:10.625Z] ok github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/protocol 0.135s
[2021-12-07T14:03:10.625Z] ok github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/template 0.120s
[2021-12-07T14:03:11.486Z] ok github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/v1 0.147s
[2021-12-07T14:03:11.486Z] ok github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/v5 0.120s
[2021-12-07T14:03:12.385Z] ok github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/v6 0.119s
[2021-12-07T14:03:12.385Z] ok github.com/elastic/beats/v7/x-pack/filebeat/input/httpjson 7.506s
[2021-12-07T14:03:13.284Z] ok github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/v7 0.145s
[2021-12-07T14:03:13.284Z] ok github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/v8 0.139s
[2021-12-07T14:03:14.434Z] ok github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/v9 0.561s
[2021-12-07T14:03:17.239Z] ok github.com/elastic/beats/v7/x-pack/filebeat/input/o365audit 0.239s
[2021-12-07T14:03:22.337Z] ok github.com/elastic/beats/v7/x-pack/filebeat/processors/add_nomad_metadata 0.211s
[2021-12-07T14:03:23.515Z] ok github.com/elastic/beats/v7/x-pack/filebeat/processors/decode_cef 0.178s
[2021-12-07T14:03:24.359Z] ok github.com/elastic/beats/v7/x-pack/filebeat/module/cisco/ios 0.527s
[2021-12-07T14:03:24.359Z] ok github.com/elastic/beats/v7/x-pack/filebeat/processors/decode_cef/cef 0.468s
[2021-12-07T14:03:34.002Z] FAIL
[2021-12-07T14:03:34.002Z] FAIL github.com/elastic/beats/v7/x-pack/filebeat/input/awscloudwatch 35.487s
[2021-12-07T14:04:42.973Z] ok github.com/elastic/beats/v7/x-pack/filebeat/input/awss3 100.795s
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/input/cloudfoundry [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/input/default-inputs [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/atomic [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/config [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/examples [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/record [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/input/netflow/decoder/test [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/input/o365audit/auth [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/input/o365audit/poll [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/activemq [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/aws [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/awsfargate [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/azure [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/barracuda [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/bluecoat [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/cef [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/checkpoint [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/cisco [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/cisco/shared [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/coredns [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/crowdstrike [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/cyberarkpas [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/cylance [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/envoyproxy [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/f5 [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/fortinet [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/gcp [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/google_workspace [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/ibmmq [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/imperva [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/infoblox [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/iptables [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/juniper [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/microsoft [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/misp [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/mssql [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/mysqlenterprise [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/netflow [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/netscout [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/o365 [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/okta [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/oracle [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/panw [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/proofpoint [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/rabbitmq [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/radware [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/snort [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/snyk [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/sonicwall [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/sophos [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/squid [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/suricata [no test files]
[2021-12-07T14:04:42.973Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/threatintel [no test files]
[2021-12-07T14:04:42.974Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/tomcat [no test files]
[2021-12-07T14:04:42.974Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/zeek [no test files]
[2021-12-07T14:04:42.974Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/zookeeper [no test files]
[2021-12-07T14:04:42.974Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/zoom [no test files]
[2021-12-07T14:04:42.974Z] ? github.com/elastic/beats/v7/x-pack/filebeat/module/zscaler [no test files]
[2021-12-07T14:04:42.974Z] ? github.com/elastic/beats/v7/x-pack/filebeat/processors/decode_cef/cef/cmd/cef2json [no test files]
[2021-12-07T14:04:42.974Z] ? github.com/elastic/beats/v7/x-pack/filebeat/processors/decode_cef/cef/fuzz [no test files]
[2021-12-07T14:04:42.974Z]
[2021-12-07T14:04:42.974Z] === Skipped
[2021-12-07T14:04:42.974Z] === SKIP: x-pack/filebeat/input/gcppubsub TestTopicDoesNotExist (0.00s)
[2021-12-07T14:04:42.974Z] pubsub_test.go:227: PUBSUB_EMULATOR_HOST is not set in environment. You can start the emulator with "docker-compose up" from the _meta directory. The default address is PUBSUB_EMULATOR_HOST=localhost:8432
[2021-12-07T14:04:42.974Z]
[2021-12-07T14:04:42.974Z] === SKIP: x-pack/filebeat/input/gcppubsub TestSubscriptionDoesNotExistError (0.00s)
[2021-12-07T14:04:42.974Z] pubsub_test.go:227: PUBSUB_EMULATOR_HOST is not set in environment. You can start the emulator with "docker-compose up" from the _meta directory. The default address is PUBSUB_EMULATOR_HOST=localhost:8432
[2021-12-07T14:04:42.974Z]
[2021-12-07T14:04:42.974Z] === SKIP: x-pack/filebeat/input/gcppubsub TestSubscriptionExists (0.00s)
[2021-12-07T14:04:42.974Z] pubsub_test.go:227: PUBSUB_EMULATOR_HOST is not set in environment. You can start the emulator with "docker-compose up" from the _meta directory. The default address is PUBSUB_EMULATOR_HOST=localhost:8432
[2021-12-07T14:04:42.974Z]
[2021-12-07T14:04:42.974Z] === SKIP: x-pack/filebeat/input/gcppubsub TestSubscriptionCreate (0.00s)
[2021-12-07T14:04:42.974Z] pubsub_test.go:227: PUBSUB_EMULATOR_HOST is not set in environment. You can start the emulator with "docker-compose up" from the _meta directory. The default address is PUBSUB_EMULATOR_HOST=localhost:8432
[2021-12-07T14:04:42.974Z]
[2021-12-07T14:04:42.974Z] === SKIP: x-pack/filebeat/input/gcppubsub TestRunStop (0.00s)
[2021-12-07T14:04:42.974Z] pubsub_test.go:227: PUBSUB_EMULATOR_HOST is not set in environment. You can start the emulator with "docker-compose up" from the _meta directory. The default address is PUBSUB_EMULATOR_HOST=localhost:8432
[2021-12-07T14:04:42.974Z]
[2021-12-07T14:04:42.974Z] === SKIP: x-pack/filebeat/input/gcppubsub TestEndToEndACK (0.00s)
[2021-12-07T14:04:42.974Z] pubsub_test.go:227: PUBSUB_EMULATOR_HOST is not set in environment. You can start the emulator with "docker-compose up" from the _meta directory. The default address is PUBSUB_EMULATOR_HOST=localhost:8432
[2021-12-07T14:04:42.974Z]
[2021-12-07T14:04:42.974Z] === SKIP: x-pack/filebeat/processors/decode_cef/cef TestGenerateFuzzCorpus (0.00s)
[2021-12-07T14:04:42.974Z] cef_test.go:78: -corpus is not enabled
[2021-12-07T14:04:42.974Z]
[2021-12-07T14:04:42.974Z] === Failed
[2021-12-07T14:04:42.974Z] === FAIL: x-pack/filebeat/input/awscloudwatch TestNewInputDone (35.01s)
[2021-12-07T14:04:42.974Z] goroutine 56 [running]:
[2021-12-07T14:04:42.974Z] runtime/pprof.writeGoroutineStacks({0x4c9d8c0, 0xc0000b2008})
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/runtime/pprof/pprof.go:693 +0x70
[2021-12-07T14:04:42.974Z] runtime/pprof.writeGoroutine({0x4c9d8c0, 0xc0000b2008}, 0x5919a68)
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/runtime/pprof/pprof.go:682 +0x2b
[2021-12-07T14:04:42.974Z] runtime/pprof.(*Profile).WriteTo(0x4af4405, {0x4c9d8c0, 0xc0000b2008}, 0x5354440)
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/runtime/pprof/pprof.go:331 +0x14b
[2021-12-07T14:04:42.974Z] github.com/elastic/beats/v7/libbeat/tests/resources.dumpGoroutines()
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/libbeat/tests/resources/goroutines.go:64 +0x3d
[2021-12-07T14:04:42.974Z] github.com/elastic/beats/v7/libbeat/tests/resources.GoroutinesChecker.Check({0x0, 0xc0004e7b00}, {0x4cc9f10, 0xc000374680})
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/libbeat/tests/resources/goroutines.go:57 +0x59
[2021-12-07T14:04:42.974Z] github.com/elastic/beats/v7/filebeat/input/inputtest.AssertNotStartedInputCanBeDone(0xc000374680, 0x4b35100, 0x4af648f)
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/filebeat/input/inputtest/input.go:65 +0x1b9
[2021-12-07T14:04:42.974Z] github.com/elastic/beats/v7/x-pack/filebeat/input/awscloudwatch.TestNewInputDone(0xa)
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/x-pack/filebeat/input/awscloudwatch/input_test.go:206 +0x108
[2021-12-07T14:04:42.974Z] testing.tRunner(0xc000374680, 0x4b35118)
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/testing/testing.go:1259 +0x102
[2021-12-07T14:04:42.974Z] created by testing.(*T).Run
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/testing/testing.go:1306 +0x35a
[2021-12-07T14:04:42.974Z]
[2021-12-07T14:04:42.974Z] goroutine 1 [chan receive]:
[2021-12-07T14:04:42.974Z] testing.(*T).Run(0xc0004e4d00, {0x4afa671, 0x769e135216c}, 0x4b35118)
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/testing/testing.go:1307 +0x375
[2021-12-07T14:04:42.974Z] testing.runTests.func1(0xc0004ddcb0)
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/testing/testing.go:1598 +0x6e
[2021-12-07T14:04:42.974Z] testing.tRunner(0xc0004e4d00, 0xc0005c7d18)
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/testing/testing.go:1259 +0x102
[2021-12-07T14:04:42.974Z] testing.runTests(0xc000317600, {0x54e0000, 0x4, 0x4}, {0x408a72d, 0x4af8f5f, 0x54f30c0})
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/testing/testing.go:1596 +0x43f
[2021-12-07T14:04:42.974Z] testing.(*M).Run(0xc000317600)
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/testing/testing.go:1504 +0x51d
[2021-12-07T14:04:42.974Z] main.main()
[2021-12-07T14:04:42.974Z] _testmain.go:49 +0x14b
[2021-12-07T14:04:42.974Z]
[2021-12-07T14:04:42.974Z] goroutine 36 [select]:
[2021-12-07T14:04:42.974Z] net/http.(*persistConn).writeLoop(0xc0005d0b40)
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/net/http/transport.go:2386 +0xfb
[2021-12-07T14:04:42.974Z] created by net/http.(*Transport).dialConn
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/net/http/transport.go:1748 +0x1e65
[2021-12-07T14:04:42.974Z]
[2021-12-07T14:04:42.974Z] goroutine 35 [IO wait]:
[2021-12-07T14:04:42.974Z] internal/poll.runtime_pollWait(0xd18b218, 0x72)
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/runtime/netpoll.go:229 +0x89
[2021-12-07T14:04:42.974Z] internal/poll.(*pollDesc).wait(0xc000317d80, 0xc00052e000, 0x0)
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/internal/poll/fd_poll_runtime.go:84 +0x32
[2021-12-07T14:04:42.974Z] internal/poll.(*pollDesc).waitRead(...)
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/internal/poll/fd_poll_runtime.go:89
[2021-12-07T14:04:42.974Z] internal/poll.(*FD).Read(0xc000317d80, {0xc00052e000, 0x1000, 0x1000})
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/internal/poll/fd_unix.go:167 +0x25a
[2021-12-07T14:04:42.974Z] net.(*netFD).Read(0xc000317d80, {0xc00052e000, 0x403aca7, 0xc000543c30})
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/net/fd_posix.go:56 +0x29
[2021-12-07T14:04:42.974Z] net.(*conn).Read(0xc0000b2058, {0xc00052e000, 0x12, 0xc000093040})
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/net/net.go:183 +0x45
[2021-12-07T14:04:42.974Z] net/http.(*persistConn).Read(0xc0005d0b40, {0xc00052e000, 0xc00053a0c0, 0xc000543d30})
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/net/http/transport.go:1926 +0x4e
[2021-12-07T14:04:42.974Z] bufio.(*Reader).fill(0xc00007c960)
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/bufio/bufio.go:101 +0x103
[2021-12-07T14:04:42.974Z] bufio.(*Reader).Peek(0xc00007c960, 0x1)
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/bufio/bufio.go:139 +0x5d
[2021-12-07T14:04:42.974Z] net/http.(*persistConn).readLoop(0xc0005d0b40)
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/net/http/transport.go:2087 +0x1ac
[2021-12-07T14:04:42.974Z] created by net/http.(*Transport).dialConn
[2021-12-07T14:04:42.974Z] /Users/admin/workspace/beats-mbp_master/.gvm/versions/go1.17.2.darwin.amd64/src/net/http/transport.go:1747 +0x1e05
[2021-12-07T14:04:42.974Z] input.go:65: possible goroutines leak, before: 2, after: 4
[2021-12-07T14:04:42.974Z]
[2021-12-07T14:04:42.974Z] DONE 794 tests, 7 skipped, 1 failure in 117.811s
[2021-12-07T14:04:42.974Z] Error: go test returned a non-zero value: exit status 1
[2021-12-07T14:04:42.974Z] + true
[2021-12-07T14:04:43.442Z] [Pipeline] }
[2021-12-07T14:04:43.453Z] [Pipeline] // dir
[2021-12-07T14:04:43.456Z] [Pipeline] }
[2021-12-07T14:04:43.465Z] [Pipeline] // stage
[2021-12-07T14:04:43.476Z] [Pipeline] stage
[2021-12-07T14:04:43.477Z] [Pipeline] { (x-pack/functionbeat)
[2021-12-07T14:04:43.492Z] [Pipeline] dir
[2021-12-07T14:04:43.492Z] Running in /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/x-pack/functionbeat
[2021-12-07T14:04:43.493Z] [Pipeline] {
[2021-12-07T14:04:43.506Z] [Pipeline] isUnix
[2021-12-07T14:04:43.511Z] [Pipeline] sh
[2021-12-07T14:04:45.128Z] + mage unitTest
[2021-12-07T14:04:48.986Z] >> go test: Unit Testing
[2021-12-07T14:04:48.986Z] exec: gotestsum --no-color -f standard-quiet --junitfile build/TEST-go-unit.xml --jsonfile build/TEST-go-unit.out.json -- ./...
[2021-12-07T14:04:58.154Z] ok github.com/elastic/beats/v7/x-pack/functionbeat/config 0.295s
[2021-12-07T14:04:58.154Z] ok github.com/elastic/beats/v7/x-pack/functionbeat/function/core 0.165s
[2021-12-07T14:04:59.351Z] ok github.com/elastic/beats/v7/x-pack/functionbeat/function/beater 0.212s
[2021-12-07T14:05:01.176Z] ok github.com/elastic/beats/v7/x-pack/functionbeat/function/provider 0.172s
[2021-12-07T14:05:01.176Z] ok github.com/elastic/beats/v7/x-pack/functionbeat/manager/core/bundle 0.112s
[2021-12-07T14:05:02.052Z] ok github.com/elastic/beats/v7/x-pack/functionbeat/manager/executor 0.216s
[2021-12-07T14:05:05.938Z] ok github.com/elastic/beats/v7/x-pack/functionbeat 0.690s
[2021-12-07T14:05:05.938Z] ? github.com/elastic/beats/v7/x-pack/functionbeat/function/cmd [no test files]
[2021-12-07T14:05:05.938Z] ? github.com/elastic/beats/v7/x-pack/functionbeat/function/telemetry [no test files]
[2021-12-07T14:05:05.938Z] ? github.com/elastic/beats/v7/x-pack/functionbeat/include [no test files]
[2021-12-07T14:05:05.938Z] ok github.com/elastic/beats/v7/x-pack/functionbeat/manager/cmd 0.989s
[2021-12-07T14:05:07.188Z] ok github.com/elastic/beats/v7/x-pack/functionbeat/manager/aws 0.776s
[2021-12-07T14:05:07.188Z] ? github.com/elastic/beats/v7/x-pack/functionbeat/manager/beater [no test files]
[2021-12-07T14:05:07.188Z] ? github.com/elastic/beats/v7/x-pack/functionbeat/manager/core [no test files]
[2021-12-07T14:05:08.110Z] ok github.com/elastic/beats/v7/x-pack/functionbeat/provider/aws/aws/transformer 0.167s
[2021-12-07T14:05:08.110Z] ok github.com/elastic/beats/v7/x-pack/functionbeat/provider/aws/aws 0.219s
[2021-12-07T14:05:09.879Z] ok github.com/elastic/beats/v7/x-pack/functionbeat/provider/aws 0.511s
[2021-12-07T14:05:09.879Z] ? github.com/elastic/beats/v7/x-pack/functionbeat/provider/aws/cmd [no test files]
[2021-12-07T14:05:09.879Z] ? github.com/elastic/beats/v7/x-pack/functionbeat/provider/aws/include [no test files]
[2021-12-07T14:05:11.930Z] ok github.com/elastic/beats/v7/x-pack/functionbeat/provider/local 0.442s
[2021-12-07T14:05:11.930Z] ? github.com/elastic/beats/v7/x-pack/functionbeat/provider/local/cmd [no test files]
[2021-12-07T14:05:11.930Z] ? github.com/elastic/beats/v7/x-pack/functionbeat/provider/local/include [no test files]
[2021-12-07T14:05:11.930Z] ? github.com/elastic/beats/v7/x-pack/functionbeat/provider/local/local [no test files]
[2021-12-07T14:05:11.930Z] ? github.com/elastic/beats/v7/x-pack/functionbeat/scripts/mage [no test files]
[2021-12-07T14:05:11.930Z]
[2021-12-07T14:05:11.930Z] === Skipped
[2021-12-07T14:05:11.930Z] === SKIP: x-pack/functionbeat/provider/aws/aws TestAPIGatewayProxy/when_publish_is_succesful (0.00s)
[2021-12-07T14:05:11.931Z] --- SKIP: TestAPIGatewayProxy/when_publish_is_succesful (0.00s)
[2021-12-07T14:05:11.931Z]
[2021-12-07T14:05:11.931Z] DONE 157 tests, 1 skipped in 23.292s
[2021-12-07T14:05:11.931Z] >> go test: Unit Test Passed
[2021-12-07T14:05:23.620Z] >> python test: Unit Testing
[2021-12-07T14:05:23.620Z] ============================= test session starts ==============================
[2021-12-07T14:05:23.620Z] platform darwin -- Python 3.8.2, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
[2021-12-07T14:05:23.620Z] rootdir: /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats, configfile: pytest.ini
[2021-12-07T14:05:23.620Z] plugins: rerunfailures-9.1.1, timeout-1.4.2
[2021-12-07T14:05:23.620Z] timeout: 90.0s
[2021-12-07T14:05:23.620Z] timeout method: signal
[2021-12-07T14:05:23.620Z] timeout func_only: True
[2021-12-07T14:05:23.620Z] collected 8 items
[2021-12-07T14:05:23.620Z]
[2021-12-07T14:05:25.614Z] tests/system/test_base.py s....... [100%]
[2021-12-07T14:05:25.614Z]
[2021-12-07T14:05:25.614Z] - generated xml file: /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/x-pack/functionbeat/build/TEST-python-unit.xml -
[2021-12-07T14:05:25.614Z] ============================= slowest 20 durations =============================
[2021-12-07T14:05:25.614Z] 0.93s call x-pack/functionbeat/tests/system/test_base.py::Test::test_export_config
[2021-12-07T14:05:25.614Z] 0.23s call x-pack/functionbeat/tests/system/test_base.py::Test::test_export_function
[2021-12-07T14:05:25.614Z] 0.20s call x-pack/functionbeat/tests/system/test_base.py::Test::test_export_index_pattern_migration
[2021-12-07T14:05:25.614Z] 0.20s call x-pack/functionbeat/tests/system/test_base.py::Test::test_export_index_pattern
[2021-12-07T14:05:25.614Z] 0.17s call x-pack/functionbeat/tests/system/test_base.py::Test::test_export_template
[2021-12-07T14:05:25.614Z] 0.11s call x-pack/functionbeat/tests/system/test_base.py::Test::test_export_function_invalid_conf
[2021-12-07T14:05:25.614Z] 0.10s call x-pack/functionbeat/tests/system/test_base.py::Test::test_export_ilm_policy
[2021-12-07T14:05:25.614Z]
[2021-12-07T14:05:25.614Z] (13 durations < 0.005s hidden. Use -vv to show these durations.)
[2021-12-07T14:05:25.614Z] ========================= 7 passed, 1 skipped in 2.10s =========================
[2021-12-07T14:05:25.614Z] >> python test: Unit Testing Complete
[2021-12-07T14:05:26.071Z] [Pipeline] }
[2021-12-07T14:05:26.083Z] [Pipeline] // dir
[2021-12-07T14:05:26.087Z] [Pipeline] }
[2021-12-07T14:05:26.096Z] [Pipeline] // stage
[2021-12-07T14:05:26.133Z] [Pipeline] stage
[2021-12-07T14:05:26.135Z] [Pipeline] { (x-pack/heartbeat)
[2021-12-07T14:05:26.148Z] [Pipeline] dir
[2021-12-07T14:05:26.148Z] Running in /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/x-pack/heartbeat
[2021-12-07T14:05:26.150Z] [Pipeline] {
[2021-12-07T14:05:26.160Z] [Pipeline] isUnix
[2021-12-07T14:05:26.165Z] [Pipeline] sh
[2021-12-07T14:05:28.173Z] + mage unitTest
[2021-12-07T14:05:30.908Z] >> go test: Unit Testing
[2021-12-07T14:05:30.908Z] exec: gotestsum --no-color -f standard-quiet --junitfile build/TEST-go-unit.xml --jsonfile build/TEST-go-unit.out.json -- ./...
[2021-12-07T14:05:31.803Z] go: downloading github.com/go-test/deep v1.0.7
[2021-12-07T14:05:34.907Z] ok github.com/elastic/beats/v7/x-pack/heartbeat/monitors/browser 0.186s
[2021-12-07T14:05:35.764Z] ok github.com/elastic/beats/v7/x-pack/heartbeat/monitors/browser/synthexec 0.745s
[2021-12-07T14:05:39.624Z] ok github.com/elastic/beats/v7/x-pack/heartbeat 0.646s
[2021-12-07T14:05:39.624Z] ? github.com/elastic/beats/v7/x-pack/heartbeat/cmd [no test files]
[2021-12-07T14:05:39.624Z] ? github.com/elastic/beats/v7/x-pack/heartbeat/include [no test files]
[2021-12-07T14:05:39.624Z] ok github.com/elastic/beats/v7/x-pack/heartbeat/monitors/browser/source 5.423s
[2021-12-07T14:05:39.624Z] ? github.com/elastic/beats/v7/x-pack/heartbeat/monitors/browser/source/fixtures [no test files]
[2021-12-07T14:05:39.624Z] ? github.com/elastic/beats/v7/x-pack/heartbeat/monitors/browser/synthexec/testcmd [no test files]
[2021-12-07T14:05:39.624Z]
[2021-12-07T14:05:39.624Z] DONE 96 tests in 8.388s
[2021-12-07T14:05:39.624Z] >> go test: Unit Test Passed
[2021-12-07T14:05:52.268Z] >> python test: Unit Testing
[2021-12-07T14:05:52.268Z] >> python test: Unit Testing - No tests found.
[2021-12-07T14:05:52.722Z] [Pipeline] }
[2021-12-07T14:05:52.731Z] [Pipeline] // dir
[2021-12-07T14:05:52.734Z] [Pipeline] }
[2021-12-07T14:05:52.743Z] [Pipeline] // stage
[2021-12-07T14:05:52.751Z] [Pipeline] stage
[2021-12-07T14:05:52.752Z] [Pipeline] { (x-pack/libbeat)
[2021-12-07T14:05:52.765Z] [Pipeline] dir
[2021-12-07T14:05:52.765Z] Running in /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/x-pack/libbeat
[2021-12-07T14:05:52.767Z] [Pipeline] {
[2021-12-07T14:05:52.778Z] [Pipeline] isUnix
[2021-12-07T14:05:52.784Z] [Pipeline] sh
[2021-12-07T14:05:54.448Z] + mage unitTest
[2021-12-07T14:05:57.231Z] >> go test: Unit Testing
[2021-12-07T14:05:57.231Z] exec: gotestsum --no-color -f standard-quiet --junitfile build/TEST-go-unit.xml --jsonfile build/TEST-go-unit.out.json -- ./...
[2021-12-07T14:05:57.231Z] go: downloading github.com/jarcoal/httpmock v1.0.4
[2021-12-07T14:06:01.164Z] ok github.com/elastic/beats/v7/x-pack/libbeat/autodiscover/providers/aws/elb 0.238s
[2021-12-07T14:06:02.069Z] ok github.com/elastic/beats/v7/x-pack/libbeat/autodiscover/providers/aws/ec2 0.292s
[2021-12-07T14:06:02.069Z] ok github.com/elastic/beats/v7/x-pack/libbeat/common/aws 0.160s
[2021-12-07T14:06:02.954Z] ok github.com/elastic/beats/v7/x-pack/libbeat/autodiscover/providers/nomad 2.211s
[2021-12-07T14:06:02.954Z] ok github.com/elastic/beats/v7/x-pack/libbeat/common/nomad 0.276s
[2021-12-07T14:06:03.818Z] ok github.com/elastic/beats/v7/x-pack/libbeat/management 0.183s
[2021-12-07T14:06:06.607Z] ok github.com/elastic/beats/v7/x-pack/libbeat/common/cloudfoundry 2.690s
[2021-12-07T14:06:06.607Z] ok github.com/elastic/beats/v7/x-pack/libbeat 0.569s
[2021-12-07T14:06:06.607Z] ? github.com/elastic/beats/v7/x-pack/libbeat/autodiscover/providers/aws [no test files]
[2021-12-07T14:06:06.607Z] ? github.com/elastic/beats/v7/x-pack/libbeat/autodiscover/providers/aws/test [no test files]
[2021-12-07T14:06:06.607Z] ? github.com/elastic/beats/v7/x-pack/libbeat/common/cloudfoundry/test [no test files]
[2021-12-07T14:06:06.607Z] ? github.com/elastic/beats/v7/x-pack/libbeat/include [no test files]
[2021-12-07T14:06:06.607Z] ok github.com/elastic/beats/v7/x-pack/libbeat/processors/add_cloudfoundry_metadata 0.447s
[2021-12-07T14:06:07.463Z] ok github.com/elastic/beats/v7/x-pack/libbeat/persistentcache 3.352s
[2021-12-07T14:06:07.463Z] ? github.com/elastic/beats/v7/x-pack/libbeat/processors/add_nomad_metadata [no test files]
[2021-12-07T14:06:07.463Z]
[2021-12-07T14:06:07.463Z] === Skipped
[2021-12-07T14:06:07.463Z] === SKIP: x-pack/libbeat/persistentcache TestRefreshOnAccess (0.00s)
[2021-12-07T14:06:07.463Z] persistentcache_test.go:117: flaky test
[2021-12-07T14:06:07.463Z]
[2021-12-07T14:06:07.463Z] DONE 74 tests, 1 skipped in 10.384s
[2021-12-07T14:06:07.463Z] >> go test: Unit Test Passed
[2021-12-07T14:06:20.067Z] >> python test: Unit Testing
[2021-12-07T14:06:20.067Z] >> python test: Unit Testing - No tests found.
[2021-12-07T14:06:20.549Z] [Pipeline] }
[2021-12-07T14:06:20.559Z] [Pipeline] // dir
[2021-12-07T14:06:20.563Z] [Pipeline] }
[2021-12-07T14:06:20.571Z] [Pipeline] // stage
[2021-12-07T14:06:20.580Z] [Pipeline] stage
[2021-12-07T14:06:20.582Z] [Pipeline] { (x-pack/metricbeat)
[2021-12-07T14:06:20.597Z] [Pipeline] dir
[2021-12-07T14:06:20.597Z] Running in /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/x-pack/metricbeat
[2021-12-07T14:06:20.599Z] [Pipeline] {
[2021-12-07T14:06:20.609Z] [Pipeline] isUnix
[2021-12-07T14:06:20.615Z] [Pipeline] sh
[2021-12-07T14:06:23.069Z] + mage unitTest
[2021-12-07T14:06:26.904Z] >> go test: Unit Testing
[2021-12-07T14:06:26.904Z] exec: gotestsum --no-color -f standard-quiet --junitfile build/TEST-go-unit.xml --jsonfile build/TEST-go-unit.out.json -- ./...
[2021-12-07T14:06:44.666Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/airflow/statsd 0.321s
[2021-12-07T14:06:45.535Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/aws 0.251s
[2021-12-07T14:06:47.415Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/billing 0.296s
[2021-12-07T14:06:48.322Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch 0.290s
[2021-12-07T14:06:49.223Z] testing: warning: no tests to run
[2021-12-07T14:06:49.223Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/dynamodb 0.294s [no tests to run]
[2021-12-07T14:06:52.041Z] testing: warning: no tests to run
[2021-12-07T14:06:52.041Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/ebs 0.281s [no tests to run]
[2021-12-07T14:06:52.041Z] testing: warning: no tests to run
[2021-12-07T14:06:52.041Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/ec2 0.306s [no tests to run]
[2021-12-07T14:06:54.871Z] testing: warning: no tests to run
[2021-12-07T14:06:54.871Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/elb 0.281s [no tests to run]
[2021-12-07T14:06:55.769Z] testing: warning: no tests to run
[2021-12-07T14:06:55.769Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/kinesis 0.351s [no tests to run]
[2021-12-07T14:06:56.656Z] testing: warning: no tests to run
[2021-12-07T14:06:56.656Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/lambda 0.291s [no tests to run]
[2021-12-07T14:06:58.457Z] testing: warning: no tests to run
[2021-12-07T14:06:58.457Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/natgateway 0.287s [no tests to run]
[2021-12-07T14:06:59.403Z] testing: warning: no tests to run
[2021-12-07T14:06:59.403Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/rds 0.310s [no tests to run]
[2021-12-07T14:07:00.281Z] testing: warning: no tests to run
[2021-12-07T14:07:00.281Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/s3_daily_storage 0.301s [no tests to run]
[2021-12-07T14:07:03.106Z] testing: warning: no tests to run
[2021-12-07T14:07:03.106Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/s3_request 0.350s [no tests to run]
[2021-12-07T14:07:03.106Z] testing: warning: no tests to run
[2021-12-07T14:07:03.106Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/sns 0.748s [no tests to run]
[2021-12-07T14:07:05.929Z] testing: warning: no tests to run
[2021-12-07T14:07:05.929Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/sqs 0.333s [no tests to run]
[2021-12-07T14:07:06.876Z] testing: warning: no tests to run
[2021-12-07T14:07:06.876Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/transitgateway 0.331s [no tests to run]
[2021-12-07T14:07:07.763Z] testing: warning: no tests to run
[2021-12-07T14:07:07.763Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/usage 0.676s [no tests to run]
[2021-12-07T14:07:09.873Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/awsfargate/task_stats 0.197s
[2021-12-07T14:07:09.873Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/azure 0.191s
[2021-12-07T14:07:09.873Z] testing: warning: no tests to run
[2021-12-07T14:07:09.873Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/vpn 0.378s [no tests to run]
[2021-12-07T14:07:12.019Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/azure/app_insights 0.357s
[2021-12-07T14:07:12.019Z] testing: warning: no tests to run
[2021-12-07T14:07:12.019Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/azure/app_state 0.381s [no tests to run]
[2021-12-07T14:07:12.019Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/azure/billing 0.174s
[2021-12-07T14:07:12.892Z] testing: warning: no tests to run
[2021-12-07T14:07:12.892Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/azure/compute_vm 0.166s [no tests to run]
[2021-12-07T14:07:13.786Z] testing: warning: no tests to run
[2021-12-07T14:07:13.786Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/azure/compute_vm_scaleset 0.309s [no tests to run]
[2021-12-07T14:07:13.786Z] testing: warning: no tests to run
[2021-12-07T14:07:13.786Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/azure/container_instance 0.197s [no tests to run]
[2021-12-07T14:07:14.934Z] testing: warning: no tests to run
[2021-12-07T14:07:14.934Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/azure/container_service 0.161s [no tests to run]
[2021-12-07T14:07:15.838Z] testing: warning: no tests to run
[2021-12-07T14:07:15.838Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/azure/container_registry 0.306s [no tests to run]
[2021-12-07T14:07:15.838Z] testing: warning: no tests to run
[2021-12-07T14:07:15.838Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/azure/database_account 0.195s [no tests to run]
[2021-12-07T14:07:17.695Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/azure/monitor 0.653s
[2021-12-07T14:07:18.600Z] ok github.com/elastic/beats/v7/x-pack/metricbeat 1.307s
[2021-12-07T14:07:18.600Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/cmd [no test files]
[2021-12-07T14:07:18.600Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/include [no test files]
[2021-12-07T14:07:18.600Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/activemq [no test files]
[2021-12-07T14:07:18.600Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/airflow [no test files]
[2021-12-07T14:07:18.600Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch/metadata/ec2 [no test files]
[2021-12-07T14:07:18.600Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch/metadata/rds [no test files]
[2021-12-07T14:07:18.600Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch/metadata/sqs [no test files]
[2021-12-07T14:07:18.600Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/mtest [no test files]
[2021-12-07T14:07:18.600Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/mtest/scripts [no test files]
[2021-12-07T14:07:18.600Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/awsfargate [no test files]
[2021-12-07T14:07:18.600Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/azure/storage 0.896s
[2021-12-07T14:07:18.600Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/azure/test [no test files]
[2021-12-07T14:07:18.600Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/cloudfoundry 0.484s
[2021-12-07T14:07:20.425Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/cloudfoundry/container 0.237s
[2021-12-07T14:07:21.324Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/cloudfoundry/counter 0.256s
[2021-12-07T14:07:21.324Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/cloudfoundry/mtest [no test files]
[2021-12-07T14:07:21.324Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/cloudfoundry/value 0.258s
[2021-12-07T14:07:21.324Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/cockroachdb [no test files]
[2021-12-07T14:07:23.124Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/cockroachdb/status 2.968s
[2021-12-07T14:07:23.124Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/coredns [no test files]
[2021-12-07T14:07:23.124Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/enterprisesearch/health 0.383s
[2021-12-07T14:07:23.980Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/enterprisesearch/stats 0.271s
[2021-12-07T14:07:24.954Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/coredns/stats 1.630s
[2021-12-07T14:07:24.954Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/enterprisesearch [no test files]
[2021-12-07T14:07:24.954Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/gcp 0.234s
[2021-12-07T14:07:26.072Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/gcp/billing 0.196s
[2021-12-07T14:07:26.952Z] testing: warning: no tests to run
[2021-12-07T14:07:26.952Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/gcp/compute 0.235s [no tests to run]
[2021-12-07T14:07:27.826Z] testing: warning: no tests to run
[2021-12-07T14:07:27.826Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/gcp/gke 0.314s [no tests to run]
[2021-12-07T14:07:27.826Z] testing: warning: no tests to run
[2021-12-07T14:07:27.826Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/gcp/loadbalancing 0.525s [no tests to run]
[2021-12-07T14:07:27.826Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/gcp/metrics/compute 0.184s
[2021-12-07T14:07:29.922Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/gcp/metrics 0.250s
[2021-12-07T14:07:29.922Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/ibmmq/qmgr 0.297s
[2021-12-07T14:07:30.806Z] testing: warning: no tests to run
[2021-12-07T14:07:30.806Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/gcp/pubsub 0.246s [no tests to run]
[2021-12-07T14:07:30.806Z] testing: warning: no tests to run
[2021-12-07T14:07:30.806Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/gcp/storage 0.309s [no tests to run]
[2021-12-07T14:07:30.806Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/ibmmq [no test files]
[2021-12-07T14:07:30.806Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/iis [no test files]
[2021-12-07T14:07:30.806Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/iis/application_pool [no test files]
[2021-12-07T14:07:30.806Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/iis/webserver [no test files]
[2021-12-07T14:07:30.806Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/iis/website [no test files]
[2021-12-07T14:07:30.806Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/istio [no test files]
[2021-12-07T14:07:32.606Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/istio/citadel 0.276s
[2021-12-07T14:07:32.606Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/istio/galley 0.343s
[2021-12-07T14:07:32.606Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/istio/istiod 0.330s
[2021-12-07T14:07:33.464Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/istio/mesh 0.294s
[2021-12-07T14:07:34.331Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/istio/mixer 0.286s
[2021-12-07T14:07:34.331Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/istio/pilot 0.313s
[2021-12-07T14:07:35.519Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/istio/proxy 0.369s
[2021-12-07T14:07:35.519Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/mssql [no test files]
[2021-12-07T14:07:36.675Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/mssql/performance 0.233s
[2021-12-07T14:07:36.675Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/mssql/testing [no test files]
[2021-12-07T14:07:36.675Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/mssql/transaction_log 0.209s
[2021-12-07T14:07:36.675Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/oracle [no test files]
[2021-12-07T14:07:36.675Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/oracle/performance [no test files]
[2021-12-07T14:07:36.675Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/oracle/tablespace 0.189s
[2021-12-07T14:07:36.675Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/prometheus [no test files]
[2021-12-07T14:07:38.482Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/prometheus/collector 0.455s
[2021-12-07T14:07:38.482Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/prometheus/remote_write 0.190s
[2021-12-07T14:07:38.482Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/redisenterprise [no test files]
[2021-12-07T14:07:39.411Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/redisenterprise/node 0.318s
[2021-12-07T14:07:39.411Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/redisenterprise/proxy 0.280s
[2021-12-07T14:07:39.411Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/sql [no test files]
[2021-12-07T14:07:39.411Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/sql/query [no test files]
[2021-12-07T14:07:39.411Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/stan [no test files]
[2021-12-07T14:07:40.280Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/stan/channels 0.196s
[2021-12-07T14:07:41.476Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/stan/stats 0.190s
[2021-12-07T14:07:41.476Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/stan/subscriptions 0.220s
[2021-12-07T14:07:41.476Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/statsd [no test files]
[2021-12-07T14:07:42.368Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/syncgateway/db 0.190s
[2021-12-07T14:07:43.216Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/syncgateway/memory 0.401s
[2021-12-07T14:07:43.216Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/syncgateway/replication 0.363s
[2021-12-07T14:07:44.388Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/syncgateway/resources 0.244s
[2021-12-07T14:07:49.290Z] ok github.com/elastic/beats/v7/x-pack/metricbeat/module/statsd/server 7.792s
[2021-12-07T14:07:49.290Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/syncgateway [no test files]
[2021-12-07T14:07:49.290Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/module/tomcat [no test files]
[2021-12-07T14:07:49.290Z] ? github.com/elastic/beats/v7/x-pack/metricbeat/scripts/msetlists [no test files]
[2021-12-07T14:07:49.290Z]
[2021-12-07T14:07:49.290Z] === Skipped
[2021-12-07T14:07:49.290Z] === SKIP: x-pack/metricbeat/module/mssql/performance TestData (0.00s)
[2021-12-07T14:07:49.290Z] data_integration_test.go:20: Skipping `data.json` generation test
[2021-12-07T14:07:49.290Z]
[2021-12-07T14:07:49.290Z] === SKIP: x-pack/metricbeat/module/mssql/transaction_log TestData (0.00s)
[2021-12-07T14:07:49.290Z] data_integration_test.go:15: Skipping `data.json` generation test
[2021-12-07T14:07:49.290Z]
[2021-12-07T14:07:49.290Z] === SKIP: x-pack/metricbeat/module/syncgateway/db TestData (0.00s)
[2021-12-07T14:07:49.290Z] data_generator.go:72: skip data generation tests
[2021-12-07T14:07:49.290Z]
[2021-12-07T14:07:49.290Z] === SKIP: x-pack/metricbeat/module/syncgateway/db TestFetch (0.00s)
[2021-12-07T14:07:49.290Z] data_test.go:29: Skipping test because it seems like 'TestMetricsetFieldsDocumented' function, used here in this test; has some kind of bug
[2021-12-07T14:07:49.290Z]
[2021-12-07T14:07:49.290Z] === SKIP: x-pack/metricbeat/module/syncgateway/memory TestData (0.00s)
[2021-12-07T14:07:49.290Z] data_generator.go:72: skip data generation tests
[2021-12-07T14:07:49.290Z]
[2021-12-07T14:07:49.290Z] === SKIP: x-pack/metricbeat/module/syncgateway/replication TestData (0.00s)
[2021-12-07T14:07:49.290Z] data_generator.go:72: skip data generation tests
[2021-12-07T14:07:49.290Z]
[2021-12-07T14:07:49.290Z] === SKIP: x-pack/metricbeat/module/syncgateway/resources TestData (0.00s)
[2021-12-07T14:07:49.290Z] data_generator.go:72: skip data generation tests
[2021-12-07T14:07:49.290Z]
[2021-12-07T14:07:49.290Z] DONE 352 tests, 7 skipped in 82.722s
[2021-12-07T14:07:49.290Z] >> go test: Unit Test Passed
[2021-12-07T14:07:50.149Z] Generated fields.yml for metricbeat to /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/x-pack/metricbeat/fields.yml
[2021-12-07T14:08:10.827Z] >> python test: Unit Testing
[2021-12-07T14:08:12.019Z] ============================= test session starts ==============================
[2021-12-07T14:08:12.019Z] platform darwin -- Python 3.8.2, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
[2021-12-07T14:08:12.019Z] rootdir: /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats, configfile: pytest.ini
[2021-12-07T14:08:12.019Z] plugins: rerunfailures-9.1.1, timeout-1.4.2
[2021-12-07T14:08:12.019Z] timeout: 90.0s
[2021-12-07T14:08:12.019Z] timeout method: signal
[2021-12-07T14:08:12.019Z] timeout func_only: True
[2021-12-07T14:08:12.019Z] collected 30 items
[2021-12-07T14:08:12.019Z]
[2021-12-07T14:08:16.016Z] tests/system/test_xpack_base.py s.....ss. [ 30%]
[2021-12-07T14:08:16.016Z] module/activemq/test_activemq.py ssssss [ 50%]
[2021-12-07T14:08:26.703Z] module/airflow/test_airflow.py . [ 53%]
[2021-12-07T14:08:26.703Z] module/cockroachdb/test_cockroachdb.py s [ 56%]
[2021-12-07T14:08:26.703Z] module/coredns/test_coredns.py s [ 60%]
[2021-12-07T14:08:26.703Z] module/enterprisesearch/test_enterprisesearch.py ss [ 66%]
[2021-12-07T14:08:26.703Z] module/ibmmq/test_ibmmq.py s [ 70%]
[2021-12-07T14:08:26.703Z] module/mssql/test_mssql.py ss [ 76%]
[2021-12-07T14:08:26.703Z] module/redisenterprise/test_redisenterprise.py ss [ 83%]
[2021-12-07T14:08:26.703Z] module/sql/test_sql.py s [ 86%]
[2021-12-07T14:08:26.703Z] module/stan/test_stan.py sss [ 96%]
[2021-12-07T14:08:32.084Z] module/statsd/test_statsd.py . [100%]
[2021-12-07T14:08:32.084Z]
[2021-12-07T14:08:32.084Z] - generated xml file: /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/x-pack/metricbeat/build/TEST-python-unit.xml -
[2021-12-07T14:08:32.084Z] ============================= slowest 20 durations =============================
[2021-12-07T14:08:32.084Z] 9.51s call x-pack/metricbeat/module/airflow/test_airflow.py::Test::test_server
[2021-12-07T14:08:32.084Z] 5.68s call x-pack/metricbeat/module/statsd/test_statsd.py::Test::test_server
[2021-12-07T14:08:32.084Z] 1.48s call x-pack/metricbeat/tests/system/test_xpack_base.py::Test::test_export_config
[2021-12-07T14:08:32.084Z] 0.84s call x-pack/metricbeat/tests/system/test_xpack_base.py::Test::test_export_index_pattern
[2021-12-07T14:08:32.084Z] 0.80s call x-pack/metricbeat/tests/system/test_xpack_base.py::Test::test_export_index_pattern_migration
[2021-12-07T14:08:32.084Z] 0.72s call x-pack/metricbeat/tests/system/test_xpack_base.py::Test::test_export_template
[2021-12-07T14:08:32.084Z] 0.54s call x-pack/metricbeat/tests/system/test_xpack_base.py::Test::test_start_stop
[2021-12-07T14:08:32.084Z] 0.44s call x-pack/metricbeat/tests/system/test_xpack_base.py::Test::test_export_ilm_policy
[2021-12-07T14:08:32.084Z]
[2021-12-07T14:08:32.084Z] (12 durations < 0.005s hidden. Use -vv to show these durations.)
[2021-12-07T14:08:32.084Z] ======================== 8 passed, 22 skipped in 20.37s ========================
[2021-12-07T14:08:32.084Z] >> python test: Unit Testing Complete
[2021-12-07T14:08:32.560Z] [Pipeline] }
[2021-12-07T14:08:32.570Z] [Pipeline] // dir
[2021-12-07T14:08:32.573Z] [Pipeline] }
[2021-12-07T14:08:32.581Z] [Pipeline] // stage
[2021-12-07T14:08:32.590Z] [Pipeline] stage
[2021-12-07T14:08:32.592Z] [Pipeline] { (x-pack/osquerybeat)
[2021-12-07T14:08:32.605Z] [Pipeline] dir
[2021-12-07T14:08:32.605Z] Running in /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/x-pack/osquerybeat
[2021-12-07T14:08:32.606Z] [Pipeline] {
[2021-12-07T14:08:32.617Z] [Pipeline] isUnix
[2021-12-07T14:08:32.622Z] [Pipeline] sh
[2021-12-07T14:08:34.409Z] + mage unitTest
[2021-12-07T14:08:37.161Z] >> go test: Unit Testing
[2021-12-07T14:08:37.161Z] exec: gotestsum --no-color -f standard-quiet --junitfile build/TEST-go-unit.xml --jsonfile build/TEST-go-unit.out.json -- ./...
[2021-12-07T14:08:39.940Z] ok github.com/elastic/beats/v7/x-pack/osquerybeat/internal/action 0.121s
[2021-12-07T14:08:39.940Z] ok github.com/elastic/beats/v7/x-pack/osquerybeat/internal/ecs 0.118s
[2021-12-07T14:08:40.828Z] ok github.com/elastic/beats/v7/x-pack/osquerybeat/internal/fetch 0.166s
[2021-12-07T14:08:40.828Z] ok github.com/elastic/beats/v7/x-pack/osquerybeat/internal/osqd 0.196s
[2021-12-07T14:08:41.725Z] ok github.com/elastic/beats/v7/x-pack/osquerybeat/internal/osqdcli 0.965s
[2021-12-07T14:08:42.577Z] ok github.com/elastic/beats/v7/x-pack/osquerybeat/beater 0.518s
[2021-12-07T14:08:42.577Z] ok github.com/elastic/beats/v7/x-pack/osquerybeat/internal/pub 0.162s
[2021-12-07T14:08:46.376Z] ok github.com/elastic/beats/v7/x-pack/osquerybeat 0.589s
[2021-12-07T14:08:46.376Z] ? github.com/elastic/beats/v7/x-pack/osquerybeat/cmd [no test files]
[2021-12-07T14:08:46.376Z] ? github.com/elastic/beats/v7/x-pack/osquerybeat/ext/osquery-extension [no test files]
[2021-12-07T14:08:46.376Z] ? github.com/elastic/beats/v7/x-pack/osquerybeat/ext/osquery-extension/internal/hostfs [no test files]
[2021-12-07T14:08:46.376Z] ? github.com/elastic/beats/v7/x-pack/osquerybeat/ext/osquery-extension/internal/proc [no test files]
[2021-12-07T14:08:46.376Z] ? github.com/elastic/beats/v7/x-pack/osquerybeat/ext/osquery-extension/internal/tables [no test files]
[2021-12-07T14:08:46.376Z] ? github.com/elastic/beats/v7/x-pack/osquerybeat/include [no test files]
[2021-12-07T14:08:46.376Z] ? github.com/elastic/beats/v7/x-pack/osquerybeat/internal/command [no test files]
[2021-12-07T14:08:46.376Z] ? github.com/elastic/beats/v7/x-pack/osquerybeat/internal/config [no test files]
[2021-12-07T14:08:46.376Z] ? github.com/elastic/beats/v7/x-pack/osquerybeat/internal/distro [no test files]
[2021-12-07T14:08:46.376Z] ? github.com/elastic/beats/v7/x-pack/osquerybeat/internal/fileutil [no test files]
[2021-12-07T14:08:46.376Z] ? github.com/elastic/beats/v7/x-pack/osquerybeat/internal/hash [no test files]
[2021-12-07T14:08:46.376Z] ? github.com/elastic/beats/v7/x-pack/osquerybeat/internal/install [no test files]
[2021-12-07T14:08:46.376Z] ? github.com/elastic/beats/v7/x-pack/osquerybeat/internal/tar [no test files]
[2021-12-07T14:08:46.376Z] ? github.com/elastic/beats/v7/x-pack/osquerybeat/internal/testutil [no test files]
[2021-12-07T14:08:46.376Z] ? github.com/elastic/beats/v7/x-pack/osquerybeat/scripts/mage [no test files]
[2021-12-07T14:08:46.376Z]
[2021-12-07T14:08:46.376Z] DONE 510 tests in 8.852s
[2021-12-07T14:08:46.376Z] >> go test: Unit Test Passed
[2021-12-07T14:08:59.268Z] >> python test: Unit Testing
[2021-12-07T14:08:59.268Z] >> python test: Unit Testing - No tests found.
[2021-12-07T14:08:59.724Z] [Pipeline] }
[2021-12-07T14:08:59.735Z] [Pipeline] // dir
[2021-12-07T14:08:59.738Z] [Pipeline] }
[2021-12-07T14:08:59.747Z] [Pipeline] // stage
[2021-12-07T14:08:59.755Z] [Pipeline] stage
[2021-12-07T14:08:59.757Z] [Pipeline] { (x-pack/packetbeat)
[2021-12-07T14:08:59.771Z] [Pipeline] dir
[2021-12-07T14:08:59.771Z] Running in /Users/admin/workspace/beats-mbp_master/src/github.com/elastic/beats/x-pack/packetbeat
[2021-12-07T14:08:59.773Z] [Pipeline] {
[2021-12-07T14:08:59.783Z] [Pipeline] isUnix
[2021-12-07T14:08:59.788Z] [Pipeline] sh
[2021-12-07T14:09:01.460Z] + mage unitTest
[2021-12-07T14:09:04.533Z] >> go test: Unit Testing
[2021-12-07T14:09:04.533Z] exec: gotestsum --no-color -f standard-quiet --junitfile build/TEST-go-unit.xml --jsonfile build/TEST-go-unit.out.json -- ./...
[2021-12-07T14:09:12.076Z] ok github.com/elastic/beats/v7/x-pack/packetbeat 0.677s
[2021-12-07T14:09:12.076Z] ? github.com/elastic/beats/v7/x-pack/packetbeat/cmd [no test files]
[2021-12-07T14:09:12.076Z]
[2021-12-07T14:09:12.076Z] DONE 3 tests in 7.078s
[2021-12-07T14:09:12.076Z] >> go test: Unit Test Passed
[2021-12-07T14:09:25.012Z] >> python test: Unit Testing
[2021-12-07T14:09:25.012Z] >> python test: Unit Testing - No tests found.
[2021-12-07T14:09:25.463Z] [Pipeline] }
[2021-12-07T14:09:25.474Z] [Pipeline] // dir
[2021-12-07T14:09:25.477Z] [Pipeline] }
[2021-12-07T14:09:25.486Z] [Pipeline] // stage
[2021-12-07T14:09:25.493Z] [Pipeline] echo
[2021-12-07T14:09:25.494Z] done
[2021-12-07T14:09:25.496Z] [Pipeline] }
[2021-12-07T14:09:25.505Z] [Pipeline] // withEnv
[2021-12-07T14:09:25.509Z] [Pipeline] }
[2021-12-07T14:09:25.516Z] [Pipeline] // stage
[2021-12-07T14:09:25.522Z] [Pipeline] }
[2021-12-07T14:09:25.528Z] [Pipeline] // timestamps
[2021-12-07T14:09:25.531Z] [Pipeline] }
[2021-12-07T14:09:25.538Z] [Pipeline] // withEnv
[2021-12-07T14:09:25.541Z] [Pipeline] }
[2021-12-07T14:09:25.548Z] [Pipeline] // node
[2021-12-07T14:09:25.551Z] [Pipeline] End of Pipeline
[2021-12-07T14:09:26.706Z]
[2021-12-07T14:09:26.706Z] GitHub has been notified of this commit’s build result
[2021-12-07T14:09:26.706Z]
[2021-12-07T14:09:26.734Z] Finished: SUCCESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment