You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command --android-mapping-location ./build/app/outputs/mapping/devRelease/mapping.txt doesn't upload the mapping file as intended from the datadog-ci log output
The command ls shows that the mapping.txt location is correct.
ls ./build/app/outputs/mapping/devRelease
configuration.txt
mapping.txt
resources.txt
seeds.txt
usage.txt
Describe what you expected
Expect to see something similar to successful upload of dSYM and symbols file
✅ Uploaded 58 dSYMs in 58.895 seconds.
✅ Uploaded symbol 6 files in 61.192 seconds.
Steps to reproduce the issue
Full log
==> Start
==> Switching to working directory: /Users/vagrant/git
+ curl -L --fail https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_darwin-x64 --output /usr/local/bin/datadog-ci
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
37 73.6M 37 27.6M 0 0 65.4M 0 0:00:01 --:--:-- 0:00:01 65.4M
100 73.6M 100 73.6M 0 0 106M 0 --:--:-- --:--:-- --:--:-- 169M
+ chmod +x /usr/local/bin/datadog-ci
+ datadog-ci version
v2.23.1
+ '[' -d ./build/app/outputs/symbols ']'
+ datadog-ci flutter-symbols upload --service-name myi-mobile --flavor dev --version 3.10.0-19 --dart-symbols-location ./build/app/outputs/symbols --android-mapping-location ./build/app/outputs/mapping/devRelease/mapping.txt --ios-dsyms
Starting upload.
Uploading ios dSYMs at location ./build/ios/archive/Runner.xcarchive/dSYMs
Uploading Android Proguard Mapping File at location ./build/app/outputs/mapping/devRelease/mapping.txt
Uploading Flutter Dart Symbol Files at location ./build/app/outputs/symbols
version: 3.10.0-19 service: myi-mobile flavor: dev
Please ensure you use the same values during SDK initialization to guarantee the success of the symbolication process.
After upload is successful symbol files will be processed and ready to use within the next 5 minutes.
Starting upload with concurrency 20.
Will look for dSYMs in build/ios/archive/Runner.xcarchive/dSYMs
Once dSYMs upload is successful files will be processed and ready to use within the next 5 minutes.
Will use temporary intermediate directory: /var/folders/yy/6kcn9mkd5svdbqnznwf474f00000gn/T/2439658940657953.5/datadog-ci/dsyms/intermediate
Will use temporary upload directory: /var/folders/yy/6kcn9mkd5svdbqnznwf474f00000gn/T/2439658940657953.5/datadog-ci/dsyms/upload
Uploading C12D510B-6D2C-34D8-AF75-4E50191C50A3.zip (datadog_webview_tracking, arch: arm64, UUID: C12D510B-6D2C-34D8-AF75-4E50191C50A3)
Uploading 178F83C6-AC50-36ED-B0A3-85410067C8FA.zip (Datadog, arch: arm64, UUID: 178F83C6-AC50-36ED-B0A3-85410067C8FA)
[... Remove 56 lines of Uploading dSYMs for readability ...]
Command summary:
✅ Uploaded 58 dSYMs in 58.895 seconds.
Uploading Android Mapping File ./build/app/outputs/mapping/devRelease/mapping.txt
Mapping upload finished: 0
Uploading Flutter Symbol File ./build/app/outputs/symbols/app.android-arm.symbols
Uploading Flutter Symbol File ./build/app/outputs/symbols/app.android-arm64.symbols
Uploading Flutter Symbol File ./build/app/outputs/symbols/app.android-x64.symbols
Uploading Flutter Symbol File ./build/app/outputs/symbols/app.ios-arm64.symbols
Command summary:
✅ Uploaded symbol 6 files in 61.192 seconds.
+ ls ./build/app/outputs/mapping/devRelease
configuration.txt
mapping.txt
resources.txt
seeds.txt
usage.txt
Additional context
datadog-ci version v2.23.1
Command
flutter-symbols
The text was updated successfully, but these errors were encountered:
Bug description
The command
--android-mapping-location ./build/app/outputs/mapping/devRelease/mapping.txt
doesn't upload the mapping file as intended from the datadog-ci log outputThe command
ls
shows that themapping.txt
location is correct.Describe what you expected
Expect to see something similar to successful upload of dSYM and symbols file
Steps to reproduce the issue
Full log
Additional context
datadog-ci version v2.23.1
Command
flutter-symbols
The text was updated successfully, but these errors were encountered: