You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/07/30 13:08:29 UTC

[GitHub] [arrow] nealrichardson opened a new pull request #10840: ARROW-13496: [CI][R] Repair r-sanitizer job

nealrichardson opened a new pull request #10840:
URL: https://github.com/apache/arrow/pull/10840


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #10840: ARROW-13496: [CI][R] Repair r-sanitizer job

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #10840:
URL: https://github.com/apache/arrow/pull/10840#issuecomment-890513832


   Revision: 641c8d475e3eeb51e5e4e92bd187c0c16124c670
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-684](https://github.com/ursacomputing/crossbow/branches/all?query=actions-684)
   
   |Task|Status|
   |----|------|
   |test-ubuntu-18.04-r-sanitizer|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-684-azure-test-ubuntu-18.04-r-sanitizer)](https://dev.azure.com/ursacomputing/crossbow/_build/latest?definitionId=1&branchName=actions-684-azure-test-ubuntu-18.04-r-sanitizer)|


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] nealrichardson commented on pull request #10840: ARROW-13496: [CI][R] Repair r-sanitizer job

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on pull request #10840:
URL: https://github.com/apache/arrow/pull/10840#issuecomment-890513716


   @github-actions crossbow submit test-ubuntu-18.04-r-sanitizer


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] nealrichardson commented on pull request #10840: ARROW-13496: [CI][R] Repair r-sanitizer job

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on pull request #10840:
URL: https://github.com/apache/arrow/pull/10840#issuecomment-890417681


   @github-actions crossbow submit test-ubuntu-18.04-r-sanitizer


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] nealrichardson commented on pull request #10840: ARROW-13496: [CI][R] Repair r-sanitizer job

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on pull request #10840:
URL: https://github.com/apache/arrow/pull/10840#issuecomment-889927431


   @github-actions crossbow submit test-ubuntu-18.04-r-sanitizer


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #10840: ARROW-13496: [CI][R] Repair r-sanitizer job

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #10840:
URL: https://github.com/apache/arrow/pull/10840#issuecomment-890417719


   Revision: aae07999e4980586a33879fba42dcb473406a801
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-682](https://github.com/ursacomputing/crossbow/branches/all?query=actions-682)
   
   |Task|Status|
   |----|------|
   |test-ubuntu-18.04-r-sanitizer|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-682-azure-test-ubuntu-18.04-r-sanitizer)](https://dev.azure.com/ursacomputing/crossbow/_build/latest?definitionId=1&branchName=actions-682-azure-test-ubuntu-18.04-r-sanitizer)|


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] nealrichardson commented on pull request #10840: ARROW-13496: [CI][R] Repair r-sanitizer job

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on pull request #10840:
URL: https://github.com/apache/arrow/pull/10840#issuecomment-890402386


   @github-actions crossbow submit test-ubuntu-18.04-r-sanitizer


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] nealrichardson commented on pull request #10840: ARROW-13496: [CI][R] Repair r-sanitizer job

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on pull request #10840:
URL: https://github.com/apache/arrow/pull/10840#issuecomment-889987032


   As best I can tell, it's not that the job is timing out, it's that the job is running without printing anything to stdout for too long (this is what Travis CI would do). This is during the libarrow build step, which (by default/on cran) we keep quiet.
   
   Maybe we can fix this by setting ARROW_R_DEV and then LIBARROW_MINIMAL to (re)disable features that NOT_CRAN enables (which I think ARROW_R_DEV enables), or some other combination of env var propagation to make the C++ build verbose but otherwise be CRAN-like. Or, we could try porting it from azure to GHA and see if that works around the issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] nealrichardson commented on pull request #10840: ARROW-13496: [CI][R] Repair r-sanitizer job

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on pull request #10840:
URL: https://github.com/apache/arrow/pull/10840#issuecomment-889881733


   @github-actions crossbow submit test-ubuntu-18.04-r-sanitizer


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #10840: ARROW-13496: [CI][R] Repair r-sanitizer job

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #10840:
URL: https://github.com/apache/arrow/pull/10840#issuecomment-890526481


   Revision: a554ef2382d56472bdcfd67a68467732db1b0844
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-685](https://github.com/ursacomputing/crossbow/branches/all?query=actions-685)
   
   |Task|Status|
   |----|------|
   |test-ubuntu-18.04-r-sanitizer|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-685-azure-test-ubuntu-18.04-r-sanitizer)](https://dev.azure.com/ursacomputing/crossbow/_build/latest?definitionId=1&branchName=actions-685-azure-test-ubuntu-18.04-r-sanitizer)|


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #10840: ARROW-13496: [CI][R] Repair r-sanitizer job

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #10840:
URL: https://github.com/apache/arrow/pull/10840#issuecomment-890402469


   Revision: aae07999e4980586a33879fba42dcb473406a801
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-681](https://github.com/ursacomputing/crossbow/branches/all?query=actions-681)
   
   |Task|Status|
   |----|------|
   |test-ubuntu-18.04-r-sanitizer|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-681-azure-test-ubuntu-18.04-r-sanitizer)](https://dev.azure.com/ursacomputing/crossbow/_build/latest?definitionId=1&branchName=actions-681-azure-test-ubuntu-18.04-r-sanitizer)|


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] nealrichardson commented on pull request #10840: ARROW-13496: [CI][R] Repair r-sanitizer job

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on pull request #10840:
URL: https://github.com/apache/arrow/pull/10840#issuecomment-890526352


   @github-actions crossbow submit test-ubuntu-18.04-r-sanitizer


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #10840: ARROW-13496: [CI][R] Repair r-sanitizer job

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #10840:
URL: https://github.com/apache/arrow/pull/10840#issuecomment-890511443


   Revision: 6f4674ec0d9c7e0a6c7441f34788b01170bee5f2
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-683](https://github.com/ursacomputing/crossbow/branches/all?query=actions-683)
   
   |Task|Status|
   |----|------|
   |test-ubuntu-18.04-r-sanitizer|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-683-azure-test-ubuntu-18.04-r-sanitizer)](https://dev.azure.com/ursacomputing/crossbow/_build/latest?definitionId=1&branchName=actions-683-azure-test-ubuntu-18.04-r-sanitizer)|


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] nealrichardson closed pull request #10840: ARROW-13496: [CI][R] Repair r-sanitizer job

Posted by GitBox <gi...@apache.org>.
nealrichardson closed pull request #10840:
URL: https://github.com/apache/arrow/pull/10840


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #10840: ARROW-13496: [CI][R] Repair r-sanitizer job

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #10840:
URL: https://github.com/apache/arrow/pull/10840#issuecomment-889881629


   https://issues.apache.org/jira/browse/ARROW-13496


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] nealrichardson commented on pull request #10840: ARROW-13496: [CI][R] Repair r-sanitizer job

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on pull request #10840:
URL: https://github.com/apache/arrow/pull/10840#issuecomment-890547116


   Merging: this now reproduces the failure in ARROW-13495.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #10840: ARROW-13496: [CI][R] Repair r-sanitizer job

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #10840:
URL: https://github.com/apache/arrow/pull/10840#issuecomment-889882311


   Revision: ac550803d42a1016afa1ba547c49ff5706572e72
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-673](https://github.com/ursacomputing/crossbow/branches/all?query=actions-673)
   
   |Task|Status|
   |----|------|
   |test-ubuntu-18.04-r-sanitizer|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-673-azure-test-ubuntu-18.04-r-sanitizer)](https://dev.azure.com/ursacomputing/crossbow/_build/latest?definitionId=1&branchName=actions-673-azure-test-ubuntu-18.04-r-sanitizer)|


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] nealrichardson commented on pull request #10840: ARROW-13496: [CI][R] Repair r-sanitizer job

Posted by GitBox <gi...@apache.org>.
nealrichardson commented on pull request #10840:
URL: https://github.com/apache/arrow/pull/10840#issuecomment-890511342


   @github-actions crossbow submit test-ubuntu-18.04-r-sanitizer


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #10840: ARROW-13496: [CI][R] Repair r-sanitizer job

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #10840:
URL: https://github.com/apache/arrow/pull/10840#issuecomment-889927982


   Revision: b6168528dd823bdb83340fa36921da728c41c4aa
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-676](https://github.com/ursacomputing/crossbow/branches/all?query=actions-676)
   
   |Task|Status|
   |----|------|
   |test-ubuntu-18.04-r-sanitizer|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-676-azure-test-ubuntu-18.04-r-sanitizer)](https://dev.azure.com/ursacomputing/crossbow/_build/latest?definitionId=1&branchName=actions-676-azure-test-ubuntu-18.04-r-sanitizer)|


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org