You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Jason Gustafson (Jira)" <ji...@apache.org> on 2022/08/11 17:31:00 UTC

[jira] [Updated] (KAFKA-14163) Build failing in streams-scala:compileScala due to zinc compiler cache

     [ https://issues.apache.org/jira/browse/KAFKA-14163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Gustafson updated KAFKA-14163:
------------------------------------
    Summary: Build failing in streams-scala:compileScala due to zinc compiler cache  (was: Build failing in scala:compileScala due to zinc compiler cache)

> Build failing in streams-scala:compileScala due to zinc compiler cache
> ----------------------------------------------------------------------
>
>                 Key: KAFKA-14163
>                 URL: https://issues.apache.org/jira/browse/KAFKA-14163
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Jason Gustafson
>            Priority: Major
>
> I have been seeing builds failing recently with the following error:
> {code:java}
> [2022-08-11T17:08:22.279Z] * What went wrong:
> [2022-08-11T17:08:22.279Z] Execution failed for task ':streams:streams-scala:compileScala'.
> [2022-08-11T17:08:22.279Z] > Timeout waiting to lock zinc-1.6.1_2.13.8_17 compiler cache (/home/jenkins/.gradle/caches/7.5.1/zinc-1.6.1_2.13.8_17). It is currently in use by another Gradle instance.
> [2022-08-11T17:08:22.279Z]   Owner PID: 25008
> [2022-08-11T17:08:22.279Z]   Our PID: 25524
> [2022-08-11T17:08:22.279Z]   Owner Operation: 
> [2022-08-11T17:08:22.279Z]   Our operation: 
> [2022-08-11T17:08:22.279Z]   Lock file: /home/jenkins/.gradle/caches/7.5.1/zinc-1.6.1_2.13.8_17/zinc-1.6.1_2.13.8_17.lock   {code}
> And another:
> {code:java}
> [2022-08-10T21:30:41.779Z] * What went wrong:
> [2022-08-10T21:30:41.779Z] Execution failed for task ':streams:streams-scala:compileScala'.
> [2022-08-10T21:30:41.779Z] > Timeout waiting to lock zinc-1.6.1_2.13.8_17 compiler cache (/home/jenkins/.gradle/caches/7.5.1/zinc-1.6.1_2.13.8_17). It is currently in use by another Gradle instance.
> [2022-08-10T21:30:41.779Z]   Owner PID: 11022
> [2022-08-10T21:30:41.779Z]   Our PID: 11766
> [2022-08-10T21:30:41.779Z]   Owner Operation: 
> [2022-08-10T21:30:41.779Z]   Our operation: 
> [2022-08-10T21:30:41.779Z]   Lock file: /home/jenkins/.gradle/caches/7.5.1/zinc-1.6.1_2.13.8_17/zinc-1.6.1_2.13.8_17.lock {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)