Search Unity

Stuck on parallel builds in batchmode

Discussion in 'Editor & General Support' started by androshchuk-vladyslav, Jul 1, 2020.

  1. androshchuk-vladyslav

    androshchuk-vladyslav

    Joined:
    Dec 13, 2015
    Posts:
    127
    Hi,
    We have Gitlab CI to handle builds for our unity projects. For a long time we have an issue: when we run two parallel builds for two different platforms (iOS and Android) one of Unity instances which was responsible for Android build 100% stuck on [Package Manager] Server::Kill -- Server was shutdown right before ending.

    When we run 2+ Android only build processes we have no issues.

    Unity 2019.3.12f.
     
    Petr777 and (deleted member) like this.
  2. DrummerB

    DrummerB

    Joined:
    Dec 19, 2013
    Posts:
    135
    Have you ever found the reason or a solution for this problem? I believe we are experiencing a related issue. It's difficult to reproduce, but occasionally, our GitLab CI builds fail, due to a package manager timeout. Rerunning the failed job fixes the issue, but it is still quite annoying.