alamb commented on code in PR #2287:
URL: https://github.com/apache/arrow-rs/pull/2287#discussion_r935959614


##########
.github/workflows/rust.yml:
##########
@@ -75,27 +98,20 @@ jobs:
   coverage:
     name: Coverage
     runs-on: ubuntu-latest
-    strategy:
-      matrix:
-        arch: [ amd64 ]
-        rust: [ stable ]
+    container:

Review Comment:
   Aaand I discovered why it doesn't use a docker image:
   
   ```
   
   Aug 02 19:31:43.698  INFO cargo_tarpaulin::process_handling::linux: 
Launching test
   Aug 02 19:31:43.700  INFO cargo_tarpaulin::process_handling: running 
/github/home/target/debug/deps/schema-05f75daeed5d8127
   Aug 02 19:31:43.710 ERROR cargo_tarpaulin: Failed to run tests: ASLR disable 
failed: EPERM: Operation not permitted
   Error: "Failed to run tests: ASLR disable failed: EPERM: Operation not 
permitted"
   Aug 02 19:31:52.790 ERROR cargo_tarpaulin: Failed to get test coverage! 
Error: Failed to run tests: Unexpected signal when starting test
   Error: "Failed to get test coverage! Error: Failed to run tests: Unexpected 
signal when starting test"
   Error: Process completed with exit code 1.
   ```
   
   
   reverting
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to