Skip to content

Instantly share code, notes, and snippets.

@sleroux
Created November 18, 2015 16:02
Show Gist options
  • Select an option

  • Save sleroux/ba8e51b54147b12bcdf6 to your computer and use it in GitHub Desktop.

Select an option

Save sleroux/ba8e51b54147b12bcdf6 to your computer and use it in GitHub Desktop.
[10:58:21]: Successfully loaded custom action '/Users/sleroux/development/firefox-ios/fastlane/actions/checkout_git_branch.rb'.
[10:58:21]: Using branch: fluffyemily/fastlane-integration
[10:58:21]: Using build: 1
[10:58:21]: Using version: 1.0.0
[10:58:21]: Using username: <>
[10:58:21]: -------------------------------------------------
[10:58:21]: --- Step: Verifying required fastlane version ---
[10:58:21]: -------------------------------------------------
[10:58:21]: fastlane version valid
[10:58:21]: ------------------------------
[10:58:21]: --- Step: default_platform ---
[10:58:21]: ------------------------------
[10:58:22]: Driving the lane 'ios aurora' ๐Ÿš€
[10:58:22]: Aurora: {:branch=>"fluffyemily/fastlane-integration", :build=>"1", :version=>"1.0.0", :username=>"<>"}
[10:58:22]: --------------------------------------
[10:58:22]: --- Step: Switch to ios setup lane ---
[10:58:22]: --------------------------------------
[10:58:22]: Cruising over to lane 'ios setup' ๐Ÿš–
[10:58:22]: Setup: {:branch=>"fluffyemily/fastlane-integration", :build=>"1", :version=>"1.0.0", :username=>"<>"}
[10:58:22]: ------------------------------
[10:58:22]: --- Step: get_build_number ---
[10:58:22]: ------------------------------
[10:58:22]: [SHELL COMMAND]: cd /Users/sleroux/development/firefox-ios && agvtool what-version -terse
[10:58:22]: [SHELL]: 5
[10:58:22]: --------------------------------
[10:58:22]: --- Step: get_version_number ---
[10:58:22]: --------------------------------
[10:58:22]: [SHELL COMMAND]: cd /Users/sleroux/development/firefox-ios && agvtool what-marketing-version -terse1
[10:58:23]: [SHELL]: 1.0
[10:58:23]: firefox-ios-aurora-1.0.0-1-20151118T155823Z
[10:58:23]: ---------------------------------
[10:58:23]: --- Step: checkout_git_branch ---
[10:58:23]: ---------------------------------
[10:58:23]: Branch Name: firefox-ios-aurora-1.0.0-1
[10:58:23]: Branch From: master
[10:58:23]: [SHELL COMMAND]: git checkout 'master' || exit 1
[10:58:23]: [SHELL]: Switched to branch 'master'
[10:58:23]: [SHELL]: Your branch is behind 'origin/master' by 17 commits, and can be fast-forwarded.
[10:58:23]: [SHELL]: (use "git pull" to update your local branch)
[10:58:23]: [SHELL COMMAND]: git checkout 'firefox-ios-aurora-1.0.0-1' || git checkout -b 'firefox-ios-aurora-1.0.0-1' || exit 1
[10:58:23]: [SHELL]: error: pathspec 'firefox-ios-aurora-1.0.0-1' did not match any file(s) known to git.
[10:58:23]: [SHELL]: Switched to a new branch 'firefox-ios-aurora-1.0.0-1'
[10:58:23]: ------------------------------------
[10:58:23]: --- Step: ../scripts/localise.sh ---
[10:58:23]: ------------------------------------
[10:58:23]: [SHELL COMMAND]: ../scripts/localise.sh
[10:58:23]: Variable Dump:
[10:58:23]: {:DEFAULT_PLATFORM=>:ios, :PLATFORM_NAME=>:ios, :LANE_NAME=>"ios-aurora", :BUILD_NUMBER=>"5", :VERSION_NUMBER=>"1.0"}
[10:58:23]: No such file or directory - ../scripts/localise.sh
+------+-------------------------------------+-------------+
| fastlane summary |
+------+-------------------------------------+-------------+
| Step | Action | Time (in s) |
+------+-------------------------------------+-------------+
| 1 | Verifying required fastlane version | 0 |
| 2 | default_platform | 0 |
| 3 | Switch to ios setup lane | 0 |
| 4 | get_build_number | 0 |
| 5 | get_version_number | 0 |
| 6 | checkout_git_branch | 0 |
| 7 | ../scripts/localise.sh | 0 |
+------+-------------------------------------+-------------+
[10:58:23]: fastlane finished with errors
Successfully submitted crash report. If this is a problem with one of the tools you want to report
please submit an issue on GitHub and attach the following number to it: 'a5e183161b7ef4dbfa383fa74adba418'
Also stored the crash report locally '/tmp/sentry_a5e183161b7ef4dbfa383fa74adba418.json'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment