githubEdit

Resolving Exit Status 145 Error with Duplo Setup

If you're encountering an "exit status 145" error when running your job with the duplo/setup step, this is typically caused by an expired Duplo token. Identifying the Issue The error usually appears during the "Setting up Duplo environment" step and shows: Setting up Duplo environment in shared Exited with code exit status 145 Root Cause This error occurs when the Duplo token used by your job has expired. The duplo/setup step relies on a valid authentication token to communicate with the Duplo platform. Resolution Steps Check Token Expiration: Navigate to your DuploCloud interface and go to the Tokens tab under your service account to verify if your job token has expired. Generate New Token: Create a new token in the DuploCloud platform to replace the expired one. Update job : Replace the expired token value in your job's environment variables with the newly generated token. Test the Build: Run your job's pipeline again to verify the issue is resolved. Once you've updated the token, your duplo/setup step should complete successfully and your builds should pass.

Last updated

Was this helpful?