[ 
https://issues.apache.org/jira/browse/ARROW-9628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17170063#comment-17170063
 ] 

Andrew Lamb commented on ARROW-9628:
------------------------------------

I tried several ways to reproduce this failure and I could not. I am not sure 
what else to try. Without being able to reproduce it I am not sure how to 
proceed.

What I tried:

A comment only change and ran CI:  (clippy check passed)
https://github.com/apache/arrow/pull/7888/checks?check_run_id=940273873

I also pushed another change to retrigger the checks (and use the cache), and 
that passed too 
https://github.com/apache/arrow/pull/7888/checks?check_run_id=940344621

{code}
Run actions/cache@v1
Cache Size: ~1483 MB (1555038972 B)
/usr/bin/tar -xz -f 
/Users/runner/work/_temp/47bfe8c9-756f-45a9-b38b-e8b15590b4bc/cache.tgz -C 
/Users/runner/work/arrow/arrow/rust/target
Cache restored from key: macos-10-rust-
{code}


I also then made a second PR from the same commit as reported by Jorge:
https://github.com/apache/arrow/pull/7889/checks?check_run_id=940374460 and the 
CI passed

And that also passed (seems like it tried to use the cache but failed):
https://github.com/apache/arrow/pull/7889/checks?check_run_id=940562824

{code}
Run actions/cache@v1
  with:
    path: rust/target
    key: macos-10-rust-
    restore-keys: macos-10-rust-
  env:
    DOCKER_BUILDKIT: 0
    COMPOSE_DOCKER_CLI_BUILD: 1
    ARCHERY_DOCKER_USER:
    ARCHERY_DOCKER_PASSWORD:
[warning]connect ETIMEDOUT 13.107.42.16:443
{code}


> [Rust][DataFusion] Clippy PR test failing intermittently on Rust / AMD64 
> MacOS 
> -------------------------------------------------------------------------------
>
>                 Key: ARROW-9628
>                 URL: https://issues.apache.org/jira/browse/ARROW-9628
>             Project: Apache Arrow
>          Issue Type: Bug
>            Reporter: Andrew Lamb
>            Assignee: Andrew Lamb
>            Priority: Major
>
> As reported by [~jorgecarleitao], on 
> https://github.com/apache/arrow/commit/aa6889a74c57d6faea0d27ea8013d9b0c7ef809a#commitcomment-41124305
> " I believe that this is somehow interacting with the caching system and 
> sometimes failing the build of clippy. E.g. this build is failing for Mac OS, 
> and it hits the cache: https://github.com/apache/arrow/runs/937976656
> {code}
>   Downloaded heck v0.3.1
>   Downloaded aho-corasick v0.7.13
>   Downloaded fnv v1.0.7
>   Downloaded futures-io v0.3.5
>   Downloaded base64 v0.11.0
>   Downloaded dirs v1.0.5
>   Downloaded async-stream-impl v0.2.1
>   Downloaded async-stream v0.2.1
>   Downloaded anyhow v1.0.32
>   Downloaded atty v0.2.14
>   Downloaded num-integer v0.1.43
>    Compiling arrow-flight v2.0.0-SNAPSHOT 
> (/Users/runner/work/arrow/arrow/rust/arrow-flight)
> error[E0463]: can't find crate for `prost_derive` which `tonic_build` depends 
> on
>   --> arrow-flight/build.rs:36:9
>    |
> 36 |         tonic_build::compile_protos("../../format/Flight.proto")?;
>    |         ^^^^^^^^^^^ can't find crate
> error: aborting due to previous error
> {code}



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

Reply via email to