Skip to content

Instantly share code, notes, and snippets.

@dodikk
Last active April 1, 2016 13:45
Show Gist options
  • Save dodikk/aefa4db8a5532cb220027cb7b29c3f54 to your computer and use it in GitHub Desktop.
Save dodikk/aefa4db8a5532cb220027cb7b29c3f54 to your computer and use it in GitHub Desktop.
default_platform :ios
platform :ios do
before_all do
#reset git
setup_jenkins()
reset_git_repo(force: true)
end
desc "Build and deploy to Fabrics"
lane :build_deploy do
#get short hash of commit
build_number = get_build_number_repository
set_info_plist_value(path: 'app/xx/xx/Info.plist', key: 'CFBundleVersion', value: build_number)
#build project, MedicationSupport scheme & Release by default
gym(project: "app/xx/xx.xcodeproj", use_legacy_build_api: true)
#upload to crashlytic
crashlytics(
ipa_path: './output/MedicationSupport.ipa',
crashlytics_path: './lib-third-party/Crashlytics.framework',
api_token: 'yyyy',
build_secret: 'zzzz',
notifications: true,
groups: "dev, qa",
emails: "[email protected]"
)
end
after_all do |lane|
# reset_git_repo(force: true)
end
error do |lane, exception|
# reset_git_repo(force: true)
end
[workspace] $ /bin/sh -xe /var/folders/rp/g190qjcs7h7_5vsj0f6h_r400000gp/T/hudson9115996510848203012.sh
+ /usr/local/bin/fastlane build_deploy --verbose
INFO [2016-04-01 16:28:58.95]: -------------------------------------------------
INFO [2016-04-01 16:28:58.95]: --- Step: Verifying required fastlane version ---
INFO [2016-04-01 16:28:58.95]: -------------------------------------------------
INFO [2016-04-01 16:28:58.95]: fastlane version valid
INFO [2016-04-01 16:28:58.96]: ------------------------------
INFO [2016-04-01 16:28:58.96]: --- Step: default_platform ---
INFO [2016-04-01 16:28:58.96]: ------------------------------
INFO [2016-04-01 16:28:58.96]: Driving the lane 'ios build_deploy' 🚀
INFO [2016-04-01 16:28:58.96]: ---------------------------
INFO [2016-04-01 16:28:58.96]: --- Step: setup_jenkins ---
INFO [2016-04-01 16:28:58.96]: ---------------------------
+-----------------------------+-----------------+
| Summary for Setup Jenkins Action |
+-----------------------------+-----------------+
| force | false |
| unlock_keychain | true |
| add_keychain_to_search_list | replace |
| set_default_keychain | true |
| set_code_signing_identity | true |
| output_directory | ./output |
| derived_data_path | ./derivedData |
| result_bundle | true |
+-----------------------------+-----------------+
INFO [2016-04-01 16:28:58.98]: Set output directory path to: "/Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output".
INFO [2016-04-01 16:28:58.98]: Set derived data path to: "/Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/derivedData".
INFO [2016-04-01 16:28:58.98]: Set result bundle.
INFO [2016-04-01 16:28:58.98]: ----------------------------
INFO [2016-04-01 16:28:58.98]: --- Step: reset_git_repo ---
INFO [2016-04-01 16:28:58.98]: ----------------------------
INFO [2016-04-01 16:28:58.98]: $ git reset --hard HEAD
INFO [2016-04-01 16:29:00.72]: ▸ HEAD is now at 7cc16e3 [CI] Added explicit ipa path
INFO [2016-04-01 16:29:00.72]: $ git clean -qfdx
INFO [2016-04-01 16:29:00.73]: Git repo was reset and cleaned back to a pristine state.
INFO [2016-04-01 16:29:00.74]: -----------------------------------------
INFO [2016-04-01 16:29:00.74]: --- Step: get_build_number_repository ---
INFO [2016-04-01 16:29:00.74]: -----------------------------------------
INFO [2016-04-01 16:29:00.74]: $ svn info
INFO [2016-04-01 16:29:01.03]: ▸ svn: E155007: '/Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace' is not a working copy
INFO [2016-04-01 16:29:01.03]: $ git svn info
INFO [2016-04-01 16:29:01.93]: ▸ Migrating from a git-svn v1 layout...
INFO [2016-04-01 16:29:01.93]: ▸ Data from a previous version of git-svn exists, but
INFO [2016-04-01 16:29:01.93]: ▸ .git/svn
INFO [2016-04-01 16:29:01.93]: ▸ (required for this version (2.6.4 (Apple Git-63)) of git-svn) does not exist.
INFO [2016-04-01 16:29:01.94]: ▸ Done migrating from a git-svn v1 layout
INFO [2016-04-01 16:29:01.97]: ▸ Unable to determine upstream SVN information from working tree history
INFO [2016-04-01 16:29:01.98]: $ git rev-parse HEAD
INFO [2016-04-01 16:29:01.99]: ▸ 7cc16e3cbf138a4e4e0becca7194db97cc28a7aa
INFO [2016-04-01 16:29:01.99]: Detected repo: git
INFO [2016-04-01 16:29:01.99]: $ git rev-parse --short HEAD
INFO [2016-04-01 16:29:02.00]: ▸ 7cc16e3
INFO [2016-04-01 16:29:02.01]: ----------------------------------
INFO [2016-04-01 16:29:02.01]: --- Step: set_info_plist_value ---
INFO [2016-04-01 16:29:02.01]: ----------------------------------
INFO [2016-04-01 16:29:02.01]: -----------------
INFO [2016-04-01 16:29:02.01]: --- Step: gym ---
INFO [2016-04-01 16:29:02.01]: -----------------
WARN [2016-04-01 16:29:02.07]: Using legacy build system - waiting for radar to be fixed: https://openradar.appspot.com/radar?id=4952000420642816
WARN [2016-04-01 16:29:02.39]: xcrun xcodebuild -list -project 'app/MedicationSupport/MedicationSupport.xcodeproj'
+----------------------+---------------------------------------------------------------------------+
| Summary for gym 1.6.2 |
+----------------------+---------------------------------------------------------------------------+
| project | app/MedicationSupport/MedicationSupport.xcodeproj |
| use_legacy_build_api | true |
| scheme | MedicationSupport |
| destination | generic/platform=iOS |
| output_name | MedicationSupport |
| clean | false |
| output_directory | /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspa... |
| silent | false |
| build_path | /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspa... |
| derived_data_path | /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspa... |
| result_bundle | true |
| buildlog_path | ~/Library/Logs/gym |
+----------------------+---------------------------------------------------------------------------+
+-----------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+
| Generated Build Command |
+-----------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+
| Option | Value |
+-----------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+
| set -o pipefail && | |
| xcodebuild | |
| -scheme | MedicationSupport |
| -project | app/MedicationSupport/MedicationSupport.xcodeproj |
| -destination | generic/platform=iOS |
| -archivePath | /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport 2016-04-01 16.29.05.xcarchive |
| -derivedDataPath | /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/derivedData |
| -resultBundlePath | /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport.result |
| archive | |
| | tee /Users/ododatko/Library/Logs/gym/MedicationSupport-MedicationSupport.log | xcpretty | |
+-----------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+
INFO [2016-04-01 16:29:05.72]: $ set -o pipefail && xcodebuild -scheme 'MedicationSupport' -project 'app/MedicationSupport/MedicationSupport.xcodeproj' -destination 'generic/platform=iOS' -archivePath '/Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport 2016-04-01 16.29.05.xcarchive' -derivedDataPath '/Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/derivedData' -resultBundlePath '/Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport.result' archive | tee /Users/ododatko/Library/Logs/gym/MedicationSupport-MedicationSupport.log | xcpretty
INFO [2016-04-01 16:29:07.06]: ▸ > Building HPReminderRealmStorage/HPReminderRealmStorage [Release]
INFO [2016-04-01 16:29:07.08]: ▸ > Check Dependencies
INFO [2016-04-01 16:29:07.33]: ▸ > Precompiling HPReminderRealmStorage.pch
INFO [2016-04-01 16:29:09.50]: ▸ > Precompiling HPReminderRealmStorage.pch
INFO [2016-04-01 16:29:10.55]: ▸ > Building library libHPReminderRealmStorage.a
INFO [2016-04-01 16:29:10.69]: ▸ > Building library libHPReminderRealmStorage.a
INFO [2016-04-01 16:29:11.54]: ▸ > Building HPTreatmentKit/HPTreatmentKit [Release]
INFO [2016-04-01 16:29:11.54]: ▸ > Check Dependencies
INFO [2016-04-01 16:29:11.54]: ▸ > Precompiling HPTreatmentKit.pch
INFO [2016-04-01 16:29:11.54]: ▸ > Precompiling HPTreatmentKit.pch
INFO [2016-04-01 16:29:11.54]: ▸ > Compiling HPBrandListMock.m
INFO [2016-04-01 16:29:11.54]: ▸ > Compiling HPTreatmentFactory.m
INFO [2016-04-01 16:29:11.55]: ▸ > Compiling HPBrandArticlePOD.m
INFO [2016-04-01 16:29:11.55]: ▸ > Compiling HPBrandPOD.m
INFO [2016-04-01 16:29:11.55]: ▸ > Compiling HPBrandArticlesMock.m
INFO [2016-04-01 16:29:11.55]: ▸ > Compiling HPBrandItemViewIMP.m
INFO [2016-04-01 16:29:11.55]: ▸ > Compiling HPBrandListMock.m
INFO [2016-04-01 16:29:11.55]: ▸ > Compiling HPTreatmentFactory.m
INFO [2016-04-01 16:29:11.55]: ▸ > Compiling HPBrandArticlePOD.m
INFO [2016-04-01 16:29:11.55]: ▸ > Compiling HPBrandPOD.m
INFO [2016-04-01 16:29:11.55]: ▸ > Compiling HPBrandArticlesMock.m
INFO [2016-04-01 16:29:11.55]: ▸ > Compiling HPBrandItemViewIMP.m
INFO [2016-04-01 16:29:11.55]: ▸ > Building library libHPTreatmentKit.a
INFO [2016-04-01 16:29:11.55]: ▸ > Building library libHPTreatmentKit.a
INFO [2016-04-01 16:29:13.41]: ▸ > Building HPReminderKit/HPReminderKit [Release]
INFO [2016-04-01 16:29:13.41]: ▸ > Check Dependencies
INFO [2016-04-01 16:29:13.41]: ▸ > Precompiling HPReminderKit.pch
INFO [2016-04-01 16:29:13.42]: ▸ > Precompiling HPReminderKit.pch
INFO [2016-04-01 16:29:14.83]: ▸ > Compiling HPReminderListVMImpl.m
INFO [2016-04-01 16:29:15.00]: ▸ > Compiling HPReminderPreviewItemPOD.m
INFO [2016-04-01 16:29:15.17]: ▸ > Compiling HPReminderEditVMImpl.m
INFO [2016-04-01 16:29:15.38]: ▸ > Compiling HPReminderPOD.m
INFO [2016-04-01 16:29:15.47]: ▸ > Compiling HPRemindersModelImpl.m
INFO [2016-04-01 16:29:15.55]: ▸ > Compiling HPMemoryRemindersRepository.m
INFO [2016-04-01 16:29:15.58]: ▸ > Compiling HPReminderPreviewBuilderImpl.m
INFO [2016-04-01 16:29:15.64]: ▸ > Compiling HPTimeConverter.m
INFO [2016-04-01 16:29:15.78]: ▸ > Compiling HPRemindersVMFactory.m
INFO [2016-04-01 16:29:15.78]: ▸ > Compiling HPCustomMessageVMImpl.m
INFO [2016-04-01 16:29:15.99]: ▸ > Compiling HPCustomMessageArrayModel.m
INFO [2016-04-01 16:29:15.99]: ▸ > Compiling HPSelectableCustomMessageListPOD.m
INFO [2016-04-01 16:29:16.17]: ▸ > Compiling HPReminderListVMImpl.m
INFO [2016-04-01 16:29:16.17]: ▸ > Compiling HPReminderPreviewItemPOD.m
INFO [2016-04-01 16:29:16.24]: ▸ > Compiling HPReminderEditVMImpl.m
INFO [2016-04-01 16:29:16.36]: ▸ > Compiling HPReminderPOD.m
INFO [2016-04-01 16:29:16.36]: ▸ > Compiling HPRemindersModelImpl.m
INFO [2016-04-01 16:29:16.48]: ▸ > Compiling HPMemoryRemindersRepository.m
INFO [2016-04-01 16:29:16.62]: ▸ > Compiling HPReminderPreviewBuilderImpl.m
INFO [2016-04-01 16:29:16.69]: ▸ > Compiling HPTimeConverter.m
INFO [2016-04-01 16:29:16.89]: ▸ > Compiling HPRemindersVMFactory.m
INFO [2016-04-01 16:29:16.97]: ▸ > Compiling HPCustomMessageVMImpl.m
INFO [2016-04-01 16:29:17.21]: ▸ > Compiling HPCustomMessageArrayModel.m
INFO [2016-04-01 16:29:17.21]: ▸ > Compiling HPSelectableCustomMessageListPOD.m
INFO [2016-04-01 16:29:17.35]: ▸ > Building library libHPReminderKit.a
INFO [2016-04-01 16:29:17.37]: ▸ > Building library libHPReminderKit.a
INFO [2016-04-01 16:29:17.46]: ▸ > Running script 'Objective-Clean'
INFO [2016-04-01 16:29:17.51]: ▸ You have to install and set up Objective-Clean to use its features!
INFO [2016-04-01 16:29:18.55]: ▸ > Building HPLivingWithHIVKit/HPLivingWithHIVKit [Release]
INFO [2016-04-01 16:29:18.55]: ▸ > Check Dependencies
INFO [2016-04-01 16:29:18.55]: ▸ > Precompiling HPLivingWithHIVKit.pch
INFO [2016-04-01 16:29:18.55]: ▸ > Precompiling HPLivingWithHIVKit.pch
INFO [2016-04-01 16:29:18.56]: ▸ > Compiling HPTopicPreviewBuilderImpl.m
INFO [2016-04-01 16:29:18.56]: ▸ > Compiling HPTopicPOD.m
INFO [2016-04-01 16:29:18.56]: ▸ > Compiling HPTopicPreviewItemPOD.m
INFO [2016-04-01 16:29:18.56]: ▸ > Compiling HPMemoryTopicsRepository.m
INFO [2016-04-01 16:29:18.56]: ▸ > Compiling HPTopicsVMFactory.m
INFO [2016-04-01 16:29:18.56]: ▸ > Compiling HPTopicsModelImpl.m
INFO [2016-04-01 16:29:18.56]: ▸ > Compiling HPTopicListVMImpl.m
INFO [2016-04-01 16:29:18.56]: ▸ > Compiling HPTopicPreviewBuilderImpl.m
INFO [2016-04-01 16:29:18.56]: ▸ > Compiling HPTopicPOD.m
INFO [2016-04-01 16:29:18.56]: ▸ > Compiling HPTopicPreviewItemPOD.m
INFO [2016-04-01 16:29:18.56]: ▸ > Compiling HPMemoryTopicsRepository.m
INFO [2016-04-01 16:29:18.56]: ▸ > Compiling HPTopicsVMFactory.m
INFO [2016-04-01 16:29:18.56]: ▸ > Compiling HPTopicsModelImpl.m
INFO [2016-04-01 16:29:18.56]: ▸ > Compiling HPTopicListVMImpl.m
INFO [2016-04-01 16:29:18.56]: ▸ > Building library libHPLivingWithHIVKit.a
INFO [2016-04-01 16:29:18.57]: ▸ > Building library libHPLivingWithHIVKit.a
INFO [2016-04-01 16:29:18.57]: ▸ > Building MedicationSupport/MedicationSupport [Release]
INFO [2016-04-01 16:29:18.57]: ▸ > Check Dependencies
INFO [2016-04-01 16:29:18.58]: ▸ > Precompiling MedicationSupport.pch
INFO [2016-04-01 16:29:21.49]: ▸ > Precompiling MedicationSupport.pch
INFO [2016-04-01 16:29:21.63]: ▸ > Compiling HPTreatmentBrandArticleVC.m
INFO [2016-04-01 16:29:21.88]: ▸ > Compiling HPReminderListVC.m
INFO [2016-04-01 16:29:22.00]: ▸ > Compiling HPSettingsTitleLocalizerImpl.m
INFO [2016-04-01 16:29:22.15]: ▸ > Compiling HPSettingsVC.m
INFO [2016-04-01 16:29:22.31]: ▸ > Compiling HPTreatmentBrandCell.m
INFO [2016-04-01 16:29:22.41]: ▸ > Compiling HPTreatmentBrandArticleCell.m
INFO [2016-04-01 16:29:22.56]: ▸ > Compiling HPLearnTabMainVC.m
INFO [2016-04-01 16:29:22.67]: ▸ > Compiling HPTreatmentBrandsVC.m
INFO [2016-04-01 16:29:22.85]: ▸ > Compiling AppDelegate.m
INFO [2016-04-01 16:29:22.95]: ▸ > Compiling HPDummyVC.m
INFO [2016-04-01 16:29:23.11]: ▸ > Compiling HPAddReminderVC.m
INFO [2016-04-01 16:29:23.28]: ▸ > Compiling HPAddReminderMenuTable.m
INFO [2016-04-01 16:29:23.45]: ▸ > Compiling HPSelectCustomMessageScreen.m
INFO [2016-04-01 16:29:23.61]: ▸ > Compiling HPTabsInitializer.m
INFO [2016-04-01 16:29:23.73]: ▸ > Compiling HomeVC.m
INFO [2016-04-01 16:29:23.85]: ▸ > Compiling HPScreenRouter.m
INFO [2016-04-01 16:29:24.01]: ▸ > Compiling HPEditDateScreen.m
INFO [2016-04-01 16:29:24.13]: ▸ > Compiling HPAddReminderRouter.m
INFO [2016-04-01 16:29:24.32]: ▸ > Compiling HPArticlesListVC.m
INFO [2016-04-01 16:29:24.38]: ▸ > Compiling HPReminderListRouter.m
INFO [2016-04-01 16:29:24.59]: ▸ > Compiling HPTopicPreviewCell.m
INFO [2016-04-01 16:29:24.63]: ▸ > Compiling HPTreatmentBrandArticlesVC.m
INFO [2016-04-01 16:29:24.88]: ▸ > Compiling HPEnterTextScreen.m
INFO [2016-04-01 16:29:24.92]: ▸ > Compiling HPLearnTabScreenRouter.m
INFO [2016-04-01 16:29:25.15]: ▸ > Compiling main.m
INFO [2016-04-01 16:29:25.16]: ▸ > Compiling HPTopicsListVC.m
INFO [2016-04-01 16:29:25.45]: ▸ > Compiling HPSettingsScreenRouter.m
INFO [2016-04-01 16:29:25.47]: ▸ > Compiling HPTreatmentBrandArticleVC.m
INFO [2016-04-01 16:29:25.71]: ▸ > Compiling HPReminderListVC.m
INFO [2016-04-01 16:29:25.84]: ▸ > Compiling HPSettingsTitleLocalizerImpl.m
INFO [2016-04-01 16:29:25.97]: ▸ > Compiling HPSettingsVC.m
INFO [2016-04-01 16:29:26.15]: ▸ > Compiling HPTreatmentBrandCell.m
INFO [2016-04-01 16:29:26.22]: ▸ > Compiling HPTreatmentBrandArticleCell.m
INFO [2016-04-01 16:29:26.41]: ▸ > Compiling HPLearnTabMainVC.m
INFO [2016-04-01 16:29:26.49]: ▸ > Compiling HPTreatmentBrandsVC.m
INFO [2016-04-01 16:29:26.69]: ▸ > Compiling AppDelegate.m
INFO [2016-04-01 16:29:26.76]: ▸ > Compiling HPDummyVC.m
INFO [2016-04-01 16:29:26.95]: ▸ > Compiling HPAddReminderVC.m
INFO [2016-04-01 16:29:27.09]: ▸ > Compiling HPAddReminderMenuTable.m
INFO [2016-04-01 16:29:27.30]: ▸ > Compiling HPSelectCustomMessageScreen.m
INFO [2016-04-01 16:29:27.41]: ▸ > Compiling HPTabsInitializer.m
INFO [2016-04-01 16:29:27.58]: ▸ > Compiling HomeVC.m
INFO [2016-04-01 16:29:27.65]: ▸ > Compiling HPScreenRouter.m
INFO [2016-04-01 16:29:27.89]: ▸ > Compiling HPEditDateScreen.m
INFO [2016-04-01 16:29:27.92]: ▸ > Compiling HPAddReminderRouter.m
INFO [2016-04-01 16:29:28.19]: ▸ > Compiling HPArticlesListVC.m
INFO [2016-04-01 16:29:28.19]: ▸ > Compiling HPReminderListRouter.m
INFO [2016-04-01 16:29:28.47]: ▸ > Compiling HPTopicPreviewCell.m
INFO [2016-04-01 16:29:28.47]: ▸ > Compiling HPTreatmentBrandArticlesVC.m
INFO [2016-04-01 16:29:28.75]: ▸ > Compiling HPEnterTextScreen.m
INFO [2016-04-01 16:29:28.76]: ▸ > Compiling HPLearnTabScreenRouter.m
INFO [2016-04-01 16:29:29.02]: ▸ > Compiling main.m
INFO [2016-04-01 16:29:29.02]: ▸ > Compiling HPTopicsListVC.m
INFO [2016-04-01 16:29:29.30]: ▸ > Compiling HPSettingsScreenRouter.m
INFO [2016-04-01 16:29:29.33]: ▸ > Linking MedicationSupport
INFO [2016-04-01 16:29:42.31]: ▸ > Linking MedicationSupport
INFO [2016-04-01 16:29:44.53]: ▸ > Copying Localizable.strings Localizable.strings
INFO [2016-04-01 16:29:44.66]: ▸ > Compiling Reminders.storyboard
INFO [2016-04-01 16:29:52.43]: ▸ > Compiling LivingWithHIV.storyboard
INFO [2016-04-01 16:29:52.43]: ▸ > Compiling Treatment.storyboard
INFO [2016-04-01 16:29:53.39]: ▸ > Compiling LaunchScreen.storyboard
INFO [2016-04-01 16:29:54.68]: ▸ > Compiling Main.storyboard
INFO [2016-04-01 16:29:56.40]: ▸ > Processing Info.plist
INFO [2016-04-01 16:29:56.41]: ▸ > Generating 'MedicationSupport.app.dSYM'
INFO [2016-04-01 16:29:57.21]: ▸ /Users/realm/workspace/objc_ios/tightdb_objc/build/DerivedData/ModuleCache/1K7NPTNE1PX62/Foundation-3SX6AG51N28X9.pcm: No such file or directory
INFO [2016-04-01 16:29:58.01]: ▸ /Users/realm/workspace/objc_ios/tightdb_objc/build/DerivedData/ModuleCache/1K7NPTNE1PX62/ObjectiveC-ID87E82HNLE0.pcm: No such file or directory
INFO [2016-04-01 16:29:59.20]: ▸ /Users/realm/workspace/objc_ios/tightdb_objc/build/DerivedData/ModuleCache/2FLN43C22DYM7/Foundation-3SX6AG51N28X9.pcm: No such file or directory
INFO [2016-04-01 16:29:59.92]: ▸ /Users/realm/workspace/objc_ios/tightdb_objc/build/DerivedData/ModuleCache/2FLN43C22DYM7/ObjectiveC-ID87E82HNLE0.pcm: No such file or directory
INFO [2016-04-01 16:30:01.14]: ▸ > Running script 'Crashlytics'
INFO [2016-04-01 16:30:03.34]: ▸ > Touching MedicationSupport.app
INFO [2016-04-01 16:30:03.41]: ▸ > Signing /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/derivedData/Build/Intermediates/ArchiveIntermediates/MedicationSupport/InstallationBuildProductsLocation/Applications/MedicationSupport.app
INFO [2016-04-01 16:30:08.77]: ▸ > Touching MedicationSupport.app.dSYM
INFO [2016-04-01 16:30:09.88]: ▸ > Archive Succeeded
INFO [2016-04-01 16:30:11.79]: Successfully stored the archive. You can find it in the Xcode Organizer.
DEBUG [2016-04-01 16:30:11.79]: Stored the archive in: /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport 2016-04-01 16.29.05.xcarchive
+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+
| Generated Package Command |
+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+
| Option | Value |
+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+
| /usr/bin/xcrun /tmp/PackageApplication4Gym -v | |
| /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport\ 2016-04-01\ 16.29.05.xcarchive/Products/Applications/MedicationSupport.app | |
| -o | /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport.ipa |
| exportFormat ipa | |
+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+
INFO [2016-04-01 16:30:11.80]: $ /usr/bin/xcrun /tmp/PackageApplication4Gym -v /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport\ 2016-04-01\ 16.29.05.xcarchive/Products/Applications/MedicationSupport.app -o '/Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport.ipa' exportFormat ipa 
INFO [2016-04-01 16:30:12.75]: ▸ Packaging application: '/Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport 2016-04-01 16.29.05.xcarchive/Products/Applications/MedicationSupport.app'
INFO [2016-04-01 16:30:12.75]: ▸ Arguments: verbose=1 output=/Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport.ipa
INFO [2016-04-01 16:30:12.75]: ▸ Environment variables:
INFO [2016-04-01 16:30:12.75]: ▸ SSH_AUTH_SOCK = /private/tmp/com.apple.launchd.7sKIsQkEAu/Listeners
INFO [2016-04-01 16:30:12.75]: ▸ NODE_NAME = master
INFO [2016-04-01 16:30:12.75]: ▸ GIT_BRANCH = origin/CI/artefact-experiment
INFO [2016-04-01 16:30:12.75]: ▸ GIT_PREVIOUS_COMMIT = 7cc16e3cbf138a4e4e0becca7194db97cc28a7aa
INFO [2016-04-01 16:30:12.75]: ▸ BUILD_TAG = jenkins-iOS-App-Deploy-Fabric-experiment-3
INFO [2016-04-01 16:30:12.75]: ▸ JENKINS_URL = http://91.234.37.213:8080/
INFO [2016-04-01 16:30:12.75]: ▸ com.apple.java.jvmTask = CommandLine
INFO [2016-04-01 16:30:12.75]: ▸ VERSIONER_PERL_PREFER_32_BIT = no
INFO [2016-04-01 16:30:12.75]: ▸ SHLVL = 3
INFO [2016-04-01 16:30:12.75]: ▸ WORKSPACE = /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace
INFO [2016-04-01 16:30:12.75]: ▸ SCAN_OUTPUT_DIRECTORY = /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output
INFO [2016-04-01 16:30:12.75]: ▸ HUDSON_URL = http://91.234.37.213:8080/
INFO [2016-04-01 16:30:12.75]: ▸ DERIVED_DATA_PATH = /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/derivedData
INFO [2016-04-01 16:30:12.75]: ▸ VERSIONER_PERL_VERSION = 5.18
INFO [2016-04-01 16:30:12.75]: ▸ _ = /usr/bin/xcrun
INFO [2016-04-01 16:30:12.75]: ▸ GYM_BUILD_PATH = /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output
INFO [2016-04-01 16:30:12.75]: ▸ GYM_RESULT_BUNDLE = YES
INFO [2016-04-01 16:30:12.75]: ▸ XPC_SERVICE_NAME = 0
INFO [2016-04-01 16:30:12.75]: ▸ SHELL = /bin/bash
INFO [2016-04-01 16:30:12.75]: ▸ ROOT_BUILD_CAUSE_MANUALTRIGGER = true
INFO [2016-04-01 16:30:12.75]: ▸ __CF_USER_TEXT_ENCODING = 0x1F6:0x0:0x0
INFO [2016-04-01 16:30:12.75]: ▸ SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
INFO [2016-04-01 16:30:12.75]: ▸ Apple_PubSub_Socket_Render = /private/tmp/com.apple.launchd.0zI92oZQL8/Render
INFO [2016-04-01 16:30:12.75]: ▸ XPC_FLAGS = 0x0
INFO [2016-04-01 16:30:12.75]: ▸ JENKINS_HOME = /Users/ododatko/.jenkins
INFO [2016-04-01 16:30:12.75]: ▸ JOB_URL = http://91.234.37.213:8080/job/iOS-App-Deploy-Fabric-experiment/
INFO [2016-04-01 16:30:12.75]: ▸ JENKINS_SERVER_COOKIE = a22943ca89da1fe0
INFO [2016-04-01 16:30:12.75]: ▸ JAVA_ARCH = x86_64
INFO [2016-04-01 16:30:12.75]: ▸ BUILD_CAUSE_MANUALTRIGGER = true
INFO [2016-04-01 16:30:12.75]: ▸ XCODE_DERIVED_DATA_PATH = /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/derivedData
INFO [2016-04-01 16:30:12.75]: ▸ BACKUP_XCARCHIVE_DESTINATION = /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output
INFO [2016-04-01 16:30:12.75]: ▸ PWD = /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace
INFO [2016-04-01 16:30:12.75]: ▸ FASTLANE_LANE_NAME = build_deploy
INFO [2016-04-01 16:30:12.75]: ▸ HUDSON_SERVER_COOKIE = a22943ca89da1fe0
INFO [2016-04-01 16:30:12.75]: ▸ FASTLANE_PLATFORM_NAME = ios
INFO [2016-04-01 16:30:12.75]: ▸ JOB_NAME = iOS-App-Deploy-Fabric-experiment
INFO [2016-04-01 16:30:12.75]: ▸ ROOT_BUILD_CAUSE = MANUALTRIGGER
INFO [2016-04-01 16:30:12.76]: ▸ USER = ododatko
INFO [2016-04-01 16:30:12.76]: ▸ EXECUTOR_NUMBER = 0
INFO [2016-04-01 16:30:12.76]: ▸ HUDSON_COOKIE = 3b5227ea-7121-4a2b-88d1-db11d95df450
INFO [2016-04-01 16:30:12.76]: ▸ BUILD_CAUSE = MANUALTRIGGER
INFO [2016-04-01 16:30:12.76]: ▸ BUILD_URL = http://91.234.37.213:8080/job/iOS-App-Deploy-Fabric-experiment/3/
INFO [2016-04-01 16:30:12.76]: ▸ xcpretty = /usr/local/bin/xcpretty
INFO [2016-04-01 16:30:12.76]: ▸ GIT_URL = https://gitlab.dataart.com/healthprize.dev/hiv_mobile.git
INFO [2016-04-01 16:30:12.76]: ▸ SCAN_RESULT_BUNDLE = YES
INFO [2016-04-01 16:30:12.76]: ▸ GIT_COMMIT = 7cc16e3cbf138a4e4e0becca7194db97cc28a7aa
INFO [2016-04-01 16:30:12.76]: ▸ LOGNAME = ododatko
INFO [2016-04-01 16:30:12.76]: ▸ BUILD_NUMBER = 3
INFO [2016-04-01 16:30:12.76]: ▸ SCAN_DERIVED_DATA_PATH = /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/derivedData
INFO [2016-04-01 16:30:12.76]: ▸ JAVA_MAIN_CLASS_2693 = Main
INFO [2016-04-01 16:30:12.76]: ▸ HOME = /Users/ododatko
INFO [2016-04-01 16:30:12.76]: ▸ GYM_DERIVED_DATA_PATH = /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/derivedData
INFO [2016-04-01 16:30:12.76]: ▸ GYM_OUTPUT_DIRECTORY = /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output
INFO [2016-04-01 16:30:12.76]: ▸ NODE_LABELS = master
INFO [2016-04-01 16:30:12.76]: ▸ BUILD_DISPLAY_NAME = #3
INFO [2016-04-01 16:30:12.76]: ▸ BUILD_ID = 3
INFO [2016-04-01 16:30:12.76]: ▸ TMPDIR = /var/folders/rp/g190qjcs7h7_5vsj0f6h_r400000gp/T/
INFO [2016-04-01 16:30:12.76]: ▸ HUDSON_HOME = /Users/ododatko/.jenkins
INFO [2016-04-01 16:30:12.76]: ▸ PATH = /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
INFO [2016-04-01 16:30:12.76]: ▸ Output directory: '/Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport.ipa'
INFO [2016-04-01 16:30:12.76]: ▸ Temporary Directory: '/var/folders/rp/g190qjcs7h7_5vsj0f6h_r400000gp/T/tVOsifh_Za' (will NOT be deleted on exit when verbose set)
INFO [2016-04-01 16:30:12.76]: ▸ + /bin/cp -Rp /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport 2016-04-01 16.29.05.xcarchive/Products/Applications/MedicationSupport.app /var/folders/rp/g190qjcs7h7_5vsj0f6h_r400000gp/T/tVOsifh_Za/Payload
INFO [2016-04-01 16:30:13.74]: ▸ Program /bin/cp returned 0 : []
INFO [2016-04-01 16:30:13.74]: ▸ ### Checking original app
INFO [2016-04-01 16:30:13.74]: ▸ + /usr/bin/codesign --verify --no-strict -vvvv /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport 2016-04-01 16.29.05.xcarchive/Products/Applications/MedicationSupport.app
INFO [2016-04-01 16:30:14.23]: ▸ Program /usr/bin/codesign returned 0 : [/Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport 2016-04-01 16.29.05.xcarchive/Products/Applications/MedicationSupport.app: valid on disk
INFO [2016-04-01 16:30:14.23]: ▸ /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport 2016-04-01 16.29.05.xcarchive/Products/Applications/MedicationSupport.app: satisfies its Designated Requirement
INFO [2016-04-01 16:30:14.23]: ▸ ]
INFO [2016-04-01 16:30:14.23]: ▸ Done checking the original app
INFO [2016-04-01 16:30:14.26]: ▸ + /usr/bin/zip --symlinks --verbose --recurse-paths /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport.ipa .
INFO [2016-04-01 16:30:16.47]: ▸ Program /usr/bin/zip returned 0 : [ adding: Payload/ (in=0) (out=0) (stored 0%)
INFO [2016-04-01 16:30:16.47]: ▸ adding: Payload/MedicationSupport.app/ (in=0) (out=0) (stored 0%)
INFO [2016-04-01 16:30:16.47]: ▸ adding: Payload/MedicationSupport.app/_CodeSignature/ (in=0) (out=0) (stored 0%)
INFO [2016-04-01 16:30:16.47]: ▸ adding: Payload/MedicationSupport.app/_CodeSignature/CodeResources (in=19701) (out=4543) (deflated 77%)
INFO [2016-04-01 16:30:16.47]: ▸ adding: Payload/MedicationSupport.app/[email protected] (in=1364) (out=1272) (deflated 7%)
INFO [2016-04-01 16:30:16.47]: ▸ adding: Payload/MedicationSupport.app/[email protected] (in=968) (out=815) (deflated 16%)
INFO [2016-04-01 16:30:16.47]: ▸ adding: Payload/MedicationSupport.app/[email protected] (in=1318) (out=961) (deflated 27%)
INFO [2016-04-01 16:30:16.47]: ▸ adding: Payload/MedicationSupport.app/archived-expanded-entitlements.xcent (in=396) (out=245) (deflated 38%)
INFO [2016-04-01 16:30:16.47]: ▸ adding: Payload/MedicationSupport.app/Assets.car (in=51159) (out=7688) (deflated 85%)
INFO [2016-04-01 16:30:16.47]: ▸ adding: Payload/MedicationSupport.app/Base.lproj/ (in=0) (out=0) (stored 0%)
INFO [2016-04-01 16:30:16.47]: ▸ adding: Payload/MedicationSupport.app/Base.lproj/LaunchScreen.storyboardc/ (in=0) (out=0) (stored 0%)
INFO [2016-04-01 16:30:16.47]: ▸ adding: Payload/MedicationSupport.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib (in=1795) (out=1048) (deflated 42%)
INFO [2016-04-01 16:30:16.47]: ▸ adding: Payload/MedicationSupport.app/Base.lproj/LaunchScreen.storyboardc/Info.plist (in=258) (out=149) (deflated 42%)
INFO [2016-04-01 16:30:16.47]: ▸ adding: Payload/MedicationSupport.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib (in=832) (out=558) (deflated 33%)
INFO [2016-04-01 16:30:16.47]: ▸ adding: Payload/MedicationSupport.app/Base.lproj/Main.storyboardc/ (in=0) (out=0) (stored 0%)
INFO [2016-04-01 16:30:16.47]: ▸ adding: Payload/MedicationSupport.app/Base.lproj/Main.storyboardc/8rJ-Kc-sve-view-QS5-Rx-YEW.nib (in=3358) (out=1873) (deflated 44%)
INFO [2016-04-01 16:30:16.47]: ▸ adding: Payload/MedicationSupport.app/Base.lproj/Main.storyboardc/9AQ-IL-b55-view-cKd-Nq-6Ei.nib (in=3527) (out=1863) (deflated 47%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Base.lproj/Main.storyboardc/9pv-A4-QxB-view-tsR-hK-woN.nib (in=3320) (out=1860) (deflated 44%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Base.lproj/Main.storyboardc/Info.plist (in=405) (out=209) (deflated 48%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Base.lproj/Main.storyboardc/jzC-6h-imc-view-Wt1-bZ-G6a.nib (in=3930) (out=2176) (deflated 45%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Base.lproj/Main.storyboardc/Plk-2b-Mwo-view-J3L-1f-pyH.nib (in=4429) (out=2335) (deflated 47%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Base.lproj/Main.storyboardc/UITabBarController-49e-Tb-3d3.nib (in=3620) (out=2010) (deflated 44%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Base.lproj/Main.storyboardc/UIViewController-9AQ-IL-b55.nib (in=832) (out=550) (deflated 34%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Base.lproj/Main.storyboardc/UIViewController-jzC-6h-imc.nib (in=1010) (out=662) (deflated 34%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/embedded.mobileprovision (in=8065) (out=5135) (deflated 36%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Info.plist (in=1318) (out=927) (deflated 30%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/LivingWithHIV.storyboardc/ (in=0) (out=0) (stored 0%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/LivingWithHIV.storyboardc/86t-br-IEt-view-B61-7A-Qis.nib (in=6384) (out=2990) (deflated 53%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/LivingWithHIV.storyboardc/94z-vO-gxq-view-ycf-Ma-C9C.nib (in=2382) (out=1340) (deflated 44%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/LivingWithHIV.storyboardc/fUR-ni-Myc-view-qdH-yE-Yjx.nib (in=1796) (out=1047) (deflated 42%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/LivingWithHIV.storyboardc/Info.plist (in=399) (out=197) (deflated 51%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/LivingWithHIV.storyboardc/UIViewController-86t-br-IEt.nib (in=1225) (out=764) (deflated 38%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/LivingWithHIV.storyboardc/UIViewController-94z-vO-gxq.nib (in=1142) (out=725) (deflated 37%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/LivingWithHIV.storyboardc/UIViewController-fUR-ni-Myc.nib (in=832) (out=547) (deflated 34%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Localizable.strings (in=1126) (out=686) (deflated 39%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/MedicationSupport ... (in=37814416) (out=19331265) (deflated 49%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/PkgInfo (in=8) (out=8) (stored 0%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Reminders.storyboardc/ (in=0) (out=0) (stored 0%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Reminders.storyboardc/cz2-oA-JeY-view-v2l-D7-FuK.nib (in=4565) (out=2360) (deflated 48%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Reminders.storyboardc/FGp-yk-XOB-view-Xrk-er-cP7.nib (in=10199) (out=4277) (deflated 58%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Reminders.storyboardc/Info.plist (in=607) (out=263) (deflated 57%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Reminders.storyboardc/MYY-TP-1Dz-view-Y65-3W-aWD.nib (in=3497) (out=1934) (deflated 45%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Reminders.storyboardc/nzd-vg-Ck3-view-3Tf-ih-Zn8.nib (in=3798) (out=2088) (deflated 45%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Reminders.storyboardc/Oc0-qT-yPt-view-MLE-QJ-THT.nib (in=5942) (out=3070) (deflated 48%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Reminders.storyboardc/UITableViewController-FGp-yk-XOB.nib (in=1722) (out=1029) (deflated 40%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Reminders.storyboardc/UIViewController-cz2-oA-JeY.nib (in=967) (out=641) (deflated 34%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Reminders.storyboardc/UIViewController-MYY-TP-1Dz.nib (in=966) (out=642) (deflated 34%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Reminders.storyboardc/UIViewController-nzd-vg-Ck3.nib (in=977) (out=650) (deflated 33%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Reminders.storyboardc/UIViewController-Oc0-qT-yPt.nib (in=1548) (out=934) (deflated 40%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Reminders.storyboardc/UIViewController-vKQ-9L-A4v.nib (in=1667) (out=1010) (deflated 39%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Reminders.storyboardc/vKQ-9L-A4v-view-2l2-TM-3FC.nib (in=3884) (out=2062) (deflated 47%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Treatment.storyboardc/ (in=0) (out=0) (stored 0%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Treatment.storyboardc/60M-d6-KvX-view-eG2-Zx-ycb.nib (in=2263) (out=1299) (deflated 43%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Treatment.storyboardc/8G5-d7-yRY-view-7ce-wM-Iaj.nib (in=9598) (out=3997) (deflated 58%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Treatment.storyboardc/d2T-oP-vaA-view-u3t-1v-LGc.nib (in=10868) (out=4654) (deflated 57%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Treatment.storyboardc/HPTreatmentBrandArticlesVC.nib (in=1005) (out=654) (deflated 35%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Treatment.storyboardc/HPTreatmentBrandArticleVC.nib (in=1004) (out=662) (deflated 34%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Treatment.storyboardc/HPTreatmentBrandsVC.nib (in=998) (out=654) (deflated 34%)
INFO [2016-04-01 16:30:16.48]: ▸ adding: Payload/MedicationSupport.app/Treatment.storyboardc/Info.plist (in=345) (out=192) (deflated 44%)
INFO [2016-04-01 16:30:16.48]: ▸ total bytes=38007735, compressed=19409520 -> 49% savings
INFO [2016-04-01 16:30:16.48]: ▸ ]
INFO [2016-04-01 16:30:16.48]: ▸ Results at '/Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport.ipa'
DEBUG [2016-04-01 16:30:16.49]: Checking for Swift framework
DEBUG [2016-04-01 16:30:16.64]: Packaging up the Swift Framework as the current app is a Swift app
+-----------------+-------------------------------------------------------------------------------------------------------+
| Fix Swift embedded code if needed |
+-----------------+-------------------------------------------------------------------------------------------------------+
| Option | Value |
+-----------------+-------------------------------------------------------------------------------------------------------+
| --recurse-paths | /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport.ipa |
+-----------------+-------------------------------------------------------------------------------------------------------+
INFO [2016-04-01 16:30:16.65]: $ zip --recurse-paths '/Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport.ipa' SwiftSupport
INFO [2016-04-01 16:30:16.81]: ▸ adding: SwiftSupport/ (stored 0%)
INFO [2016-04-01 16:30:17.24]: Compressing 1 dSYM(s)
INFO [2016-04-01 16:30:17.24]: $ cd '/Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport 2016-04-01 16.29.05.xcarchive/dSYMs' && zip -r '/Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport.app.dSYM.zip' *.dSYM
INFO [2016-04-01 16:30:18.39]: ▸  adding: MedicationSupport.app.dSYM/ (stored 0%)
INFO [2016-04-01 16:30:18.39]: ▸  adding: MedicationSupport.app.dSYM/Contents/ (stored 0%)
INFO [2016-04-01 16:30:18.39]: ▸  adding: MedicationSupport.app.dSYM/Contents/Info.plist (deflated 52%)
INFO [2016-04-01 16:30:18.39]: ▸  adding: MedicationSupport.app.dSYM/Contents/Resources/ (stored 0%)
INFO [2016-04-01 16:30:18.39]: ▸  adding: MedicationSupport.app.dSYM/Contents/Resources/DWARF/ (stored 0%)
INFO [2016-04-01 16:30:18.39]: ▸  adding: MedicationSupport.app.dSYM/Contents/Resources/DWARF/MedicationSupport (deflated 74%)
INFO [2016-04-01 16:30:18.39]: Successfully exported and compressed dSYM file
WARN [2016-04-01 16:30:18.41]: Variable Dump:
INFO [2016-04-01 16:30:18.41]: {:DEFAULT_PLATFORM=>:ios, :PLATFORM_NAME=>:ios, :LANE_NAME=>"ios build_deploy", :BUILD_NUMBER_REPOSITORY=>"7cc16e3"}
ERROR [2016-04-01 16:30:18.41]: same file: /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport.ipa and /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport.ipa
INFO [2016-04-01 16:30:18.41]: Successfully generated documentation to path '/Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/fastlane/README.md'
+------+-------------------------------------+-------------+
| fastlane summary |
+------+-------------------------------------+-------------+
| Step | Action | Time (in s) |
+------+-------------------------------------+-------------+
| 1 | Verifying required fastlane version | 0 |
| 2 | default_platform | 0 |
| 3 | setup_jenkins | 0 |
| 4 | reset_git_repo | 1 |
| 5 | get_build_number_repository | 1 |
| 6 | set_info_plist_value | 0 |
| 7 | gym | 76 |
+------+-------------------------------------+-------------+
ERROR [2016-04-01 16:30:18.72]: fastlane finished with errors
Successfully submitted a crash report. If this is a problem with one of the tools specifically,
please submit an issue on GitHub and attach the following number to it: '9451dd870dc8dd6143d703e68eba0699'
The crash report has been stored locally '/tmp/sentry_9451dd870dc8dd6143d703e68eba0699.json'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/fileutils.rb:1557:in `block in fu_each_src_dest': [!] same file: /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport.ipa and /Users/ododatko/.jenkins/jobs/iOS-App-Deploy-Fabric-experiment/workspace/output/MedicationSupport.ipa (ArgumentError)
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/fileutils.rb:1572:in `fu_each_src_dest0'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/fileutils.rb:1556:in `fu_each_src_dest'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/fileutils.rb:508:in `mv'
from /Library/Ruby/Gems/2.0.0/gems/gym-1.6.2/lib/gym/runner.rb:144:in `move_ipa'
from /Library/Ruby/Gems/2.0.0/gems/gym-1.6.2/lib/gym/runner.rb:22:in `run'
from /Library/Ruby/Gems/2.0.0/gems/gym-1.6.2/lib/gym/manager.rb:10:in `work'
from /Library/Ruby/Gems/2.0.0/gems/fastlane-1.70.0/lib/fastlane/actions/gym.rb:22:in `run'
from /Library/Ruby/Gems/2.0.0/gems/fastlane-1.70.0/lib/fastlane/runner.rb:143:in `block (2 levels) in execute_action'
from /Library/Ruby/Gems/2.0.0/gems/fastlane-1.70.0/lib/fastlane/actions/actions_helper.rb:35:in `execute_action'
from /Library/Ruby/Gems/2.0.0/gems/fastlane-1.70.0/lib/fastlane/runner.rb:129:in `block in execute_action'
from /Library/Ruby/Gems/2.0.0/gems/fastlane-1.70.0/lib/fastlane/runner.rb:128:in `chdir'
from /Library/Ruby/Gems/2.0.0/gems/fastlane-1.70.0/lib/fastlane/runner.rb:128:in `execute_action'
from /Library/Ruby/Gems/2.0.0/gems/fastlane-1.70.0/lib/fastlane/fast_file.rb:149:in `method_missing'
from Fastfile:22:in `block (2 levels) in parsing_binding'
from /Library/Ruby/Gems/2.0.0/gems/fastlane-1.70.0/lib/fastlane/lane.rb:36:in `call'
from /Library/Ruby/Gems/2.0.0/gems/fastlane-1.70.0/lib/fastlane/lane.rb:36:in `call'
from /Library/Ruby/Gems/2.0.0/gems/fastlane-1.70.0/lib/fastlane/runner.rb:52:in `block in execute'
from /Library/Ruby/Gems/2.0.0/gems/fastlane-1.70.0/lib/fastlane/runner.rb:46:in `chdir'
from /Library/Ruby/Gems/2.0.0/gems/fastlane-1.70.0/lib/fastlane/runner.rb:46:in `execute'
from /Library/Ruby/Gems/2.0.0/gems/fastlane-1.70.0/lib/fastlane/lane_manager.rb:46:in `cruise_lane'
from /Library/Ruby/Gems/2.0.0/gems/fastlane-1.70.0/lib/fastlane/command_line_handler.rb:30:in `handle'
from /Library/Ruby/Gems/2.0.0/gems/fastlane-1.70.0/bin/fastlane:38:in `block (2 levels) in run'
from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:178:in `call'
from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:178:in `call'
from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:153:in `run'
from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/runner.rb:428:in `run_active_command'
from /Library/Ruby/Gems/2.0.0/gems/fastlane_core-0.41.0/lib/fastlane_core/ui/fastlane_runner.rb:23:in `run!'
from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/delegates.rb:15:in `run!'
from /Library/Ruby/Gems/2.0.0/gems/fastlane-1.70.0/bin/fastlane:156:in `run'
from /Library/Ruby/Gems/2.0.0/gems/fastlane-1.70.0/bin/fastlane:162:in `<top (required)>'
from /usr/local/bin/fastlane:23:in `load'
from /usr/local/bin/fastlane:23:in `<main>'
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Finished: FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment