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/12/14 14:01:38 UTC

[GitHub] [arrow] paleolimbot opened a new pull request #11947: ARROW-15096: [R] Sanitizer failures with duration type

paleolimbot opened a new pull request #11947:
URL: https://github.com/apache/arrow/pull/11947


   This PR is an attempt to fix the [sanitizer failure](https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=17171&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181&l=12824) caused by ARROW-14941 (#11850). @jonkeane could you remind me how to submit a job to the sanitizer checker?


-- 
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] paleolimbot commented on pull request #11947: ARROW-15096: [R] Sanitizer failures with duration type

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


   @github-actions crossbow submit test-ubuntu-18.04-r-sanitizer test-fedora-r-clang-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 #11947: ARROW-15096: [R] Sanitizer failures with duration type

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






-- 
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] ursabot edited a comment on pull request #11947: ARROW-15096: [R] Sanitizer failures with duration type

Posted by GitBox <gi...@apache.org>.
ursabot edited a comment on pull request #11947:
URL: https://github.com/apache/arrow/pull/11947#issuecomment-994620912


   Benchmark runs are scheduled for baseline = 0bfc641fa165803e6fc848a481c76d3b77a5ba75 and contender = 886a27b55236725b5c44b8e4e94373f2d91f300b. 886a27b55236725b5c44b8e4e94373f2d91f300b is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/90beea4bf6af4efe8e8bbc1d441b51d6...80328c12fc114318ae3d374e44c11499/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/0f14b8ef870b47e18c752f7971624fd9...8bcdb5d5143f4e4bb7eeec6cdbc57603/)
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/e5afe1e9613e4ea0b0fa8669a970f069...d75e1bcd6b0645dca2ddbc0c442f29cd/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. Runs only benchmarks with cloud = True
   ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
   ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java
   


-- 
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] pitrou commented on pull request #11947: ARROW-15096: [R] Sanitizer failures with duration type

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


   Looking at the logs, it seems there's another issue as well:
   ```
   
   2021-12-14T15:47:09.4969247Z array_to_vector.cpp:929:13: runtime error: downcast of address 0x607000047fb0 which does not point to an object of type 'TimeType'
   2021-12-14T15:47:09.4969957Z 0x607000047fb0: note: object is of type 'arrow::DurationType'
   2021-12-14T15:47:09.4970338Z  01 00 00 00  48 19 50 0c 7e 7f 00 00  80 70 1c 00 30 60 00 00  00 00 00 00 00 00 00 00  21 00 00 00
   2021-12-14T15:47:09.4970656Z               ^~~~~~~~~~~~~~~~~~~~~~~
   2021-12-14T15:47:09.4971078Z               vptr for 'arrow::DurationType'
   2021-12-14T15:47:09.4971961Z     #0 0x7f7dfb6e8be3 in arrow::r::Converter_Duration<long, arrow::TimeType>::TimeUnit_multiplier(std::shared_ptr<arrow::Array> const&) const (/usr/local/RDsan/lib/R/site-library/arrow/libs/arrow.so+0x1b974be3)
   2021-12-14T15:47:09.4973033Z     #1 0x7f7dfb6d1377 in arrow::r::Converter_Duration<long, arrow::TimeType>::Ingest_some_nulls(SEXPREC*, std::shared_ptr<arrow::Array> const&, long, long, unsigned long) const (/usr/local/RDsan/lib/R/site-library/arrow/libs/arrow.so+0x1b95d377)
   2021-12-14T15:47:09.4973956Z     #2 0x7f7dfb6259bc in arrow::r::Converter::ScheduleConvertTasks(arrow::r::RTasks&, std::shared_ptr<arrow::r::Converter>)::{lambda()#1}::operator()() const /arrow/r/src/array_to_vector.cpp:88
   ```


-- 
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] ursabot commented on pull request #11947: ARROW-15096: [R] Sanitizer failures with duration type

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


   Benchmark runs are scheduled for baseline = 0bfc641fa165803e6fc848a481c76d3b77a5ba75 and contender = 886a27b55236725b5c44b8e4e94373f2d91f300b. 886a27b55236725b5c44b8e4e94373f2d91f300b is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Scheduled] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/90beea4bf6af4efe8e8bbc1d441b51d6...80328c12fc114318ae3d374e44c11499/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/0f14b8ef870b47e18c752f7971624fd9...8bcdb5d5143f4e4bb7eeec6cdbc57603/)
   [Scheduled] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/e5afe1e9613e4ea0b0fa8669a970f069...d75e1bcd6b0645dca2ddbc0c442f29cd/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. Runs only benchmarks with cloud = True
   ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
   ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java
   


-- 
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 #11947: ARROW-15096: [R] Sanitizer failures with duration type

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


   Revision: f494d894c6810abce76fc3e7ddd6afab4a94753b
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-1299](https://github.com/ursacomputing/crossbow/branches/all?query=actions-1299)
   
   |Task|Status|
   |----|------|
   |test-fedora-r-clang-sanitizer|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-1299-azure-test-fedora-r-clang-sanitizer)](https://dev.azure.com/ursacomputing/crossbow/_build/latest?definitionId=1&branchName=actions-1299-azure-test-fedora-r-clang-sanitizer)|
   |test-ubuntu-18.04-r-sanitizer|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-1299-azure-test-ubuntu-18.04-r-sanitizer)](https://dev.azure.com/ursacomputing/crossbow/_build/latest?definitionId=1&branchName=actions-1299-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] ursabot edited a comment on pull request #11947: ARROW-15096: [R] Sanitizer failures with duration type

Posted by GitBox <gi...@apache.org>.
ursabot edited a comment on pull request #11947:
URL: https://github.com/apache/arrow/pull/11947#issuecomment-994620912


   Benchmark runs are scheduled for baseline = 0bfc641fa165803e6fc848a481c76d3b77a5ba75 and contender = 886a27b55236725b5c44b8e4e94373f2d91f300b. 886a27b55236725b5c44b8e4e94373f2d91f300b is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/90beea4bf6af4efe8e8bbc1d441b51d6...80328c12fc114318ae3d374e44c11499/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/0f14b8ef870b47e18c752f7971624fd9...8bcdb5d5143f4e4bb7eeec6cdbc57603/)
   [Scheduled] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/e5afe1e9613e4ea0b0fa8669a970f069...d75e1bcd6b0645dca2ddbc0c442f29cd/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. Runs only benchmarks with cloud = True
   ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
   ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java
   


-- 
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 #11947: ARROW-15096: [R] Sanitizer failures with duration type

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


   Revision: 9e388130ca57a340a899d034a1b382d7e2ea1f39
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-1297](https://github.com/ursacomputing/crossbow/branches/all?query=actions-1297)
   
   |Task|Status|
   |----|------|
   |test-fedora-r-clang-sanitizer|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-1297-azure-test-fedora-r-clang-sanitizer)](https://dev.azure.com/ursacomputing/crossbow/_build/latest?definitionId=1&branchName=actions-1297-azure-test-fedora-r-clang-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] pitrou closed pull request #11947: ARROW-15096: [R] Sanitizer failures with duration type

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


   


-- 
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] pitrou commented on pull request #11947: ARROW-15096: [R] Sanitizer failures with duration type

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


   By the way, you can probably reproduce this locally using `archery docker run ubuntu-r-sanitizer`. It may be faster as well, especially if you have many cores.


-- 
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 #11947: ARROW-15096: [R] Sanitizer failures with duration type

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


   Revision: 9e388130ca57a340a899d034a1b382d7e2ea1f39
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-1296](https://github.com/ursacomputing/crossbow/branches/all?query=actions-1296)
   
   |Task|Status|
   |----|------|
   |test-ubuntu-18.04-r-sanitizer|[![Azure](https://dev.azure.com/ursacomputing/crossbow/_apis/build/status/ursacomputing.crossbow?branchName=actions-1296-azure-test-ubuntu-18.04-r-sanitizer)](https://dev.azure.com/ursacomputing/crossbow/_build/latest?definitionId=1&branchName=actions-1296-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] jonkeane commented on pull request #11947: ARROW-15096: [R] Sanitizer failures with duration type

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


   @github-actions crossbow submit test-fedora-r-clang-sanitizer
   
   Oops, I duplicated the first instead of adding this one second 🙃 


-- 
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] ursabot edited a comment on pull request #11947: ARROW-15096: [R] Sanitizer failures with duration type

Posted by GitBox <gi...@apache.org>.
ursabot edited a comment on pull request #11947:
URL: https://github.com/apache/arrow/pull/11947#issuecomment-994620912


   Benchmark runs are scheduled for baseline = 0bfc641fa165803e6fc848a481c76d3b77a5ba75 and contender = 886a27b55236725b5c44b8e4e94373f2d91f300b. 886a27b55236725b5c44b8e4e94373f2d91f300b is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/90beea4bf6af4efe8e8bbc1d441b51d6...80328c12fc114318ae3d374e44c11499/)
   [Failed] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/0f14b8ef870b47e18c752f7971624fd9...8bcdb5d5143f4e4bb7eeec6cdbc57603/)
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/e5afe1e9613e4ea0b0fa8669a970f069...d75e1bcd6b0645dca2ddbc0c442f29cd/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. Runs only benchmarks with cloud = True
   ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
   ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java
   


-- 
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