[ external : elasticsearch ] - status
- Dominant language
- HTML
- Stars
- 155
- Forks
- 346
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 36
Description
Test was originally enabled for jdk13+ and got the following failure with latest update:
```
13:27:57 FAILURE: Build failed with an exception.
13:27:57
13:27:57 * What went wrong:
13:27:57 A problem was found with the configuration of task ':distribution:docker:cloud-ess-docker-export:exportCloudEssDockerImage' (type 'LoggedExec').
13:27:57 - Type 'org.elasticsearch.gradle.LoggedExec' property '$1' specifies file '/elasticsearch/distribution/docker/build/markers/buildCloudEssDockerImage.marker' which doesn't exist.
13:27:57
13:27:57 Reason: An input file was expected to be present but it doesn't exist.
13:27:57
13:27:57 Possible solutions:
13:27:57 1. Make sure the file exists before the task is called.
13:27:57 2. Make sure that the task which produces the file is declared as an input.
13:27:57
13:27:57 Please refer to https://docs.gradle.org/7.4.1/userguide/validation_problems.html#input_file_does_not_exist for more details about this problem.
13:27:57
13:27:57 * Try:
13:27:57 > Run with --stacktrace option to get the stack trace.
13:27:57 > Run with --info or --debug option to get more log output.
13:27:57 > Run with --scan to get full insights.
13:27:57
13:27:57 * Get more help at https://help.gradle.org/
13:27:57
13:27:57 BUILD FAILED in 4m 42s
13:28:06
13:28:06 elasticsearch_test_hotspot_0_FAILED
```
Contributor guide
Research direction
Start by reproducing the JDK 13+ failure in the :distribution:docker:cloud-ess-docker-export:exportCloudEssDockerImage task and inspect the missing distribution/docker/build/markers/buildCloudEssDockerImage.marker file. Use the Gradle validation details in the report to trace the task dependency; done means the elasticsearch test completes without the missing-input failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, elasticsearch, java
- Domain
- build-system, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100