Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Build fails: Exit status 128

Discussion in 'Unity Build Automation' started by CLSStudio, May 22, 2018.

  1. CLSStudio

    CLSStudio

    Joined:
    Jun 11, 2015
    Posts:
    3
    We are not able to build using cloud build for 2 days with this log:

    1: Running Prebuild steps
    2: In quiet period, build will start momentarily...
    3: Regenerating ruby-2.1.1 wrappers........
    4: Agent pid 3476
    5: All identities removed.
    6: Successfully uninstalled bvr-1.8.2
    7: Removing bvr
    8: Successfully uninstalled bvr-1.9.1
    9: Removed unrecognized buildpack 'dll'
    10: done.
    11: bvr 1.9.3
    12: bvr-api 0.3.8
    13: prebuildstatus finished successfully.
    14: All identities removed.
    15: SYNCHRONOUS_SYMBOL_PROCESSING=TRUE
    16: USYM_UPLOAD_AUTH_TOKEN=890c1cdfb8a13765e73cdae303cf1da0086236f979bc758069feb9f4715301c9
    17: Agent pid 3949
    18: Regenerating ruby-2.1.1 wrappers........
    19: BVR: SCM Checkout
    20: GIT: Checkout project...
    21: GIT: Checking out ssh://*********@**********.visualstudio.com:22/DefaultCollection/_git/CiurmApp/develop
    22: [04:29:09] fatal: Could not read from remote repository.
    23: [04:29:09] Error(s) during clone:
    24: [04:29:09] git clone failed: exit status 128
    25: GIT: Error during clone: git lfs clone '--branch' 'develop' '--recursive' '--' 'ssh://***********@************.visualstudio.com:22/DefaultCollection/_git/CiurmApp' '/BUILD_PATH/studioclangore.ciurmapp.default-android' 2>&1:
    26: ! checkout failed. git lfs clone '--branch' 'develop' '--recursive' '--' 'ssh://**********@***********.visualstudio.com:22/DefaultCollection/_git/CiurmApp' '/BUILD_PATH/studioclangore.ciurmapp.default-android' 2>&1:
    27: Build step 'Execute shell' marked build as failure
    28: FATAL: command execution failed
    29: java.io.IOException: Cannot run program "/bin/bash" (in directory "/BUILD_PATH/studioclangore.ciurmapp.default-android"): error=2, No such file or directory
    30: Caused by: java.io.IOException: error=2, No such file or directory
    31: at java.lang.UNIXProcess.forkAndExec(Native Method)
    32: Build step 'Execute shell' marked build as failure
    33: postbuildstatus finished successfully.
    34: Regenerating ruby-2.1.1 wrappers........
    35: Regenerating ruby-2.1.1 wrappers........
    36: Finished: FAILURE

    We did not change anything important on git or similar so we are currently lost.
    A new project seems to work fine but all older are stuck.

    Thanks in advance for your attention.
     
  2. CLSStudio

    CLSStudio

    Joined:
    Jun 11, 2015
    Posts:
    3
    I suppose something has been changed on UCB side because after 3 days it suddenly has been fixed without doing nothing on our side.