[
https://issues.apache.org/jira/browse/ARROW-2713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16527307#comment-16527307
]
Kouhei Sutou commented on ARROW-2713:
-------------------------------------
Great!
It seems that the build is timed out.
Can you apply the following patch?
{noformat}
diff --git a/dev/tasks/linux-packages/travis.linux.yml
b/dev/tasks/linux-packages/travis.linux.yml
index 8cc63772..3e2bcc79 100644
--- a/dev/tasks/linux-packages/travis.linux.yml
+++ b/dev/tasks/linux-packages/travis.linux.yml
@@ -30,9 +30,9 @@ env:
matrix:
include:
- script:
- - (cd arrow/dev/tasks/linux-packages && travis_wait 40 && rake
version:update && rake apt:build
APT_TARGETS=debian-stretch,ubuntu-trusty,ubuntu-xenial PARALLEL=yes DEBUG=no)
+ - (cd arrow/dev/tasks/linux-packages && rake version:update &&
travis_wait 40 rake apt:build APT_TARGETS=debian-stretch,ubuntu-trusty
PARALLEL=yes DEBUG=no)
- script:
- - (cd arrow/dev/tasks/linux-packages && travis_wait 40 && rake
version:update && rake apt:build APT_TARGETS=ubuntu-artful PARALLEL=yes
DEBUG=no)
+ - (cd arrow/dev/tasks/linux-packages && rake version:update &&
travis_wait 40 rake apt:build APT_TARGETS=ubuntu-xenial,ubuntu-artful
PARALLEL=yes DEBUG=no)
- script:
- (cd arrow/dev/tasks/linux-packages && rake version:update && rake
yum:build PARALLEL=yes DEBUG=no)
{noformat}
> [Packaging] Fix linux package builds
> ------------------------------------
>
> Key: ARROW-2713
> URL: https://issues.apache.org/jira/browse/ARROW-2713
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Packaging
> Reporter: Krisztian Szucs
> Priority: Major
> Fix For: 0.10.0
>
>
> Build configuration:
> https://github.com/kszucs/arrow/tree/0d9d89b7bff32823ab68e6ec1dc7ade52511f7ee/dev/tasks/linux-packages
> Failing build:
> https://travis-ci.org/kszucs/crossbow/builds/391894564?utm_source=github_status&utm_medium=notification
> Looks like it’s waiting for a user input? There might be some hardcoded
> version too, because the expected is 0.9.1 instead of 0.9.0.
> ping [~kou]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)