Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suddenly getting error: muninitialized constant Fastlane::Actions::SharedValues::KEYCHAIN_PATH #18063

Closed
4 tasks done
meiry opened this issue Jan 28, 2021 · 5 comments
Closed
4 tasks done

Comments

@meiry
Copy link

meiry commented Jan 28, 2021

New Issue Checklist

Issue Description

Command executed

I have fastline set up in AZURE cloud which worked great until a week ago
Suddenly all build are failing, and this is AFTER i set up new FASTLANE_SESSION which i usually do every month

getting error: muninitialized constant Fastlane::Actions::SharedValues::KEYCHAIN_PATH 

also i noted that it keep output that i use :
fastlane 2.172.0 is available. You are on 2.54.1
although it also shown that the actual fastlane command using :2.178.0

2021-01-28T10:17:26.6012440Z ==============================================================================
2021-01-28T10:17:26.6012810Z Task         : Command line
2021-01-28T10:17:26.6013260Z Description  : Run a command line script using Bash on Linux and macOS and cmd.exe on Windows
2021-01-28T10:17:26.6013630Z Version      : 2.178.0
2021-01-28T10:17:26.6013930Z Author       : Microsoft Corporation
2021-01-28T10:17:26.6014350Z Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/command-line
2021-01-28T10:17:26.6014820Z ==============================================================================
Complete output when running fastlane, including the stack trace and command, used
 2021-01-28T09:42:10.8812370Z ##[section]Starting: invoke fastlane And create keychain
2021-01-28T09:42:10.8823390Z ==============================================================================
2021-01-28T09:42:10.8823790Z Task         : Command line
2021-01-28T09:42:10.8824160Z Description  : Run a command line script using Bash on Linux and macOS and cmd.exe on Windows
2021-01-28T09:42:10.8824530Z Version      : 2.178.0
2021-01-28T09:42:10.8824830Z Author       : Microsoft Corporation
2021-01-28T09:42:10.8825200Z Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/command-line
2021-01-28T09:42:10.8825670Z ==============================================================================
2021-01-28T09:42:11.0718300Z Generating script.
2021-01-28T09:42:11.0721880Z ========================== Starting Command Output ===========================
2021-01-28T09:42:11.0732100Z [command]/bin/bash --noprofile --norc /Users/runner/work/_temp/49fd1523-a438-4e4b-a0db-bbba120a435a.sh
2021-01-28T09:42:12.4897610Z /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/bundler-1.17.3/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
2021-01-28T09:42:12.5003610Z /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/bundler-1.17.3/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
2021-01-28T09:42:12.5049490Z [09:42:12]: �[33mGet started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile�[0m
2021-01-28T09:42:14.5927320Z �[33mSuccessfully loaded Appfile at path '/Users/runner/work/1/a/ios_artifacts/fastlane/Appfile'�[0m
2021-01-28T09:42:14.6028140Z -------
2021-01-28T09:42:14.6078960Z �[33mSuccessfully loaded Appfile at path '/Users/runner/work/1/a/ios_artifacts/fastlane/Appfile'�[0m
2021-01-28T09:42:14.6081960Z -------
2021-01-28T09:42:14.8439780Z DEBUG [2021-01-28 09:42:14.84]: Checking if there are any plugins that should be loaded...
2021-01-28T09:42:15.3052910Z DEBUG [2021-01-28 09:42:15.30]: Using projectName: xxx
2021-01-28T09:42:15.3054560Z DEBUG [2021-01-28 09:42:15.30]: Using appIdentifier: com.xxx.xxxxxxEnt
2021-01-28T09:42:15.3055670Z DEBUG [2021-01-28 09:42:15.30]: Using versionNumber: 2020.3.0.xxx-xxx.1.3.0.2
2021-01-28T09:42:15.3057080Z DEBUG [2021-01-28 09:42:15.30]: Using buildNumber: 1.3.0.2
2021-01-28T09:42:15.3058090Z DEBUG [2021-01-28 09:42:15.30]: Using plistFileFtpBasePath: https://download.xxx.com/release/xxx/ios/xxx_1.3.0_2020.1
2021-01-28T09:42:15.3059020Z DEBUG [2021-01-28 09:42:15.30]: Using ArtifactsDirectory: /Users/runner/work/1/a
2021-01-28T09:42:15.3620690Z INFO [2021-01-28 09:42:15.36]: �[32m---------------------------�[0m
2021-01-28T09:42:15.3622010Z INFO [2021-01-28 09:42:15.36]: �[32m--- Step: opt_out_usage ---�[0m
2021-01-28T09:42:15.3622850Z INFO [2021-01-28 09:42:15.36]: �[32m---------------------------�[0m
2021-01-28T09:42:15.3623660Z INFO [2021-01-28 09:42:15.36]: Disabled upload of used actions
2021-01-28T09:42:15.3655230Z INFO [2021-01-28 09:42:15.36]: �[32m------------------------------�[0m
2021-01-28T09:42:15.3659450Z INFO [2021-01-28 09:42:15.36]: �[32m--- Step: default_platform ---�[0m
2021-01-28T09:42:15.3660300Z INFO [2021-01-28 09:42:15.36]: �[32m------------------------------�[0m
2021-01-28T09:42:15.3690390Z INFO [2021-01-28 09:42:15.36]: �[32m--------------------------�[0m
2021-01-28T09:42:15.3691250Z INFO [2021-01-28 09:42:15.36]: �[32m--- Step: xcode_select ---�[0m
2021-01-28T09:42:15.3692280Z INFO [2021-01-28 09:42:15.36]: �[32m--------------------------�[0m
2021-01-28T09:42:15.3693170Z INFO [2021-01-28 09:42:15.36]: Setting Xcode version to /Applications/Xcode_12.app for all build steps
2021-01-28T09:42:15.4144810Z INFO [2021-01-28 09:42:15.41]: �[32mDriving the lane 'ios release' 🚀�[0m
2021-01-28T09:42:15.4184350Z INFO [2021-01-28 09:42:15.41]: �[32m---------------------------�[0m
2021-01-28T09:42:15.4186210Z INFO [2021-01-28 09:42:15.41]: �[32m--- Step: opt_out_usage ---�[0m
2021-01-28T09:42:15.4188490Z INFO [2021-01-28 09:42:15.41]: �[32m---------------------------�[0m
2021-01-28T09:42:15.4190330Z INFO [2021-01-28 09:42:15.41]: Disabled upload of used actions
2021-01-28T09:42:15.4226090Z INFO [2021-01-28 09:42:15.42]: �[32m-------------------�[0m
2021-01-28T09:42:15.4227860Z INFO [2021-01-28 09:42:15.42]: �[32m--- Step: debug ---�[0m
2021-01-28T09:42:15.4230130Z INFO [2021-01-28 09:42:15.42]: �[32m-------------------�[0m
2021-01-28T09:42:15.4231940Z �[32mLane Context�[0m
2021-01-28T09:42:15.4233050Z {:DEFAULT_PLATFORM=>:ios, :PLATFORM_NAME=>:ios, :LANE_NAME=>"ios release"}
2021-01-28T09:42:15.4246000Z INFO [2021-01-28 09:42:15.42]: FASTLANE_PASSWORD: 2Bxxx?
2021-01-28T09:42:15.4265590Z INFO [2021-01-28 09:42:15.42]: FASTLANE_SESSION: ---\n- !ruby/object:xxxxxxd\n  value: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyxxxxDJDZ3JmVDZLcXcifQ.j_BMmLjzY7X6KtV4Lf25b5-K6U7Z9Ol0Vgrpe9tOAK8\n  domain: appstoreconnect.apple.com\n  for_domain: false\n  path: "/"\n  secure: true\n  httponly: true\n  expires: \n  max_age: 1800\n  created_at: &2 2021-01-28 08:13:57.443161626 +00:00\n  accessed_at: *2\n
2021-01-28T09:42:15.4273750Z INFO [2021-01-28 09:42:15.42]: IPHONE_DISTRIBUTION: xxxxxxxxxxxxxx
2021-01-28T09:42:15.4289620Z INFO [2021-01-28 09:42:15.42]: CERTIFICATE_PASSWORD: xxxxxxxxxxxxx
2021-01-28T09:42:15.4302060Z INFO [2021-01-28 09:42:15.42]: CERTIFICATE_PATH_P12: xxx.1.20_xxx_CERT.p12
2021-01-28T09:42:15.4317050Z INFO [2021-01-28 09:42:15.43]: CERTIFICATE_PATH_CER: xxxxxxxxxxxx.cer
2021-01-28T09:42:15.4331420Z INFO [2021-01-28 09:42:15.43]: APPLE_ID: xxxxxxx@xxx.com
2021-01-28T09:42:15.4343300Z INFO [2021-01-28 09:42:15.43]: TEAM_ID: xxx
2021-01-28T09:42:15.4358150Z INFO [2021-01-28 09:42:15.43]: ------------Values from request ----------------
2021-01-28T09:42:15.4370870Z INFO [2021-01-28 09:42:15.43]: project_name: xxx
2021-01-28T09:42:15.4383070Z INFO [2021-01-28 09:42:15.43]: app_identifier: com.xxx.xxxxxxEnt
2021-01-28T09:42:15.4396550Z INFO [2021-01-28 09:42:15.43]: v_num: 2020.3.0.xxx-xxx.1.3.0.2
2021-01-28T09:42:15.4408260Z INFO [2021-01-28 09:42:15.44]: build_number: 1.3.0.2
2021-01-28T09:42:15.4422270Z INFO [2021-01-28 09:42:15.44]: ftp_path: https://download.xxx.com/release/xxx/ios/xxx_1.3.0_2020.1
2021-01-28T09:42:15.4437680Z INFO [2021-01-28 09:42:15.44]: ArtifactsDirectory: /Users/runner/work/1/a
2021-01-28T09:42:15.4468760Z INFO [2021-01-28 09:42:15.44]: �[32m-----------------------------�[0m
2021-01-28T09:42:15.4470140Z INFO [2021-01-28 09:42:15.44]: �[32m--- Step: create_keychain ---�[0m
2021-01-28T09:42:15.4471460Z INFO [2021-01-28 09:42:15.44]: �[32m-----------------------------�[0m
2021-01-28T09:42:15.5872810Z INFO [2021-01-28 09:42:15.58]: �[36m$ security list-keychains -d user�[0m
2021-01-28T09:42:15.5987780Z INFO [2021-01-28 09:42:15.59]: â–¸ �[35m"/Users/runner/Library/Keychains/iPhone_Distribution_xxx_xxx-db"�[0m
2021-01-28T09:42:15.6264380Z INFO [2021-01-28 09:42:15.62]: �[32m--------------------------------�[0m
2021-01-28T09:42:15.6298840Z INFO [2021-01-28 09:42:15.62]: �[32m--- Step: import_certificate ---�[0m
2021-01-28T09:42:15.6303410Z INFO [2021-01-28 09:42:15.62]: �[32m--------------------------------�[0m
2021-01-28T09:42:15.6306060Z INFO [2021-01-28 09:42:15.62]: �[36m$ security import 16.1.20_xxx_CERT.p12 -k '/Users/runner/Library/Keychains/iPhone_Distribution_xxx_xxx-db' -P xxxxxx -T /usr/bin/codesign -T /usr/bin/security�[0m
2021-01-28T09:42:15.7522870Z INFO [2021-01-28 09:42:15.75]: â–¸ �[35m1 identity imported.�[0m
2021-01-28T09:42:15.7646430Z INFO [2021-01-28 09:42:15.76]: �[36m$ security set-key-partition-list -S apple-tool:,apple: -k xxxxxx /Users/runner/Library/Keychains/iPhone_Distribution_xxx_xxx-db�[0m
2021-01-28T09:42:15.9898640Z INFO [2021-01-28 09:42:15.98]: â–¸ �[35mkeychain: "/Users/runner/Library/Keychains/iPhone_Distribution_xxx_xxx-db"�[0m
2021-01-28T09:42:15.9900510Z INFO [2021-01-28 09:42:15.98]: â–¸ �[35mversion: 512�[0m
2021-01-28T09:42:15.9901900Z INFO [2021-01-28 09:42:15.98]: â–¸ �[35mclass: 0x00000010 �[0m
2021-01-28T09:42:15.9903180Z INFO [2021-01-28 09:42:15.98]: â–¸ �[35mattributes:�[0m
2021-01-28T09:42:15.9904420Z INFO [2021-01-28 09:42:15.98]: â–¸ �[35m    0x00000000 =0x00000010 �[0m
2021-01-28T09:42:15.9906140Z INFO [2021-01-28 09:42:15.98]: â–¸ �[35m    0x00000001 ="sss ssss"�[0m
2021-01-28T09:42:15.9907390Z INFO [2021-01-28 09:42:15.98]: â–¸ �[35m    0x00000002 =�[0m
2021-01-28T09:42:15.9908700Z INFO [2021-01-28 09:42:15.98]: â–¸ �[35m    0x00000003 =0x00000001 �[0m
2021-01-28T09:42:15.9909690Z INFO [2021-01-28 09:42:15.98]: â–¸ �[35m    0x00000004 =0x00000000 �[0m
2021-01-28T09:42:15.9910630Z INFO [2021-01-28 09:42:15.98]: â–¸ �[35m    0x00000005 =0x00000000 �[0m
2021-01-28T09:42:15.9911670Z INFO [2021-01-28 09:42:15.98]: â–¸ �[35m    0x00000006 =0x4F741472973FD6F323E112CAD369BA2D420C6C68  "Ot\024r\227?\326\363#\341\022\312\323i\272-B\014lh"�[0m
2021-01-28T09:42:15.9912670Z INFO [2021-01-28 09:42:15.99]: â–¸ �[35m    0x00000007 =�[0m
2021-01-28T09:42:15.9913840Z INFO [2021-01-28 09:42:15.99]: â–¸ �[35m    0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00  "{xxxxx9-11d4-849a-000502b52122}\000"�[0m
2021-01-28T09:42:15.9915020Z INFO [2021-01-28 09:42:15.99]: â–¸ �[35m    0x00000009 =0x0000002A  "\000\000\000*"�[0m
2021-01-28T09:42:15.9915840Z INFO [2021-01-28 09:42:15.99]: â–¸ �[35m    0x0000000A =0x00000800 �[0m
2021-01-28T09:42:15.9916720Z INFO [2021-01-28 09:42:15.99]: â–¸ �[35m    0x0000000B =0x00000800 �[0m
2021-01-28T09:42:15.9917530Z INFO [2021-01-28 09:42:15.99]: â–¸ �[35m    0x0000000C =0x0000000000000000 �[0m
2021-01-28T09:42:15.9918420Z INFO [2021-01-28 09:42:15.99]: â–¸ �[35m    0x0000000D =0x0000000000000000 �[0m
2021-01-28T09:42:15.9919230Z INFO [2021-01-28 09:42:15.99]: â–¸ �[35m    0x0000000E =0x00000001 �[0m
2021-01-28T09:42:15.9920080Z INFO [2021-01-28 09:42:15.99]: â–¸ �[35m    0x0000000F =0x00000001 �[0m
2021-01-28T09:42:15.9921400Z INFO [2021-01-28 09:42:15.99]: â–¸ �[35m    0x00000010 =0x00000001 �[0m
2021-01-28T09:42:15.9922370Z INFO [2021-01-28 09:42:15.99]: â–¸ �[35m    0x00000011 =0x00000000 �[0m
2021-01-28T09:42:15.9923250Z INFO [2021-01-28 09:42:15.99]: â–¸ �[35m    0x00000012 =0x00000001 �[0m
2021-01-28T09:42:15.9924040Z INFO [2021-01-28 09:42:15.99]: â–¸ �[35m    0x00000013 =0x00000001 �[0m
2021-01-28T09:42:15.9924910Z INFO [2021-01-28 09:42:15.99]: â–¸ �[35m    0x00000014 =0x00000001 �[0m
2021-01-28T09:42:15.9925700Z INFO [2021-01-28 09:42:15.99]: â–¸ �[35m    0x00000015 =0x00000001 �[0m
2021-01-28T09:42:15.9926560Z INFO [2021-01-28 09:42:15.99]: â–¸ �[35m    0x00000016 =0x00000001 �[0m
2021-01-28T09:42:15.9927360Z INFO [2021-01-28 09:42:15.99]: â–¸ �[35m    0x00000017 =0x00000001 �[0m
2021-01-28T09:42:15.9928220Z INFO [2021-01-28 09:42:15.99]: â–¸ �[35m    0x00000018 =0x00000001 �[0m
2021-01-28T09:42:15.9929070Z INFO [2021-01-28 09:42:15.99]: â–¸ �[35m    0x00000019 =0x00000001 �[0m
2021-01-28T09:42:15.9929920Z INFO [2021-01-28 09:42:15.99]: â–¸ �[35m    0x0000001A =0x00000001 �[0m
2021-01-28T09:42:15.9955420Z INFO [2021-01-28 09:42:15.99]: �[32m--------------------------------�[0m
2021-01-28T09:42:15.9956520Z INFO [2021-01-28 09:42:15.99]: �[32m--- Step: import_certificate ---�[0m
2021-01-28T09:42:15.9957380Z INFO [2021-01-28 09:42:15.99]: �[32m--------------------------------�[0m
2021-01-28T09:42:15.9964740Z INFO [2021-01-28 09:42:15.99]: �[36m$ security import ios_distribution.cer -k '/Users/runner/Library/Keychains/iPxxxxtribution_xxxxxxxxC-db' -P '' -T /usr/bin/codesign -T /usr/bin/security�[0m
2021-01-28T09:42:16.0446680Z security: SecKeychainItemImport: The specified item already exists in the keychain.
2021-01-28T09:42:16.0559920Z INFO [2021-01-28 09:42:16.05]: �[36m$ security set-key-partition-list -S apple-tool:,apple: -k '' /Users/runner/Library/Keychains/iPhone_Distribution_xxx_xxx-db�[0m
2021-01-28T09:42:16.0928190Z security: SecKeychainItemSetAccessWithPassword: The user name or passphrase you entered is not correct.
2021-01-28T09:42:16.0938330Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35mkeychain: "/Users/runner/Library/Keychains/iPhone_Distribution_xxx_xxxxxxxxxxx-db"�[0m
2021-01-28T09:42:16.0940410Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35mversion: 512�[0m
2021-01-28T09:42:16.0941640Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35mclass: 0x00000010 �[0m
2021-01-28T09:42:16.0942930Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35mattributes:�[0m
2021-01-28T09:42:16.0944160Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x00000000 =0x00000010 �[0m
2021-01-28T09:42:16.0945550Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x00000001 ="sss ssss"�[0m
2021-01-28T09:42:16.0946800Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x00000002 =�[0m
2021-01-28T09:42:16.0948170Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x00000003 =0x00000001 �[0m
2021-01-28T09:42:16.0949520Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x00000004 =0x00000000 �[0m
2021-01-28T09:42:16.0950490Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x00000005 =0x00000000 �[0m
2021-01-28T09:42:16.0951510Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x00000006 =0x4F741472973FD6F323E112CAD369BA2D420C6C68  "Ot\024r\227?xxxx72-B\014lh"�[0m
2021-01-28T09:42:16.0952560Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x00000007 =�[0m
2021-01-28T09:42:16.0953640Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00  "{xxxxx
2021-01-28T09:42:16.0954750Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x00000009 =0x0000002A  "\000\000\000*"�[0m
2021-01-28T09:42:16.0955570Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x0000000A =0x00000800 �[0m
2021-01-28T09:42:16.0956440Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x0000000B =0x00000800 �[0m
2021-01-28T09:42:16.0957780Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x0000000C =0x0000000000000000 �[0m
2021-01-28T09:42:16.0958690Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x0000000D =0x0000000000000000 �[0m
2021-01-28T09:42:16.0959560Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x0000000E =0x00000001 �[0m
2021-01-28T09:42:16.0960430Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x0000000F =0x00000001 �[0m
2021-01-28T09:42:16.0961220Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x00000010 =0x00000001 �[0m
2021-01-28T09:42:16.0962300Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x00000011 =0x00000000 �[0m
2021-01-28T09:42:16.0963130Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x00000012 =0x00000001 �[0m
2021-01-28T09:42:16.0963960Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x00000013 =0x00000001 �[0m
2021-01-28T09:42:16.0964770Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x00000014 =0x00000001 �[0m
2021-01-28T09:42:16.0965620Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x00000015 =0x00000001 �[0m
2021-01-28T09:42:16.0966480Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x00000016 =0x00000001 �[0m
2021-01-28T09:42:16.0967270Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x00000017 =0x00000001 �[0m
2021-01-28T09:42:16.0968170Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x00000018 =0x00000001 �[0m
2021-01-28T09:42:16.0968960Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x00000019 =0x00000001 �[0m
2021-01-28T09:42:16.0969860Z INFO [2021-01-28 09:42:16.09]: â–¸ �[35m    0x0000001A =0x00000001 �[0m
2021-01-28T09:42:16.0970690Z INFO [2021-01-28 09:42:16.09]: ------------Values import_certificate ----------------
2021-01-28T09:42:16.1000500Z INFO [2021-01-28 09:42:16.09]: "/Users/runner/Library/Keychains/login.keychain-db"
2021-01-28T09:42:16.1039160Z WARN [2021-01-28 09:42:16.10]: �[33m�[33mLane Context:�[0m
2021-01-28T09:42:16.1040470Z INFO [2021-01-28 09:42:16.10]: {:DEFAULT_PLATFORM=>:ios, :PLATFORM_NAME=>:ios, :LANE_NAME=>"ios release", :ORIGINAL_DEFAULT_KEYCHAIN=>"\"/Users/runner/Library/Keychains/login.keychain-db\""}
2021-01-28T09:42:16.1124380Z ERROR [2021-01-28 09:42:16.11]: �[31muninitialized constant Fastlane::Actions::SharedValues::KEYCHAIN_PATH�[0m
2021-01-28T09:42:16.1129930Z INFO [2021-01-28 09:42:16.11]: �[32mSuccessfully generated documentation at path '/Users/runner/work/1/a/ios_artifacts/fastlane/README.md'�[0m
2021-01-28T09:42:16.1964560Z 
2021-01-28T09:42:16.2021390Z +------+--------------------+-------------+
2021-01-28T09:42:16.2022210Z |            �[32mfastlane summary�[0m             |
2021-01-28T09:42:16.2022960Z +------+--------------------+-------------+
2021-01-28T09:42:16.2023260Z | Step | Action             | Time (in s) |
2021-01-28T09:42:16.2023890Z +------+--------------------+-------------+
2021-01-28T09:42:16.2024230Z | 1    | opt_out_usage      | 0           |
2021-01-28T09:42:16.2024550Z | 2    | default_platform   | 0           |
2021-01-28T09:42:16.2024850Z | 3    | xcode_select       | 0           |
2021-01-28T09:42:16.2025130Z | 4    | opt_out_usage      | 0           |
2021-01-28T09:42:16.2025440Z | 5    | debug              | 0           |
2021-01-28T09:42:16.2025720Z | 6    | create_keychain    | 0           |
2021-01-28T09:42:16.2026060Z | 7    | import_certificate | 0           |
2021-01-28T09:42:16.2026330Z | 8    | import_certificate | 0           |
2021-01-28T09:42:16.2027000Z +------+--------------------+-------------+
2021-01-28T09:42:16.2027200Z 
2021-01-28T09:42:16.2027830Z ERROR [2021-01-28 09:42:16.20]: �[31mfastlane finished with errors�[0m
2021-01-28T09:42:16.3616560Z INFO [2021-01-28 09:42:16.35]: Sending crash report...
2021-01-28T09:42:16.3709130Z INFO [2021-01-28 09:42:16.35]: The stack trace is sanitized so no xxxnal information is sent.
2021-01-28T09:42:16.3720210Z INFO [2021-01-28 09:42:16.35]: To see what we are sending, look here: /Users/runner/.fastlane/latest_crash.json
2021-01-28T09:42:16.3744340Z INFO [2021-01-28 09:42:16.35]: Learn more at https://github.com/fastlane/fastlane#crash-reporting
2021-01-28T09:42:16.3753210Z INFO [2021-01-28 09:42:16.35]: You can disable crash reporting by adding `opt_out_crash_reporting` at the top of your Fastfile
2021-01-28T09:42:16.3777650Z 
2021-01-28T09:42:16.3778880Z Looking for related GitHub issues on fastlane/fastlane...
2021-01-28T09:42:16.3781180Z Search query: uninitialized constant Fastlane::Actions::SharedValues::KEYCHAIN_PATH
2021-01-28T09:42:16.3781850Z 
2021-01-28T09:42:16.3782660Z URL: https://api.github.com/search/issues?q=uninitialized%20constant%20Fastlane%3A%3AActions%3A%3ASharedValues%3A%3AKEYCHAIN_PATH+repo:fastlane/fastlane
2021-01-28T09:42:16.6209400Z ➡�  �[33mRemove Shenzhen dependency�[0m
2021-01-28T09:42:16.6210960Z     https://github.com/fastlane/fastlane/pull/6991 [�[32mclosed�[0m] 19 💬
2021-01-28T09:42:16.6213800Z     13 Mar 2017
2021-01-28T09:42:16.6214270Z 
2021-01-28T09:42:16.6215460Z 🔗  You can ⌘ + double-click on links to open them directly in your browser.
2021-01-28T09:42:16.6244630Z 
2021-01-28T09:42:16.6257420Z �[32m#######################################################################�[0m
2021-01-28T09:42:16.6258560Z �[32m# fastlane 2.172.0 is available. You are on 2.54.1.�[0m
2021-01-28T09:42:16.6260280Z �[32m# You should use the latest version.�[0m
2021-01-28T09:42:16.6362120Z �[32m# Please update using `sudo gem install fastlane`.�[0m
2021-01-28T09:42:16.6464250Z �[32m#######################################################################�[0m
2021-01-28T09:42:16.6566400Z �[32m# Run `sudo gem cleanup` from time to time to speed up fastlane�[0m
2021-01-28T09:42:16.6573250Z �[32m#######################################################################�[0m
2021-01-28T09:42:16.6723960Z 
2021-01-28T09:42:16.6728870Z �[32m2.172.0 Big Improvements�[0m
2021-01-28T09:42:16.6730410Z * [frameit] add support for new iPhone 12-family devices and their new colors (#17940) via Nicolas Mauri
2021-01-28T09:42:16.6731110Z * [deliver][download_metadata] give precedence to generate metadata from edit version instead of live version (#17813) via Roger Oba
2021-01-28T09:42:16.6732070Z * [action] git_commit - skip commit if git status is clean for paths (#17913) via Pierre Felgines
2021-01-28T09:42:16.6732830Z * [spaceship][docs] update spaceship app store connect docs (#17938) via Roger Oba
2021-01-28T09:42:16.6733720Z [snapshot] fix snapshot not saving image files on Apple Silicon M1 (#17912) via Martin Albrecht
2021-01-28T09:42:16.6734740Z * [fastlane] add BUDDY environment variables (#17922) via Rafał Sztwiorok
2021-01-28T09:42:16.6735190Z * [spaceship] adding missing localizations attribute to AppStoreVersion (#17928) via gsavit
2021-01-28T09:42:16.6735750Z * Update sample issue from being an existing issue, to a fake one. (#17934) via Roger Oba
2021-01-28T09:42:16.6736590Z * [action] swiftlint - avoid throwing error for new types of reporters. (#17935) via Roger Oba
2021-01-28T09:42:16.6737500Z * [action] change 'platform' optionality since nil is not really a valid value. (#17936) via Roger Oba
2021-01-28T09:42:16.6738350Z * [gym] update gym's available export_methods to match xcodebuild's. (#17939) via Roger Oba
2021-01-28T09:42:16.6738850Z * [frameit] fix the screenshot size of iPhone 8 Plus (#17977) via Rhett Tuan
2021-01-28T09:42:16.6739750Z * [action] register_device - fix regression that was causing a crash when creating a device that already exists (#17799) via Roger Oba
2021-01-28T09:42:16.6740330Z * [spaceship] allow 2FA request only in interactive mode (#17854) via Oleg Kohtenko
2021-01-28T09:42:16.6741080Z * [action] new create_xcframework action (#17844) via José González
2021-01-28T09:42:16.6741500Z * [CI] support Ruby 2.7 on Circle CI (#17861) via Satoshi Namai
2021-01-28T09:42:16.6742270Z * [action] artifactory - add option to authenticate using an API key (#17835) via Florian Staine
2021-01-28T09:42:16.6743150Z * [gym] update identifier used to looked up the bundle ID when parsing provisioning profile (#17865) via John Britton
2021-01-28T09:42:16.6743620Z * [spaceship] allow for updating of beta groups (#17984) via Krish
2021-01-28T09:42:16.6744920Z * [snapshot] fix picking up 'SnapshotHelper'-files from DerivedData #17828 (#17833) via David Everlöf
2021-01-28T09:42:16.6745540Z * [gym] use unzip for IPA files that are too big (#17825) via Theodore Dubois
2021-01-28T09:42:16.6746120Z * [action] change username for register_devices action to optional (#17942) via Econa77
2021-01-28T09:42:16.6746690Z * [action] add api bearer to create pull request (#17972) via Thilek Silvadorai
2021-01-28T09:42:16.6747310Z * [scan] fix scan not failing when disable_xcpretty and fail_build are true (#17946) via Jean Mainguy
2021-01-28T09:42:16.6747920Z * [scan] fix scan regression caused by not setting `slack_default_payloads` option (#17923) via Roger Oba
2021-01-28T09:42:16.6748440Z * [gym][scan][snapshot] disable automatic SPM dependencies resolution or skip it entirely (#17916) via Roman Tysiachnik
2021-01-28T09:42:16.6749020Z * [gym][snapshot] fix gym `use_system_scm` option and add `use_system_scm` option to snapshot (#17832) via Roger Oba
2021-01-28T09:42:16.6749340Z 
2021-01-28T09:42:16.6749940Z �[32m2.171.0 Improvements and Goodbye 2020�[0m
2021-01-28T09:42:16.6751260Z * [itunes-transporter] fix transporter `DELIVER_ITMSTRANSPORTER_ADDITIONAL_UPLOAD_PARAMETERS` env var validation (#17793) via Roger Oba
2021-01-28T09:42:16.6752280Z * [action] push_to_git_remote - add `--push-options` option to `push_to_git_remote` action (#17791) via Roger Oba
2021-01-28T09:42:16.6753210Z * [action] pod_push - add `use_json` parameter to `pod_push` action (#17809) via José González
2021-01-28T09:42:16.6754090Z * [action] spm - add `--enable-code-coverage` option to `spm` action `test` command (#17805) via Andrea Sacerdoti
2021-01-28T09:42:16.6755200Z * [action] git_commit - skip commit if nothing is staged (#17804) via Pierre Felgines
2021-01-28T09:42:16.6756280Z * [action] add_git_tag - add option to omit the current lane from tag and message (#17792) via Roger Oba
2021-01-28T09:42:16.6757200Z * [actions] github action - add Bearer authentication option (#17764) via David Cacenabes
2021-01-28T09:42:16.6757680Z * [precheck] allow precheck to be run on live app versions as well as edit ones (#17738) via Roger Oba
2021-01-28T09:42:16.6758350Z * [match] fix MATCH_GIT_PRIVATE_KEY ignored on repo push (#17829) via Sascha P
2021-01-28T09:42:16.6758990Z * [spaceship] adding headers to connect api response object (#17867) via gsavit
2021-01-28T09:42:16.6760140Z * [scan][slack] add `slack_default_payloads` option to scan and improve slack action's `default_payloads` docs (#17866) via Roger Oba
2021-01-28T09:42:16.6760730Z * [sigh] fix undefined method `expires` with `expiration_date` in Sigh::Runner (#17741) via Roger Oba
2021-01-28T09:42:16.6761260Z * [spaceship] adding missing phased release and review details attributes (#17761) via gsavit
2021-01-28T09:42:16.6761870Z * [action] add `download_app_privacy_details_from_app_store` action (#17746) via Igor Makarov
2021-01-28T09:42:16.6762360Z * [match] fix recursion when MATCH_PASSWORD is not set (#17557) via Roger Oba
2021-01-28T09:42:16.6762890Z * [action] fail nexus_upload action when the underlying command line fails. (#17740) via Roger Oba
2021-01-28T09:42:16.6763330Z * [deliver] correct dependencies (#17739) via Satoshi Namai
2021-01-28T09:42:16.6763720Z * [screengrab] quickfix for valid locales like en_US in Screengrab (#17555) via Marc PEREZ
2021-01-28T09:42:16.6764130Z * [deliver] improve screenshot validation (#17708) via Satoshi Namai
2021-01-28T09:42:16.6764540Z * [tests] fix random test sample code failing test (#17750) via Josh Holtz
2021-01-28T09:42:16.6764930Z 
2021-01-28T09:42:16.6765620Z �[32m2.170.0 Improvements and Upload App Privacy Details�[0m
2021-01-28T09:42:16.6766560Z * [Fastlane.swift] fixed potential undefined method `action_name' in generator (#17660) via phil zhang
2021-01-28T09:42:16.6767670Z * [action] onesignal - update onesignal.rb to include optional organization_id (#17696) via Brandon Carpenter
2021-01-28T09:42:16.6768230Z * [deliver] fix a regression in language detection in Deliver::UploadMetadata (#17730) via Satoshi Namai
2021-01-28T09:42:16.6769280Z * [action] NEW ACTION for App Data Usages: upload_app_privacy_details_to_app_store (#17592) via Josh Holtz
2021-01-28T09:42:16.6770000Z * [match] only include enabled devices for force_for_new_devices (#17695) via Steven Roebert
2021-01-28T09:42:16.6770280Z 
2021-01-28T09:42:16.6771120Z For more information on uploading App Privacy Details, go to https://docs.fastlane.tools/uploading-app-privacy-details/
2021-01-28T09:42:16.6771480Z 
2021-01-28T09:42:16.6772130Z �[32mTo see all new releases, open https://github.com/fastlane/fastlane/releases�[0m
2021-01-28T09:42:16.6772460Z 
2021-01-28T09:42:16.6773190Z �[32mPlease update using `sudo gem install fastlane`�[0m
2021-01-28T09:42:17.0135630Z Fastfile:69:in `block (2 levels) in parsing_binding': \e[31m[!] uninitialized constant Fastlane::Actions::SharedValues::KEYCHAIN_PATH\e[0m (NameError)
2021-01-28T09:42:17.0238620Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/fastlane-2.54.1/fastlane/lib/fastlane/lane.rb:33:in `call'
2021-01-28T09:42:17.0341480Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/fastlane-2.54.1/fastlane/lib/fastlane/runner.rb:49:in `block in execute'
2021-01-28T09:42:17.0409900Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/fastlane-2.54.1/fastlane/lib/fastlane/runner.rb:45:in `chdir'
2021-01-28T09:42:17.0411820Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/fastlane-2.54.1/fastlane/lib/fastlane/runner.rb:45:in `execute'
2021-01-28T09:42:17.0413380Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/fastlane-2.54.1/fastlane/lib/fastlane/lane_manager.rb:52:in `cruise_lane'
2021-01-28T09:42:17.0415250Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/fastlane-2.54.1/fastlane/lib/fastlane/command_line_handler.rb:30:in `handle'
2021-01-28T09:42:17.0416960Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/fastlane-2.54.1/fastlane/lib/fastlane/commands_generator.rb:104:in `block (2 levels) in run'
2021-01-28T09:42:17.0418540Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:178:in `call'
2021-01-28T09:42:17.0420330Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:153:in `run'
2021-01-28T09:42:17.0423650Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/commander-fastlane-4.4.6/lib/commander/runner.rb:476:in `run_active_command'
2021-01-28T09:42:17.0425290Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/fastlane-2.54.1/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:64:in `run!'
2021-01-28T09:42:17.0426760Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/commander-fastlane-4.4.6/lib/commander/delegates.rb:15:in `run!'
2021-01-28T09:42:17.0428610Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/fastlane-2.54.1/fastlane/lib/fastlane/commands_generator.rb:303:in `run'
2021-01-28T09:42:17.0430830Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/fastlane-2.54.1/fastlane/lib/fastlane/commands_generator.rb:42:in `start'
2021-01-28T09:42:17.0432420Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/fastlane-2.54.1/fastlane/lib/fastlane/cli_tools_distributor.rb:66:in `take_off'
2021-01-28T09:42:17.0433840Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/fastlane-2.54.1/bin/fastlane:20:in `'
2021-01-28T09:42:17.0435290Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/bin/fastlane:23:in `load'
2021-01-28T09:42:17.0436490Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/bin/fastlane:23:in `'
2021-01-28T09:42:17.0437840Z Fastfile:69:in `block (2 levels) in parsing_binding': uninitialized constant Fastlane::Actions::SharedValues::KEYCHAIN_PATH (NameError)
2021-01-28T09:42:17.0439820Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/fastlane-2.54.1/fastlane/lib/fastlane/lane.rb:33:in `call'
2021-01-28T09:42:17.0441310Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/fastlane-2.54.1/fastlane/lib/fastlane/runner.rb:49:in `block in execute'
2021-01-28T09:42:17.0442780Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/fastlane-2.54.1/fastlane/lib/fastlane/runner.rb:45:in `chdir'
2021-01-28T09:42:17.0444480Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/fastlane-2.54.1/fastlane/lib/fastlane/runner.rb:45:in `execute'
2021-01-28T09:42:17.0445670Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/fastlane-2.54.1/fastlane/lib/fastlane/lane_manager.rb:52:in `cruise_lane'
2021-01-28T09:42:17.0446890Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/fastlane-2.54.1/fastlane/lib/fastlane/command_line_handler.rb:30:in `handle'
2021-01-28T09:42:17.0448070Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/fastlane-2.54.1/fastlane/lib/fastlane/commands_generator.rb:104:in `block (2 levels) in run'
2021-01-28T09:42:17.0449260Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:178:in `call'
2021-01-28T09:42:17.0450300Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:153:in `run'
2021-01-28T09:42:17.0451450Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/commander-fastlane-4.4.6/lib/commander/runner.rb:476:in `run_active_command'
2021-01-28T09:42:17.0452560Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/fastlane-2.54.1/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:64:in `run!'
2021-01-28T09:42:17.0453730Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/commander-fastlane-4.4.6/lib/commander/delegates.rb:15:in `run!'
2021-01-28T09:42:17.0454800Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/fastlane-2.54.1/fastlane/lib/fastlane/commands_generator.rb:303:in `run'
2021-01-28T09:42:17.0456280Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/fastlane-2.54.1/fastlane/lib/fastlane/commands_generator.rb:42:in `start'
2021-01-28T09:42:17.0457450Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/fastlane-2.54.1/fastlane/lib/fastlane/cli_tools_distributor.rb:66:in `take_off'
2021-01-28T09:42:17.0458510Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/fastlane-2.54.1/bin/fastlane:20:in `'
2021-01-28T09:42:17.0459430Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/bin/fastlane:23:in `load'
2021-01-28T09:42:17.0460220Z 	from /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/bin/fastlane:23:in `'
2021-01-28T09:42:17.0460560Z Done invoking Fastfile
2021-01-28T09:42:17.0478520Z ##[section]Finishing: invoke fastlane And create keychain

Environment

 2021-01-28T10:17:33.7609670Z /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/bundler-1.17.3/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
2021-01-28T10:17:33.7629520Z /Users/runner/hostedtoolcache/Ruby/3.0.0/x64/lib/ruby/gems/3.0.0/gems/bundler-1.17.3/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
2021-01-28T10:17:33.7630880Z [10:17:33]: �[33mGet started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile�[0m
2021-01-28T10:17:36.2135810Z [10:17:36]: �[33mGenerating fastlane environment output, this might take a few seconds...�[0m
2021-01-28T10:17:36.4575750Z 
🚫 fastlane environment 🚫 2021-01-28T10:17:36.4579430Z 2021-01-28T10:17:36.4582210Z ### Stack 2021-01-28T10:17:36.4582840Z 2021-01-28T10:17:36.4583500Z | Key | Value | 2021-01-28T10:17:36.4584870Z | --------------------------- | ------------------------------------------------ | 2021-01-28T10:17:36.4586170Z | OS | 10.15.7 | 2021-01-28T10:17:36.4587000Z | Ruby | 3.0.0 | 2021-01-28T10:17:36.4587810Z | Bundler? | false | 2021-01-28T10:17:36.4588610Z | Git | git version 2.30.0 | 2021-01-28T10:17:36.4589390Z | Installation Source | ~/hostedtoolcache/Ruby/3.0.0/x64/bin/fastlane | 2021-01-28T10:17:36.4590080Z | Host | Mac OS X 10.15.7 (19H114) | 2021-01-28T10:17:36.4596460Z | Ruby Lib Dir | ~/hostedtoolcache/Ruby/3.0.0/x64/lib | 2021-01-28T10:17:36.4679690Z | OpenSSL Version | OpenSSL 1.1.1i 8 Dec 2020 | 2021-01-28T10:17:36.4680640Z | Is contained | false | 2021-01-28T10:17:36.4790040Z | Is homebrew | false | 2021-01-28T10:17:36.4891080Z | Is installed via Fabric.app | false | 2021-01-28T10:17:36.4991500Z | Xcode Path | /Applications/Xcode_12.3.app/Contents/Developer/ | 2021-01-28T10:17:36.4994880Z | Xcode Version | 12.3 | 2021-01-28T10:17:36.4995690Z 2021-01-28T10:17:36.4996070Z 2021-01-28T10:17:36.4996480Z ### System Locale 2021-01-28T10:17:36.4996910Z 2021-01-28T10:17:36.4997350Z | Variable | Value | | 2021-01-28T10:17:36.4999000Z | -------- | ----------- | - | 2021-01-28T10:17:36.5000060Z | LANG | en_US.UTF-8 | ✅ | 2021-01-28T10:17:36.5001030Z | LC_ALL | en_US.UTF-8 | ✅ | 2021-01-28T10:17:36.5001970Z | LANGUAGE | | | 2021-01-28T10:17:36.5003330Z 2021-01-28T10:17:36.5003590Z 2021-01-28T10:17:36.5003790Z ### fastlane files: 2021-01-28T10:17:36.5003980Z 2021-01-28T10:17:36.5004270Z
`./fastlane/Fastfile` 2021-01-28T10:17:36.5004470Z 2021-01-28T10:17:36.5004600Z ```ruby 2021-01-28T10:17:36.5004870Z #dont send info to google 2021-01-28T10:17:36.5005830Z opt_out_usage # opt-out of metrics collection 2021-01-28T10:17:36.5006190Z default_platform(:ios) 2021-01-28T10:17:36.5006420Z #xcversion(version: "11.1") 2021-01-28T10:17:36.5006720Z xcode_select("/Applications/Xcode_12.app") 2021-01-28T10:17:36.5006900Z 2021-01-28T10:17:36.5007000Z 2021-01-28T10:17:36.5007190Z platform :ios do 2021-01-28T10:17:36.5007330Z 2021-01-28T10:17:36.5007430Z 2021-01-28T10:17:36.5007530Z

2021-01-28T10:17:36.5060510Z
2021-01-28T10:17:36.5060720Z

./fastlane/Appfile
2021-01-28T10:17:36.5061040Z
2021-01-28T10:17:36.5061180Z ruby 2021-01-28T10:17:36.5061400Z #app_identifier("com.xxxnetics.xxxBPEREnt") 2021-01-28T10:17:36.5061700Z #apple_id("devops@xxxnetics.com") 2021-01-28T10:17:36.5061970Z #itc_team_id("433380") # App Store Connect Team ID 2021-01-28T10:17:36.5062310Z #team_id("5E6D333C5B") # Developer Portal Team ID
2021-01-28T10:17:36.5062540Z

2021-01-28T10:17:36.5062660Z
2021-01-28T10:17:36.5062850Z ### fastlane gems
2021-01-28T10:17:36.5062990Z
2021-01-28T10:17:36.5063540Z | Gem | Version | Update-Status |
2021-01-28T10:17:36.5064200Z | -------- | ------- | ------------------ |
2021-01-28T10:17:36.5064820Z | fastlane | 2.54.1 | 🚫 Update available |
2021-01-28T10:17:36.5065070Z
2021-01-28T10:17:36.5065490Z
2021-01-28T10:17:36.5065680Z ### Loaded fastlane plugins:
2021-01-28T10:17:36.5065840Z
2021-01-28T10:17:36.5066050Z No plugins Loaded
2021-01-28T10:17:36.5066190Z
2021-01-28T10:17:36.5066290Z
2021-01-28T10:17:36.5066550Z
Loaded gems
2021-01-28T10:17:36.5066730Z
2021-01-28T10:17:36.5066930Z | Gem | Version |
2021-01-28T10:17:36.5067620Z | ------------------------- | ------------ |
2021-01-28T10:17:36.5067920Z | did_you_mean | 1.5.0 |
2021-01-28T10:17:36.5068570Z | slack-notifier | 1.5.1 |
2021-01-28T10:17:36.5068870Z | atomos | 0.1.3 |
2021-01-28T10:17:36.5069190Z | CFPropertyList | 2.3.6 |
2021-01-28T10:17:36.5069470Z | claide | 1.0.3 |
2021-01-28T10:17:36.5069750Z | colored2 | 3.1.2 |
2021-01-28T10:17:36.5070060Z | nanaimo | 0.3.0 |
2021-01-28T10:17:36.5070350Z | xcodeproj | 1.19.0 |
2021-01-28T10:17:36.5070660Z | rouge | 2.0.7 |
2021-01-28T10:17:36.5070940Z | xcpretty | 0.3.0 |
2021-01-28T10:17:36.5071600Z | terminal-notifier | 1.8.0 |
2021-01-28T10:17:36.5072220Z | unicode-display_width | 1.7.0 |
2021-01-28T10:17:36.5072820Z | terminal-table | 1.8.0 |
2021-01-28T10:17:36.5073170Z | plist | 3.6.0 |
2021-01-28T10:17:36.5073440Z | public_suffix | 4.0.6 |
2021-01-28T10:17:36.5073750Z | addressable | 2.7.0 |
2021-01-28T10:17:36.5074360Z | multipart-post | 2.0.0 |
2021-01-28T10:17:36.5074700Z | word_wrap | 1.0.0 |
2021-01-28T10:17:36.5075300Z | tty-screen | 0.5.1 |
2021-01-28T10:17:36.5075640Z | babosa | 1.0.4 |
2021-01-28T10:17:36.5075920Z | colored | 1.2 |
2021-01-28T10:17:36.5076210Z | highline | 1.7.10 |
2021-01-28T10:17:36.5076850Z | commander-fastlane | 4.4.6 |
2021-01-28T10:17:36.5077140Z | excon | 0.78.1 |
2021-01-28T10:17:36.5077650Z | faraday | 0.17.3 |
2021-01-28T10:17:36.5077930Z | unf_ext | 0.0.7.7 |
2021-01-28T10:17:36.5078240Z | unf | 0.1.4 |
2021-01-28T10:17:36.5078520Z | domain_name | 0.5.20190701 |
2021-01-28T10:17:36.5079160Z | http-cookie | 1.0.3 |
2021-01-28T10:17:36.5079820Z | faraday-cookie_jar | 0.0.7 |
2021-01-28T10:17:36.5080120Z | fastimage | 2.2.1 |
2021-01-28T10:17:36.5080440Z | gh_inspector | 1.1.3 |
2021-01-28T10:17:36.5081010Z | uber | 0.1.0 |
2021-01-28T10:17:36.5081340Z | declarative | 0.0.20 |
2021-01-28T10:17:36.5081980Z | declarative-option | 0.1.0 |
2021-01-28T10:17:36.5082280Z | representable | 3.0.4 |
2021-01-28T10:17:36.5082620Z | retriable | 3.1.2 |
2021-01-28T10:17:36.5082900Z | mini_mime | 1.0.2 |
2021-01-28T10:17:36.5083220Z | jwt | 2.2.2 |
2021-01-28T10:17:36.5083490Z | multi_json | 1.15.0 |
2021-01-28T10:17:36.5083800Z | signet | 0.14.1 |
2021-01-28T10:17:36.5084080Z | memoist | 0.16.2 |
2021-01-28T10:17:36.5084360Z | os | 1.1.1 |
2021-01-28T10:17:36.5084670Z | googleauth | 0.15.0 |
2021-01-28T10:17:36.5084940Z | httpclient | 2.8.3 |
2021-01-28T10:17:36.5085250Z | rexml | 3.2.4 |
2021-01-28T10:17:36.5085530Z | webrick | 1.7.0 |
2021-01-28T10:17:36.5086190Z | google-apis-core | 0.2.1 |
2021-01-28T10:17:36.5086490Z | gems | 1.2.0 |
2021-01-28T10:17:36.5087450Z | google-apis-discovery_v1 | 0.1.0 |
2021-01-28T10:17:36.5088000Z | thor | 1.1.0 |
2021-01-28T10:17:36.5088630Z | google-apis-generator | 0.1.2 |
2021-01-28T10:17:36.5089320Z | google-api-client | 0.53.0 |
2021-01-28T10:17:36.5089610Z | json | 2.5.1 |
2021-01-28T10:17:36.5089940Z | mini_magick | 4.5.1 |
2021-01-28T10:17:36.5090220Z | multi_xml | 0.6.0 |
2021-01-28T10:17:36.5090520Z | rubyzip | 1.3.0 |
2021-01-28T10:17:36.5090800Z | security | 0.1.3 |
2021-01-28T10:17:36.5091740Z | xcpretty-travis-formatter | 1.0.1 |
2021-01-28T10:17:36.5092100Z | dotenv | 2.7.6 |
2021-01-28T10:17:36.5092370Z | bundler | 1.17.3 |
2021-01-28T10:17:36.5092680Z | faraday_middleware | 0.14.0 |
2021-01-28T10:17:36.5092960Z | tsort | 0.1.0 |
2021-01-28T10:17:36.5093270Z | set | 1.0.1 |
2021-01-28T10:17:36.5093550Z | uri | 0.10.1 |
2021-01-28T10:17:36.5093830Z | minitest | 5.14.2 |
2021-01-28T10:17:36.5094140Z | zeitwerk | 2.4.2 |
2021-01-28T10:17:36.5094750Z | concurrent-ruby | 1.1.8 |
2021-01-28T10:17:36.5095090Z | tzinfo | 2.0.4 |
2021-01-28T10:17:36.5095370Z | i18n | 1.8.7 |
2021-01-28T10:17:36.5095690Z | activesupport | 6.1.1 |
2021-01-28T10:17:36.5095970Z | ostruct | 0.3.1 |
2021-01-28T10:17:36.5096240Z | logger | 1.4.3 |
2021-01-28T10:17:36.5096550Z | cgi | 0.2.0 |
2021-01-28T10:17:36.5096830Z | erb | 2.2.0 |
2021-01-28T10:17:36.5097140Z | strscan | 3.0.0 |
2021-01-28T10:17:36.5097410Z | optparse | 0.1.0 |
2021-01-28T10:17:36.5097730Z | stringio | 3.0.0 |
2021-01-28T10:17:36.5098010Z | abbrev | 0.1.0 |
2021-01-28T10:17:36.5098290Z | date | 3.1.0 |
2021-01-28T10:17:36.5098780Z | pathname | 0.1.0 |
2021-01-28T10:17:36.5099060Z | forwardable | 1.3.2 |
2021-01-28T10:17:36.5099390Z | tempfile | 0.1.1 |
2021-01-28T10:17:36.5099670Z | delegate | 0.2.0 |
2021-01-28T10:17:36.5099980Z | fileutils | 1.5.0 |
2021-01-28T10:17:36.5100260Z | tmpdir | 0.1.1 |
2021-01-28T10:17:36.5100530Z | shellwords | 0.1.0 |
2021-01-28T10:17:36.5100840Z | openssl | 2.2.0 |
2021-01-28T10:17:36.5101490Z | io-nonblock | 0.1.0 |
2021-01-28T10:17:36.5101840Z | ipaddr | 1.2.2 |
2021-01-28T10:17:36.5102460Z | io-wait | 0.1.0 |
2021-01-28T10:17:36.5102810Z | timeout | 0.1.1 |
2021-01-28T10:17:36.5103090Z | zlib | 1.1.0 |
2021-01-28T10:17:36.5103360Z | digest | 3.0.0 |
2021-01-28T10:17:36.5103680Z | time | 0.1.0 |
2021-01-28T10:17:36.5104290Z | open-uri | 0.1.0 |
2021-01-28T10:17:36.5104600Z | singleton | 0.1.1 |
2021-01-28T10:17:36.5104870Z | base64 | 0.1.0 |
2021-01-28T10:17:36.5105200Z | prettyprint | 0.1.0 |
2021-01-28T10:17:36.5105520Z | pp | 0.1.0 |
2021-01-28T10:17:36.5106280Z | open3 | 0.1.1 |
2021-01-28T10:17:36.5107000Z | net-protocol | 0.1.0 |
2021-01-28T10:17:36.5107610Z | net-smtp | 0.2.1 |
2021-01-28T10:17:36.5107960Z | securerandom | 0.1.0 |
2021-01-28T10:17:36.5108570Z | english | 0.7.1 |
2021-01-28T10:17:36.5108900Z | find | 0.1.0 |
2021-01-28T10:17:36.5109180Z | etc | 1.2.0 |
2021-01-28T10:17:36.5109500Z | resolv | 0.2.0 |
2021-01-28T10:17:36.5109720Z

2021-01-28T10:17:36.5109840Z
2021-01-28T10:17:36.5109950Z
2021-01-28T10:17:36.5110530Z generated on: 2021-01-28
2021-01-28T10:17:36.5110750Z

2021-01-28T10:17:36.5111500Z [10:17:36]: �[32mOpen https://github.com/fastlane/fastlane/issues/new to submit a new issue ✅�[0m
2021-01-28T10:17:36.5111910Z [10:17:36]: Sending Crash/Success information
2021-01-28T10:17:36.5112300Z [10:17:36]: Learn more at https://github.com/fastlane/fastlane#metrics
2021-01-28T10:17:36.5112730Z [10:17:36]: No xxxnal/sensitive data is sent. Only sharing the following:
2021-01-28T10:17:36.5113090Z [10:17:36]: {:fastlane=>1}
2021-01-28T10:17:36.5113490Z [10:17:36]: This information is used to fix failing tools and improve those that are most often used.
2021-01-28T10:17:36.5113970Z [10:17:36]: You can disable this by adding opt_out_usage at the top of your Fastfile
2021-01-28T10:17:36.5114270Z
2021-01-28T10:17:36.5114930Z �[32m#######################################################################�[0m
2021-01-28T10:17:36.5115710Z �[32m# fastlane 2.172.0 is available. You are on 2.54.1.�[0m
2021-01-28T10:17:36.5116360Z �[32m# You should use the latest version.�[0m
2021-01-28T10:17:36.5117000Z �[32m# Please update using sudo gem install fastlane.�[0m
2021-01-28T10:17:36.5117840Z �[32m#######################################################################�[0m
2021-01-28T10:17:36.5118200Z
2021-01-28T10:17:36.5118770Z �[32m2.172.0 Big Improvements�[0m
2021-01-28T10:17:36.5119500Z * [frameit] add support for new iPhone 12-family devices and their new colors (#17940) via Nicolas Mauri
2021-01-28T10:17:36.5120100Z * [deliver][download_metadata] give precedence to generate metadata from edit version instead of live version (#17813) via Roger Oba
2021-01-28T10:17:36.5121080Z * [action] git_commit - skip commit if git status is clean for paths (#17913) via Pierre Felgines
2021-01-28T10:17:36.5121920Z * [spaceship][docs] update spaceship app store connect docs (#17938) via Roger Oba
2021-01-28T10:17:36.5122790Z [snapshot] fix snapshot not saving image files on Apple Silicon M1 (#17912) via Martin Albrecht
2021-01-28T10:17:36.5124150Z * [fastlane] add BUDDY environment variables (#17922) via Rafał Sztwiorok
2021-01-28T10:17:36.5124600Z * [spaceship] adding missing localizations attribute to AppStoreVersion (#17928) via gsavit
2021-01-28T10:17:36.5125070Z * Update sample issue from being an existing issue, to a fake one. (#17934) via Roger Oba
2021-01-28T10:17:36.5125930Z * [action] swiftlint - avoid throwing error for new types of reporters. (#17935) via Roger Oba
2021-01-28T10:17:36.5126770Z * [action] change 'platform' optionality since nil is not really a valid value. (#17936) via Roger Oba
2021-01-28T10:17:36.5127690Z * [gym] update gym's available export_methods to match xcodebuild's. (#17939) via Roger Oba
2021-01-28T10:17:36.5128130Z * [frameit] fix the screenshot size of iPhone 8 Plus (#17977) via Rhett Tuan
2021-01-28T10:17:36.5129080Z * [action] register_device - fix regression that was causing a crash when creating a device that already exists (#17799) via Roger Oba
2021-01-28T10:17:36.5129610Z * [spaceship] allow 2FA request only in interactive mode (#17854) via Oleg Kohtenko
2021-01-28T10:17:36.5130400Z * [action] new create_xcframework action (#17844) via José González
2021-01-28T10:17:36.5130770Z * [CI] support Ruby 2.7 on Circle CI (#17861) via Satoshi Namai
2021-01-28T10:17:36.5131580Z * [action] artifactory - add option to authenticate using an API key (#17835) via Florian Staine
2021-01-28T10:17:36.5132100Z * [gym] update identifier used to looked up the bundle ID when parsing provisioning profile (#17865) via John Britton
2021-01-28T10:17:36.5132590Z * [spaceship] allow for updating of beta groups (#17984) via Krish
2021-01-28T10:17:36.5133820Z * [snapshot] fix picking up 'SnapshotHelper'-files from DerivedData #17828 (#17833) via David Everlöf
2021-01-28T10:17:36.5134320Z * [gym] use unzip for IPA files that are too big (#17825) via Theodore Dubois
2021-01-28T10:17:36.5134750Z * [action] change username for register_devices action to optional (#17942) via Econa77
2021-01-28T10:17:36.5135200Z * [action] add api bearer to create pull request (#17972) via Thilek Silvadorai
2021-01-28T10:17:36.5135640Z * [scan] fix scan not failing when disable_xcpretty and fail_build are true (#17946) via Jean Mainguy
2021-01-28T10:17:36.5136120Z * [scan] fix scan regression caused by not setting slack_default_payloads option (#17923) via Roger Oba
2021-01-28T10:17:36.5136680Z * [gym][scan][snapshot] disable automatic SPM dependencies resolution or skip it entirely (#17916) via Roman Tysiachnik
2021-01-28T10:17:36.5137220Z * [gym][snapshot] fix gym use_system_scm option and add use_system_scm option to snapshot (#17832) via Roger Oba
2021-01-28T10:17:36.5137580Z
2021-01-28T10:17:36.5138140Z �[32m2.171.0 Improvements and Goodbye 2020�[0m
2021-01-28T10:17:36.5139540Z * [itunes-transporter] fix transporter DELIVER_ITMSTRANSPORTER_ADDITIONAL_UPLOAD_PARAMETERS env var validation (#17793) via Roger Oba
2021-01-28T10:17:36.5140970Z * [action] push_to_git_remote - add --push-options option to push_to_git_remote action (#17791) via Roger Oba
2021-01-28T10:17:36.5141970Z * [action] pod_push - add use_json parameter to pod_push action (#17809) via José González
2021-01-28T10:17:36.5142870Z * [action] spm - add --enable-code-coverage option to spm action test command (#17805) via Andrea Sacerdoti
2021-01-28T10:17:36.5143750Z * [action] git_commit - skip commit if nothing is staged (#17804) via Pierre Felgines
2021-01-28T10:17:36.5144600Z * [action] add_git_tag - add option to omit the current lane from tag and message (#17792) via Roger Oba
2021-01-28T10:17:36.5145420Z * [actions] github action - add Bearer authentication option (#17764) via David Cacenabes
2021-01-28T10:17:36.5145960Z * [precheck] allow precheck to be run on live app versions as well as edit ones (#17738) via Roger Oba
2021-01-28T10:17:36.5147240Z * [match] fix MATCH_GIT_PRIVATE_KEY ignored on repo push (#17829) via Sascha P
2021-01-28T10:17:36.5148170Z * [spaceship] adding headers to connect api response object (#17867) via gsavit
2021-01-28T10:17:36.5149500Z * [scan][slack] add slack_default_payloads option to scan and improve slack action's default_payloads docs (#17866) via Roger Oba
2021-01-28T10:17:36.5150240Z * [sigh] fix undefined method expires with expiration_date in Sigh::Runner (#17741) via Roger Oba
2021-01-28T10:17:36.5150740Z * [spaceship] adding missing phased release and review details attributes (#17761) via gsavit
2021-01-28T10:17:36.5151230Z * [action] add download_app_privacy_details_from_app_store action (#17746) via Igor Makarov
2021-01-28T10:17:36.5151650Z * [match] fix recursion when MATCH_PASSWORD is not set (#17557) via Roger Oba
2021-01-28T10:17:36.5152140Z * [action] fail nexus_upload action when the underlying command line fails. (#17740) via Roger Oba
2021-01-28T10:17:36.5152540Z * [deliver] correct dependencies (#17739) via Satoshi Namai
2021-01-28T10:17:36.5152960Z * [screengrab] quickfix for valid locales like en_US in Screengrab (#17555) via Marc PEREZ
2021-01-28T10:17:36.5153370Z * [deliver] improve screenshot validation (#17708) via Satoshi Namai
2021-01-28T10:17:36.5153770Z * [tests] fix random test sample code failing test (#17750) via Josh Holtz
2021-01-28T10:17:36.5154010Z
2021-01-28T10:17:36.5154640Z �[32m2.170.0 Improvements and Upload App Privacy Details�[0m
2021-01-28T10:17:36.5155480Z * [Fastlane.swift] fixed potential undefined method action_name' in generator (#17660) via phil zhang 2021-01-28T10:17:36.5156340Z * [action] onesignal - update onesignal.rb to include optional organization_id (#17696) via Brandon Carpenter 2021-01-28T10:17:36.5156930Z * [deliver] fix a regression in language detection in Deliver::UploadMetadata (#17730) via Satoshi Namai 2021-01-28T10:17:36.5157850Z * [action] NEW ACTION for App Data Usages: upload_app_privacy_details_to_app_store (#17592) via Josh Holtz 2021-01-28T10:17:36.5158400Z * [match] only include enabled devices for force_for_new_devices (#17695) via Steven Roebert 2021-01-28T10:17:36.5158680Z 2021-01-28T10:17:36.5159470Z For more information on uploading App Privacy Details, go to https://docs.fastlane.tools/uploading-app-privacy-details/ 2021-01-28T10:17:36.5159870Z 2021-01-28T10:17:36.5160530Z �[32mTo see all new releases, open https://github.com/fastlane/fastlane/releases�[0m 2021-01-28T10:17:36.5160810Z 2021-01-28T10:17:36.5161420Z �[32mPlease update using sudo gem install fastlane`�[0m
2021-01-28T10:17:36.8371090Z ##[section]Finishing: invoke fastlane And create keychain

@meiry
Copy link
Author

meiry commented Jan 28, 2021

i found the cause of the problem, apparently, Fastlane as do not support ruby version 3 ,
once i downgrade ruby to version 2.7 all returned to work just fine

@max-ott max-ott closed this as completed Jan 29, 2021
@meiry
Copy link
Author

meiry commented Jan 30, 2021

@max-ott
why did you close it ? this is a real bug.
supporting Fastlane with ruby 3

@max-ott
Copy link
Contributor

max-ott commented Jan 30, 2021

This is a huge Endeavour and there is already a plan for it, it’s even in the pinned issues: #17931

@meiry
Copy link
Author

meiry commented Jan 30, 2021

@max-ott
please write in the site docs in the setup section + GitHub README

@max-ott
Copy link
Contributor

max-ott commented Jan 30, 2021

This is an open source project. Feel free to open a pull request if you think it should be there.

@fastlane fastlane locked as resolved and limited conversation to collaborators Jan 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants