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

Remove unrelease commits in 2.11 #10601

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

noCharger
Copy link
Contributor

@noCharger noCharger commented Oct 12, 2023

Description

Remove unrelease commits in 2.11

Related Issues

Resolves #[Issue number to be closed when this PR is merged]

#10594 (comment)

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@github-actions
Copy link
Contributor

Compatibility status:

Checks if related components are compatible with change a353efe

Incompatible components

Incompatible components: [https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/ml-commons.git]

Skipped components

Compatible components

Compatible components: [https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/performance-analyzer-rca.git]

@noCharger
Copy link
Contributor Author

Need rerun on precommit

| #11 461.9 [FAILED] grub2-tools-minimal-2.02-106.el8.x86_64.rpm: No more mirrors to try - All mirrors were already tried without success
| #11 461.9 
| #11 461.9 The downloaded packages were saved in cache until the next successful transaction.
| #11 461.9 You can remove cached packages by executing 'yum clean packages'.
| #11 461.9 Error: Error downloading packages:
| #11 461.9   Cannot download Packages/grub2-tools-minimal-2.02-106.el8.x86_64.rpm: All mirrors were tried
| #11 461.9 yum error: retry 10 in 10s
| #11 ERROR: process "/bin/sh -c sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-* &&      sed -i 's|#baseurl=http://mirror.centos.org/|baseurl=http://vault.epel.cloud/|g' /etc/yum.repos.d/CentOS-Linux-* &&      for iter in {1..10}; do       yum update --setopt=tsflags=nodocs -y &&       yum install --setopt=tsflags=nodocs -y         nc shadow-utils zip unzip &&       yum clean all && exit_code=0 && break || exit_code=$? && echo \"yum error: retry $iter in 10s\" &&       sleep 10;     done;     (exit $exit_code)" did not complete successfully: exit code: 1
| ------
|  > [stage-1  2/10] RUN  sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-* &&      sed -i 's|#baseurl=http://mirror.centos.org/|baseurl=http://vault.epel.cloud/|g' /etc/yum.repos.d/CentOS-Linux-* &&      for iter in {1..10}; do       yum update --setopt=tsflags=nodocs -y &&       yum install --setopt=tsflags=nodocs -y         nc shadow-utils zip unzip &&       yum clean all && exit_code=0 && break || exit_code=$? && echo "yum error: retry $iter in 10s" &&       sleep 10;     done;     (exit $exit_code):
| 446.5 [MIRROR] which-2.21-16.el8.x86_64.rpm: Status code: 522 for https://vault.epel.cloud/centos/8/BaseOS/x86_64/os/Packages/which-2.21-16.el8.x86_64.rpm (IP: 104.21.92.124)
| 446.6 [MIRROR] grub2-common-2.02-106.el8.noarch.rpm: Status code: 522 for https://vault.epel.cloud/centos/8/BaseOS/x86_64/os/Packages/grub2-common-2.02-106.el8.noarch.rpm (IP: 104.21.92.124)
| 461.9 [MIRROR] grub2-tools-minimal-2.02-106.el8.x86_64.rpm: Status code: 522 for https://vault.epel.cloud/centos/8/BaseOS/x86_64/os/Packages/grub2-tools-minimal-2.02-106.el8.x86_64.rpm (IP: 104.21.92.124)
| 461.9 [FAILED] grub2-tools-minimal-2.02-106.el8.x86_64.rpm: No more mirrors to try - All mirrors were already tried without success
| 461.9 
| 461.9 The downloaded packages were saved in cache until the next successful transaction.
| 461.9 You can remove cached packages by executing 'yum clean packages'.
| 461.9 Error: Error downloading packages:
| 461.9   Cannot download Packages/grub2-tools-minimal-2.02-106.el8.x86_64.rpm: All mirrors were tried
| 461.9 yum error: retry 10 in 10s
| ------
| Dockerfile:56
| --------------------
|   55 |     
|   56 | >>> RUN  sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-* && \
|   57 | >>>      sed -i 's|#baseurl=http://mirror.centos.org/|baseurl=http://vault.epel.cloud/|g' /etc/yum.repos.d/CentOS-Linux-* && \
|   58 | >>>      for iter in {1..10}; do \
|   59 | >>>       yum update --setopt=tsflags=nodocs -y && \
|   60 | >>>       yum install --setopt=tsflags=nodocs -y \
|   61 | >>>         nc shadow-utils zip unzip && \
|   62 | >>>       yum clean all && exit_code=0 && break || exit_code=$? && echo "yum error: retry $iter in 10s" && \
|   63 | >>>       sleep 10; \
|   64 | >>>     done; \
|   65 | >>>     (exit $exit_code)
|   66 |     
| --------------------
| ERROR: failed to solve: process "/bin/sh -c sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-* &&      sed -i 's|#baseurl=http://mirror.centos.org/|baseurl=http://vault.epel.cloud/|g' /etc/yum.repos.d/CentOS-Linux-* &&      for iter in {1..10}; do       yum update --setopt=tsflags=nodocs -y &&       yum install --setopt=tsflags=nodocs -y         nc shadow-utils zip unzip &&       yum clean all && exit_code=0 && break || exit_code=$? && echo \"yum error: retry $iter in 10s\" &&       sleep 10;     done;     (exit $exit_code)" did not complete successfully: exit code: 1

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':distribution:docker:buildDockerImage'.
> A failure occurred while executing org.opensearch.gradle.docker.DockerBuildTask$DockerBuildAction
   > Process 'command 'docker'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org./

BUILD FAILED in 10m 5s

> Task :distribution:docker:buildDockerImage FAILED
903 actionable tasks: 464 executed, 439 up-to-date
Error: Process completed with exit code 1.

@msfroh msfroh merged commit 4a3c770 into opensearch-project:2.11 Oct 13, 2023
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.indices.replication.SegmentReplicationIT.classMethod

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants