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 2022/03/21 22:18:44 UTC

[GitHub] [arrow] lidavidm opened a new pull request #12683: ARROW-15987: [C++][FlightRPC] Attempt to work around AppVeyor failure

lidavidm opened a new pull request #12683:
URL: https://github.com/apache/arrow/pull/12683


   Unable to root cause. Poking around with a debugger, MSVC appears to generate wild code that calls into seemingly random functions, causing a crash.


-- 
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] lidavidm commented on pull request #12683: ARROW-15987: [C++][FlightRPC] Attempt to work around AppVeyor failure

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


   ![VirtualBox_WinDev2202Eval_21_03_2022_18_17_53](https://user-images.githubusercontent.com/327919/159372641-287e7a43-5607-4ae8-abb0-599aae11f82b.png)
   ![VirtualBox_WinDev2202Eval_21_03_2022_18_18_25](https://user-images.githubusercontent.com/327919/159372644-86e4feab-7cd7-49d6-8f86-7e147825c9bc.png)
   


-- 
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 #12683: ARROW-15987: [C++][FlightRPC] Work around arrow-flight-test crash on AppVeyor

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


   


-- 
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 #12683: ARROW-15987: [C++][FlightRPC] Work around arrow-flight-test crash on AppVeyor

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


   Perhaps you can rebuild in `RelWithDebInfo` mode to get better diagnostics?


-- 
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] lidavidm commented on pull request #12683: ARROW-15987: [C++][FlightRPC] Work around arrow-flight-test crash on AppVeyor

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


   The difference in packages installed is basically only grpc-cpp:
   
   ```diff
   --- bad.txt	2022-03-22 07:56:02.589401042 -0400
   +++ good.txt	2022-03-22 07:55:51.369332834 -0400
   @@ -43,8 +43,8 @@
      + gflags                                2.2.2  ha925a31_1004       conda-forge/win-64       80 KB
      + glog                                  0.5.0  h4797de2_0          conda-forge/win-64       90 KB
      + gmock                                1.11.0  h2d74725_0          conda-forge/win-64        8 MB
   -  + google-cloud-cpp                     1.38.0  h178cbb0_1          conda-forge/win-64       63 MB
   -  + grpc-cpp                             1.45.0  h7b4b439_0          conda-forge/win-64       26 MB
   +  + google-cloud-cpp                     1.38.0  haf58ea7_0          conda-forge/win-64       63 MB
   +  + grpc-cpp                             1.44.0  h7b4b439_1          conda-forge/win-64       24 MB
      + gtest                                1.11.0  h2d74725_0          conda-forge/win-64        5 MB
      + hypothesis                           6.39.4  pyhd8ed1ab_0        conda-forge/noarch      256 KB
      + idna                                    3.3  pyhd8ed1ab_0        conda-forge/noarch       55 KB
   @@ -61,7 +61,7 @@
      + libcurl                              7.82.0  h789b8ee_0          conda-forge/win-64      301 KB
      + libffi                                3.4.2  h8ffe710_5          conda-forge/win-64       41 KB
      + libglib                              2.70.2  h3be07f2_4          conda-forge/win-64        3 MB
   -  + libgoogle-cloud                      1.38.0  h178cbb0_1          conda-forge/win-64       10 KB
   +  + libgoogle-cloud                      1.38.0  haf58ea7_0          conda-forge/win-64       10 KB
      + libiconv                               1.16  he774522_0          conda-forge/win-64      Cached
      + liblapack                             3.9.0  5_hd5c7e75_netlib   conda-forge/win-64        3 MB
      + libllvm8                              8.0.0  2                   conda-forge/win-64       22 KB
   ```


-- 
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] lidavidm edited a comment on pull request #12683: ARROW-15987: [C++][FlightRPC] Work around arrow-flight-test crash on AppVeyor

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


   What I found with grpc-cpp=1.45.0:
   ![VirtualBox_WinDev2202Eval_21_03_2022_18_17_53](https://user-images.githubusercontent.com/327919/159372641-287e7a43-5607-4ae8-abb0-599aae11f82b.png)
   ![VirtualBox_WinDev2202Eval_21_03_2022_18_18_25](https://user-images.githubusercontent.com/327919/159372644-86e4feab-7cd7-49d6-8f86-7e147825c9bc.png)
   


-- 
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 #12683: ARROW-15987: [C++][FlightRPC] Attempt to work around AppVeyor failure

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


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


-- 
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 #12683: ARROW-15987: [C++][FlightRPC] Work around arrow-flight-test crash on AppVeyor

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


   Benchmark runs are scheduled for baseline = 5073d6360a1806d2c8e41b066487e60a179f2aed and contender = 6921741d4db58c239b948606b72f6a571294f4ee. 6921741d4db58c239b948606b72f6a571294f4ee 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/3909a2e271ec44b78d0c73a426882414...5e7ab1316e5b487d98b77989c6d0657e/)
   [Scheduled] [test-mac-arm](https://conbench.ursa.dev/compare/runs/48cba3d6041a4d01a2b572a2ee37053a...234cfac08a7a4e6090f95b118b98bb91/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/6b27035c394a4adbadaa375b9f65c49e...41ca74a231ba40c7b9de9d20d6cb57ce/)
   [Scheduled] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/c095e03396f04da79128d066d3cb1678...7b6a6ae93fe647b796ebafb3d9fb4fc6/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
   test-mac-arm: Supported benchmark langs: C++, Python, R
   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] ursabot edited a comment on pull request #12683: ARROW-15987: [C++][FlightRPC] Work around arrow-flight-test crash on AppVeyor

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


   Benchmark runs are scheduled for baseline = 5073d6360a1806d2c8e41b066487e60a179f2aed and contender = 6921741d4db58c239b948606b72f6a571294f4ee. 6921741d4db58c239b948606b72f6a571294f4ee 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/3909a2e271ec44b78d0c73a426882414...5e7ab1316e5b487d98b77989c6d0657e/)
   [Finished :arrow_down:0.17% :arrow_up:0.04%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/48cba3d6041a4d01a2b572a2ee37053a...234cfac08a7a4e6090f95b118b98bb91/)
   [Failed :arrow_down:0.0% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/6b27035c394a4adbadaa375b9f65c49e...41ca74a231ba40c7b9de9d20d6cb57ce/)
   [Finished :arrow_down:0.26% :arrow_up:0.0%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/c095e03396f04da79128d066d3cb1678...7b6a6ae93fe647b796ebafb3d9fb4fc6/)
   Buildkite builds:
   [Failed] <https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/358| `6921741d` ec2-t3-xlarge-us-east-2>
   [Finished] <https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/345| `6921741d` test-mac-arm>
   [Finished] <https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/337| `6921741d` ursa-i9-9960x>
   [Finished] <https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/355| `6921741d` ursa-thinkcentre-m75q>
   [Failed] <https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/357| `5073d636` ec2-t3-xlarge-us-east-2>
   [Finished] <https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/344| `5073d636` test-mac-arm>
   [Failed] <https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/336| `5073d636` ursa-i9-9960x>
   [Finished] <https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/354| `5073d636` ursa-thinkcentre-m75q>
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
   test-mac-arm: Supported benchmark langs: C++, Python, R
   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] lidavidm commented on pull request #12683: ARROW-15987: [C++][FlightRPC] Work around arrow-flight-test crash on AppVeyor

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


   I've done some more digging in RelWithDebInfo (see Jira) and it seems this is a regression with gRPC 1.45, that said, minimizing this into a reproducible example may take a while, this should get CI working for now


