Skip to content

fix: update libavrocpp recipe revision - #52704

Merged
sre-ci-robot merged 1 commit into
masterfrom
codex/fix-libavrocpp-recipe-rrev
Aug 21, 2026
Merged

sre-ci-robot merged 1 commit into
masterfrom
codex/fix-libavrocpp-recipe-rrev

Conversation

@zhikunyao

Copy link
Copy Markdown
Collaborator

What changed

  • Update libavrocpp/1.12.1.1@milvus/dev to recipe revision b4854183542196740ec9a004fdfff7ec.

Why

The previous recipe downloads Avro 1.12.1 from dlcdn.apache.org, where the pinned source has been removed. This breaks builds with a fresh Conan cache. milvus-io/conanfiles#183 switches the recipe to the permanent Apache archive URL while retaining the verified source checksum.

The new recipe revision has been built, tested, and uploaded to the production default-conan-local2 remote by the conanfiles publish workflow.

Related: milvus-io/conanfiles#183

Validation

@sre-ci-robot sre-ci-robot added the size/XS Denotes a PR that changes 0-9 lines. label Aug 20, 2026
@mergify mergify Bot added dco-passed DCO check passed. kind/bug Issues or changes related a bug labels Aug 20, 2026
@sre-ci-robot sre-ci-robot added the do-not-merge/disable-approve-self Block PR authors from approving their own changes label Aug 20, 2026
@sre-ci-robot

Copy link
Copy Markdown
Contributor

[ci-v2-notice]
Notice: New ci-v2 system is enabled for this PR.

To rerun ci-v2 checks, comment with:

  • /ci-rerun-code-check // for ci-v2/code-check
  • /ci-rerun-code-check-macos // for Code Checker MacOS (GitHub Actions)
  • /ci-rerun-build // for ci-v2/build
  • /ci-rerun-build-all // for ci-v2/build-all (multi-arch builds)
  • /ci-rerun-buildenv // for ci-v2/build-env (build milvus-env builder images; update .env after the new tag is ready)
  • /ci-rerun-ut-integration // for ci-v2/ut-integration, will rerun ci-v2/build
  • /ci-rerun-ut-go // for ci-v2/ut-go, will rerun ci-v2/build
  • /ci-rerun-ut-cpp // for ci-v2/ut-cpp
  • /ci-rerun-ut // for all ci-v2/ut-integration, ci-v2/ut-go, ci-v2/ut-cpp, will rerun ci-v2/build
  • /ci-rerun-e2e-default // for ci-v2/e2e-default
  • /ci-rerun-e2e-amd // for ci-v2/e2e-amd (e2e pool dispatcher)
  • /ci-rerun-e2e-dist-wp // for ci-v2/e2e-dist-wp (Tencent distributed woodpecker-service boundary)
  • /ci-rerun-build-ut-cov // for ci-v2/build-ut-cov (build + unit tests in one pipeline)
  • /ci-rerun-gosdk // for ci-v2/go-sdk (Go SDK E2E tests, ARM)
  • /ci-rerun-gosdk-std // for ci-v2/go-sdk-std (Go SDK E2E, standalone)
  • /ci-rerun-gosdk-dist-wp // for ci-v2/go-sdk-dist-wp (Go SDK E2E, distributed + Woodpecker service)

If you have any questions or requests, please contact @zhikunyao.

@zhikunyao

Copy link
Copy Markdown
Collaborator Author

/ci-rerun-build-ut-cov

@zhikunyao

Copy link
Copy Markdown
Collaborator Author

/refresh-label

@sre-ci-robot sre-ci-robot removed the do-not-merge/disable-approve-self Block PR authors from approving their own changes label Aug 20, 2026
@sre-ci-robot

Copy link
Copy Markdown
Contributor

❌ CI Loop Results 0980516

Stage Result Duration Tests
✅ Build SUCCESS 18.0min -
❌ Code-Check FAILURE 2.6min -
❌ UT-Integration SKIPPED - -
❌ UT-GO SKIPPED - -
❌ UT-CPP-Cov FAILURE 21.4min -

Total: 43min | Pipeline | Artifacts

Failed Test Logs:

@sre-ci-robot

Copy link
Copy Markdown
Contributor

❌ CI Loop Results 0980516

Stage Result Duration Tests
✅ Build SUCCESS 18.1min -
❌ Code-Check FAILURE 1.8min -
❌ UT-Integration SKIPPED - -
❌ UT-GO SKIPPED - -
✅ UT-CPP-Cov SUCCESS 49.2min 8708 total, 8708 passed, 0 failed

Total: 72min | Pipeline | Artifacts

Failed Test Logs:

@zhikunyao zhikunyao added kind/bug Issues or changes related a bug and removed kind/bug Issues or changes related a bug labels Aug 20, 2026
Signed-off-by: Zhikun Yao <zhikun.yao@zilliz.com>
@zhikunyao
zhikunyao force-pushed the codex/fix-libavrocpp-recipe-rrev branch from 0980516 to 052a557 Compare August 20, 2026 07:52
@sre-ci-robot

Copy link
Copy Markdown
Contributor

✅ CI Loop Results 052a557

Stage Result Duration Tests
✅ Build SUCCESS 17.4min -
✅ Code-Check SUCCESS 7.8min -
✅ UT-Integration SUCCESS 26.9min -
✅ UT-GO SUCCESS 23.4min -
✅ UT-CPP-Cov SUCCESS 64.3min 8782 total, 8782 passed, 0 failed

Total: 89min | Pipeline | Artifacts

Overall Coverage: 74.6%

@zhikunyao

Copy link
Copy Markdown
Collaborator Author

/ci-rerun-e2e-default

@mergify mergify Bot added the ci-passed label Aug 21, 2026
@yhmo

yhmo commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@liliu-z liliu-z left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@sre-ci-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: liliu-z

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@sre-ci-robot

Copy link
Copy Markdown
Contributor

[approval-status] effective-owner-approvals=1 [liliu-z(review-comment)]; do-not-merge/disable-approve-self=not-required; do-not-merge/doc-need-two-approve=not-required; ignored=[none]

@sre-ci-robot
sre-ci-robot merged commit e52d809 into master Aug 21, 2026
8 of 10 checks passed
@sre-ci-robot
sre-ci-robot deleted the codex/fix-libavrocpp-recipe-rrev branch August 21, 2026 07:15
sre-ci-robot pushed a commit that referenced this pull request Aug 24, 2026
### What

Backport the libavrocpp recipe revision update to the 3.0 branch.

- Update libavrocpp/1.12.1.1@milvus/dev from
cde7bb587a29f6f233bae7e18b71815d to b4854183542196740ec9a004fdfff7ec.
- Keep the 3.0 dependency pin aligned with the fixed Conan 2 recipe used
by #52704.

### Why

The old recipe downloads Avro 1.12.1 from dlcdn.apache.org, where the
archived release now returns 404. milvus-io/conanfiles#183 switched the
source to archive.apache.org and published recipe revision
b4854183542196740ec9a004fdfff7ec.

### Verification

- The new recipe was built from source and its test package passed in
the conanfiles production publish workflow.
- git diff --check passed.
- Branch is rebased on the latest origin/3.0.

pr: #52704
Recipe fix: milvus-io/conanfiles#183

Signed-off-by: Zhikun Yao <zhikun.yao@zilliz.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved ci-passed dco-passed DCO check passed. kind/bug Issues or changes related a bug lgtm size/XS Denotes a PR that changes 0-9 lines.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants