Open kibanamachine opened 4 years ago
Pinging @elastic/kibana-test-triage (failed-test)
New failure: Jenkins Build
Pinging @elastic/endpoint-management (Team:Endpoint Management)
Pinging @elastic/ingest-management (Team:Ingest Management)
The two failures were due to registry connection issues. #72621 should fix that.
New failure: CI Build - 8.0
New failure: CI Build - 8.0
Skipped as this is breaking with the new 8.0 branch:
master/9.0: https://github.com/elastic/kibana/commit/83288af8bd200e607b31d7c50253786a9d1a9382 8.0: https://github.com/elastic/kibana/commit/94ac24692f1996934b76c9378f0c935d05566e24
@kevinlog I suspect that this is due to no compatible version of Endpoint package being found once Kibana version is 8.0 (due to conditions.kibana.version
field on the package manifest). Any plans to publish a new package soon?
aha, yeah fair point. The current package is restricted with: ^7.16.0
Which is 7.16 and beyond, until 8.0.
We have been doing this for quite some time, (maybe 7.13?). I'm surprised this hasn't come up before on master
.
I guess we can cut another package that will begin supporting the 8.0 series.. ?
@pzl Yeah, it didn't occur previously on master because of a special condition in Fleet: https://github.com/elastic/kibana/blob/4efabacd4ef59128582089bff1f594658dbf40ed/x-pack/plugins/fleet/server/services/epm/registry/index.ts#L146-L149
I'll assign this to you :)
New failure: CI Build - main
New failure: CI Build - main
New failure: CI Build - main
I'm seeing the following logs from the failed test runs that makes it look like Kibana isn't reaching the package registry:
proc [kibana] [2023-02-08T17:01:52.449+00:00][ERROR][plugins.fleet] Failed to fetch latest version of endpoint from registry: Error connecting to package registry: request to http://localhost:6104/search?package=endpoint&prerelease=false&kibana.version=8.7.0 failed, reason: connect ECONNREFUSED 127.0.0.1:6104
...
proc [kibana] [2023-02-08T17:01:56.345+00:00][ERROR][plugins.fleet] Failed to fetch latest version of synthetics from registry: Error connecting to package registry: request to http://localhost:6104/search?package=synthetics&prerelease=true&kibana.version=8.7.0 failed, reason: connect ECONNREFUSED 127.0.0.1:6104
New failure: CI Build - main
New failure: CI Build - main
New failure: CI Build - main
New failure: CI Build - main
/skip
Pinging @elastic/security-solution (Team: SecuritySolution)
Skipped
main: 4c5da503757c35eed6d3ad30379bc2588cece87f
Seeing the following in the logs since yesterday:
│ info [o.e.b.BootstrapChecks] [ftr] max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
Is it related to the failures reported by the tests?
└- ✖ fail: endpoint "before all" hook in "endpoint"
--
| │ Error: validation_exception
| │ Caused by:
| │ search_phase_execution_exception: all shards failed
| │ Root causes:
| │ validation_exception: Validation Failed: 1: Failed to test query, received status: SERVICE_UNAVAILABLE;
@joeypoon @paul-tavares - any ideas here?
New failure: CI Build - main
This seems like to me that ES just completely failed. I don't think the tests would have caused that, but I do wonder if the issues with Docker (just saw email) would have caused this problem since we use a docker container to run the Package Registry. Maybe.
PR to unskip and run flaky tests on it here: https://github.com/elastic/kibana/pull/152039
New failure: CI Build - 8.7
New failure: CI Build - main
New failure: CI Build - main
New failure: CI Build - main
New failure: CI Build - main
Skipped
main: 05f556b162f19ccebecb8a2f95c10a3255cfee6c
New failure: CI Build - main
New failure: CI Build - main
New failure: CI Build - main
New failure: CI Build - 8.11
latest error:
└-: endpoint
--
| └-> "before all" hook: beforeTestSuite.trigger in "endpoint"
| └-> "before all" hook in "endpoint"
| │ERROR Error: resource_not_found_exception
| │ Root causes:
| │ resource_not_found_exception: Transform with id [endpoint.metadata_united-default-8.11.0] could not be found
| │ at updatePackages (setup_fleet_for_endpoint.ts:166:15)
| │ at processTicksAndRejections (node:internal/process/task_queues:95:5)
| │ at retryOnError (utils.ts:81:22)
| │ at Context.<anonymous> (index.ts:35:7)
| │ at Object.apply (wrap_function.js:73:16)
| │ERROR retryOnError(): non-retryable error encountered
A test failed on a tracked branch
First failure: Jenkins Build