You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/10/28 16:58:00 UTC

[jira] [Updated] (ARROW-18190) [CI][Packaging] macOS mojave wheels are not being properly tested

     [ https://issues.apache.org/jira/browse/ARROW-18190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-18190:
-----------------------------------
    Labels: pull-request-available  (was: )

> [CI][Packaging] macOS mojave wheels are not being properly tested
> -----------------------------------------------------------------
>
>                 Key: ARROW-18190
>                 URL: https://issues.apache.org/jira/browse/ARROW-18190
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Continuous Integration, Packaging
>            Reporter: Raúl Cumplido
>            Assignee: Raúl Cumplido
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 11.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> As discussed on this PR:
> [https://github.com/apache/arrow/pull/14499#issuecomment-1295070686]
> None of the wheel-macos-mojave-cp3xx-amd64 wheels are being properly tested:
> [https://github.com/ursacomputing/crossbow/actions/runs/3336582425/jobs/5521908254#step:13:46]
> {code:java}
> Run case "${PYTHON_VERSION}" in
>   case "${PYTHON_VERSION}" in
>     3.7)
>       python_version=${PYTHON_VERSION}m
>       ;;
>     *)
>       python_version=${PYTHON_VERSION}
>       ;;
>   esac
>   export TEST_PYTHON_VERSIONS=${python_version}
>   arrow/dev/release/verify-release-candidate.sh
>   shell: /usr/local/bin/bash --noprofile --norc -e -o pipefail {0}
>   env:
>     CC: clang
>     CXX: clang++
>     MACOSX_DEPLOYMENT_TARGET: 10.14
>     PYARROW_BUILD_VERBOSE: 1
>     PYARROW_VERSION: 11.0.0.dev14
>     PYTHON_VERSION: 3.8
>     PYTHON: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8
>     VCPKG_DEFAULT_TRIPLET: amd64-osx-static-release
>     VCPKG_FEATURE_FLAGS: manifests
>     VCPKG_OVERLAY_TRIPLETS: /Users/runner/work/crossbow/crossbow/arrow/ci/vcpkg
>     VCPKG_ROOT: /Users/runner/work/crossbow/crossbow/vcpkg
>     VCPKG_BINARY_SOURCES: clear;nuget,GitHub,readwrite
>     VCPKG_VERSION: 38bb87c
>     TEST_DEFAULT: 0
>     TEST_PYARROW_VERSION: 11.0.0.dev14
>     TEST_WHEEL: 1===========
> Detect CUDA
> ===========
> No devices found.============================
> Creating temporary directory
> ============================
> Working in sandbox /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/arrow-HEAD.XXXXX.PvwH3J7q=========================
> Ensuring source directory
> =========================
> Verifying local Arrow checkout at /Users/runner/work/crossbow/crossbow/arrow
> ~/work/crossbow/crossbow/arrow ~/work/crossbow/crossbow
> ~/work/crossbow/crossbow
> Release candidate looks good! {code}
> We should fix the CI jobs and run the tests on the generated wheels.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)