beats
beats copied to clipboard
upgraded containerd version
- Enhancement
Proposed commit message
Upgraded containerd version
Please explain:
WHY: The latest version of containerd has important patches
Checklist
- [ ] My code follows the style guidelines of this project
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] I have made corresponding change to the default configuration files
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have added an entry in
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.
Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs
Pinging @elastic/fleet (Team:Fleet)
:broken_heart: Tests Failed
the below badges are clickable and redirect to their specific view in the CI or DOCS
![]()
![]()
![]()
![]()
![]()
Expand to view the summary
Build stats
-
Start Time: 2024-04-24T14:16:41.552+0000
-
Duration: 111 min 28 sec
Test stats :test_tube:
| Test | Results |
|---|---|
| Failed | 3 |
| Passed | 20525 |
| Skipped | 1006 |
| Total | 21534 |
Test errors 
Expand to view the tests failures
Build&Test / metricbeat-unitTest / TestFetchEventContents – github.com/elastic/beats/v7/metricbeat/module/rabbitmq/queue
Expand to view the error details
Failed
Expand to view the stacktrace
=== RUN TestFetchEventContents
queue_test.go:41: rabbitmq/queue event: {
"rabbitmq": {
"node": {
"name": "rabbit@localhost"
},
"queue": {
"arguments": {
"max_priority": 9
},
"auto_delete": false,
"consumers": {
"count": 3,
"utilisation": {
"pct": 0
}
},
"disk": {
"reads": {
"count": 212
},
"writes": {
"count": 121
}
},
"durable": true,
"exclusive": false,
"memory": {
"bytes": 232720
},
"messages": {
"persistent": {
"count": 73
},
"ready": {
"count": 71,
"details": {
"rate": 0
}
},
"total": {
"count": 74,
"details": {
"rate": 2.2
}
},
"unacknowledged": {
"count": 3,
"details": {
"rate": 0.5
}
}
},
"name": "queuenamehere",
"state": "running"
},
"vhost": "/"
},
"service": {
"type": "rabbitmq"
}
}
queue_test.go:58:
Error Trace: /var/lib/jenkins/workspace/PR-39172-3-cdada98d-af46-4cfe-a5ff-cbf5af0d7acb/src/github.com/elastic/beats/metricbeat/module/rabbitmq/queue/queue_test.go:58
Error: Not equal:
expected: float64(0.7)
actual : int64(0)
Test: TestFetchEventContents
--- FAIL: TestFetchEventContents (0.00s)
Build&Test / metricbeat-windows-windows-2019 / TestFetchEventContents – github.com/elastic/beats/v7/metricbeat/module/rabbitmq/queue
Expand to view the error details
Failed
Expand to view the stacktrace
=== RUN TestFetchEventContents
queue_test.go:41: rabbitmq/queue event: {
"rabbitmq": {
"node": {
"name": "rabbit@localhost"
},
"queue": {
"arguments": {
"max_priority": 9
},
"auto_delete": false,
"consumers": {
"count": 3,
"utilisation": {
"pct": 0
}
},
"disk": {
"reads": {
"count": 212
},
"writes": {
"count": 121
}
},
"durable": true,
"exclusive": false,
"memory": {
"bytes": 232720
},
"messages": {
"persistent": {
"count": 73
},
"ready": {
"count": 71,
"details": {
"rate": 0
}
},
"total": {
"count": 74,
"details": {
"rate": 2.2
}
},
"unacknowledged": {
"count": 3,
"details": {
"rate": 0.5
}
}
},
"name": "queuenamehere",
"state": "running"
},
"vhost": "/"
},
"service": {
"type": "rabbitmq"
}
}
queue_test.go:58:
Error Trace: C:/Users/jenkins/workspace/PR-39172-3-ad414643-7fe0-467d-96d4-99980d65e0b5/src/github.com/elastic/beats/metricbeat/module/rabbitmq/queue/queue_test.go:58
Error: Not equal:
expected: float64(0.7)
actual : int64(0)
Test: TestFetchEventContents
--- FAIL: TestFetchEventContents (0.01s)
Build&Test / metricbeat-goIntegTest / TestFetchEventContents – github.com/elastic/beats/v7/metricbeat/module/rabbitmq/queue
Expand to view the error details
Failed
Expand to view the stacktrace
=== RUN TestFetchEventContents
queue_test.go:41: rabbitmq/queue event: {
"rabbitmq": {
"node": {
"name": "rabbit@localhost"
},
"queue": {
"arguments": {
"max_priority": 9
},
"auto_delete": false,
"consumers": {
"count": 3,
"utilisation": {
"pct": 0
}
},
"disk": {
"reads": {
"count": 212
},
"writes": {
"count": 121
}
},
"durable": true,
"exclusive": false,
"memory": {
"bytes": 232720
},
"messages": {
"persistent": {
"count": 73
},
"ready": {
"count": 71,
"details": {
"rate": 0
}
},
"total": {
"count": 74,
"details": {
"rate": 2.2
}
},
"unacknowledged": {
"count": 3,
"details": {
"rate": 0.5
}
}
},
"name": "queuenamehere",
"state": "running"
},
"vhost": "/"
},
"service": {
"type": "rabbitmq"
}
}
queue_test.go:58:
Error Trace: /go/src/github.com/elastic/beats/metricbeat/module/rabbitmq/queue/queue_test.go:58
Error: Not equal:
expected: float64(0.7)
actual : int64(0)
Test: TestFetchEventContents
--- FAIL: TestFetchEventContents (0.00s)
Steps errors 
Expand to view the steps failures
metricbeat-unitTest - mage build unitTest
- Took 4 min 56 sec . View more details here
- Description:
mage build unitTest
metricbeat-unitTest - mage build unitTest
- Took 2 min 42 sec . View more details here
- Description:
mage build unitTest
metricbeat-unitTest - mage build unitTest
- Took 2 min 41 sec . View more details here
- Description:
mage build unitTest
metricbeat-goIntegTest - mage goIntegTest
- Took 28 min 37 sec . View more details here
- Description:
mage goIntegTest
metricbeat-goIntegTest - mage goIntegTest
- Took 20 min 0 sec . View more details here
- Description:
mage goIntegTest
metricbeat-goIntegTest - mage goIntegTest
- Took 19 min 21 sec . View more details here
- Description:
mage goIntegTest
metricbeat-windows-windows-2019 - mage build unitTest
- Took 4 min 54 sec . View more details here
- Description:
mage build unitTest
metricbeat-windows-windows-2019 - mage build unitTest
- Took 2 min 44 sec . View more details here
- Description:
mage build unitTest
metricbeat-windows-windows-2019 - mage build unitTest
- Took 2 min 46 sec . View more details here
- Description:
mage build unitTest
Error signal
- Took 0 min 0 sec . View more details here
- Description:
Error 'hudson.AbortException: script returned exit code 1'
:bug: Flaky test report
:grey_exclamation: There are test failures but not known flaky tests.
Expand to view the summary
Genuine test errors 
:broken_heart: There are test failures but not known flaky tests, most likely a genuine test failure.
- Name:
Build&Test / metricbeat-unitTest / TestFetchEventContents – github.com/elastic/beats/v7/metricbeat/module/rabbitmq/queue - Name:
Build&Test / metricbeat-windows-windows-2019 / TestFetchEventContents – github.com/elastic/beats/v7/metricbeat/module/rabbitmq/queue - Name:
Build&Test / metricbeat-goIntegTest / TestFetchEventContents – github.com/elastic/beats/v7/metricbeat/module/rabbitmq/queue
:robot: GitHub comments
Expand to view the GitHub comments
To re-run your PR in the CI, just comment with:
-
/test: Re-trigger the build. -
/package: Generate the packages and run the E2E tests. -
/beats-tester: Run the installation tests with beats-tester. -
runelasticsearch-ci/docs: Re-trigger the docs validation. (use unformatted text in the comment!)
Pinging @elastic/elastic-agent (Team:Elastic-Agent)
The change looks "OK" to me, but metricbeat tests are failing with a rabbitmq test.
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)
@kaanyalti were you able to look into the rabbitmq failures?
Closing this because the root cause for the upgrade is resolved