You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2021/10/16 20:27:00 UTC

[jira] [Assigned] (ARROW-14308) [C++][CI] CI builds for "AMD64 Windows MinGW 32 C++" failling regularly due to ccache error

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

Kouhei Sutou reassigned ARROW-14308:
------------------------------------

    Assignee: Kouhei Sutou

> [C++][CI] CI builds for "AMD64 Windows MinGW 32 C++" failling regularly due to ccache error
> -------------------------------------------------------------------------------------------
>
>                 Key: ARROW-14308
>                 URL: https://issues.apache.org/jira/browse/ARROW-14308
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, Continuous Integration
>            Reporter: Weston Pace
>            Assignee: Kouhei Sutou
>            Priority: Major
>
> Example: https://github.com/apache/arrow/pull/11286/checks?check_run_id=3876406337
> This seems to be pretty reliable.  The failure appears to be related to ccache:
> {noformat}
> + source_dir=/d/a/arrow/arrow/cpp
> + build_dir=/d/a/arrow/arrow/build/cpp
> + with_docs=false
> + : ON
> + '[' '!' -z '' ']'
> ++ command -v xcrun
> + '[' -x '' ']'
> ===
> + '[' ON == ON ']'
> === ccache statistics before build
> + echo -e '===\n=== ccache statistics before build\n==='
> ===
> + ccache -s
> terminate called after throwing an instance of 'core::Error'
> terminate called recursively
> Error: Process completed with exit code 3.
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)