Bitrise Build Issue Report template
Description of the issue
I’m currently using your integration with Bitrise, but I am receiving the following error with the system tries to upload the dSYM zip file. Any ideas why this is happening?
+------------------------------------------------------------------------------+
| (8) appcenter-dsym-upload@0 |
+------------------------------------------------------------------------------+
| id: appcenter-dsym-upload |
| version: 0.1.3 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: bash |
| time: 2022-02-02T19:15:43Z |
+------------------------------------------------------------------------------+
| |
INFO[19:15:43] * [OK] Step dependency (node) installed, available.
+ hash appcenter
+ echo 'Microsoft AppCenter CLI already installed.'
Microsoft AppCenter CLI already installed.
+ envman add --key BITRISE_DSYM_PATH
+ appcenter crashes upload-symbols -s '/Users/vagrant/deploy/Lab Central.dSYM.zip' -a ProofDx/LabCentral-iOS-Beta --token BITRISE_APPCENTER_BETA_API_TOKEN --quiet
Error: failed to start the symbol uploading
| |
+---+---------------------------------------------------------------+----------+
| x | appcenter-dsym-upload@0 (exit code: 3) | 6.35 sec |
+---+---------------------------------------------------------------+----------+
| Issue tracker: ...b.com/alexshikov/bitrise-step-appcenter-dsym-upload/issues |
| Source: https://github.com/alexshikov/bitrise-step-appcenter-dsym-upload |
Environment:
Bitrise Workflow
If on Bitrise.io: which stack? If not on Bitrise.io: on what operating system? (Plus any other information you can share)
Which build Step causes the issue and which version of the step?
E.g.: Git Clone v3.6.0
Reproducibility
- Does a “Rebuild” help? (You can trigger a rebuild from the Build’s page, by clicking the “Rebuild” button in the top right corner of a finished build) : NO
-
Does a rebuild without caches help? (You can remove the
Cache:Pull
andCache:Push
steps temporarily to not to use the cache, or you can delete all the caches on theSettings
tab of the app. : NO - Does the issue happen sporadically, or every time? : every time
- Does upgrading the build Step to the latest version help? : NO
- When did the issue start? : Yesterday, first time using this integration
Local reproduction
This isn’t a code issue on our part, as the app seems to build fine in Bitrise. This is a post-step after build to upload the dSYMs to AppCenter.
Local reproduction: Linux / Android (docker based) stack builds
Can it be reproduced by running the build locally, after doing a new git clone of the repository into the /tmp
directory and running the build from there with the Bitrise CLI ( Bitrise CLI )? If no, can it be reproduced with Docker (using the same docker images / environment we use on bitrise.io)? Related guide: http://devcenter.bitrise.io/docker/run-your-build-locally-in-docker/ .
Build log
See above