Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Bug [Command Line][CI] Unity compiler is sometimes stucked during CI

Discussion in 'Testing & Automation' started by aurelien-morel-ubiant, Jul 4, 2019.

  1. aurelien-morel-ubiant

    aurelien-morel-ubiant

    Joined:
    Sep 27, 2017
    Posts:
    275
    Hello,
    we have a really annoying issue in our automation pipeline. During some build unity stucks when he must compile element in scriptassemblies library.
    I will post some picture to illustrate the issue it will be easier than many words :
    upload_2019-7-4_12-22-12.png

    As you can see on the left side it's the stuck job log, preloading is the last entry and unity doesn't go further. On the right side it's a successful job and as you can see, it continues until the end.

    So currently in our gitlab CI, the job generates this :
    upload_2019-7-4_12-24-40.png

    Does any unity devs ( for example @superpig ) could have any idea or hints to help me to debug this ? Cause currently I don't know what I can really do to investigate on this and find what could we do to generate (or solve) this ?
     
  2. superpig

    superpig

    Drink more water! Unity Technologies

    Joined:
    Jan 16, 2011
    Posts:
    4,576
    That's weird. What can you tell us about the environment you're running the Editor in?
     
  3. aurelien-morel-ubiant

    aurelien-morel-ubiant

    Joined:
    Sep 27, 2017
    Posts:
    275
    Sorry @superpig , I didn't see your answer yesterday :(
    So, we are on :
    - Unity 2018.4.0f1
    - Mac OS Mojave 10.14.4

    When the job stucks it can be on Android or iOS platform target.
    I didn't check on Standalone cause we did them only somtimes.

    If you need more information, feel free to ask
     
  4. Stormy102

    Stormy102

    Joined:
    Jan 17, 2014
    Posts:
    495
    The latest version is 2018.4.3f1 - maybe try updating and seeing if that fixes it?
     
  5. aurelien-morel-ubiant

    aurelien-morel-ubiant

    Joined:
    Sep 27, 2017
    Posts:
    275
    Hello,
    the bug happens again here @superpig
    If I can give you any others informations than those I mentionned 5th of July, feel free to ask !
     
  6. aurelien-morel-ubiant

    aurelien-morel-ubiant

    Joined:
    Sep 27, 2017
    Posts:
    275