-- 
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] lidavidm commented on pull request #12683: ARROW-15987: [C++][FlightRPC] Work around arrow-flight-test crash on AppVeyor

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


   Reported upstream at https://github.com/grpc/grpc/issues/29185


-- 
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 #12683: ARROW-15987: [C++][FlightRPC] Work around arrow-flight-test crash on AppVeyor

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


   Benchmark runs are scheduled for baseline = 5073d6360a1806d2c8e41b066487e60a179f2aed and contender = 6921741d4db58c239b948606b72f6a571294f4ee. 6921741d4db58c239b948606b72f6a571294f4ee 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/3909a2e271ec44b78d0c73a426882414...5e7ab1316e5b487d98b77989c6d0657e/)
   [Finished :arrow_down:0.17% :arrow_up:0.04%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/48cba3d6041a4d01a2b572a2ee37053a...234cfac08a7a4e6090f95b118b98bb91/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/6b27035c394a4adbadaa375b9f65c49e...41ca74a231ba40c7b9de9d20d6cb57ce/)
   [Finished :arrow_down:0.26% :arrow_up:0.0%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/c095e03396f04da79128d066d3cb1678...7b6a6ae93fe647b796ebafb3d9fb4fc6/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
   test-mac-arm: Supported benchmark langs: C++, Python, R
   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] ursabot edited a comment on pull request #12683: ARROW-15987: [C++][FlightRPC] Work around arrow-flight-test crash on AppVeyor

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


   Benchmark runs are scheduled for baseline = 5073d6360a1806d2c8e41b066487e60a179f2aed and contender = 6921741d4db58c239b948606b72f6a571294f4ee. 6921741d4db58c239b948606b72f6a571294f4ee 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/3909a2e271ec44b78d0c73a426882414...5e7ab1316e5b487d98b77989c6d0657e/)
   [Finished :arrow_down:0.17% :arrow_up:0.04%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/48cba3d6041a4d01a2b572a2ee37053a...234cfac08a7a4e6090f95b118b98bb91/)
   [Failed :arrow_down:0.0% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/6b27035c394a4adbadaa375b9f65c49e...41ca74a231ba40c7b9de9d20d6cb57ce/)
   [Finished :arrow_down:0.26% :arrow_up:0.0%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/c095e03396f04da79128d066d3cb1678...7b6a6ae93fe647b796ebafb3d9fb4fc6/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
   test-mac-arm: Supported benchmark langs: C++, Python, R
   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