This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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]: ------------------------------ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [08:28:06]: ------------------------------------ | |
| [08:28:06]: --- Step: increment_build_number --- | |
| [08:28:06]: ------------------------------------ | |
| [08:28:06]: [SHELL COMMAND]: cd /Users/sleroux/development/firefox-ios && agvtool new-version -all 1 | |
| [08:28:07]: [SHELL]: Setting version of project Client to: | |
| [08:28:07]: [SHELL]: 1. | |
| [08:28:07]: [SHELL]: | |
| [08:28:07]: [SHELL]: Also setting CFBundleVersion key (assuming it exists) | |
| [08:28:07]: [SHELL]: | |
| [08:28:07]: [SHELL]: Updating CFBundleVersion in Info.plist(s)... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "event_id": "64bc8a496ad8c77b63ad0ca30e1fbe33", | |
| "message": "RuntimeError: \u001b[31mCould not find action or lane 'params'. Check out the README for more details: https://github.com/fastlane/fastlane\u001b[0m", | |
| "timestamp": "2016-01-18T16:18:12", | |
| "time_spent": null, | |
| "level": 40, | |
| "project": null, | |
| "platform": "ruby", | |
| "logger": "", | |
| "culprit": "fastlane/runner.rb in try_switch_to_lane at line 117", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [09:14:17]: Exit status of command '../scripts/localise.sh --only-complete' was 1 instead of 0. | |
| Activating virtualenv | |
| New python executable in python-env/bin/python2.7 | |
| Also creating executable in python-env/bin/python | |
| Installing setuptools, pip, wheel...done. | |
| You are using pip version 7.1.0, however version 7.1.2 is available. | |
| You should consider upgrading via the 'pip install --upgrade pip' command. | |
| Collecting lxml | |
| Installing collected packages: lxml | |
| Successfully installed lxml-3.5.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "event_id": "5411600fc1374d96e8c110bab072bd8f", | |
| "message": "NoMethodError: undefined method `split' for nil:NilClass", | |
| "timestamp": "2016-01-21T13:58:05", | |
| "time_spent": null, | |
| "level": 40, | |
| "project": null, | |
| "platform": "ruby", | |
| "logger": "", | |
| "culprit": "../../build-tools/fastlane/BaseFastfile in block (2 levels) in parsing_binding at line 211", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "event_id": "3aa65b6a9bda1ef4bb3c73dfb20d3baa", | |
| "message": "Errno::ENOENT: No such file or directory - ./fastlane/screenshots/screenshots.html", | |
| "timestamp": "2016-01-21T14:06:17", | |
| "time_spent": null, | |
| "level": 40, | |
| "project": null, | |
| "platform": "ruby", | |
| "logger": "", | |
| "culprit": "snapshot/reports_generator.rb in write at line 34", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/Client-Bridging-Header.h b/Client-Bridging-Header.h | |
| index d3e75cb..8fdf6e9 100644 | |
| --- a/Client-Bridging-Header.h | |
| +++ b/Client-Bridging-Header.h | |
| @@ -8,6 +8,7 @@ | |
| #import "Try.h" | |
| #import "GCDWebServer.h" | |
| +#import "Crasher.h" | |
| #import "GCDWebServerDataRequest.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Request: | |
| POST /1.5/45737838/storage/bookmarks?batch=true HTTP/1.1 | |
| Host: sync-340-us-west-2.sync.services.mozilla.com | |
| Content-Type: application/newlines | |
| X-If-Unmodified-Since: 1472482703.87 | |
| Accept: */* | |
| Connection: keep-alive | |
| Proxy-Connection: keep-alive | |
| Content-Length: 905 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT DISTINCT historyID, url, title, guid, visitCount, visitDate, iconID, iconURL, iconType, iconDate, iconWidth | |
| FROM ( | |
| SELECT historyID, url, title, guid, visitCount, visitDate | |
| FROM ( | |
| SELECT * | |
| FROM ( | |
| SELECT history.id as historyId, bmkUri as url, bookmarksLocal.title as title, history.guid as guid, sum(1) as visitCount, max(visits.date) as visitDate, bookmarksLocal.local_modified as modified | |
| FROM bookmarksLocal | |
| LEFT JOIN history ON history.url = bookmarksLocal.bmkUri | |
| LEFT JOIN visits ON history.id = visits.siteID |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT * | |
| FROM ( | |
| SELECT * FROM ( | |
| SELECT history.id AS historyID, history.url AS url, history.title AS title, NULL AS latest, (SELECT count(1) FROM visits WHERE visits.siteID = history.id) as visitCount | |
| FROM ( | |
| SELECT bmkUri | |
| FROM view_bookmarksLocal_on_mirror | |
| WHERE view_bookmarksLocal_on_mirror.server_modified > 1472836869199 OR view_bookmarksLocal_on_mirror.local_modified > 1472836869199 | |
| ) | |
| LEFT JOIN history ON history.url = bmkUri |