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] plugins:repository-s3 build fails for third-party-tests #31813

Closed
vladimirdolzhenko opened this issue Jul 5, 2018 · 3 comments · Fixed by #31919
Closed

[CI] plugins:repository-s3 build fails for third-party-tests #31813

vladimirdolzhenko opened this issue Jul 5, 2018 · 3 comments · Fixed by #31919
Assignees
Labels
:Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >test-failure Triaged test failures from CI

Comments

@vladimirdolzhenko
Copy link
Contributor

seems like a result of 32d67ef commit
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+third-party-tests/9/console

08:43:33 > Configure project :plugins:repository-s3
08:43:33 Evaluating project ':plugins:repository-s3' using build file '/var/lib/jenkins/workspace/elastic+elasticsearch+master+third-party-tests/plugins/repository-s3/build.gradle'.
08:43:33 
08:43:33 * What went wrong:
08:43:33 A problem occurred evaluating project ':plugins:repository-s3'.
08:43:33 > not all options specified to run against external S3 service
@vladimirdolzhenko vladimirdolzhenko added :Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >test-failure Triaged test failures from CI labels Jul 5, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed

@vladimirdolzhenko
Copy link
Contributor Author

related build failure : https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+third-party-tests/9/console

* What went wrong:
Execution failed for task ':plugins:repository-s3:qa:amazon-s3:integTestCluster#addToKeystore#s3.client.integration_test_temporary.access_key'.
> Cannot invoke method getBytes() on null object

none of amazon_s3_access_key, amazon_s3_secret_key, amazon_s3_access_key_temporary, amazon_s3_secret_key_temporary or amazon_s3_session_token_temporary are configured for the build:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+third-party-tests/9/injectedEnvVars/

@ywelsch ywelsch assigned tlrx and unassigned ywelsch Jul 5, 2018
@bleskes
Copy link
Contributor

bleskes commented Jul 10, 2018

tlrx added a commit that referenced this issue Jul 12, 2018
3rd party tests are failing because the repository-s3 is expecting some 
enviromnent variables in order to test session tokens but the CI job is 
not ready yet to provide those. This pull request relaxes the constraints 
on the presence of env vars so that the 3rd party tests can still be 
executed on CI.

closes #31813
tlrx added a commit that referenced this issue Jul 12, 2018
3rd party tests are failing because the repository-s3 is expecting some 
enviromnent variables in order to test session tokens but the CI job is 
not ready yet to provide those. This pull request relaxes the constraints 
on the presence of env vars so that the 3rd party tests can still be 
executed on CI.

closes #31813
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >test-failure Triaged test failures from CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants