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

[Bug]: Created AUTOCUT issues does not honor windows failure #4314

Open
prudhvigodithi opened this issue Dec 28, 2023 · 3 comments
Open

[Bug]: Created AUTOCUT issues does not honor windows failure #4314

prudhvigodithi opened this issue Dec 28, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@prudhvigodithi
Copy link
Member

Describe the bug

Notice the following screenshots, even though the build failed for windows with error
Error building OpenSearch-Dashboards, retry with: ./build.sh manifests/3.0.0/opensearch-dashboards-3.0.0.yml --component OpenSearch-Dashboards

subprocess.CalledProcessError: Command 'bash C:\Users\Administrator\jenkins\workspace\distribution-build-opensearch-dashboards\scripts\components\OpenSearch-Dashboards\build.sh -v 3.0.0 -p windows -a x64 -d zip -s false -o builds' returned non-zero exit status 1.

It still says Component OpenSearch-Dashboards passed, closing github issue

Screenshot 2023-12-28 at 9 50 33 AM

Screenshot 2023-12-28 at 9 50 50 AM

To reproduce

Here is the build failure log.
https://build.ci.opensearch.org/blue/organizations/jenkins/distribution-build-opensearch-dashboards/detail/distribution-build-opensearch-dashboards/7008/pipeline/76/

Expected behavior

No response

Screenshots

If applicable, add screenshots to help explain your problem.

Host / Environment

No response

Additional context

No response

Relevant log output

No response

@prudhvigodithi prudhvigodithi added bug Something isn't working untriaged Issues that have not yet been triaged labels Dec 28, 2023
@gaiksaya gaiksaya removed the untriaged Issues that have not yet been triaged label Jan 2, 2024
@gaiksaya
Copy link
Member

gaiksaya commented Jan 2, 2024

[Triage] Need to check logic for windows issue creation for OpenSearch-Dashboards

@rishabh6788
Copy link
Collaborator

@prudhvigodithi @gaiksaya Is this happening for each run?

@rishabh6788
Copy link
Collaborator

rishabh6788 commented Jan 17, 2024

The issue is coming from here.
In the example mentioned above OSD for only windows stage failed due to permission issues, the rest built successfully. Since the post stage process logs from all the stages it was able to find Successfully built string for OSD from other stages and closed the issue.
Till we stabilize windows env better we exclude windows platform from all the post process scripts.
@gaiksaya @prudhvigodithi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants