You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 19:58:02 UTC

[GitHub] [beam] damccorm opened a new issue, #20863: Docker build environment protoc is not executable

damccorm opened a new issue, #20863:
URL: https://github.com/apache/beam/issues/20863

   I tried to run some tests using the Docker build environment and hit this:
    
    $ ./gradlew -p sdks/java/io/cassandra check
    Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could
    not be reused, use \--status for details
    Configuration on demand is an incubating feature.
    \> Task :model:pipeline:generateProto FAILED
    
    FAILURE: Build failed with an exception.
    
    * What went wrong:
    Execution failed for task ':model:pipeline:generateProto'.
    \> java.io.IOException: Cannot run program "/home/elharo/.gradle/caches/modules-2/files-2.1/com.google.protobuf/protoc/3.15.3/8fb78f9edc8192143d947edc2217aafaa5d5f79b/protoc-3.15.3-linux-x86_64.exe": error=13, Permission denied
    
     I do see that protoc does not have execute permission:
    
    $ ls -l /home/elharo/.gradle/caches/modules-2/files-2.1/com.google.protobuf/protoc/3.15.3/8fb78f9edc8192143d947edc2217aafaa5d5f79b/
    total 5120
    -rw-r\--r\-- 1 elharo users 5241944 Apr  9 22:17 protoc-3.15.3-linux-x86_64.exe{color:#888888}
    
    {color}
   
   Imported from Jira [BEAM-12149](https://issues.apache.org/jira/browse/BEAM-12149). Original Jira may contain additional context.
   Reported by: elharo.


-- 
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@beam.apache.org.apache.org

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