Jenkins Fastlane Match - Code Signing Error: Signing certificate is invalid. Signing certificate "xxx", serial number "xxx is not valid for code signing. It may have been revoked or expired. #11855
Comments
It seems like this issue might be related to code signing Have you seen our new Code Signing Troubleshooting Guide? It will help you resolve the most common code signing issues |
Have you tried run Please, take a look on that doc: https://docs.fastlane.tools/best-practices/continuous-integration/ |
I just add
Running
Running
Fastlane error
|
Looking to your logs again, I would suggest this:
|
1.- i just updated match file and fastlane to have the same keychain name. Now in the build progress both have the same keychain. 2.- I did try to use Keychain plugin but in High Sierra the keychain extension is ".keychain-db" and the plugin does not allow me to add it. after the suggested changes my lane looks like this:
Error
Full log[Started by user samuel
DEBUG [2018-02-16 17:19:40.09]: Checking if there are any plugins that should be loaded... INFO [2018-02-16 17:19:40.31]: ----------------------------- INFO [2018-02-16 17:19:40.31]: --- Step: update_fastlane --- INFO [2018-02-16 17:19:40.31]: ----------------------------- INFO [2018-02-16 17:19:40.31]: Looking for updates for fastlane... INFO [2018-02-16 17:19:42.46]: Nothing to update ✅ INFO [2018-02-16 17:19:42.46]: INFO [2018-02-16 17:19:42.46]: Please help us test early releases of fastlane by opting into nightly builds 🌃 INFO [2018-02-16 17:19:42.46]: Just replace your INFO [2018-02-16 17:19:42.46]: INFO [2018-02-16 17:19:42.46]: ▸ update_fastlane(nightly: true) INFO [2018-02-16 17:19:42.46]: INFO [2018-02-16 17:19:42.46]: Nightly builds are reviewed and tested just like the public releases 🚂 INFO [2018-02-16 17:19:42.46]: INFO [2018-02-16 17:19:42.49]: ------------------------------ INFO [2018-02-16 17:19:42.49]: --- Step: default_platform --- INFO [2018-02-16 17:19:42.49]: ------------------------------ INFO [2018-02-16 17:19:42.49]: Driving the lane 'ios Jenkins' 🚀 INFO [2018-02-16 17:19:42.52]: ----------------------- INFO [2018-02-16 17:19:42.52]: --- Step: cocoapods --- INFO [2018-02-16 17:19:42.52]: ----------------------- INFO [2018-02-16 17:19:42.52]: gem 'cocoapods' is already installed INFO [2018-02-16 17:19:42.52]: $ bundle exec pod install INFO [2018-02-16 17:19:43.55]: ▸ Analyzing dependencies INFO [2018-02-16 17:19:44.16]: ▸ Downloading dependencies INFO [2018-02-16 17:19:44.16]: ▸ Installing Alamofire (4.6.0) INFO [2018-02-16 17:19:44.16]: ▸ Installing Crashlytics (3.10.0) INFO [2018-02-16 17:19:44.16]: ▸ Installing Fabric (1.7.3) INFO [2018-02-16 17:19:44.16]: ▸ Generating Pods project INFO [2018-02-16 17:19:44.16]: ▸ Integrating client project INFO [2018-02-16 17:19:44.92]: ▸ Sending stats INFO [2018-02-16 17:19:44.93]: ▸ Pod installation complete! There are 3 dependencies from the Podfile and 3 total pods installed. INFO [2018-02-16 17:19:44.93]: ▸ [!] The INFO [2018-02-16 17:19:44.93]: ▸ [!] The INFO [2018-02-16 17:19:44.93]: ▸ [!] The INFO [2018-02-16 17:19:44.94]: ▸ - Use the INFO [2018-02-16 17:19:44.94]: ▸ - Remove the build settings from the target. INFO [2018-02-16 17:19:44.94]: ▸ - Use the INFO [2018-02-16 17:19:44.94]: ▸ - Remove the build settings from the target. INFO [2018-02-16 17:19:44.94]: ▸ - Use the INFO [2018-02-16 17:19:44.94]: ▸ - Remove the build settings from the target. INFO [2018-02-16 17:19:44.99]: --------------------------- INFO [2018-02-16 17:19:44.99]: --- Step: setup_jenkins --- INFO [2018-02-16 17:19:44.99]: --------------------------- +-----------------------------+---------------+ | Summary for Setup Jenkins Action | +-----------------------------+---------------+ | force | false | | unlock_keychain | true | | add_keychain_to_search_list | replace | | set_default_keychain | true | | keychain_password | ******** | | set_code_signing_identity | true | | output_directory | ./output | | derived_data_path | ./derivedData | | result_bundle | true | +-----------------------------+---------------+ INFO [2018-02-16 17:19:45.00]: Set output directory path to: "/Users/Shared/Jenkins/Home/workspace/myApp/output". INFO [2018-02-16 17:19:45.00]: Set derived data path to: "/Users/Shared/Jenkins/Home/workspace/myApp/derivedData". INFO [2018-02-16 17:19:45.00]: Set result bundle. INFO [2018-02-16 17:19:45.03]: ------------------- INFO [2018-02-16 17:19:45.03]: --- Step: match --- INFO [2018-02-16 17:19:45.03]: ------------------- INFO [2018-02-16 17:19:45.09]: Successfully loaded '/Users/Shared/Jenkins/Home/workspace/myApp/fastlane/Matchfile' 📄 +----------------+-------------------------------------------------------------------------+ | Detected Values from './fastlane/Matchfile' | +----------------+-------------------------------------------------------------------------+ | git_url | git@bitbucket.org:gitUser/applecredentials.git | | type | development | | app_identifier | ["com.myApp", "com.myApp.myAppExt"] | +----------------+-------------------------------------------------------------------------+ +-----------------------+-------------------------------------------------------------------------+ | Summary for match 2.81.0 | +-----------------------+-------------------------------------------------------------------------+ | app_identifier | ["com.myApp", "com.myApp.myAppExt"] | | type | adhoc | | git_branch | master | | username | appleMail@gmail.com | | readonly | true | | keychain_name | CIJenkinsKeychain-db | | keychain_password | ******** | | git_url | git@bitbucket.org:gitUser/applecredentials.git | | team_id | QXB4W2JR7G | | verbose | false | | force | false | | skip_confirmation | false | | shallow_clone | false | | clone_branch_directly | false | | force_for_new_devices | false | | skip_docs | false | | platform | ios | +-----------------------+-------------------------------------------------------------------------+ INFO [2018-02-16 17:19:45.09]: Cloning remote git repo... INFO [2018-02-16 17:19:45.09]: If cloning the repo takes too long, you can use the INFO [2018-02-16 17:19:45.09]: $ GIT_TERMINAL_PROMPT=0 git clone 'git@bitbucket.org:gitUser/applecredentials.git' '/var/folders/27/dq1t940157z2kcjy70s19sbc00008b/T/d20180216-9415-qeh455' INFO [2018-02-16 17:19:45.10]: ▸ Cloning into '/var/folders/27/dq1t940157z2kcjy70s19sbc00008b/T/d20180216-9415-qeh455'... INFO [2018-02-16 17:19:46.52]: ▸ remote: Counting objects: 189, done. INFO [2018-02-16 17:19:46.70]: ▸ remote: Compressing objects: 100% (170/170), done. INFO [2018-02-16 17:19:47.85]: ▸ remote: Total 189 (delta 35), reused 0 (delta 0) INFO [2018-02-16 17:19:47.85]: ▸ Receiving objects: 100% (189/189), 402.27 KiB | 384.00 KiB/s, done. INFO [2018-02-16 17:19:47.85]: ▸ Resolving deltas: 100% (35/35), done. INFO [2018-02-16 17:19:47.87]: 🔓 Decrypted 'CK55XFUWQK.cer' INFO [2018-02-16 17:19:47.87]: 🔓 Decrypted 'JRS3RUQT98.cer' INFO [2018-02-16 17:19:47.87]: 🔓 Decrypted 'CK55XFUWQK.p12' INFO [2018-02-16 17:19:47.87]: 🔓 Decrypted 'JRS3RUQT98.p12' INFO [2018-02-16 17:19:47.87]: 🔓 Decrypted 'Development_com.myApp.mobileprovision' INFO [2018-02-16 17:19:47.87]: 🔓 Decrypted 'Development_com.myApp.myAppExt.mobileprovision' INFO [2018-02-16 17:19:47.87]: 🔓 Decrypted 'AdHoc_com.myApp.mobileprovision' INFO [2018-02-16 17:19:47.87]: 🔓 Decrypted 'AdHoc_com.myApp.myAppExt.mobileprovision' INFO [2018-02-16 17:19:47.87]: 🔓 Successfully decrypted certificates repo INFO [2018-02-16 17:19:47.87]: Installing certificate... INFO [2018-02-16 17:19:47.87]: $ security list-keychains -d user INFO [2018-02-16 17:19:47.89]: ▸ "/Users/Shared/Jenkins/Library/Keychains/CIJenkinsKeychain-db" INFO [2018-02-16 17:19:47.89]: $ security find-certificate -c 'Apple Worldwide Developer Relations Certification Authority' /Users/Shared/Jenkins/Library/Keychains/CIJenkinsKeychain-db INFO [2018-02-16 17:19:47.93]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/CIJenkinsKeychain-db" INFO [2018-02-16 17:19:47.93]: ▸ version: 512 INFO [2018-02-16 17:19:47.93]: ▸ class: 0x80001000 INFO [2018-02-16 17:19:47.93]: ▸ attributes: INFO [2018-02-16 17:19:47.93]: ▸ "alis"="Apple Worldwide Developer Relations Certification Authority" INFO [2018-02-16 17:19:47.93]: ▸ "cenc"=0x00000003 INFO [2018-02-16 17:19:47.93]: ▸ "ctyp"=0x00000001 INFO [2018-02-16 17:19:47.93]: ▸ "hpky"=0x88271709A9B618608BECEBBAF64759C55254A3B7 "\210'\027\011\251\266\030`\213\354\353\272\366GY\305RT\243\267" INFO [2018-02-16 17:19:47.93]: ▸ "issu"=0x3062310B300906035504061302555331133011060355040A130A4150504C4520494E432E31263024060355040B131D4150504C452043455254494649434154494F4E20415554484F52495459311630140603550403130D4150504C4520524F4F54204341 "0b1\0130\011\006\003U\004\006\023\002US1\0230\021\006\003U\004\012\023\012APPLE INC.1&0$\006\003U\004\013\023\035APPLE CERTIFICATION AUTHORITY1\0260\024\006\003U\004\003\023\015APPLE ROOT CA" INFO [2018-02-16 17:19:47.93]: ▸ "labl"="Apple Worldwide Developer Relations Certification Authority" INFO [2018-02-16 17:19:47.93]: ▸ "skid"=0x88271709A9B618608BECEBBAF64759C55254A3B7 "\210'\027\011\251\266\030`\213\354\353\272\366GY\305RT\243\267" INFO [2018-02-16 17:19:47.93]: ▸ "snbr"=0x01DEBCC4396DA010 "\001\336\274\3049m\240\020" INFO [2018-02-16 17:19:47.93]: ▸ "subj"=0x308196310B300906035504061302555331133011060355040A0C0A4170706C6520496E632E312C302A060355040B0C234170706C6520576F726C647769646520446576656C6F7065722052656C6174696F6E733144304206035504030C3B4170706C6520576F726C647769646520446576656C6F7065722052656C6174696F6E732043657274696669636174696F6E20417574686F72697479 "0\201\2261\0130\011\006\003U\004\006\023\002US1\0230\021\006\003U\004\012\014\012Apple Inc.1,0*\006\003U\004\013\014#Apple Worldwide Developer Relations1D0B\006\003U\004\003\014;Apple Worldwide Developer Relations Certification Authority" DEBUG [2018-02-16 17:19:47.99]: Certificate 'JRS3RUQT98.cer' is already installed on this machine INFO [2018-02-16 17:19:47.99]: $ security import /var/folders/27/dq1t940157z2kcjy70s19sbc00008b/T/d20180216-9415-qeh455/certs/distribution/JRS3RUQT98.p12 -k '/Users/Shared/Jenkins/Library/Keychains/CIJenkinsKeychain-db' -P '' -T /usr/bin/codesign -T /usr/bin/security security: SecKeychainItemImport: The specified item already exists in the keychain. INFO [2018-02-16 17:19:48.07]: $ security set-key-partition-list -S apple-tool:,apple: -k myPassword /Users/Shared/Jenkins/Library/Keychains/CIJenkinsKeychain-db INFO [2018-02-16 17:19:48.24]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/CIJenkinsKeychain-db" INFO [2018-02-16 17:19:48.24]: ▸ version: 512 INFO [2018-02-16 17:19:48.24]: ▸ class: 0x00000010 INFO [2018-02-16 17:19:48.24]: ▸ attributes: INFO [2018-02-16 17:19:48.24]: ▸ 0x00000000 =0x00000010 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000001 ="Imported Private Key" INFO [2018-02-16 17:19:48.24]: ▸ 0x00000002 = INFO [2018-02-16 17:19:48.24]: ▸ 0x00000003 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000004 =0x00000000 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000005 =0x00000000 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000006 =0x43AB95216491BE629477ECA5E4FBF663CF92CFC4 "C\253\225!d\221\276b\224w\354\245\344\373\366c\317\222\317\304" INFO [2018-02-16 17:19:48.24]: ▸ 0x00000007 = INFO [2018-02-16 17:19:48.24]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" INFO [2018-02-16 17:19:48.24]: ▸ 0x00000009 =0x0000002A "\000\000\000*" INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000A =0x00000800 INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000B =0x00000800 INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000C =0x0000000000000000 INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000D =0x0000000000000000 INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000E =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000F =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000010 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000011 =0x00000000 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000012 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000013 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000014 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000015 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000016 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000017 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000018 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000019 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x0000001A =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/CIJenkinsKeychain-db" INFO [2018-02-16 17:19:48.24]: ▸ version: 512 INFO [2018-02-16 17:19:48.24]: ▸ class: 0x00000010 INFO [2018-02-16 17:19:48.24]: ▸ attributes: INFO [2018-02-16 17:19:48.24]: ▸ 0x00000000 =0x00000010 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000001 ="8536C567097B4226" INFO [2018-02-16 17:19:48.24]: ▸ 0x00000002 = INFO [2018-02-16 17:19:48.24]: ▸ 0x00000003 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000004 =0x00000000 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000005 =0x00000000 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000006 ="8536C567097B4226" INFO [2018-02-16 17:19:48.24]: ▸ 0x00000007 = INFO [2018-02-16 17:19:48.24]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" INFO [2018-02-16 17:19:48.24]: ▸ 0x00000009 =0x0000002A "\000\000\000*" INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000A =0x00000800 INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000B =0x00000800 INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000C =0x0000000000000000 INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000D =0x0000000000000000 INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000E =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000F =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000010 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000011 =0x00000000 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000012 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000013 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000014 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000015 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000016 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000017 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000018 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000019 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x0000001A =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/CIJenkinsKeychain-db" INFO [2018-02-16 17:19:48.24]: ▸ version: 512 INFO [2018-02-16 17:19:48.24]: ▸ class: 0x00000010 INFO [2018-02-16 17:19:48.24]: ▸ attributes: INFO [2018-02-16 17:19:48.24]: ▸ 0x00000000 =0x00000010 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000001 ="A5A74F953BC9D03B" INFO [2018-02-16 17:19:48.24]: ▸ 0x00000002 = INFO [2018-02-16 17:19:48.24]: ▸ 0x00000003 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000004 =0x00000000 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000005 =0x00000000 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000006 ="A5A74F953BC9D03B" INFO [2018-02-16 17:19:48.24]: ▸ 0x00000007 = INFO [2018-02-16 17:19:48.24]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" INFO [2018-02-16 17:19:48.24]: ▸ 0x00000009 =0x0000002A "\000\000\000*" INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000A =0x00000800 INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000B =0x00000800 INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000C =0x0000000000000000 INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000D =0x0000000000000000 INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000E =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000F =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000010 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000011 =0x00000000 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000012 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000013 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000014 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000015 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000016 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000017 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000018 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000019 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x0000001A =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/CIJenkinsKeychain-db" INFO [2018-02-16 17:19:48.24]: ▸ version: 512 INFO [2018-02-16 17:19:48.24]: ▸ class: 0x00000010 INFO [2018-02-16 17:19:48.24]: ▸ attributes: INFO [2018-02-16 17:19:48.24]: ▸ 0x00000000 =0x00000010 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000001 ="524BB54ACB51617A" INFO [2018-02-16 17:19:48.24]: ▸ 0x00000002 = INFO [2018-02-16 17:19:48.24]: ▸ 0x00000003 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000004 =0x00000000 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000005 =0x00000000 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000006 ="524BB54ACB51617A" INFO [2018-02-16 17:19:48.24]: ▸ 0x00000007 = INFO [2018-02-16 17:19:48.24]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" INFO [2018-02-16 17:19:48.24]: ▸ 0x00000009 =0x0000002A "\000\000\000*" INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000A =0x00000800 INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000B =0x00000800 INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000C =0x0000000000000000 INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000D =0x0000000000000000 INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000E =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000F =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000010 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000011 =0x00000000 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000012 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000013 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000014 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000015 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000016 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000017 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000018 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000019 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x0000001A =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/CIJenkinsKeychain-db" INFO [2018-02-16 17:19:48.24]: ▸ version: 512 INFO [2018-02-16 17:19:48.24]: ▸ class: 0x00000010 INFO [2018-02-16 17:19:48.24]: ▸ attributes: INFO [2018-02-16 17:19:48.24]: ▸ 0x00000000 =0x00000010 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000001 ="26CA8D1DAD6F8890" INFO [2018-02-16 17:19:48.24]: ▸ 0x00000002 = INFO [2018-02-16 17:19:48.24]: ▸ 0x00000003 =0x00000001 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000004 =0x00000000 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000005 =0x00000000 INFO [2018-02-16 17:19:48.24]: ▸ 0x00000006 ="26CA8D1DAD6F8890" INFO [2018-02-16 17:19:48.24]: ▸ 0x00000007 = INFO [2018-02-16 17:19:48.24]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" INFO [2018-02-16 17:19:48.24]: ▸ 0x00000009 =0x0000002A "\000\000\000*" INFO [2018-02-16 17:19:48.24]: ▸ 0x0000000A =0x00000800 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000B =0x00000800 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000C =0x0000000000000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000D =0x0000000000000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000E =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000F =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000010 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000011 =0x00000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000012 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000013 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000014 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000015 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000016 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000017 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000018 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000019 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000001A =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/CIJenkinsKeychain-db" INFO [2018-02-16 17:19:48.25]: ▸ version: 512 INFO [2018-02-16 17:19:48.25]: ▸ class: 0x00000010 INFO [2018-02-16 17:19:48.25]: ▸ attributes: INFO [2018-02-16 17:19:48.25]: ▸ 0x00000000 =0x00000010 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000001 ="1C3251B59654DE47" INFO [2018-02-16 17:19:48.25]: ▸ 0x00000002 = INFO [2018-02-16 17:19:48.25]: ▸ 0x00000003 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000004 =0x00000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000005 =0x00000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000006 ="1C3251B59654DE47" INFO [2018-02-16 17:19:48.25]: ▸ 0x00000007 = INFO [2018-02-16 17:19:48.25]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" INFO [2018-02-16 17:19:48.25]: ▸ 0x00000009 =0x0000002A "\000\000\000*" INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000A =0x00000800 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000B =0x00000800 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000C =0x0000000000000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000D =0x0000000000000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000E =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000F =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000010 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000011 =0x00000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000012 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000013 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000014 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000015 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000016 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000017 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000018 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000019 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000001A =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/CIJenkinsKeychain-db" INFO [2018-02-16 17:19:48.25]: ▸ version: 512 INFO [2018-02-16 17:19:48.25]: ▸ class: 0x00000010 INFO [2018-02-16 17:19:48.25]: ▸ attributes: INFO [2018-02-16 17:19:48.25]: ▸ 0x00000000 =0x00000010 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000001 ="FDAEEF48411F65E3" INFO [2018-02-16 17:19:48.25]: ▸ 0x00000002 = INFO [2018-02-16 17:19:48.25]: ▸ 0x00000003 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000004 =0x00000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000005 =0x00000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000006 ="FDAEEF48411F65E3" INFO [2018-02-16 17:19:48.25]: ▸ 0x00000007 = INFO [2018-02-16 17:19:48.25]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" INFO [2018-02-16 17:19:48.25]: ▸ 0x00000009 =0x0000002A "\000\000\000*" INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000A =0x00000800 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000B =0x00000800 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000C =0x0000000000000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000D =0x0000000000000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000E =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000F =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000010 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000011 =0x00000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000012 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000013 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000014 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000015 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000016 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000017 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000018 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000019 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000001A =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/CIJenkinsKeychain-db" INFO [2018-02-16 17:19:48.25]: ▸ version: 512 INFO [2018-02-16 17:19:48.25]: ▸ class: 0x00000010 INFO [2018-02-16 17:19:48.25]: ▸ attributes: INFO [2018-02-16 17:19:48.25]: ▸ 0x00000000 =0x00000010 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000001 ="00561246E2D1B0FE" INFO [2018-02-16 17:19:48.25]: ▸ 0x00000002 = INFO [2018-02-16 17:19:48.25]: ▸ 0x00000003 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000004 =0x00000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000005 =0x00000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000006 ="00561246E2D1B0FE" INFO [2018-02-16 17:19:48.25]: ▸ 0x00000007 = INFO [2018-02-16 17:19:48.25]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" INFO [2018-02-16 17:19:48.25]: ▸ 0x00000009 =0x0000002A "\000\000\000*" INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000A =0x00000800 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000B =0x00000800 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000C =0x0000000000000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000D =0x0000000000000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000E =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000F =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000010 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000011 =0x00000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000012 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000013 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000014 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000015 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000016 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000017 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000018 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000019 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000001A =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/CIJenkinsKeychain-db" INFO [2018-02-16 17:19:48.25]: ▸ version: 512 INFO [2018-02-16 17:19:48.25]: ▸ class: 0x00000010 INFO [2018-02-16 17:19:48.25]: ▸ attributes: INFO [2018-02-16 17:19:48.25]: ▸ 0x00000000 =0x00000010 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000001 ="DE9BCA316D51690F" INFO [2018-02-16 17:19:48.25]: ▸ 0x00000002 = INFO [2018-02-16 17:19:48.25]: ▸ 0x00000003 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000004 =0x00000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000005 =0x00000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000006 ="DE9BCA316D51690F" INFO [2018-02-16 17:19:48.25]: ▸ 0x00000007 = INFO [2018-02-16 17:19:48.25]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" INFO [2018-02-16 17:19:48.25]: ▸ 0x00000009 =0x0000002A "\000\000\000*" INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000A =0x00000800 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000B =0x00000800 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000C =0x0000000000000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000D =0x0000000000000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000E =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000F =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000010 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000011 =0x00000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000012 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000013 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000014 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000015 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000016 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000017 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000018 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000019 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000001A =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/CIJenkinsKeychain-db" INFO [2018-02-16 17:19:48.25]: ▸ version: 512 INFO [2018-02-16 17:19:48.25]: ▸ class: 0x00000010 INFO [2018-02-16 17:19:48.25]: ▸ attributes: INFO [2018-02-16 17:19:48.25]: ▸ 0x00000000 =0x00000010 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000001 ="6F7D3E7C1D9681A9" INFO [2018-02-16 17:19:48.25]: ▸ 0x00000002 = INFO [2018-02-16 17:19:48.25]: ▸ 0x00000003 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000004 =0x00000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000005 =0x00000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000006 ="6F7D3E7C1D9681A9" INFO [2018-02-16 17:19:48.25]: ▸ 0x00000007 = INFO [2018-02-16 17:19:48.25]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" INFO [2018-02-16 17:19:48.25]: ▸ 0x00000009 =0x0000002A "\000\000\000*" INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000A =0x00000800 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000B =0x00000800 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000C =0x0000000000000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000D =0x0000000000000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000E =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000F =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000010 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000011 =0x00000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000012 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000013 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000014 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000015 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000016 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000017 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000018 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000019 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000001A =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/CIJenkinsKeychain-db" INFO [2018-02-16 17:19:48.25]: ▸ version: 512 INFO [2018-02-16 17:19:48.25]: ▸ class: 0x00000010 INFO [2018-02-16 17:19:48.25]: ▸ attributes: INFO [2018-02-16 17:19:48.25]: ▸ 0x00000000 =0x00000010 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000001 ="93805AE9BCD686AE" INFO [2018-02-16 17:19:48.25]: ▸ 0x00000002 = INFO [2018-02-16 17:19:48.25]: ▸ 0x00000003 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000004 =0x00000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000005 =0x00000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000006 ="93805AE9BCD686AE" INFO [2018-02-16 17:19:48.25]: ▸ 0x00000007 = INFO [2018-02-16 17:19:48.25]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" INFO [2018-02-16 17:19:48.25]: ▸ 0x00000009 =0x0000002A "\000\000\000*" INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000A =0x00000800 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000B =0x00000800 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000C =0x0000000000000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000D =0x0000000000000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000E =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000F =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000010 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000011 =0x00000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000012 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000013 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000014 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000015 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000016 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000017 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000018 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000019 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000001A =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/CIJenkinsKeychain-db" INFO [2018-02-16 17:19:48.25]: ▸ version: 512 INFO [2018-02-16 17:19:48.25]: ▸ class: 0x00000010 INFO [2018-02-16 17:19:48.25]: ▸ attributes: INFO [2018-02-16 17:19:48.25]: ▸ 0x00000000 =0x00000010 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000001 ="1088E06766C0AC73" INFO [2018-02-16 17:19:48.25]: ▸ 0x00000002 = INFO [2018-02-16 17:19:48.25]: ▸ 0x00000003 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000004 =0x00000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000005 =0x00000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000006 ="1088E06766C0AC73" INFO [2018-02-16 17:19:48.25]: ▸ 0x00000007 = INFO [2018-02-16 17:19:48.25]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" INFO [2018-02-16 17:19:48.25]: ▸ 0x00000009 =0x0000002A "\000\000\000*" INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000A =0x00000800 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000B =0x00000800 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000C =0x0000000000000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000D =0x0000000000000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000E =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000000F =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000010 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000011 =0x00000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000012 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000013 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000014 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000015 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000016 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000017 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000018 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000019 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x0000001A =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/CIJenkinsKeychain-db" INFO [2018-02-16 17:19:48.25]: ▸ version: 512 INFO [2018-02-16 17:19:48.25]: ▸ class: 0x00000010 INFO [2018-02-16 17:19:48.25]: ▸ attributes: INFO [2018-02-16 17:19:48.25]: ▸ 0x00000000 =0x00000010 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000001 ="A462C780792BAAB7" INFO [2018-02-16 17:19:48.25]: ▸ 0x00000002 = INFO [2018-02-16 17:19:48.25]: ▸ 0x00000003 =0x00000001 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000004 =0x00000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000005 =0x00000000 INFO [2018-02-16 17:19:48.25]: ▸ 0x00000006 ="A462C780792BAAB7" INFO [2018-02-16 17:19:48.25]: ▸ 0x00000007 = INFO [2018-02-16 17:19:48.25]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" INFO [2018-02-16 17:19:48.26]: ▸ 0x00000009 =0x0000002A "\000\000\000*" INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000A =0x00000800 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000B =0x00000800 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000C =0x0000000000000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000D =0x0000000000000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000E =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000F =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000010 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000011 =0x00000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000012 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000013 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000014 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000015 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000016 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000017 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000018 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000019 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000001A =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/CIJenkinsKeychain-db" INFO [2018-02-16 17:19:48.26]: ▸ version: 512 INFO [2018-02-16 17:19:48.26]: ▸ class: 0x00000010 INFO [2018-02-16 17:19:48.26]: ▸ attributes: INFO [2018-02-16 17:19:48.26]: ▸ 0x00000000 =0x00000010 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000001 ="0C4768100BCE0E4F" INFO [2018-02-16 17:19:48.26]: ▸ 0x00000002 = INFO [2018-02-16 17:19:48.26]: ▸ 0x00000003 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000004 =0x00000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000005 =0x00000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000006 ="0C4768100BCE0E4F" INFO [2018-02-16 17:19:48.26]: ▸ 0x00000007 = INFO [2018-02-16 17:19:48.26]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" INFO [2018-02-16 17:19:48.26]: ▸ 0x00000009 =0x0000002A "\000\000\000*" INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000A =0x00000800 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000B =0x00000800 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000C =0x0000000000000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000D =0x0000000000000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000E =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000F =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000010 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000011 =0x00000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000012 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000013 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000014 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000015 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000016 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000017 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000018 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000019 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000001A =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/CIJenkinsKeychain-db" INFO [2018-02-16 17:19:48.26]: ▸ version: 512 INFO [2018-02-16 17:19:48.26]: ▸ class: 0x00000010 INFO [2018-02-16 17:19:48.26]: ▸ attributes: INFO [2018-02-16 17:19:48.26]: ▸ 0x00000000 =0x00000010 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000001 ="7B440D40047A1FFE" INFO [2018-02-16 17:19:48.26]: ▸ 0x00000002 = INFO [2018-02-16 17:19:48.26]: ▸ 0x00000003 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000004 =0x00000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000005 =0x00000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000006 ="7B440D40047A1FFE" INFO [2018-02-16 17:19:48.26]: ▸ 0x00000007 = INFO [2018-02-16 17:19:48.26]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" INFO [2018-02-16 17:19:48.26]: ▸ 0x00000009 =0x0000002A "\000\000\000*" INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000A =0x00000800 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000B =0x00000800 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000C =0x0000000000000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000D =0x0000000000000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000E =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000F =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000010 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000011 =0x00000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000012 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000013 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000014 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000015 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000016 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000017 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000018 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000019 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000001A =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/CIJenkinsKeychain-db" INFO [2018-02-16 17:19:48.26]: ▸ version: 512 INFO [2018-02-16 17:19:48.26]: ▸ class: 0x00000010 INFO [2018-02-16 17:19:48.26]: ▸ attributes: INFO [2018-02-16 17:19:48.26]: ▸ 0x00000000 =0x00000010 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000001 ="705F461C99A6A8E7" INFO [2018-02-16 17:19:48.26]: ▸ 0x00000002 = INFO [2018-02-16 17:19:48.26]: ▸ 0x00000003 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000004 =0x00000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000005 =0x00000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000006 ="705F461C99A6A8E7" INFO [2018-02-16 17:19:48.26]: ▸ 0x00000007 = INFO [2018-02-16 17:19:48.26]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" INFO [2018-02-16 17:19:48.26]: ▸ 0x00000009 =0x0000002A "\000\000\000*" INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000A =0x00000800 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000B =0x00000800 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000C =0x0000000000000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000D =0x0000000000000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000E =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000F =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000010 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000011 =0x00000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000012 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000013 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000014 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000015 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000016 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000017 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000018 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000019 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000001A =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/CIJenkinsKeychain-db" INFO [2018-02-16 17:19:48.26]: ▸ version: 512 INFO [2018-02-16 17:19:48.26]: ▸ class: 0x00000010 INFO [2018-02-16 17:19:48.26]: ▸ attributes: INFO [2018-02-16 17:19:48.26]: ▸ 0x00000000 =0x00000010 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000001 ="149380800884D2D4" INFO [2018-02-16 17:19:48.26]: ▸ 0x00000002 = INFO [2018-02-16 17:19:48.26]: ▸ 0x00000003 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000004 =0x00000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000005 =0x00000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000006 ="149380800884D2D4" INFO [2018-02-16 17:19:48.26]: ▸ 0x00000007 = INFO [2018-02-16 17:19:48.26]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" INFO [2018-02-16 17:19:48.26]: ▸ 0x00000009 =0x0000002A "\000\000\000*" INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000A =0x00000800 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000B =0x00000800 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000C =0x0000000000000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000D =0x0000000000000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000E =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000F =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000010 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000011 =0x00000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000012 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000013 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000014 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000015 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000016 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000017 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000018 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000019 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000001A =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/CIJenkinsKeychain-db" INFO [2018-02-16 17:19:48.26]: ▸ version: 512 INFO [2018-02-16 17:19:48.26]: ▸ class: 0x00000010 INFO [2018-02-16 17:19:48.26]: ▸ attributes: INFO [2018-02-16 17:19:48.26]: ▸ 0x00000000 =0x00000010 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000001 ="BD3C616554F26324" INFO [2018-02-16 17:19:48.26]: ▸ 0x00000002 = INFO [2018-02-16 17:19:48.26]: ▸ 0x00000003 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000004 =0x00000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000005 =0x00000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000006 ="BD3C616554F26324" INFO [2018-02-16 17:19:48.26]: ▸ 0x00000007 = INFO [2018-02-16 17:19:48.26]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" INFO [2018-02-16 17:19:48.26]: ▸ 0x00000009 =0x0000002A "\000\000\000*" INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000A =0x00000800 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000B =0x00000800 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000C =0x0000000000000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000D =0x0000000000000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000E =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000F =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000010 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000011 =0x00000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000012 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000013 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000014 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000015 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000016 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000017 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000018 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000019 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000001A =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/CIJenkinsKeychain-db" INFO [2018-02-16 17:19:48.26]: ▸ version: 512 INFO [2018-02-16 17:19:48.26]: ▸ class: 0x00000010 INFO [2018-02-16 17:19:48.26]: ▸ attributes: INFO [2018-02-16 17:19:48.26]: ▸ 0x00000000 =0x00000010 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000001 ="D95A92BE7C062C0B" INFO [2018-02-16 17:19:48.26]: ▸ 0x00000002 = INFO [2018-02-16 17:19:48.26]: ▸ 0x00000003 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000004 =0x00000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000005 =0x00000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000006 ="D95A92BE7C062C0B" INFO [2018-02-16 17:19:48.26]: ▸ 0x00000007 = INFO [2018-02-16 17:19:48.26]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" INFO [2018-02-16 17:19:48.26]: ▸ 0x00000009 =0x0000002A "\000\000\000*" INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000A =0x00000800 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000B =0x00000800 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000C =0x0000000000000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000D =0x0000000000000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000E =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000000F =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000010 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000011 =0x00000000 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000012 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000013 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000014 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000015 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000016 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000017 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000018 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x00000019 =0x00000001 INFO [2018-02-16 17:19:48.26]: ▸ 0x0000001A =0x00000001 ERROR [2018-02-16 17:19:48.27]: undefined method `append' for #Array:0x007f9ebcaf2640 ++ | Installed Certificate | ++ ++ INFO [2018-02-16 17:19:48.27]: Installing provisioning profile... WARN [2018-02-16 17:19:48.38]: Setting environment variable 'sigh_com.myApp_adhoc' to '14a64b49-c7a5-4a99-b4f5-c5a821bca9c2' WARN [2018-02-16 17:19:48.39]: Setting environment variable 'sigh_com.myApp_adhoc_team-id' to 'QXB4W2JR7G' WARN [2018-02-16 17:19:48.39]: Setting environment variable 'sigh_com.myApp_adhoc_profile-name' to 'match AdHoc com.myApp' WARN [2018-02-16 17:19:48.39]: Setting environment variable 'sigh_com.myApp_adhoc_profile-path' to '/Users/Shared/Jenkins/Library/MobileDevice/Provisioning Profiles/14a64b49-c7a5-4a99-b4f5-c5a821bca9c2.mobileprovision' INFO [2018-02-16 17:19:48.39]: Installing provisioning profile... WARN [2018-02-16 17:19:48.51]: Setting environment variable 'sigh_com.myApp.myAppExt_adhoc' to '5dd2584e-35e8-4ba9-bfc8-ed14947ec7e5' WARN [2018-02-16 17:19:48.51]: Setting environment variable 'sigh_com.myApp.myAppExt_adhoc_team-id' to 'QXB4W2JR7G' WARN [2018-02-16 17:19:48.51]: Setting environment variable 'sigh_com.myApp.myAppExt_adhoc_profile-name' to 'match AdHoc com.myApp.myAppExt' WARN [2018-02-16 17:19:48.51]: Setting environment variable 'sigh_com.myApp.myAppExt_adhoc_profile-path' to '/Users/Shared/Jenkins/Library/MobileDevice/Provisioning Profiles/5dd2584e-35e8-4ba9-bfc8-ed14947ec7e5.mobileprovision' +---------------------+-----------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | Installed Provisioning Profile | +---------------------+-----------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | Parameter | Environment Variable | Value | +---------------------+-----------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | App Identifier | | com.myApp | | Type | | adhoc | | Platform | | ios | | Profile UUID | sigh_com.myApp_adhoc | 14a64b49-c7a5-4a99-b4f5-c5a821bca9c2 | | Profile Name | sigh_com.myApp_adhoc_profile-name | match AdHoc com.myApp | | Profile Path | sigh_com.myApp_adhoc_profile-path | /Users/Shared/Jenkins/Library/MobileDevice/Provisioning Profiles/14a64b49-c7a5-4a99-b4f5-c5a821bca9c2.mobileprovision | | Development Team ID | sigh_com.myApp_adhoc_team-id | QXB4W2JR7G | +---------------------+-----------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ +---------------------+--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | Installed Provisioning Profile | +---------------------+--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | Parameter | Environment Variable | Value | +---------------------+--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | App Identifier | | com.myApp.myAppExt | | Type | | adhoc | | Platform | | ios | | Profile UUID | sigh_com.myApp.myAppExt_adhoc | 5dd2584e-35e8-4ba9-bfc8-ed14947ec7e5 | | Profile Name | sigh_com.myApp.myAppExt_adhoc_profile-name | match AdHoc com.myApp.myAppExt | | Profile Path | sigh_com.myApp.myAppExt_adhoc_profile-path | /Users/Shared/Jenkins/Library/MobileDevice/Provisioning Profiles/5dd2584e-35e8-4ba9-bfc8-ed14947ec7e5.mobileprovision | | Development Team ID | sigh_com.myApp.myAppExt_adhoc_team-id | QXB4W2JR7G | +---------------------+--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ INFO [2018-02-16 17:19:48.52]: All required keys, certificates and provisioning profiles are installed 🙌 INFO [2018-02-16 17:19:48.53]: Setting Provisioning Profile type to 'ad-hoc' INFO [2018-02-16 17:19:48.56]: ----------------- INFO [2018-02-16 17:19:48.56]: --- Step: gym --- INFO [2018-02-16 17:19:48.56]: ----------------- DEBUG [2018-02-16 17:19:48.57]: Merging provisioning profile mappings DEBUG [2018-02-16 17:19:48.57]: ------------------------------------- DEBUG [2018-02-16 17:19:48.57]: Primary provisioning profile mapping: DEBUG [2018-02-16 17:19:48.57]: {} DEBUG [2018-02-16 17:19:48.57]: Secondary provisioning profile mapping: DEBUG [2018-02-16 17:19:48.57]: {:"com.myApp"=>"match AdHoc com.myApp", :"com.myApp.myAppExt"=>"match AdHoc com.myApp.myAppExt"} DEBUG [2018-02-16 17:19:48.57]: Resulting in the following mapping: DEBUG [2018-02-16 17:19:48.57]: {:"com.myApp"=>"match AdHoc com.myApp", :"com.myApp.myAppExt"=>"match AdHoc com.myApp.myAppExt"} INFO [2018-02-16 17:19:48.57]: $ xcodebuild -list -workspace myApp.xcworkspace -configuration AdHoc INFO [2018-02-16 17:19:49.56]: $ xcodebuild -showBuildSettings -workspace myApp.xcworkspace -scheme myApp -configuration AdHoc DEBUG [2018-02-16 17:19:50.74]: Parsing project file '/Users/Shared/Jenkins/Home/workspace/myApp/myApp.xcodeproj' to find selected provisioning profiles DEBUG [2018-02-16 17:19:50.74]: Finding provision profiles for 'AdHoc' DEBUG [2018-02-16 17:19:50.82]: Merging provisioning profile mappings DEBUG [2018-02-16 17:19:50.82]: ------------------------------------- DEBUG [2018-02-16 17:19:50.82]: Primary provisioning profile mapping: DEBUG [2018-02-16 17:19:50.82]: {:"com.myApp"=>"match AdHoc com.myApp", :"com.myApp.myAppExt"=>"match AdHoc com.myApp.myAppExt"} DEBUG [2018-02-16 17:19:50.82]: Secondary provisioning profile mapping: DEBUG [2018-02-16 17:19:50.82]: {:"com.myApp"=>"match AdHoc com.myApp", :"com.myApp.myAppExt"=>"match AdHoc com.myApp.myAppExt"} DEBUG [2018-02-16 17:19:50.82]: Resulting in the following mapping: DEBUG [2018-02-16 17:19:50.82]: {:"com.myApp"=>"match AdHoc com.myApp", :"com.myApp.myAppExt"=>"match AdHoc com.myApp.myAppExt"} INFO [2018-02-16 17:19:50.82]: Detected provisioning profile mapping: {:"com.myApp"=>"match AdHoc com.myApp", :"com.myApp.myAppExt"=>"match AdHoc com.myApp.myAppExt"} +--------------------------------------------------------------------------------+--------------------------------------------------------------------+ | Summary for gym 2.81.0 | +--------------------------------------------------------------------------------+--------------------------------------------------------------------+ | clean | true | | configuration | AdHoc | | export_method | ad-hoc | | workspace | myApp.xcworkspace | | scheme | myApp | | include_bitcode | true | | export_options.provisioningProfiles.com.myApp | match AdHoc com.myApp | | export_options.provisioningProfiles.com.myApp.myAppExt | match AdHoc com.myApp.myAppExt | | destination | generic/platform=iOS | | output_name | myApp | | output_directory | /Users/Shared/Jenkins/Home/workspace/myApp/output | | silent | false | | skip_package_ipa | false | | build_path | /Users/Shared/Jenkins/Home/workspace/myApp/output | | derived_data_path | /Users/Shared/Jenkins/Home/workspace/myApp/derivedData | | result_bundle | true | | buildlog_path | ~/Library/Logs/gym | | skip_profile_detection | false | | xcode_path | /Applications/Xcode.app | +--------------------------------------------------------------------------------+--------------------------------------------------------------------+ +------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------+ | Generated Build Command | +------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------+ | Option | Value | +------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------+ | set -o pipefail && | | | xcodebuild | | | -workspace myApp.xcworkspace | | | -scheme myApp | | | -configuration AdHoc | | | -destination | generic/platform=iOS | | -archivePath /Users/Shared/Jenkins/Home/workspace/myApp/output/myApp\ 2018-02-16\ 17.19.50.xcarchive | | | -derivedDataPath | /Users/Shared/Jenkins/Home/workspace/myApp/derivedData | | -resultBundlePath | /Users/Shared/Jenkins/Home/workspace/myApp/output/myApp.result | | clean | | | archive | | | | tee /Users/Shared/Jenkins/Library/Logs/gym/myApp-myApp.log | | | | xcpretty | | +------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------+ INFO [2018-02-16 17:19:50.84]: $ set -o pipefail && xcodebuild -workspace myApp.xcworkspace -scheme myApp -configuration AdHoc -destination 'generic/platform=iOS' -archivePath /Users/Shared/Jenkins/Home/workspace/myApp/output/myApp\ 2018-02-16\ 17.19.50.xcarchive -derivedDataPath '/Users/Shared/Jenkins/Home/workspace/myApp/derivedData' -resultBundlePath '/Users/Shared/Jenkins/Home/workspace/myApp/output/myApp.result' clean archive | tee /Users/Shared/Jenkins/Library/Logs/gym/myApp-myApp.log | xcpretty INFO [2018-02-16 17:19:52.49]: ▸ Cleaning Pods/Pods-myAppExt [AdHoc] INFO [2018-02-16 17:19:52.49]: ▸ Check Dependencies INFO [2018-02-16 17:19:52.59]: ▸ Cleaning Pods/Alamofire [AdHoc] INFO [2018-02-16 17:19:52.59]: ▸ Check Dependencies INFO [2018-02-16 17:19:52.62]: ▸ Cleaning myApp/myAppExt [AdHoc] INFO [2018-02-16 17:19:52.62]: ▸ Check Dependencies INFO [2018-02-16 17:19:52.62]: ▸ Cleaning Pods/Pods-myApp [AdHoc] INFO [2018-02-16 17:19:52.62]: ▸ Check Dependencies INFO [2018-02-16 17:19:52.64]: ▸ Cleaning myApp/myApp [AdHoc] INFO [2018-02-16 17:19:52.64]: ▸ Check Dependencies INFO [2018-02-16 17:19:52.79]: ▸ Clean Succeeded INFO [2018-02-16 17:19:52.86]: ▸ Building Pods/Pods-myAppExt [AdHoc] INFO [2018-02-16 17:19:52.86]: ▸ Check Dependencies INFO [2018-02-16 17:19:52.95]: ▸ Processing Info.plist INFO [2018-02-16 17:19:52.98]: ▸ Compiling Pods_myAppExt_vers.c INFO [2018-02-16 17:19:53.10]: ▸ Compiling Pods-myAppExt-dummy.m INFO [2018-02-16 17:19:55.30]: ▸ Compiling Pods-myAppExt-dummy.m INFO [2018-02-16 17:19:55.30]: ▸ Compiling Pods_myAppExt_vers.c INFO [2018-02-16 17:19:55.35]: ▸ Copying Pods-myAppExt-umbrella.h INFO [2018-02-16 17:19:55.35]: ▸ Touching Pods_myAppExt.framework INFO [2018-02-16 17:19:55.43]: ▸ Building Pods/Alamofire [AdHoc] INFO [2018-02-16 17:19:55.43]: ▸ Check Dependencies INFO [2018-02-16 17:19:55.43]: ▸ Processing Info.plist INFO [2018-02-16 17:19:55.61]: ▸ Building myApp/myAppExt [AdHoc] INFO [2018-02-16 17:19:55.61]: ▸ Check Dependencies INFO [2018-02-16 17:19:55.66]: ▸ ** ARCHIVE FAILED ** INFO [2018-02-16 17:19:55.66]: ▸ The following build commands failed: INFO [2018-02-16 17:19:55.67]: ▸ Check dependencies INFO [2018-02-16 17:19:55.67]: ▸ (1 failure) ▸ Cleaning Pods/Pods-myAppExt [AdHoc] ▸ Check Dependencies ▸ Cleaning Pods/Alamofire [AdHoc] ▸ Check Dependencies ▸ Cleaning myApp/myAppExt [AdHoc] ▸ Check Dependencies ▸ Cleaning Pods/Pods-myApp [AdHoc] ▸ Check Dependencies ▸ Cleaning myApp/myApp [AdHoc] ▸ Check Dependencies ▸ Clean Succeeded ▸ Building Pods/Pods-myAppExt [AdHoc] ▸ Check Dependencies ▸ Processing Info.plist ▸ Compiling Pods_myAppExt_vers.c ▸ Compiling Pods-myAppExt-dummy.m ▸ Compiling Pods-myAppExt-dummy.m ▸ Compiling Pods_myAppExt_vers.c ▸ Copying Pods-myAppExt-umbrella.h ▸ Touching Pods_myAppExt.framework ▸ Building Pods/Alamofire [AdHoc] ▸ Check Dependencies ▸ Processing Info.plist ▸ Building myApp/myAppExt [AdHoc] ▸ Check Dependencies ** ARCHIVE FAILED ** The following build commands failed: Check dependencies (1 failure) ERROR [2018-02-16 17:19:55.69]: Exit status: 65 +---------------+-------------------------+ | Build environment | +---------------+-------------------------+ | xcode_path | /Applications/Xcode.app | | gym_version | 2.81.0 | | export_method | ad-hoc | | sdk | iPhoneOS11.2.sdk | +---------------+-------------------------+ INFO [2018-02-16 17:19:55.73]: ▸ === BUILD TARGET myAppExt OF PROJECT myApp WITH CONFIGURATION AdHoc === INFO [2018-02-16 17:19:55.73]: ▸ Check dependencies INFO [2018-02-16 17:19:55.73]: ▸ Code Signing Error: Signing certificate is invalid. Signing certificate "iPhone Distribution: myName myTeam", serial number "69CAA4ADF2A63A1F", is not valid for code signing. It may have been revoked or expired. INFO [2018-02-16 17:19:55.73]: ▸ Code Signing Error: Code signing is required for product type 'App Extension' in SDK 'iOS 11.2' INFO [2018-02-16 17:19:55.73]: ERROR [2018-02-16 17:19:55.73]: ⬆️ Check out the few lines of raw WARN [2018-02-16 17:19:55.73]: 📋 For the complete and more detailed error log, check the full log at: WARN [2018-02-16 17:19:55.73]: 📋 /Users/Shared/Jenkins/Library/Logs/gym/myApp-myApp.log INFO [2018-02-16 17:19:55.73]: ERROR [2018-02-16 17:19:55.73]: Looks like fastlane ran into a build/archive error with your project ERROR [2018-02-16 17:19:55.73]: It's hard to tell what's causing the error, so we wrote some guides on how ERROR [2018-02-16 17:19:55.73]: to troubleshoot build and signing issues: https://docs.fastlane.tools/codesigning/getting-started/ ERROR [2018-02-16 17:19:55.73]: Before submitting an issue on GitHub, please follow the guide above and make ERROR [2018-02-16 17:19:55.73]: sure your project is set up correctly. ERROR [2018-02-16 17:19:55.73]: fastlane uses ERROR [2018-02-16 17:19:55.73]: the full commands printed out in yellow in the above log. ERROR [2018-02-16 17:19:55.73]: Make sure to inspect the output above, as usually you'll find more error information there INFO [2018-02-16 17:19:55.73]: WARN [2018-02-16 17:19:55.74]: Lane Context: INFO [2018-02-16 17:19:55.74]: {:DEFAULT_PLATFORM=>:ios, :PLATFORM_NAME=>:ios, :LANE_NAME=>"ios Jenkins", :SIGH_PROFILE_TYPE=>"ad-hoc", :MATCH_PROVISIONING_PROFILE_MAPPING=>{"com.myApp"=>"match AdHoc com.myApp", "com.myApp.myAppExt"=>"match AdHoc com.myApp.myAppExt"}} ERROR [2018-02-16 17:19:55.74]: Error building the application - see the log above INFO [2018-02-16 17:19:55.74]: Successfully generated documentation at path '/Users/Shared/Jenkins/Home/workspace/myApp/fastlane/README.md' +------+------------------+-------------+ | fastlane summary | +------+------------------+-------------+ | Step | Action | Time (in s) | +------+------------------+-------------+ | 1 | update_fastlane | 2 | | 2 | default_platform | 0 | | 3 | cocoapods | 2 | | 4 | setup_jenkins | 0 | | 5 | match | 3 | | 💥 | gym | 7 | +------+------------------+-------------+ ERROR [2018-02-16 17:19:55.74]: fastlane finished with errors /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/fastlane_core/lib/fastlane_core/ui/interface.rb:155:in `build_failure!': [!] Error building the application - see the log above (FastlaneCore::Interface::FastlaneBuildFailure)
Process leaked file descriptors. See https://jenkins.io/redirect/troubleshooting/process-leaked-file-descriptors for more information Build step 'Execute shell' marked build as failure Finished: FAILURE] Jenkins keychain (users/shared/jenkins/library/keychains)Jenkins profiles (users/shared/jenkins/library/MobileDevice/Provisioning Profiles)I deleted every item in the keychain & provisioning profiles before running fastlane and match downloaded the correct ones from the repo but the problem persist I also noticed that when i ask for the available identities it says that my certificated in NOT TRUSTED
|
Finally I found a solution for this: I has to manually install Apple Worldwide Developer Relations Certification Authority in the System Keychain even when match install the same certificate in my jenkins keychain. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest |
@xlsmearlx Glad you found the solution! I will into this since this does seem a bit weird. I think the issue arises from this fastlane/fastlane_core/lib/fastlane_core/cert_checker.rb Lines 90 to 103 in e7c5ab2 |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest |
This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem |
New Issue Checklist
Issue Description
After configuring all certificates and profiles with match im able to create a build with fastlane in my local but when i tried using jenkins Im getting this error:
▸ === BUILD TARGET myAppExt OF PROJECT myApp WITH CONFIGURATION AdHoc ===
▸ Check dependencies
▸ Code Signing Error: Signing certificate is invalid. Signing certificate "iPhone Distribution: xxx", serial number "xxx", is not valid for code signing. It may have been revoked or expired.
INFO [2018-02-15 16:00:55.00]: ▸ Code Signing Error: Code signing is required for product type 'App Extension' in SDK 'iOS 11.2'
I already tried everything in the provisioning profile troubleshooting.
https://docs.fastlane.tools/codesigning/troubleshooting/
Complete output when running fastlane, including the stack trace and command used
app_identifier: 'com.myApp'
apple_id: 'myusermail@gmail.com'
itc_team_id: '118043330'
team_id: 'QXB4W2JR7G'
DEBUG [2018-02-15 16:00:33.50]: Checking if there are any plugins that should be loaded...
INFO [2018-02-15 16:00:33.74]: -----------------------------
INFO [2018-02-15 16:00:33.74]: --- Step: update_fastlane ---
INFO [2018-02-15 16:00:33.74]: -----------------------------
INFO [2018-02-15 16:00:33.74]: Looking for updates for fastlane...
INFO [2018-02-15 16:00:37.19]: Nothing to update ✅
INFO [2018-02-15 16:00:37.19]:
INFO [2018-02-15 16:00:37.19]: Please help us test early releases of fastlane by opting into nightly builds 🌃
INFO [2018-02-15 16:00:37.19]: Just replace your
update_fastlane
call withINFO [2018-02-15 16:00:37.19]:
INFO [2018-02-15 16:00:37.19]: ▸ update_fastlane(nightly: true)
INFO [2018-02-15 16:00:37.19]:
INFO [2018-02-15 16:00:37.19]: Nightly builds are reviewed and tested just like the public releases 🚂
INFO [2018-02-15 16:00:37.19]:
INFO [2018-02-15 16:00:37.22]: ------------------------------
INFO [2018-02-15 16:00:37.22]: --- Step: default_platform ---
INFO [2018-02-15 16:00:37.22]: ------------------------------
INFO [2018-02-15 16:00:37.23]: Driving the lane 'ios Jenkins' 🚀
INFO [2018-02-15 16:00:37.25]: -----------------------
INFO [2018-02-15 16:00:37.25]: --- Step: cocoapods ---
INFO [2018-02-15 16:00:37.25]: -----------------------
INFO [2018-02-15 16:00:37.25]: gem 'cocoapods' is already installed
INFO [2018-02-15 16:00:37.25]: $ bundle exec pod install
INFO [2018-02-15 16:00:38.11]: ▸ Analyzing dependencies
INFO [2018-02-15 16:00:38.68]: ▸ Downloading dependencies
INFO [2018-02-15 16:00:38.68]: ▸ Installing Alamofire (4.6.0)
INFO [2018-02-15 16:00:38.68]: ▸ Installing Crashlytics (3.10.0)
INFO [2018-02-15 16:00:38.68]: ▸ Installing Fabric (1.7.3)
INFO [2018-02-15 16:00:38.68]: ▸ Generating Pods project
INFO [2018-02-15 16:00:38.68]: ▸ Integrating client project
INFO [2018-02-15 16:00:39.39]: ▸ Sending stats
INFO [2018-02-15 16:00:39.40]: ▸ Pod installation complete! There are 3 dependencies from the Podfile and 3 total pods installed.
INFO [2018-02-15 16:00:39.40]: ▸ [!] The
myApp [Debug]
target overrides theALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES
build setting defined in `Pods/Target Support Files/Pods-myApp/Pods-myApp.debug.xcconfig'. This can lead to problems with the CocoaPods installationINFO [2018-02-15 16:00:39.40]: ▸ [!] The
myApp [Release]
target overrides theALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES
build setting defined in `Pods/Target Support Files/Pods-myApp/Pods-myApp.release.xcconfig'. This can lead to problems with the CocoaPods installationINFO [2018-02-15 16:00:39.40]: ▸ [!] The
myApp [AdHoc]
target overrides theALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES
build setting defined in `Pods/Target Support Files/Pods-myApp/Pods-myApp.adhoc.xcconfig'. This can lead to problems with the CocoaPods installationINFO [2018-02-15 16:00:39.41]: ▸ - Use the
$(inherited)
flag, orINFO [2018-02-15 16:00:39.41]: ▸ - Remove the build settings from the target.
INFO [2018-02-15 16:00:39.41]: ▸ - Use the
$(inherited)
flag, orINFO [2018-02-15 16:00:39.41]: ▸ - Remove the build settings from the target.
INFO [2018-02-15 16:00:39.41]: ▸ - Use the
$(inherited)
flag, orINFO [2018-02-15 16:00:39.41]: ▸ - Remove the build settings from the target.
INFO [2018-02-15 16:00:39.48]: -------------------
INFO [2018-02-15 16:00:39.48]: --- Step: match ---
INFO [2018-02-15 16:00:39.48]: -------------------
INFO [2018-02-15 16:00:39.60]: Successfully loaded '/Users/Shared/Jenkins/Home/workspace/myApp/fastlane/Matchfile' 📄
+----------------+-------------------------------------------------------------------------+
| Detected Values from './fastlane/Matchfile' |
+----------------+-------------------------------------------------------------------------+
| git_url | git@bitbucket.org:user/mycredentialsrepo.git |
| type | development |
| app_identifier | ["com.myApp", "com.myApp.myAppExt"] |
| username | myusermail@gmail.com |
+----------------+-------------------------------------------------------------------------+
+-----------------------+-------------------------------------------------------------------------+
| Summary for match 2.81.0 |
+-----------------------+-------------------------------------------------------------------------+
| app_identifier | ["com.myApp", "com.myApp.myAppExt"] |
| type | adhoc |
| git_branch | master |
| username | myusermail@gmail.com |
| keychain_name | jenkinsKeychain-db |
| keychain_password | ******** |
| git_url | git@bitbucket.org:user/mycredentialsrepo.git |
| readonly | false |
| team_id | QXB4W2JR7G |
| verbose | false |
| force | false |
| skip_confirmation | false |
| shallow_clone | false |
| clone_branch_directly | false |
| force_for_new_devices | false |
| skip_docs | false |
| platform | ios |
+-----------------------+-------------------------------------------------------------------------+
INFO [2018-02-15 16:00:39.60]: Cloning remote git repo...
INFO [2018-02-15 16:00:39.60]: If cloning the repo takes too long, you can use the
clone_branch_directly
option in match.INFO [2018-02-15 16:00:39.60]: $ GIT_TERMINAL_PROMPT=0 git clone 'git@bitbucket.org:user/mycredentialsrepo.git' '/var/folders/ck/qgm5lvfn667_q4_f77p2dqyr00008b/T/d20180215-50776-sfobei'
INFO [2018-02-15 16:00:39.62]: ▸ Cloning into '/var/folders/ck/qgm5lvfn667_q4_f77p2dqyr00008b/T/d20180215-50776-sfobei'...
INFO [2018-02-15 16:00:41.05]: ▸ remote: Counting objects: 163, done.
INFO [2018-02-15 16:00:41.20]: ▸ remote: Compressing objects: 100% (146/146), done.
INFO [2018-02-15 16:00:41.69]: ▸ remote: Total 163 (delta 29), reused 0 (delta 0)
INFO [2018-02-15 16:00:41.71]: ▸ Receiving objects: 100% (163/163), 345.85 KiB | 705.00 KiB/s, done.
INFO [2018-02-15 16:00:41.71]: ▸ Resolving deltas: 100% (29/29), done.
INFO [2018-02-15 16:00:41.73]: 🔓 Decrypted 'CK55XFUWQK.cer'
INFO [2018-02-15 16:00:41.73]: 🔓 Decrypted 'NWSLX6AZKG.cer'
INFO [2018-02-15 16:00:41.73]: 🔓 Decrypted 'CK55XFUWQK.p12'
INFO [2018-02-15 16:00:41.73]: 🔓 Decrypted 'NWSLX6AZKG.p12'
INFO [2018-02-15 16:00:41.73]: 🔓 Decrypted 'Development_com.myApp.mobileprovision'
INFO [2018-02-15 16:00:41.73]: 🔓 Decrypted 'Development_com.myApp.myAppExt.mobileprovision'
INFO [2018-02-15 16:00:41.73]: 🔓 Decrypted 'AdHoc_com.myApp.mobileprovision'
INFO [2018-02-15 16:00:41.73]: 🔓 Decrypted 'AdHoc_com.myApp.myAppExt.mobileprovision'
INFO [2018-02-15 16:00:41.73]: 🔓 Successfully decrypted certificates repo
INFO [2018-02-15 16:00:41.78]: Verifying that the certificate and profile are still valid on the Dev Portal...
Loading session from '/Users/Shared/Jenkins/.fastlane/spaceship/myusermail@gmail.com/cookie'
INFO [2018-02-15 16:00:47.64]: Installing certificate...
INFO [2018-02-15 16:00:47.64]: $ security list-keychains -d user
INFO [2018-02-15 16:00:47.65]: ▸ "/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db"
INFO [2018-02-15 16:00:47.65]: $ security find-certificate -c 'Apple Worldwide Developer Relations Certification Authority' /Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db
INFO [2018-02-15 16:00:47.68]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db"
INFO [2018-02-15 16:00:47.68]: ▸ version: 512
INFO [2018-02-15 16:00:47.68]: ▸ class: 0x80001000
INFO [2018-02-15 16:00:47.68]: ▸ attributes:
INFO [2018-02-15 16:00:47.68]: ▸ "alis"="Apple Worldwide Developer Relations Certification Authority"
INFO [2018-02-15 16:00:47.68]: ▸ "cenc"=0x00000003
INFO [2018-02-15 16:00:47.68]: ▸ "ctyp"=0x00000001
INFO [2018-02-15 16:00:47.68]: ▸ "hpky"=0x88271709A9B618608BECEBBAF64759C55254A3B7 "\210'\027\011\251\266\030`\213\354\353\272\366GY\305RT\243\267"
INFO [2018-02-15 16:00:47.68]: ▸ "issu"=0x3062310B300906035504061302555331133011060355040A130A4150504C4520494E432E31263024060355040B131D4150504C452043455254494649434154494F4E20415554484F52495459311630140603550403130D4150504C4520524F4F54204341 "0b1\0130\011\006\003U\004\006\023\002US1\0230\021\006\003U\004\012\023\012APPLE INC.1&0$\006\003U\004\013\023\035APPLE CERTIFICATION AUTHORITY1\0260\024\006\003U\004\003\023\015APPLE ROOT CA"
INFO [2018-02-15 16:00:47.68]: ▸ "labl"="Apple Worldwide Developer Relations Certification Authority"
INFO [2018-02-15 16:00:47.68]: ▸ "skid"=0x88271709A9B618608BECEBBAF64759C55254A3B7 "\210'\027\011\251\266\030`\213\354\353\272\366GY\305RT\243\267"
INFO [2018-02-15 16:00:47.68]: ▸ "snbr"=0x01DEBCC4396DA010 "\001\336\274\3049m\240\020"
INFO [2018-02-15 16:00:47.68]: ▸ "subj"=0x308196310B300906035504061302555331133011060355040A0C0A4170706C6520496E632E312C302A060355040B0C234170706C6520576F726C647769646520446576656C6F7065722052656C6174696F6E733144304206035504030C3B4170706C6520576F726C647769646520446576656C6F7065722052656C6174696F6E732043657274696669636174696F6E20417574686F72697479 "0\201\2261\0130\011\006\003U\004\006\023\002US1\0230\021\006\003U\004\012\014\012Apple Inc.1,0*\006\003U\004\013\014#Apple Worldwide Developer Relations1D0B\006\003U\004\003\014;Apple Worldwide Developer Relations Certification Authority"
DEBUG [2018-02-15 16:00:47.73]: Certificate 'NWSLX6AZKG.cer' is already installed on this machine
INFO [2018-02-15 16:00:47.73]: $ security import /var/folders/ck/qgm5lvfn667_q4_f77p2dqyr00008b/T/d20180215-50776-sfobei/certs/distribution/NWSLX6AZKG.p12 -k '/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db' -P '' -T /usr/bin/codesign -T /usr/bin/security
security: SecKeychainItemImport: The specified item already exists in the keychain.
INFO [2018-02-15 16:00:47.80]: $ security set-key-partition-list -S apple-tool:,apple: -k mypassword /Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db
INFO [2018-02-15 16:00:47.95]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db"
INFO [2018-02-15 16:00:47.95]: ▸ version: 512
INFO [2018-02-15 16:00:47.95]: ▸ class: 0x00000010
INFO [2018-02-15 16:00:47.95]: ▸ attributes:
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000000 =0x00000010
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000001 ="08D156379F5465DE"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000002 =
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000003 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000004 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000005 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000006 ="08D156379F5465DE"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000007 =
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000009 =0x0000002A "\000\000\000*"
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000A =0x00000800
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000B =0x00000800
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000C =0x0000000000000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000D =0x0000000000000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000E =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000F =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000010 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000011 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000012 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000013 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000014 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000015 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000016 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000017 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000018 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000019 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000001A =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db"
INFO [2018-02-15 16:00:47.95]: ▸ version: 512
INFO [2018-02-15 16:00:47.95]: ▸ class: 0x00000010
INFO [2018-02-15 16:00:47.95]: ▸ attributes:
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000000 =0x00000010
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000001 ="157C6FD435309757"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000002 =
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000003 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000004 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000005 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000006 ="157C6FD435309757"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000007 =
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000009 =0x0000002A "\000\000\000*"
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000A =0x00000800
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000B =0x00000800
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000C =0x0000000000000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000D =0x0000000000000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000E =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000F =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000010 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000011 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000012 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000013 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000014 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000015 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000016 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000017 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000018 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000019 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000001A =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db"
INFO [2018-02-15 16:00:47.95]: ▸ version: 512
INFO [2018-02-15 16:00:47.95]: ▸ class: 0x00000010
INFO [2018-02-15 16:00:47.95]: ▸ attributes:
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000000 =0x00000010
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000001 ="86408296441B773E"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000002 =
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000003 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000004 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000005 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000006 ="86408296441B773E"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000007 =
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000009 =0x0000002A "\000\000\000*"
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000A =0x00000800
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000B =0x00000800
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000C =0x0000000000000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000D =0x0000000000000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000E =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000F =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000010 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000011 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000012 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000013 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000014 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000015 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000016 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000017 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000018 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000019 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000001A =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db"
INFO [2018-02-15 16:00:47.95]: ▸ version: 512
INFO [2018-02-15 16:00:47.95]: ▸ class: 0x00000010
INFO [2018-02-15 16:00:47.95]: ▸ attributes:
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000000 =0x00000010
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000001 ="F7C137EFCF2426B5"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000002 =
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000003 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000004 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000005 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000006 ="F7C137EFCF2426B5"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000007 =
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000009 =0x0000002A "\000\000\000*"
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000A =0x00000800
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000B =0x00000800
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000C =0x0000000000000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000D =0x0000000000000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000E =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000F =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000010 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000011 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000012 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000013 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000014 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000015 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000016 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000017 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000018 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000019 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000001A =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db"
INFO [2018-02-15 16:00:47.95]: ▸ version: 512
INFO [2018-02-15 16:00:47.95]: ▸ class: 0x00000010
INFO [2018-02-15 16:00:47.95]: ▸ attributes:
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000000 =0x00000010
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000001 ="D57291DF2F764807"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000002 =
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000003 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000004 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000005 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000006 ="D57291DF2F764807"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000007 =
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000009 =0x0000002A "\000\000\000*"
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000A =0x00000800
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000B =0x00000800
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000C =0x0000000000000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000D =0x0000000000000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000E =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000F =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000010 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000011 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000012 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000013 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000014 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000015 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000016 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000017 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000018 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000019 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000001A =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db"
INFO [2018-02-15 16:00:47.95]: ▸ version: 512
INFO [2018-02-15 16:00:47.95]: ▸ class: 0x00000010
INFO [2018-02-15 16:00:47.95]: ▸ attributes:
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000000 =0x00000010
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000001 ="2E02E872F28C6C0C"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000002 =
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000003 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000004 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000005 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000006 ="2E02E872F28C6C0C"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000007 =
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000009 =0x0000002A "\000\000\000*"
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000A =0x00000800
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000B =0x00000800
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000C =0x0000000000000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000D =0x0000000000000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000E =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000F =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000010 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000011 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000012 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000013 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000014 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000015 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000016 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000017 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000018 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000019 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000001A =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db"
INFO [2018-02-15 16:00:47.95]: ▸ version: 512
INFO [2018-02-15 16:00:47.95]: ▸ class: 0x00000010
INFO [2018-02-15 16:00:47.95]: ▸ attributes:
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000000 =0x00000010
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000001 ="A1B2E3CD5D52642B"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000002 =
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000003 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000004 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000005 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000006 ="A1B2E3CD5D52642B"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000007 =
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000009 =0x0000002A "\000\000\000*"
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000A =0x00000800
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000B =0x00000800
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000C =0x0000000000000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000D =0x0000000000000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000E =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000F =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000010 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000011 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000012 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000013 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000014 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000015 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000016 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000017 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000018 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000019 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000001A =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db"
INFO [2018-02-15 16:00:47.95]: ▸ version: 512
INFO [2018-02-15 16:00:47.95]: ▸ class: 0x00000010
INFO [2018-02-15 16:00:47.95]: ▸ attributes:
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000000 =0x00000010
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000001 ="6E680750F2DB26AB"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000002 =
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000003 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000004 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000005 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000006 ="6E680750F2DB26AB"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000007 =
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000009 =0x0000002A "\000\000\000*"
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000A =0x00000800
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000B =0x00000800
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000C =0x0000000000000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000D =0x0000000000000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000E =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000F =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000010 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000011 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000012 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000013 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000014 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000015 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000016 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000017 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000018 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000019 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000001A =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db"
INFO [2018-02-15 16:00:47.95]: ▸ version: 512
INFO [2018-02-15 16:00:47.95]: ▸ class: 0x00000010
INFO [2018-02-15 16:00:47.95]: ▸ attributes:
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000000 =0x00000010
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000001 ="8295DF52555202B7"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000002 =
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000003 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000004 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000005 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000006 ="8295DF52555202B7"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000007 =
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000"
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000009 =0x0000002A "\000\000\000*"
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000A =0x00000800
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000B =0x00000800
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000C =0x0000000000000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000D =0x0000000000000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000E =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000000F =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000010 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000011 =0x00000000
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000012 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000013 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000014 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000015 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000016 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000017 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000018 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x00000019 =0x00000001
INFO [2018-02-15 16:00:47.95]: ▸ 0x0000001A =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db"
INFO [2018-02-15 16:00:47.96]: ▸ version: 512
INFO [2018-02-15 16:00:47.96]: ▸ class: 0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ attributes:
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000000 =0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000001 ="3BCA9A4CA32D8613"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000002 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000003 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000004 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000005 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000006 ="3BCA9A4CA32D8613"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000007 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000009 =0x0000002A "\000\000\000*"
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000A =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000B =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000C =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000D =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000E =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000F =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000010 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000011 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000012 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000013 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000014 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000015 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000016 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000017 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000018 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000019 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000001A =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db"
INFO [2018-02-15 16:00:47.96]: ▸ version: 512
INFO [2018-02-15 16:00:47.96]: ▸ class: 0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ attributes:
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000000 =0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000001 ="246053C59EE52F67"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000002 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000003 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000004 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000005 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000006 ="246053C59EE52F67"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000007 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000009 =0x0000002A "\000\000\000*"
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000A =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000B =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000C =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000D =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000E =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000F =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000010 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000011 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000012 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000013 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000014 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000015 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000016 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000017 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000018 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000019 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000001A =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db"
INFO [2018-02-15 16:00:47.96]: ▸ version: 512
INFO [2018-02-15 16:00:47.96]: ▸ class: 0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ attributes:
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000000 =0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000001 ="F565A5BB429A594C"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000002 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000003 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000004 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000005 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000006 ="F565A5BB429A594C"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000007 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000009 =0x0000002A "\000\000\000*"
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000A =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000B =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000C =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000D =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000E =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000F =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000010 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000011 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000012 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000013 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000014 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000015 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000016 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000017 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000018 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000019 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000001A =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db"
INFO [2018-02-15 16:00:47.96]: ▸ version: 512
INFO [2018-02-15 16:00:47.96]: ▸ class: 0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ attributes:
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000000 =0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000001 ="411709005A4B0C56"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000002 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000003 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000004 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000005 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000006 ="411709005A4B0C56"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000007 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000009 =0x0000002A "\000\000\000*"
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000A =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000B =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000C =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000D =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000E =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000F =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000010 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000011 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000012 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000013 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000014 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000015 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000016 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000017 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000018 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000019 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000001A =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db"
INFO [2018-02-15 16:00:47.96]: ▸ version: 512
INFO [2018-02-15 16:00:47.96]: ▸ class: 0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ attributes:
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000000 =0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000001 ="1951332DBC5DA872"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000002 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000003 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000004 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000005 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000006 ="1951332DBC5DA872"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000007 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000009 =0x0000002A "\000\000\000*"
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000A =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000B =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000C =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000D =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000E =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000F =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000010 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000011 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000012 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000013 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000014 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000015 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000016 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000017 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000018 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000019 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000001A =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db"
INFO [2018-02-15 16:00:47.96]: ▸ version: 512
INFO [2018-02-15 16:00:47.96]: ▸ class: 0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ attributes:
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000000 =0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000001 ="14F745A865BF05DE"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000002 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000003 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000004 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000005 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000006 ="14F745A865BF05DE"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000007 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000009 =0x0000002A "\000\000\000*"
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000A =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000B =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000C =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000D =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000E =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000F =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000010 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000011 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000012 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000013 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000014 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000015 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000016 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000017 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000018 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000019 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000001A =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db"
INFO [2018-02-15 16:00:47.96]: ▸ version: 512
INFO [2018-02-15 16:00:47.96]: ▸ class: 0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ attributes:
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000000 =0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000001 ="ED260639B2F05729"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000002 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000003 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000004 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000005 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000006 ="ED260639B2F05729"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000007 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000009 =0x0000002A "\000\000\000*"
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000A =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000B =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000C =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000D =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000E =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000F =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000010 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000011 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000012 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000013 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000014 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000015 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000016 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000017 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000018 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000019 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000001A =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db"
INFO [2018-02-15 16:00:47.96]: ▸ version: 512
INFO [2018-02-15 16:00:47.96]: ▸ class: 0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ attributes:
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000000 =0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000001 ="Imported Private Key"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000002 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000003 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000004 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000005 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000006 =0xB2315B8D531A8FC3E68466A9977EA6225E49B9FB "\2621[\215S\032\217\303\346\204f\251\227~\246"^I\271\373"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000007 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000009 =0x0000002A "\000\000\000*"
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000A =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000B =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000C =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000D =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000E =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000F =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000010 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000011 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000012 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000013 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000014 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000015 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000016 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000017 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000018 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000019 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000001A =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db"
INFO [2018-02-15 16:00:47.96]: ▸ version: 512
INFO [2018-02-15 16:00:47.96]: ▸ class: 0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ attributes:
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000000 =0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000001 ="C03B98CBB01B4043"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000002 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000003 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000004 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000005 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000006 ="C03B98CBB01B4043"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000007 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000009 =0x0000002A "\000\000\000*"
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000A =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000B =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000C =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000D =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000E =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000F =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000010 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000011 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000012 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000013 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000014 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000015 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000016 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000017 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000018 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000019 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000001A =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db"
INFO [2018-02-15 16:00:47.96]: ▸ version: 512
INFO [2018-02-15 16:00:47.96]: ▸ class: 0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ attributes:
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000000 =0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000001 ="5FE088B306003C42"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000002 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000003 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000004 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000005 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000006 ="5FE088B306003C42"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000007 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000009 =0x0000002A "\000\000\000*"
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000A =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000B =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000C =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000D =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000E =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000F =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000010 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000011 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000012 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000013 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000014 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000015 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000016 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000017 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000018 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000019 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000001A =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db"
INFO [2018-02-15 16:00:47.96]: ▸ version: 512
INFO [2018-02-15 16:00:47.96]: ▸ class: 0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ attributes:
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000000 =0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000001 ="1A915C6CC2C53B03"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000002 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000003 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000004 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000005 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000006 ="1A915C6CC2C53B03"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000007 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000009 =0x0000002A "\000\000\000*"
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000A =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000B =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000C =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000D =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000E =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000F =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000010 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000011 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000012 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000013 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000014 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000015 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000016 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000017 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000018 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000019 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000001A =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db"
INFO [2018-02-15 16:00:47.96]: ▸ version: 512
INFO [2018-02-15 16:00:47.96]: ▸ class: 0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ attributes:
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000000 =0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000001 ="6493C6EEAA247382"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000002 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000003 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000004 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000005 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000006 ="6493C6EEAA247382"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000007 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000009 =0x0000002A "\000\000\000*"
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000A =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000B =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000C =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000D =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000E =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000F =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000010 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000011 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000012 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000013 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000014 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000015 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000016 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000017 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000018 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000019 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000001A =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ keychain: "/Users/Shared/Jenkins/Library/Keychains/jenkinsKeychain-db"
INFO [2018-02-15 16:00:47.96]: ▸ version: 512
INFO [2018-02-15 16:00:47.96]: ▸ class: 0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ attributes:
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000000 =0x00000010
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000001 ="DA49B5D1A6611956"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000002 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000003 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000004 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000005 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000006 ="DA49B5D1A6611956"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000007 =
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000"
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000009 =0x0000002A "\000\000\000*"
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000A =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000B =0x00000800
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000C =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000D =0x0000000000000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000E =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000000F =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000010 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000011 =0x00000000
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000012 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000013 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000014 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000015 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000016 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000017 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000018 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x00000019 =0x00000001
INFO [2018-02-15 16:00:47.96]: ▸ 0x0000001A =0x00000001
ERROR [2018-02-15 16:00:47.97]: undefined method `append' for #Array:0x007f939baa5a88
++
| Installed Certificate |
++
++
INFO [2018-02-15 16:00:48.22]: Installing provisioning profile...
WARN [2018-02-15 16:00:49.04]: Setting environment variable 'sigh_com.myApp_adhoc' to 'cc13e492-8e6c-4843-95d3-f074197744a0'
WARN [2018-02-15 16:00:49.04]: Setting environment variable 'sigh_com.myApp_adhoc_team-id' to 'QXB4W2JR7G'
WARN [2018-02-15 16:00:49.04]: Setting environment variable 'sigh_com.myApp_adhoc_profile-name' to 'match AdHoc com.myApp'
WARN [2018-02-15 16:00:49.04]: Setting environment variable 'sigh_com.myApp_adhoc_profile-path' to '/Users/Shared/Jenkins/Library/MobileDevice/Provisioning Profiles/cc13e492-8e6c-4843-95d3-f074197744a0.mobileprovision'
INFO [2018-02-15 16:00:49.04]: Installing provisioning profile...
WARN [2018-02-15 16:00:50.09]: Setting environment variable 'sigh_com.myApp.myAppExt_adhoc' to '16aaaa46-acb0-4f65-9be3-47d695f843a2'
WARN [2018-02-15 16:00:50.09]: Setting environment variable 'sigh_com.myApp.myAppExt_adhoc_team-id' to 'QXB4W2JR7G'
WARN [2018-02-15 16:00:50.09]: Setting environment variable 'sigh_com.myApp.myAppExt_adhoc_profile-name' to 'match AdHoc com.myApp.myAppExt'
WARN [2018-02-15 16:00:50.09]: Setting environment variable 'sigh_com.myApp.myAppExt_adhoc_profile-path' to '/Users/Shared/Jenkins/Library/MobileDevice/Provisioning Profiles/16aaaa46-acb0-4f65-9be3-47d695f843a2.mobileprovision'
+---------------------+-----------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+
| Installed Provisioning Profile |
+---------------------+-----------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+
| Parameter | Environment Variable | Value |
+---------------------+-----------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+
| App Identifier | | com.myApp |
| Type | | adhoc |
| Platform | | ios |
| Profile UUID | sigh_com.myApp_adhoc | cc13e492-8e6c-4843-95d3-f074197744a0 |
| Profile Name | sigh_com.myApp_adhoc_profile-name | match AdHoc com.myApp |
| Profile Path | sigh_com.myApp_adhoc_profile-path | /Users/Shared/Jenkins/Library/MobileDevice/Provisioning Profiles/cc13e492-8e6c-4843-95d3-f074197744a0.mobileprovision |
| Development Team ID | sigh_com.myApp_adhoc_team-id | QXB4W2JR7G |
+---------------------+-----------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+
+---------------------+--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+
| Installed Provisioning Profile |
+---------------------+--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+
| Parameter | Environment Variable | Value |
+---------------------+--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+
| App Identifier | | com.myApp.myAppExt |
| Type | | adhoc |
| Platform | | ios |
| Profile UUID | sigh_com.myApp.myAppExt_adhoc | 16aaaa46-acb0-4f65-9be3-47d695f843a2 |
| Profile Name | sigh_com.myApp.myAppExt_adhoc_profile-name | match AdHoc com.myApp.myAppExt |
| Profile Path | sigh_com.myApp.myAppExt_adhoc_profile-path | /Users/Shared/Jenkins/Library/MobileDevice/Provisioning Profiles/16aaaa46-acb0-4f65-9be3-47d695f843a2.mobileprovision |
| Development Team ID | sigh_com.myApp.myAppExt_adhoc_team-id | QXB4W2JR7G |
+---------------------+--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+
INFO [2018-02-15 16:00:50.10]: All required keys, certificates and provisioning profiles are installed 🙌
INFO [2018-02-15 16:00:50.11]: Setting Provisioning Profile type to 'ad-hoc'
INFO [2018-02-15 16:00:50.15]: -----------------
INFO [2018-02-15 16:00:50.15]: --- Step: gym ---
INFO [2018-02-15 16:00:50.15]: -----------------
DEBUG [2018-02-15 16:00:50.16]: Merging provisioning profile mappings
DEBUG [2018-02-15 16:00:50.16]: -------------------------------------
DEBUG [2018-02-15 16:00:50.16]: Primary provisioning profile mapping:
DEBUG [2018-02-15 16:00:50.16]: {}
DEBUG [2018-02-15 16:00:50.16]: Secondary provisioning profile mapping:
DEBUG [2018-02-15 16:00:50.16]: {:"com.myApp"=>"match AdHoc com.myApp", :"com.myApp.myAppExt"=>"match AdHoc com.myApp.myAppExt"}
DEBUG [2018-02-15 16:00:50.16]: Resulting in the following mapping:
DEBUG [2018-02-15 16:00:50.16]: {:"com.myApp"=>"match AdHoc com.myApp", :"com.myApp.myAppExt"=>"match AdHoc com.myApp.myAppExt"}
INFO [2018-02-15 16:00:50.16]: $ xcodebuild -list -workspace myApp.xcworkspace -configuration AdHoc
INFO [2018-02-15 16:00:51.35]: $ xcodebuild -showBuildSettings -workspace myApp.xcworkspace -scheme myApp -configuration AdHoc
DEBUG [2018-02-15 16:00:52.50]: Parsing project file '/Users/Shared/Jenkins/Home/workspace/myApp/myApp.xcodeproj' to find selected provisioning profiles
DEBUG [2018-02-15 16:00:52.50]: Finding provision profiles for 'AdHoc'
DEBUG [2018-02-15 16:00:52.57]: Merging provisioning profile mappings
DEBUG [2018-02-15 16:00:52.57]: -------------------------------------
DEBUG [2018-02-15 16:00:52.57]: Primary provisioning profile mapping:
DEBUG [2018-02-15 16:00:52.57]: {:"com.myApp"=>"match AdHoc com.myApp", :"com.myApp.myAppExt"=>"match AdHoc com.myApp.myAppExt"}
DEBUG [2018-02-15 16:00:52.57]: Secondary provisioning profile mapping:
DEBUG [2018-02-15 16:00:52.57]: {:"com.myApp"=>"match AdHoc com.myApp", :"com.myApp.myAppExt"=>"match AdHoc com.myApp.myAppExt"}
DEBUG [2018-02-15 16:00:52.57]: Resulting in the following mapping:
DEBUG [2018-02-15 16:00:52.57]: {:"com.myApp"=>"match AdHoc com.myApp", :"com.myApp.myAppExt"=>"match AdHoc com.myApp.myAppExt"}
INFO [2018-02-15 16:00:52.57]: Detected provisioning profile mapping: {:"com.myApp"=>"match AdHoc com.myApp", :"com.myApp.myAppExt"=>"match AdHoc com.myApp.myAppExt"}
+--------------------------------------------------------------------------------+-------------------------------------------------------------------+
| Summary for gym 2.81.0 |
+--------------------------------------------------------------------------------+-------------------------------------------------------------------+
| clean | true |
| configuration | AdHoc |
| export_method | ad-hoc |
| workspace | myApp.xcworkspace |
| scheme | myApp |
| include_bitcode | true |
| export_options.provisioningProfiles.com.myApp | match AdHoc com.myApp |
| export_options.provisioningProfiles.com.myApp.myAppExt | match AdHoc com.myApp.myAppExt |
| destination | generic/platform=iOS |
| output_name | myApp |
| build_path | /Users/Shared/Jenkins/Library/Developer/Xcode/Archives/2018-02-15 |
| output_directory | . |
| silent | false |
| skip_package_ipa | false |
| buildlog_path | ~/Library/Logs/gym |
| skip_profile_detection | false |
| xcode_path | /Applications/Xcode.app |
+--------------------------------------------------------------------------------+-------------------------------------------------------------------+
+----------------------------------------------------------------------------------------------------------------------------------+----------------------+
| Generated Build Command |
+----------------------------------------------------------------------------------------------------------------------------------+----------------------+
| Option | Value |
+----------------------------------------------------------------------------------------------------------------------------------+----------------------+
| set -o pipefail && | |
| xcodebuild | |
| -workspace myApp.xcworkspace | |
| -scheme myApp | |
| -configuration AdHoc | |
| -destination | generic/platform=iOS |
| -archivePath /Users/Shared/Jenkins/Library/Developer/Xcode/Archives/2018-02-15/myApp\ 2018-02-15\ 16.00.52.xcarchive | |
| clean | |
| archive | |
| | tee /Users/Shared/Jenkins/Library/Logs/gym/myApp-myApp.log | |
| | xcpretty | |
+----------------------------------------------------------------------------------------------------------------------------------+----------------------+
INFO [2018-02-15 16:00:52.59]: $ set -o pipefail && xcodebuild -workspace myApp.xcworkspace -scheme myApp -configuration AdHoc -destination 'generic/platform=iOS' -archivePath /Users/Shared/Jenkins/Library/Developer/Xcode/Archives/2018-02-15/myApp\ 2018-02-15\ 16.00.52.xcarchive clean archive | tee /Users/Shared/Jenkins/Library/Logs/gym/myApp-myApp.log | xcpretty
INFO [2018-02-15 16:00:53.91]: ▸ Cleaning Pods/Pods-myAppExt [AdHoc]
INFO [2018-02-15 16:00:53.91]: ▸ Check Dependencies
INFO [2018-02-15 16:00:54.06]: ▸ Cleaning Pods/Alamofire [AdHoc]
INFO [2018-02-15 16:00:54.06]: ▸ Check Dependencies
INFO [2018-02-15 16:00:54.07]: ▸ Cleaning myApp/myAppExt [AdHoc]
INFO [2018-02-15 16:00:54.07]: ▸ Check Dependencies
INFO [2018-02-15 16:00:54.08]: ▸ Cleaning Pods/Pods-myApp [AdHoc]
INFO [2018-02-15 16:00:54.08]: ▸ Check Dependencies
INFO [2018-02-15 16:00:54.08]: ▸ Cleaning myApp/myApp [AdHoc]
INFO [2018-02-15 16:00:54.08]: ▸ Check Dependencies
INFO [2018-02-15 16:00:54.21]: ▸ Clean Succeeded
INFO [2018-02-15 16:00:54.35]: ▸ Building Pods/Pods-myAppExt [AdHoc]
INFO [2018-02-15 16:00:54.36]: ▸ Check Dependencies
INFO [2018-02-15 16:00:54.43]: ▸ Processing Info.plist
INFO [2018-02-15 16:00:54.46]: ▸ Compiling Pods-myAppExt-dummy.m
INFO [2018-02-15 16:00:54.59]: ▸ Compiling Pods_myAppExt_vers.c
INFO [2018-02-15 16:00:54.60]: ▸ Compiling Pods-myAppExt-dummy.m
INFO [2018-02-15 16:00:54.60]: ▸ Compiling Pods_myAppExt_vers.c
INFO [2018-02-15 16:00:54.63]: ▸ Copying Pods-myAppExt-umbrella.h
INFO [2018-02-15 16:00:54.64]: ▸ Touching Pods_myAppExt.framework
INFO [2018-02-15 16:00:54.69]: ▸ Building Pods/Alamofire [AdHoc]
INFO [2018-02-15 16:00:54.70]: ▸ Check Dependencies
INFO [2018-02-15 16:00:54.70]: ▸ Processing Info.plist
INFO [2018-02-15 16:00:54.88]: ▸ Building myApp/myAppExt [AdHoc]
INFO [2018-02-15 16:00:54.88]: ▸ Check Dependencies
INFO [2018-02-15 16:00:54.93]: ▸ ** ARCHIVE FAILED **
INFO [2018-02-15 16:00:54.93]: ▸ The following build commands failed:
INFO [2018-02-15 16:00:54.93]: ▸ Check dependencies
INFO [2018-02-15 16:00:54.93]: ▸ (1 failure)
▸ Cleaning Pods/Pods-myAppExt [AdHoc]
▸ Check Dependencies
▸ Cleaning Pods/Alamofire [AdHoc]
▸ Check Dependencies
▸ Cleaning myApp/myAppExt [AdHoc]
▸ Check Dependencies
▸ Cleaning Pods/Pods-myApp [AdHoc]
▸ Check Dependencies
▸ Cleaning myApp/myApp [AdHoc]
▸ Check Dependencies
▸ Clean Succeeded
▸ Building Pods/Pods-myAppExt [AdHoc]
▸ Check Dependencies
▸ Processing Info.plist
▸ Compiling Pods-myAppExt-dummy.m
▸ Compiling Pods_myAppExt_vers.c
▸ Compiling Pods-myAppExt-dummy.m
▸ Compiling Pods_myAppExt_vers.c
▸ Copying Pods-myAppExt-umbrella.h
▸ Touching Pods_myAppExt.framework
▸ Building Pods/Alamofire [AdHoc]
▸ Check Dependencies
▸ Processing Info.plist
▸ Building myApp/myAppExt [AdHoc]
▸ Check Dependencies
** ARCHIVE FAILED **
The following build commands failed:
Check dependencies
(1 failure)
ERROR [2018-02-15 16:00:54.96]: Exit status: 65
+---------------+-------------------------+
| Build environment |
+---------------+-------------------------+
| xcode_path | /Applications/Xcode.app |
| gym_version | 2.81.0 |
| export_method | ad-hoc |
| sdk | iPhoneOS11.2.sdk |
+---------------+-------------------------+
INFO [2018-02-15 16:00:55.00]: ▸ === BUILD TARGET myAppExt OF PROJECT myApp WITH CONFIGURATION AdHoc ===
INFO [2018-02-15 16:00:55.00]: ▸ Check dependencies
INFO [2018-02-15 16:00:55.00]: ▸ Code Signing Error: Signing certificate is invalid. Signing certificate "iPhone Distribution: xxx", serial number "xxx", is not valid for code signing. It may have been revoked or expired.
INFO [2018-02-15 16:00:55.00]: ▸ Code Signing Error: Code signing is required for product type 'App Extension' in SDK 'iOS 11.2'
INFO [2018-02-15 16:00:55.00]:
ERROR [2018-02-15 16:00:55.00]: ⬆️ Check out the few lines of raw
xcodebuild
output above for potential hints on how to solve this errorWARN [2018-02-15 16:00:55.00]: 📋 For the complete and more detailed error log, check the full log at:
WARN [2018-02-15 16:00:55.00]: 📋 /Users/Shared/Jenkins/Library/Logs/gym/myApp-myApp.log
INFO [2018-02-15 16:00:55.00]:
ERROR [2018-02-15 16:00:55.00]: Looks like fastlane ran into a build/archive error with your project
ERROR [2018-02-15 16:00:55.00]: It's hard to tell what's causing the error, so we wrote some guides on how
ERROR [2018-02-15 16:00:55.00]: to troubleshoot build and signing issues: https://docs.fastlane.tools/codesigning/getting-started/
ERROR [2018-02-15 16:00:55.00]: Before submitting an issue on GitHub, please follow the guide above and make
ERROR [2018-02-15 16:00:55.00]: sure your project is set up correctly.
ERROR [2018-02-15 16:00:55.00]: fastlane uses
xcodebuild
commands to generate your binary, you can see theERROR [2018-02-15 16:00:55.00]: the full commands printed out in yellow in the above log.
ERROR [2018-02-15 16:00:55.00]: Make sure to inspect the output above, as usually you'll find more error information there
INFO [2018-02-15 16:00:55.00]:
WARN [2018-02-15 16:00:55.00]: Lane Context:
INFO [2018-02-15 16:00:55.00]: {:DEFAULT_PLATFORM=>:ios, :PLATFORM_NAME=>:ios, :LANE_NAME=>"ios Jenkins", :SIGH_PROFILE_TYPE=>"ad-hoc", :MATCH_PROVISIONING_PROFILE_MAPPING=>{"com.myApp"=>"match AdHoc com.myApp", "com.myApp.myAppExt"=>"match AdHoc com.myApp.myAppExt"}}
ERROR [2018-02-15 16:00:55.00]: Error building the application - see the log above
INFO [2018-02-15 16:00:55.00]: Successfully generated documentation at path '/Users/Shared/Jenkins/Home/workspace/myApp/fastlane/README.md'
+------+------------------+-------------+
| fastlane summary |
+------+------------------+-------------+
| Step | Action | Time (in s) |
+------+------------------+-------------+
| 1 | update_fastlane | 3 |
| 2 | default_platform | 0 |
| 3 | cocoapods | 2 |
| 4 | match | 10 |
| 💥 | gym | 4 |
+------+------------------+-------------+
ERROR [2018-02-15 16:00:55.01]: fastlane finished with errors
/Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/fastlane_core/lib/fastlane_core/ui/interface.rb:155:in `build_failure!': [!] Error building the application - see the log above (FastlaneCore::Interface::FastlaneBuildFailure)
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/fastlane_core/lib/fastlane_core/ui/ui.rb:16:in `method_missing'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/gym/lib/gym/error_handler.rb:73:in `handle_build_error'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/gym/lib/gym/runner.rb:97:in `block in build_app'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/fastlane_core/lib/fastlane_core/command_executor.rb:93:in `execute'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/gym/lib/gym/runner.rb:93:in `build_app'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/gym/lib/gym/runner.rb:18:in `run'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/gym/lib/gym/manager.rb:19:in `work'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/fastlane/lib/fastlane/actions/build_ios_app.rb:64:in `run'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/fastlane/lib/fastlane/runner.rb:256:in `block (2 levels) in execute_action'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/fastlane/lib/fastlane/actions/actions_helper.rb:50:in `execute_action'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/fastlane/lib/fastlane/runner.rb:235:in `block in execute_action'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/fastlane/lib/fastlane/runner.rb:230:in `chdir'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/fastlane/lib/fastlane/runner.rb:230:in `execute_action'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/fastlane/lib/fastlane/runner.rb:157:in `trigger_action_by_name'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/fastlane/lib/fastlane/fast_file.rb:148:in `method_missing'
from Fastfile:69:in `block (2 levels) in parsing_binding'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/fastlane/lib/fastlane/lane.rb:33:in `call'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/fastlane/lib/fastlane/runner.rb:49:in `block in execute'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/fastlane/lib/fastlane/runner.rb:45:in `chdir'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/fastlane/lib/fastlane/runner.rb:45:in `execute'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/fastlane/lib/fastlane/lane_manager.rb:56:in `cruise_lane'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/fastlane/lib/fastlane/command_line_handler.rb:36:in `handle'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/fastlane/lib/fastlane/commands_generator.rb:108:in `block (2 levels) in run'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/commander-fastlane-4.4.5/lib/commander/command.rb:178:in `call'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/commander-fastlane-4.4.5/lib/commander/command.rb:153:in `run'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/commander-fastlane-4.4.5/lib/commander/runner.rb:476:in `run_active_command'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:75:in `run!'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/commander-fastlane-4.4.5/lib/commander/delegates.rb:15:in `run!'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/fastlane/lib/fastlane/commands_generator.rb:337:in `run'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/fastlane/lib/fastlane/commands_generator.rb:42:in `start'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/fastlane/lib/fastlane/cli_tools_distributor.rb:98:in `take_off'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/gems/fastlane-2.81.0/bin/fastlane:20:in `<top (required)>'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/bin/fastlane:23:in `load'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/bin/fastlane:23:in `
'from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in `eval'
from /Users/Shared/Jenkins/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in `
'Process leaked file descriptors. See https://jenkins.io/redirect/troubleshooting/process-leaked-file-descriptors for more information
Build step 'Execute shell' marked build as failure
Finished: FAILURE]
Environment
Fastlanefile
The text was updated successfully, but these errors were encountered: