elastic / beats

:tropical_fish: Beats - Lightweight shippers for Elasticsearch & Logstash
https://www.elastic.co/products/beats
Other
12.15k stars 4.91k forks source link

TestDefaultHarvesterGroup tests can time out #35325

Open elasticmachine opened 1 year ago

elasticmachine commented 1 year ago

:broken_heart: Build Failed

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

Expand to view the summary

#### Build stats * Start Time: 2023-05-04T01:36:22.543+0000 * Duration: 64 min 0 sec #### Test stats :test_tube: | Test | Results | | ------------ | :-----------------------------: | | Failed | 0 | | Passed | 25950 | | Skipped | 1948 | | Total | 27898 |

Steps errors 4

Expand to view the steps failures

##### `filebeat-goIntegTest - mage goIntegTest`

  • Took 14 min 48 sec . View more details here
  • Description: mage goIntegTest
##### `isToolInstalled`
  • Took 1 min 44 sec . View more details here
  • Description: tar --version >/dev/null
##### `Cleanup`
  • Took 0 min 0 sec . View more details here
  • Description: rm source.tgz
##### `Error signal`
  • Took 0 min 0 sec . View more details here
  • Description: untar: step failed with error Remote call on beats-ci-immutable-ubuntu-2204-1683164916827089958 failed

elasticmachine commented 1 year ago

Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)

cmacknz commented 1 year ago
[2023-05-04T02:14:09.784Z] === Failed
[2023-05-04T02:14:09.784Z] === FAIL: filebeat/input/filestream/internal/input-logfile TestDefaultHarvesterGroup/assert_a_harvester_for_same_source_cannot_be_started (unknown)
[2023-05-04T02:14:09.784Z] 
[2023-05-04T02:14:09.784Z] === FAIL: filebeat/input/filestream/internal/input-logfile TestDefaultHarvesterGroup/assert_a_harvester_panic_is_handled (unknown)
[2023-05-04T02:14:09.784Z] 
[2023-05-04T02:14:09.784Z] === FAIL: filebeat/input/filestream/internal/input-logfile TestDefaultHarvesterGroup/assert_a_harvester_error_is_handled (unknown)
[2023-05-04T02:14:09.784Z] 
[2023-05-04T02:14:09.784Z] === FAIL: filebeat/input/filestream/internal/input-logfile TestDefaultHarvesterGroup/assert_already_locked_resource_has_to_wait (unknown)
[2023-05-04T02:14:09.784Z] 
[2023-05-04T02:14:09.784Z] === FAIL: filebeat/input/filestream/internal/input-logfile TestDefaultHarvesterGroup/assert_already_locked_resource_has_no_problem_when_harvestergroup_is_cancelled (unknown)
[2023-05-04T02:14:09.784Z] coverage: 34.7% of statements
[2023-05-04T02:14:09.784Z] panic: test timed out after 10m0s
[2023-05-04T02:14:09.784Z] 
[2023-05-04T02:14:09.785Z] goroutine 73 [running]:
[2023-05-04T02:14:09.785Z] testing.(*M).startAlarm.func1()
[2023-05-04T02:14:09.785Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/testing/testing.go:2036 +0x8e
[2023-05-04T02:14:09.785Z] created by time.goFunc
[2023-05-04T02:14:09.785Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/time/sleep.go:176 +0x32
[2023-05-04T02:14:09.785Z] 
[2023-05-04T02:14:09.785Z] goroutine 1 [chan receive, 9 minutes]:
[2023-05-04T02:14:09.785Z] testing.(*T).Run(0xc0000cda00, {0xcb2697?, 0x51aae5?}, 0xceea20)
[2023-05-04T02:14:09.785Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/testing/testing.go:1494 +0x37a
[2023-05-04T02:14:09.785Z] testing.runTests.func1(0xc0001ddd40?)
[2023-05-04T02:14:09.785Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/testing/testing.go:1846 +0x6e
[2023-05-04T02:14:09.785Z] testing.tRunner(0xc0000cda00, 0xc00026fca0)
[2023-05-04T02:14:09.785Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/testing/testing.go:1446 +0x10b
[2023-05-04T02:14:09.785Z] testing.runTests(0xc000285360?, {0x130e8e0, 0x15, 0x15}, {0x7fc4afdb7108?, 0x40?, 0x131d0c0?})
[2023-05-04T02:14:09.785Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/testing/testing.go:1844 +0x456
[2023-05-04T02:14:09.785Z] testing.(*M).Run(0xc000285360)
[2023-05-04T02:14:09.785Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/testing/testing.go:1726 +0x5d9
[2023-05-04T02:14:09.785Z] main.main()
[2023-05-04T02:14:09.785Z]  _testmain.go:155 +0x255
[2023-05-04T02:14:09.785Z] 
[2023-05-04T02:14:09.785Z] goroutine 33 [chan receive, 9 minutes]:
[2023-05-04T02:14:09.785Z] testing.(*T).Run(0xc0003141a0, {0xcce54b?, 0x0?}, 0xc000301180)
[2023-05-04T02:14:09.785Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/testing/testing.go:1494 +0x37a
[2023-05-04T02:14:09.785Z] github.com/elastic/beats/v7/filebeat/input/filestream/internal/input-logfile.TestDefaultHarvesterGroup(0xc000036b40?)
[2023-05-04T02:14:09.785Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/filebeat/input/filestream/internal/input-logfile/harvester_test.go:338 +0x2fe
[2023-05-04T02:14:09.785Z] testing.tRunner(0xc0003141a0, 0xceea20)
[2023-05-04T02:14:09.785Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/testing/testing.go:1446 +0x10b
[2023-05-04T02:14:09.785Z] created by testing.(*T).Run
[2023-05-04T02:14:09.785Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/testing/testing.go:1493 +0x35f
[2023-05-04T02:14:09.785Z] 
[2023-05-04T02:14:09.785Z] goroutine 86 [select, 9 minutes]:
[2023-05-04T02:14:09.785Z] github.com/elastic/go-concert/unison.Mutex.LockContext({0x0?}, {0x7fc485d0e0c8, 0xc0002bff40})
[2023-05-04T02:14:09.786Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/pkg/mod/github.com/elastic/go-concert@v0.2.0/unison/mutex.go:99 +0x90
[2023-05-04T02:14:09.786Z] github.com/elastic/beats/v7/filebeat/input/filestream/internal/input-logfile.lockResource(0xc000301230, 0xc000291130, {0x7fc4afc73b48?, 0xc0002bff40})
[2023-05-04T02:14:09.786Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/filebeat/input/filestream/internal/input-logfile/harvester.go:307 +0x12b
[2023-05-04T02:14:09.786Z] github.com/elastic/beats/v7/filebeat/input/filestream/internal/input-logfile.lock({0xc000301230, {0x0, 0x0}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0, ...}, ...}, ...)
[2023-05-04T02:14:09.786Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/filebeat/input/filestream/internal/input-logfile/harvester.go:291 +0x74
[2023-05-04T02:14:09.786Z] github.com/elastic/beats/v7/filebeat/input/filestream/internal/input-logfile.startHarvester.func1({0xdc9c18?, 0xc0002bfe80})
[2023-05-04T02:14:09.786Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/filebeat/input/filestream/internal/input-logfile/harvester.go:201 +0x448
[2023-05-04T02:14:09.786Z] github.com/elastic/beats/v7/filebeat/input/filestream/internal/task.(*Group).Go.func1()
[2023-05-04T02:14:09.786Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/filebeat/input/filestream/internal/task/group.go:114 +0x149
[2023-05-04T02:14:09.786Z] created by github.com/elastic/beats/v7/filebeat/input/filestream/internal/task.(*Group).Go
[2023-05-04T02:14:09.786Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/filebeat/input/filestream/internal/task/group.go:99 +0xdf
[2023-05-04T02:14:09.786Z] 
[2023-05-04T02:14:09.786Z] goroutine 55 [chan receive, 9 minutes]:
[2023-05-04T02:14:09.786Z] github.com/elastic/beats/v7/filebeat/input/filestream/internal/input-logfile.blockUntilCancelOnRun({0xc000388250, {0x0, 0x0}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0, ...}, ...}, ...)
[2023-05-04T02:14:09.786Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/filebeat/input/filestream/internal/input-logfile/harvester_test.go:440 +0x31
[2023-05-04T02:14:09.786Z] github.com/elastic/beats/v7/filebeat/input/filestream/internal/input-logfile.(*mockHarvester).Run(_, {0xc000388250, {0x0, 0x0}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, ...}, ...}, ...)
[2023-05-04T02:14:09.786Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/filebeat/input/filestream/internal/input-logfile/harvester_test.go:419 +0x248
[2023-05-04T02:14:09.786Z] github.com/elastic/beats/v7/filebeat/input/filestream/internal/input-logfile.startHarvester.func1({0xdc9c18?, 0xc000380200})
[2023-05-04T02:14:09.786Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/filebeat/input/filestream/internal/input-logfile/harvester.go:222 +0x916
[2023-05-04T02:14:09.786Z] github.com/elastic/beats/v7/filebeat/input/filestream/internal/task.(*Group).Go.func1()
[2023-05-04T02:14:09.786Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/filebeat/input/filestream/internal/task/group.go:114 +0x149
[2023-05-04T02:14:09.786Z] created by github.com/elastic/beats/v7/filebeat/input/filestream/internal/task.(*Group).Go
[2023-05-04T02:14:09.787Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/filebeat/input/filestream/internal/task/group.go:99 +0xdf
[2023-05-04T02:14:09.787Z] 
[2023-05-04T02:14:09.787Z] goroutine 85 [sleep]:
[2023-05-04T02:14:09.787Z] time.Sleep(0x989680)
[2023-05-04T02:14:09.787Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/runtime/time.go:195 +0x135
[2023-05-04T02:14:09.787Z] github.com/elastic/beats/v7/libbeat/tests/resources.(*GoroutinesChecker).WaitUntilIncreased(0xc000089df8, 0x1)
[2023-05-04T02:14:09.787Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/libbeat/tests/resources/goroutines.go:110 +0x2e
[2023-05-04T02:14:09.787Z] github.com/elastic/beats/v7/filebeat/input/filestream/internal/input-logfile.TestDefaultHarvesterGroup.func10(0xc000315a00)
[2023-05-04T02:14:09.787Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/filebeat/input/filestream/internal/input-logfile/harvester_test.go:356 +0x365
[2023-05-04T02:14:09.787Z] testing.tRunner(0xc000315a00, 0xc000301180)
[2023-05-04T02:14:09.787Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/testing/testing.go:1446 +0x10b
[2023-05-04T02:14:09.787Z] created by testing.(*T).Run
[2023-05-04T02:14:09.787Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/testing/testing.go:1493 +0x35f
[2023-05-04T02:14:09.787Z] 
[2023-05-04T02:14:09.787Z] === FAIL: filebeat/input/filestream/internal/input-logfile TestDefaultHarvesterGroup (unknown)
[2023-05-04T02:14:09.787Z] coverage: 34.7% of statements
[2023-05-04T02:14:09.787Z] panic: test timed out after 10m0s
[2023-05-04T02:14:09.787Z] 
[2023-05-04T02:14:09.787Z] goroutine 73 [running]:
[2023-05-04T02:14:09.787Z] testing.(*M).startAlarm.func1()
[2023-05-04T02:14:09.787Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/testing/testing.go:2036 +0x8e
[2023-05-04T02:14:09.787Z] created by time.goFunc
[2023-05-04T02:14:09.787Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/time/sleep.go:176 +0x32
[2023-05-04T02:14:09.787Z] 
[2023-05-04T02:14:09.787Z] goroutine 1 [chan receive, 9 minutes]:
[2023-05-04T02:14:09.787Z] testing.(*T).Run(0xc0000cda00, {0xcb2697?, 0x51aae5?}, 0xceea20)
[2023-05-04T02:14:09.787Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/testing/testing.go:1494 +0x37a
[2023-05-04T02:14:09.787Z] testing.runTests.func1(0xc0001ddd40?)
[2023-05-04T02:14:09.788Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/testing/testing.go:1846 +0x6e
[2023-05-04T02:14:09.788Z] testing.tRunner(0xc0000cda00, 0xc00026fca0)
[2023-05-04T02:14:09.788Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/testing/testing.go:1446 +0x10b
[2023-05-04T02:14:09.788Z] testing.runTests(0xc000285360?, {0x130e8e0, 0x15, 0x15}, {0x7fc4afdb7108?, 0x40?, 0x131d0c0?})
[2023-05-04T02:14:09.788Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/testing/testing.go:1844 +0x456
[2023-05-04T02:14:09.788Z] testing.(*M).Run(0xc000285360)
[2023-05-04T02:14:09.788Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/testing/testing.go:1726 +0x5d9
[2023-05-04T02:14:09.788Z] main.main()
[2023-05-04T02:14:09.788Z]  _testmain.go:155 +0x255
[2023-05-04T02:14:09.788Z] 
[2023-05-04T02:14:09.788Z] goroutine 33 [chan receive, 9 minutes]:
[2023-05-04T02:14:09.788Z] testing.(*T).Run(0xc0003141a0, {0xcce54b?, 0x0?}, 0xc000301180)
[2023-05-04T02:14:09.788Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/testing/testing.go:1494 +0x37a
[2023-05-04T02:14:09.788Z] github.com/elastic/beats/v7/filebeat/input/filestream/internal/input-logfile.TestDefaultHarvesterGroup(0xc000036b40?)
[2023-05-04T02:14:09.788Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/filebeat/input/filestream/internal/input-logfile/harvester_test.go:338 +0x2fe
[2023-05-04T02:14:09.788Z] testing.tRunner(0xc0003141a0, 0xceea20)
[2023-05-04T02:14:09.788Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/testing/testing.go:1446 +0x10b
[2023-05-04T02:14:09.788Z] created by testing.(*T).Run
[2023-05-04T02:14:09.788Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/testing/testing.go:1493 +0x35f
[2023-05-04T02:14:09.788Z] 
[2023-05-04T02:14:09.788Z] goroutine 86 [select, 9 minutes]:
[2023-05-04T02:14:09.788Z] github.com/elastic/go-concert/unison.Mutex.LockContext({0x0?}, {0x7fc485d0e0c8, 0xc0002bff40})
[2023-05-04T02:14:09.788Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/pkg/mod/github.com/elastic/go-concert@v0.2.0/unison/mutex.go:99 +0x90
[2023-05-04T02:14:09.788Z] github.com/elastic/beats/v7/filebeat/input/filestream/internal/input-logfile.lockResource(0xc000301230, 0xc000291130, {0x7fc4afc73b48?, 0xc0002bff40})
[2023-05-04T02:14:09.788Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/filebeat/input/filestream/internal/input-logfile/harvester.go:307 +0x12b
[2023-05-04T02:14:09.788Z] github.com/elastic/beats/v7/filebeat/input/filestream/internal/input-logfile.lock({0xc000301230, {0x0, 0x0}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0, ...}, ...}, ...)
[2023-05-04T02:14:09.788Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/filebeat/input/filestream/internal/input-logfile/harvester.go:291 +0x74
[2023-05-04T02:14:09.788Z] github.com/elastic/beats/v7/filebeat/input/filestream/internal/input-logfile.startHarvester.func1({0xdc9c18?, 0xc0002bfe80})
[2023-05-04T02:14:09.789Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/filebeat/input/filestream/internal/input-logfile/harvester.go:201 +0x448
[2023-05-04T02:14:09.789Z] github.com/elastic/beats/v7/filebeat/input/filestream/internal/task.(*Group).Go.func1()
[2023-05-04T02:14:09.789Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/filebeat/input/filestream/internal/task/group.go:114 +0x149
[2023-05-04T02:14:09.789Z] created by github.com/elastic/beats/v7/filebeat/input/filestream/internal/task.(*Group).Go
[2023-05-04T02:14:09.789Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/filebeat/input/filestream/internal/task/group.go:99 +0xdf
[2023-05-04T02:14:09.789Z] 
[2023-05-04T02:14:09.789Z] goroutine 55 [chan receive, 9 minutes]:
[2023-05-04T02:14:09.789Z] github.com/elastic/beats/v7/filebeat/input/filestream/internal/input-logfile.blockUntilCancelOnRun({0xc000388250, {0x0, 0x0}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0, ...}, ...}, ...)
[2023-05-04T02:14:09.789Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/filebeat/input/filestream/internal/input-logfile/harvester_test.go:440 +0x31
[2023-05-04T02:14:09.789Z] github.com/elastic/beats/v7/filebeat/input/filestream/internal/input-logfile.(*mockHarvester).Run(_, {0xc000388250, {0x0, 0x0}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, ...}, ...}, ...)
[2023-05-04T02:14:09.789Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/filebeat/input/filestream/internal/input-logfile/harvester_test.go:419 +0x248
[2023-05-04T02:14:09.789Z] github.com/elastic/beats/v7/filebeat/input/filestream/internal/input-logfile.startHarvester.func1({0xdc9c18?, 0xc000380200})
[2023-05-04T02:14:09.789Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/filebeat/input/filestream/internal/input-logfile/harvester.go:222 +0x916
[2023-05-04T02:14:09.789Z] github.com/elastic/beats/v7/filebeat/input/filestream/internal/task.(*Group).Go.func1()
[2023-05-04T02:14:09.789Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/filebeat/input/filestream/internal/task/group.go:114 +0x149
[2023-05-04T02:14:09.789Z] created by github.com/elastic/beats/v7/filebeat/input/filestream/internal/task.(*Group).Go
[2023-05-04T02:14:09.789Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/filebeat/input/filestream/internal/task/group.go:99 +0xdf
[2023-05-04T02:14:09.789Z] 
[2023-05-04T02:14:09.789Z] goroutine 85 [sleep]:
[2023-05-04T02:14:09.789Z] time.Sleep(0x989680)
[2023-05-04T02:14:09.789Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/runtime/time.go:195 +0x135
[2023-05-04T02:14:09.789Z] github.com/elastic/beats/v7/libbeat/tests/resources.(*GoroutinesChecker).WaitUntilIncreased(0xc000089df8, 0x1)
[2023-05-04T02:14:09.789Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/libbeat/tests/resources/goroutines.go:110 +0x2e
[2023-05-04T02:14:09.789Z] github.com/elastic/beats/v7/filebeat/input/filestream/internal/input-logfile.TestDefaultHarvesterGroup.func10(0xc000315a00)
[2023-05-04T02:14:09.789Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/src/github.com/elastic/beats/filebeat/input/filestream/internal/input-logfile/harvester_test.go:356 +0x365
[2023-05-04T02:14:09.789Z] testing.tRunner(0xc000315a00, 0xc000301180)
[2023-05-04T02:14:09.789Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/testing/testing.go:1446 +0x10b
[2023-05-04T02:14:09.790Z] created by testing.(*T).Run
[2023-05-04T02:14:09.790Z]  /var/lib/jenkins/workspace/main-1473-2780d6f6-686f-46b1-9745-0c3962d3d007/.gvm/versions/go1.19.8.linux.amd64/src/testing/testing.go:1493 +0x35f
[2023-05-04T02:14:09.790Z] 
[2023-05-04T02:14:09.790Z] === FAIL: filebeat/input/filestream/internal/input-logfile TestDefaultHarvesterGroup/assert_a_harvester_is_only_started_if_harvester_limit_haven't_been_reached (unknown)
[2023-05-04T02:14:09.790Z] 
[2023-05-04T02:14:09.790Z] === FAIL: filebeat/input/filestream/internal/input-logfile TestDefaultHarvesterGroup/assert_a_harvester_is_started_in_a_goroutine (unknown)
[2023-05-04T02:14:09.790Z] 
[2023-05-04T02:14:09.790Z] === FAIL: filebeat/input/filestream/internal/input-logfile TestDefaultHarvesterGroup/assert_a_harvester_can_be_stopped_and_removed_from_bookkeeper (unknown)
[2023-05-04T02:14:09.790Z] 
[2023-05-04T02:14:09.790Z] DONE 900 tests, 1 skipped, 9 failures in 661.900s
[2023-05-04T02:14:23.437Z] Error: failed to execute go: exit status 1