Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GLib] Use travis_retry with brew bundle command #20420

Closed
2 tasks done
asfimport opened this issue Nov 23, 2018 · 7 comments
Closed
2 tasks done

[GLib] Use travis_retry with brew bundle command #20420

asfimport opened this issue Nov 23, 2018 · 7 comments

Comments

@asfimport
Copy link

asfimport commented Nov 23, 2018

This has been flaky lately, see

https://travis-ci.org/apache/arrow/jobs/458878912#L1844

It may not make the errors go away, but it might be worth adding retry logic to try a few times before giving up

Reporter: Wes McKinney / @wesm
Assignee: Kouhei Sutou / @kou

Subtasks:

Note: This issue was originally created as ARROW-3863. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
@kou could you have a look at this?

@asfimport
Copy link
Author

Kouhei Sutou / @kou:
Sure.
I think that this isn't fixed by using travis_retry. Because it gets stuck without output instead of stopping with failure. travis_retry will work for stopping with failure case but not for stuck case.

I think that we need to get verbose log for brew bundle to fix this problem at first.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
The failure hasn't been occurring too much this week, so it could be some transient instability in the Homebrew infrastructure

@asfimport
Copy link
Author

Kouhei Sutou / @kou:
So we can close this. We can work on this problem again when this problem is occurred again.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
It seems this problem might go away if we fix ARROW-3976. Let's try to fix that, I'll leave this open in the meantime

@asfimport
Copy link
Author

Wes McKinney / @wesm:
Here's another error seen today

==> Downloading https://homebrew.bintray.com/bottles/boost-1.68.0.sierra.bottle.tar.gz
curl: (56) SSLRead() return error -9806
Error: Failed to download resource "boost"
Download failed: https://homebrew.bintray.com/bottles/boost-1.68.0.sierra.bottle.tar.gz
Warning: Bottle installation failed: building from source.
==> Downloading https://dl.bintray.com/boostorg/release/1.68.0/source/boost_1_68_0.tar.bz2
==> ./bootstrap.sh --prefix=/usr/local/Cellar/boost/1.68.0 --libdir=/usr/local/Cellar/boost/1.68.0/lib --without-icu --without-libraries=python,mpi
==> ./b2 headers
==> ./b2 --prefix=/usr/local/Cellar/boost/1.68.0 --libdir=/usr/local/Cellar/boost/1.68.0/lib -d2 -j2 --layout=tagged --user-config=user-config.jam -sNO_LZMA=1 install threading=multi,single link=shared,static cxxflags=-std=c++14 cxxflags=-stdlib=libc++ linkflags=-stdlib=libc++
+rm brew.log
+false

https://travis-ci.org/apache/arrow/jobs/466330590

@asfimport
Copy link
Author

Kouhei Sutou / @kou:
I think that we can close this because CI is enough stable by ARROW-3976.

@asfimport asfimport added this to the 0.12.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants