Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] DiscoveryEc2KeystoreSessionCredentialsIT class failing #124457

Open
elasticsearchmachine opened this issue Mar 10, 2025 · 5 comments
Open

[CI] DiscoveryEc2KeystoreSessionCredentialsIT class failing #124457

elasticsearchmachine opened this issue Mar 10, 2025 · 5 comments
Labels
:Delivery/Build Build or test infrastructure needs:risk Requires assignment of a risk label (low, medium, blocker) Team:Delivery Meta label for Delivery team >test-failure Triaged test failures from CI

Comments

@elasticsearchmachine
Copy link
Collaborator

Build Scans:

Reproduction Line:

undefined

Applicable branches:
8.18

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

undefined

Issue Reasons:

  • [8.18] 2 failures in class org.elasticsearch.discovery.ec2.DiscoveryEc2KeystoreSessionCredentialsIT (0.2% fail rate in 818 executions)
  • [8.18] 2 failures in pipeline elasticsearch-periodic-platform-support (9.1% fail rate in 22 executions)

Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.

@elasticsearchmachine elasticsearchmachine added :Distributed Coordination/Discovery-Plugins Anything related to our integration plugins with EC2, GCP and Azure >test-failure Triaged test failures from CI needs:risk Requires assignment of a risk label (low, medium, blocker) Team:Distributed Coordination Meta label for Distributed Coordination team labels Mar 10, 2025
@elasticsearchmachine
Copy link
Collaborator Author

Pinging @elastic/es-distributed-coordination (Team:Distributed Coordination)

@DaveCTurner
Copy link
Contributor

The failure looks to be a problem in the elasticsearch-plugin tool (or possibly the build environment?)

[2025-03-03T03:10:40,835][INFO ][process-output           ] [[elasticsearch-plugin-log-forwarder]] -> Installing file:///opt/local-ssd/buildkite/builds/bk-agent-prod-gcp-1740980473056331191/elastic/elasticsearch-periodic-platform-support/plugins/discovery-ec2/build/distributions/discovery-ec2-8.18.0-SNAPSHOT.zip	
[2025-03-03T03:10:40,840][INFO ][process-output           ] [[elasticsearch-plugin-log-forwarder]] -> Downloading file:///opt/local-ssd/buildkite/builds/bk-agent-prod-gcp-1740980473056331191/elastic/elasticsearch-periodic-platform-support/plugins/discovery-ec2/build/distributions/discovery-ec2-8.18.0-SNAPSHOT.zip	
[2025-03-03T03:10:40,891][INFO ][process-output           ] [[elasticsearch-plugin-log-forwarder]] -> Failed installing file:///opt/local-ssd/buildkite/builds/bk-agent-prod-gcp-1740980473056331191/elastic/elasticsearch-periodic-platform-support/plugins/discovery-ec2/build/distributions/discovery-ec2-8.18.0-SNAPSHOT.zip	
[2025-03-03T03:10:40,892][INFO ][process-output           ] [[elasticsearch-plugin-log-forwarder]] -> Rolling back file:///opt/local-ssd/buildkite/builds/bk-agent-prod-gcp-1740980473056331191/elastic/elasticsearch-periodic-platform-support/plugins/discovery-ec2/build/distributions/discovery-ec2-8.18.0-SNAPSHOT.zip	
[2025-03-03T03:10:40,892][INFO ][process-output           ] [[elasticsearch-plugin-log-forwarder]] -> Rolled back file:///opt/local-ssd/buildkite/builds/bk-agent-prod-gcp-1740980473056331191/elastic/elasticsearch-periodic-platform-support/plugins/discovery-ec2/build/distributions/discovery-ec2-8.18.0-SNAPSHOT.zip	
[2025-03-03T03:10:40,893][ERROR][process-output           ] [[elasticsearch-plugin-log-forwarder]] java.nio.file.NoSuchFileException: /opt/local-ssd/buildkite/builds/bk-agent-prod-gcp-1740980473056331191/elastic/elasticsearch-periodic-platform-support/plugins/discovery-ec2/build/testrun/javaRestTest/temp/test-cluster11396899735965748851/test-cluster-0/distro/plugins/.installing-8827048865208635906	
[2025-03-03T03:10:40,894][ERROR][process-output           ] [[elasticsearch-plugin-log-forwarder]] 	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)	
[2025-03-03T03:10:40,895][ERROR][process-output           ] [[elasticsearch-plugin-log-forwarder]] 	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)	
[2025-03-03T03:10:40,895][ERROR][process-output           ] [[elasticsearch-plugin-log-forwarder]] 	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)	
[2025-03-03T03:10:40,895][ERROR][process-output           ] [[elasticsearch-plugin-log-forwarder]] 	at java.base/sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:463)	
[2025-03-03T03:10:40,896][ERROR][process-output           ] [[elasticsearch-plugin-log-forwarder]] 	at java.base/java.nio.file.Files.createDirectory(Files.java:700)	
[2025-03-03T03:10:40,896][ERROR][process-output           ] [[elasticsearch-plugin-log-forwarder]] 	at java.base/java.nio.file.TempFileHelper.create(TempFileHelper.java:134)	
[2025-03-03T03:10:40,896][ERROR][process-output           ] [[elasticsearch-plugin-log-forwarder]] 	at java.base/java.nio.file.TempFileHelper.createTempDirectory(TempFileHelper.java:171)	
[2025-03-03T03:10:40,896][ERROR][process-output           ] [[elasticsearch-plugin-log-forwarder]] 	at java.base/java.nio.file.Files.createTempDirectory(Files.java:977)	
[2025-03-03T03:10:40,896][ERROR][process-output           ] [[elasticsearch-plugin-log-forwarder]] 	at org.elasticsearch.plugins.cli.InstallPluginAction.stagingDirectory(InstallPluginAction.java:831)	
[2025-03-03T03:10:40,897][ERROR][process-output           ] [[elasticsearch-plugin-log-forwarder]] 	at org.elasticsearch.plugins.cli.InstallPluginAction.unzip(InstallPluginAction.java:778)	
[2025-03-03T03:10:40,897][ERROR][process-output           ] [[elasticsearch-plugin-log-forwarder]] 	at org.elasticsearch.plugins.cli.InstallPluginAction.execute(InstallPluginAction.java:254)	
[2025-03-03T03:10:40,897][ERROR][process-output           ] [[elasticsearch-plugin-log-forwarder]] 	at org.elasticsearch.plugins.cli.InstallPluginCommand.execute(InstallPluginCommand.java:90)	
[2025-03-03T03:10:40,897][ERROR][process-output           ] [[elasticsearch-plugin-log-forwarder]] 	at org.elasticsearch.common.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:55)	
[2025-03-03T03:10:40,897][ERROR][process-output           ] [[elasticsearch-plugin-log-forwarder]] 	at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:101)	
[2025-03-03T03:10:40,898][ERROR][process-output           ] [[elasticsearch-plugin-log-forwarder]] 	at org.elasticsearch.cli.MultiCommand.execute(MultiCommand.java:95)	
[2025-03-03T03:10:40,898][ERROR][process-output           ] [[elasticsearch-plugin-log-forwarder]] 	at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:101)	
[2025-03-03T03:10:40,898][ERROR][process-output           ] [[elasticsearch-plugin-log-forwarder]] 	at org.elasticsearch.cli.Command.main(Command.java:54)	
[2025-03-03T03:10:40,898][ERROR][process-output           ] [[elasticsearch-plugin-log-forwarder]] 	at org.elasticsearch.launcher.CliToolLauncher.main(CliToolLauncher.java:65)	

@DaveCTurner DaveCTurner added :Core/Infra/Plugins Plugin API and infrastructure and removed :Distributed Coordination/Discovery-Plugins Anything related to our integration plugins with EC2, GCP and Azure Team:Distributed Coordination Meta label for Distributed Coordination team labels Mar 10, 2025
@elasticsearchmachine
Copy link
Collaborator Author

Pinging @elastic/es-core-infra (Team:Core/Infra)

@elasticsearchmachine elasticsearchmachine added the Team:Core/Infra Meta label for core/infra team label Mar 10, 2025
@DaveCTurner
Copy link
Contributor

Actually maybe this is similar to #124397 which isn't related to elasticsearch-plugin, looks more of a build env issue.

@DaveCTurner DaveCTurner added :Delivery/Build Build or test infrastructure and removed :Core/Infra/Plugins Plugin API and infrastructure Team:Core/Infra Meta label for core/infra team labels Mar 10, 2025
@elasticsearchmachine elasticsearchmachine added the Team:Delivery Meta label for Delivery team label Mar 10, 2025
@elasticsearchmachine
Copy link
Collaborator Author

Pinging @elastic/es-delivery (Team:Delivery)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Delivery/Build Build or test infrastructure needs:risk Requires assignment of a risk label (low, medium, blocker) Team:Delivery Meta label for Delivery team >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

2 participants