It seems that this is caused with no TEST_* variable but not caused with "TEST_DEFAULT=0 TEST_RUST=1".
In <20210420.102929.1318695218923562966....@clear-code.com> "Re: [VOTE] Release Apache Arrow 4.0.0 - RC1" on Tue, 20 Apr 2021 10:29:29 +0900 (JST), Sutou Kouhei <k...@clear-code.com> wrote: > Hi Andy, > > Thanks for taking a look at this. > > I don't have any idea. The Rust tests weren't failed with > RC0 and my environment isn't changed. I just used our > verification script. > > ${TMP_DIR}/apache-arrow-4.0.0/rust/target/debug/testdata > directory doesn't exist. Is it related? > > Thanks, > -- > kou > > In <CAJEf=X5wo5kLenOn6SK=wxwn2kyi_jerlrjrnbbhr5d3x-a...@mail.gmail.com> > "Re: [VOTE] Release Apache Arrow 4.0.0 - RC1" on Mon, 19 Apr 2021 19:18:36 > -0600, > Andy Grove <andygrov...@gmail.com> wrote: > >> Hi Kou, >> >> I looked at the line of code that is failing in one of these Rust tests and >> it is: >> >> let file = File::create("target/debug/testdata/arrow.arrow_file").unwrap(); >> >> Is there any reason why you would not be able to create this file in the >> directory you are working from? >> >> Andy. >> >> On Mon, Apr 19, 2021 at 6:57 PM Sutou Kouhei <k...@clear-code.com> wrote: >> >>> +1 >>> >>> I got new Rust related problems and known C# and Python >>> problems. I don't think that they are blockers but could >>> someone take a look at them? >>> >>> I ran the followings on Debian GNU/Linux sid: >>> >>> * LANG=C \ >>> TZ=UTC \ >>> ARROW_CMAKE_OPTIONS="-DBoost_NO_BOOST_CMAKE=ON" \ >>> CUDA_TOOLKIT_ROOT=/usr \ >>> dev/release/verify-release-candidate.sh source 4.0.0 1 >>> * dev/release/verify-release-candidate.sh binaries 4.0.0 1 >>> * LANG=C dev/release/verify-release-candidate.sh wheels 4.0.0 1 >>> >>> with: >>> >>> * gcc (Debian 10.2.1-6) 10.2.1 20210110 >>> * openjdk version "11.0.10" 2021-01-19 >>> * nvidia-cuda-dev 11.2.1-2 >>> >>> "binaries" works well. >>> >>> "source": >>> >>> * Rust: arrow-utility-test is failed by "No such file or directory": >>> >>> https://gist.github.com/kou/e66d36a20093554836cef6923f057ac9#file-source-rust-txt >>> * C#: "sourcelink test Apache.Arrow.pdb" is failed by "The >>> operation was canceled" like RC0: >>> >>> https://gist.github.com/kou/868eaed328b348e45865747044044272#file-source-csharp-txt >>> >>> "wheels": >>> >>> * test_fs.py is failed or stuck like RC0: >>> * Failed with ~/.aws: >>> >>> https://gist.github.com/kou/868eaed328b348e45865747044044272#file-wheels-with-aws-txt >>> * Stuck without ~/.aws: >>> >>> https://gist.github.com/kou/868eaed328b348e45865747044044272#file-wheels-without-aws-txt >>> >>> Thanks, >>> -- >>> kou >>> >>> >>> >>> In <cahm19a6tv9mwb2t4xsiiu7iu_zdsn+9vxr4abx2an79j6fc...@mail.gmail.com> >>> "[VOTE] Release Apache Arrow 4.0.0 - RC1" on Mon, 19 Apr 2021 16:50:20 >>> +0200, >>> Krisztián Szűcs <ksz...@apache.org> wrote: >>> >>> > Hi, >>> > >>> > I would like to propose the following release candidate (RC1) of Apache >>> > Arrow version 4.0.0. This is a release consisting of 703 >>> > resolved JIRA issues[1]. >>> > >>> > This release candidate is based on commit: >>> > 9f0082d27366f2d1985d0b5abbef7f2f07fd7e7e [2] >>> > >>> > The source release rc1 is hosted at [3]. >>> > The binary artifacts are hosted at [4][5][6][7]. >>> > The changelog is located at [8]. >>> > >>> > Please download, verify checksums and signatures, run the unit tests, >>> > and vote on the release. See [9] for how to validate a release candidate. >>> > >>> > The vote will be open for at least 72 hours. >>> > >>> > [ ] +1 Release this as Apache Arrow 4.0.0 >>> > [ ] +0 >>> > [ ] -1 Do not release this as Apache Arrow 4.0.0 because... >>> > >>> > [1]: >>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%204.0.0 >>> > [2]: >>> https://github.com/apache/arrow/tree/9f0082d27366f2d1985d0b5abbef7f2f07fd7e7e >>> > [3]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-4.0.0-rc1 >>> > [4]: https://bintray.com/apache/arrow/centos-rc/4.0.0-rc1 >>> > [5]: https://bintray.com/apache/arrow/debian-rc/4.0.0-rc1 >>> > [6]: https://bintray.com/apache/arrow/python-rc/4.0.0-rc1 >>> > [7]: https://bintray.com/apache/arrow/ubuntu-rc/4.0.0-rc1 >>> > [8]: >>> https://github.com/apache/arrow/blob/9f0082d27366f2d1985d0b5abbef7f2f07fd7e7e/CHANGELOG.md >>> > [9]: >>> https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates >>>