You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug, including details regarding any error messages, version, and platform.
#35430 updated the vcpkg version to version 2023.04.15. Snappy patches no longer cleanly apply on arm64 windows wheel builds. See for instance #35430 (comment).
Installing 66/100 snappy:amd64-windows-static-md-release...
Building snappy[core]:amd64-windows-static-md-release...
-- [OVERLAY] Loading triplet configuration from: C:\arrow\ci\vcpkg\amd64-windows-static-md-release.cmake
-- Downloading https://github.com/google/snappy/archive/1.1.9.tar.gz -> google-snappy-1.1.9.tar.gz...
-- Extracting source C:/vcpkg/downloads/google-snappy-1.1.9.tar.gz
-- Applying patch fix_clang-cl_build.patch
-- Applying patch snappy-disable-bmi.patch
CMake Error at scripts/cmake/z_vcpkg_apply_patches.cmake:34 (message):
Applying patch failed: error: corrupt patch at line 18
Call Stack (most recent call first):
scripts/cmake/vcpkg_extract_source_archive.cmake:153 (z_vcpkg_apply_patches)
scripts/cmake/vcpkg_extract_source_archive_ex.cmake:8 (vcpkg_extract_source_archive)
scripts/cmake/vcpkg_from_github.cmake:113 (vcpkg_extract_source_archive_ex)
ports/snappy/portfile.cmake:4 (vcpkg_from_github)
scripts/ports.cmake:147 (include)
error: building snappy:amd64-windows-static-md-release failed with: BUILD_FAILED
Please ensure you're using the latest port files with `git pull` and `vcpkg update`.Then check for known issues at: https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+snappyYou can submit a new issue at: https://github.com/microsoft/vcpkg/issues/new?title=[snappy]+Build+error&body=Copy+issue+body+from+C%3A%2Fvcpkg%2Finstalled%2Fvcpkg%2Fissue_body.mdThe command 'cmd /S /C vcpkg install --clean-after-build --x-install-root=%VCPKG_ROOT%\installed --x-manifest-root=arrow/ci/vcpkg --x-feature=flight --x-feature=gcs --x-feature=json --x-feature=parquet' returned a non-zero code: 1Error: docker build --build-arg BUILDKIT_INLINE_CACHE=1 --build-arg python=3.10 --build-arg vcpkg=501db0f17ef6df184fcdbfbe0f87cde2313b6ab1 -f D:\a\crossbow\crossbow\arrow\ci/docker/python-wheel-windows-vs2017.dockerfile -t ghcr.io/ursacomputing/arrow:python-3.10-wheel-windows-vs2017-vcpkg-501db0f17ef6df184fcdbfbe0f87cde2313b6ab1-2022-06-12 D:\a\crossbow\crossbow\arrow exited with non-zero exit code 1
sjperkins
changed the title
Snappy patch fails to apply on arm64 windows wheel builds
[CI][Packaging][C++][Windows] Snappy patch fails to apply on arm64 windows wheel builds
May 9, 2023
…indows wheel builds (#35509)
### Rationale for this change
Nightly Windows wheels have been failing for the last days.
### What changes are included in this PR?
Fix wrong snappy patch
### Are these changes tested?
Tested on crossbow
### Are there any user-facing changes?
No
* Closes: #35503
Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Jacob Wujciak-Jens <[email protected]>
…rm64 windows wheel builds (apache#35509)
### Rationale for this change
Nightly Windows wheels have been failing for the last days.
### What changes are included in this PR?
Fix wrong snappy patch
### Are these changes tested?
Tested on crossbow
### Are there any user-facing changes?
No
* Closes: apache#35503
Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Jacob Wujciak-Jens <[email protected]>
ArgusLi
pushed a commit
to Bit-Quill/arrow
that referenced
this issue
May 15, 2023
…rm64 windows wheel builds (apache#35509)
### Rationale for this change
Nightly Windows wheels have been failing for the last days.
### What changes are included in this PR?
Fix wrong snappy patch
### Are these changes tested?
Tested on crossbow
### Are there any user-facing changes?
No
* Closes: apache#35503
Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Jacob Wujciak-Jens <[email protected]>
rtpsw
pushed a commit
to rtpsw/arrow
that referenced
this issue
May 16, 2023
…rm64 windows wheel builds (apache#35509)
### Rationale for this change
Nightly Windows wheels have been failing for the last days.
### What changes are included in this PR?
Fix wrong snappy patch
### Are these changes tested?
Tested on crossbow
### Are there any user-facing changes?
No
* Closes: apache#35503
Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Jacob Wujciak-Jens <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
#35430 updated the vcpkg version to version 2023.04.15. Snappy patches no longer cleanly apply on arm64 windows wheel builds. See for instance #35430 (comment).
Relevant parts of the patch are here:
arrow/ci/vcpkg/ports.patch
Lines 28 to 53 in de6c3cd
Component(s)
C++, Continuous Integration, Packaging
The text was updated successfully, but these errors were encountered: