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

sigh timeout #17

Closed
turowicz opened this issue Jan 26, 2015 · 5 comments
Closed

sigh timeout #17

turowicz opened this issue Jan 26, 2015 · 5 comments

Comments

@turowicz
Copy link

Running fastlane beta results in a timeout on a sigh step. Is there a way of overriding the timeout setting? Weird error, the dev portal works fine in the browser...

Wojciechs-MacBook-Pro:src wojtek$ fastlane beta
INFO [2015-01-26 13:58:27.69]: Driving the lane 'beta'
INFO [2015-01-26 13:58:27.69]: Step: increment_build_number
INFO [2015-01-26 13:58:27.69]: [SHELL COMMAND]: agvtool next-version -all
INFO [2015-01-26 13:58:27.89]: [SHELL OUTPUT]: Setting version of project X to:
INFO [2015-01-26 13:58:27.89]: [SHELL OUTPUT]: 13.
INFO [2015-01-26 13:58:27.89]: [SHELL OUTPUT]:
INFO [2015-01-26 13:58:27.90]: [SHELL OUTPUT]: Also setting CFBundleVersion key (assuming it exists)
INFO [2015-01-26 13:58:27.90]: [SHELL OUTPUT]:
INFO [2015-01-26 13:58:27.91]: [SHELL OUTPUT]: Updating CFBundleVersion in Info.plist(s)...
INFO [2015-01-26 13:58:27.91]: [SHELL OUTPUT]:
INFO [2015-01-26 13:58:27.92]: [SHELL OUTPUT]: Updated CFBundleVersion in "X.xcodeproj/../X/Info.plist" to 13
INFO [2015-01-26 13:58:27.93]: [SHELL OUTPUT]: Updated CFBundleVersion in "X.xcodeproj/../XTests/Info.plist" to 13
INFO [2015-01-26 13:58:27.93]: [SHELL OUTPUT]:
INFO [2015-01-26 13:58:27.93]: [SHELL OUTPUT]:
INFO [2015-01-26 13:58:28.12]: Step: cocoapods
INFO [2015-01-26 13:58:28.12]: [SHELL COMMAND]: pod install
INFO [2015-01-26 13:58:28.36]: [SHELL OUTPUT]: Analyzing dependencies
INFO [2015-01-26 13:58:31.52]: [SHELL OUTPUT]:
INFO [2015-01-26 13:58:31.52]: [SHELL OUTPUT]: CocoaPods 0.36.0.beta.1 is available.
INFO [2015-01-26 13:58:31.52]: [SHELL OUTPUT]: To update use: gem install cocoapods --pre
INFO [2015-01-26 13:58:31.52]: [SHELL OUTPUT]: [!] This is a test version we'd love you to try.
INFO [2015-01-26 13:58:31.52]: [SHELL OUTPUT]:
INFO [2015-01-26 13:58:31.52]: [SHELL OUTPUT]: For more information see http://blog.cocoapods.org
INFO [2015-01-26 13:58:31.52]: [SHELL OUTPUT]: and the CHANGELOG for this version http://git.io/BaH8pQ.
INFO [2015-01-26 13:58:31.52]: [SHELL OUTPUT]:
INFO [2015-01-26 13:58:32.31]: [SHELL OUTPUT]: Downloading dependencies
INFO [2015-01-26 13:58:32.31]: [SHELL OUTPUT]: Using GTMHTTPFetcher (1.141)
INFO [2015-01-26 13:58:32.31]: [SHELL OUTPUT]: Using GZIP (1.0.3)
INFO [2015-01-26 13:58:32.31]: [SHELL OUTPUT]: Using JDStatusBarNotification (1.5.0)
INFO [2015-01-26 13:58:32.31]: [SHELL OUTPUT]: Using Mixpanel (2.6.2)
INFO [2015-01-26 13:58:32.31]: [SHELL OUTPUT]: Using NSDate+TimeAgo (1.0.3)
INFO [2015-01-26 13:58:32.31]: [SHELL OUTPUT]: Using OpenSSL-Universal (1.0.1.k)
INFO [2015-01-26 13:58:32.31]: [SHELL OUTPUT]: Using SZTextView (1.1.10)
INFO [2015-01-26 13:58:32.31]: [SHELL OUTPUT]: Using SlackTextViewController (1.4.1)
INFO [2015-01-26 13:58:32.31]: [SHELL OUTPUT]: Using Tweaks (1.1.0)
INFO [2015-01-26 13:58:32.31]: [SHELL OUTPUT]: Using gtm-oauth2 (0.1.0)
INFO [2015-01-26 13:58:32.31]: [SHELL OUTPUT]: Using mailcore2 (0.4.7)
INFO [2015-01-26 13:58:32.31]: [SHELL OUTPUT]: Generating Pods project
INFO [2015-01-26 13:58:33.10]: [SHELL OUTPUT]: Integrating client projects
INFO [2015-01-26 13:58:33.63]: [SHELL OUTPUT]:
INFO [2015-01-26 13:58:33.63]: [SHELL OUTPUT]: [!] GTMHTTPFetcher has been deprecated in favor of gtm-http-fetcher
INFO [2015-01-26 13:58:33.63]: [SHELL OUTPUT]:
INFO [2015-01-26 13:58:33.63]: [SHELL OUTPUT]: [!] mailcore2 has been deprecated in favor of mailcore2-ios
INFO [2015-01-26 13:58:33.65]: Step: sigh
INFO [2015-01-26 13:58:35.15]: Login into iOS Developer Center
The file /Users/wojtek/Workspace/x-ios/src/Error1422280745.png does not exist.
INFO [2015-01-26 13:59:05.18]: Variable Dump:
INFO [2015-01-26 13:59:05.18]: {:LANE_NAME=>:beta, :BUILD_NUMBER=>13}
FATAL [2015-01-26 13:59:05.18]: Capybara::Poltergeist::TimeoutError
FATAL [2015-01-26 13:59:05.18]: fastlane finished with errors

@KrauseFx
Copy link
Member

For easier debugging I recommend running sigh directly. Does this happen every time?
What does the generated screenshot show?

@turowicz
Copy link
Author

Turned out the process was failing because it couldn't create the screenshot 😮

Its going pass that step now, sorting out the delivery.

@KrauseFx
Copy link
Member

Can you run phantomjs -v and let me know which version you're using?

@turowicz
Copy link
Author

Wojciechs-MacBook-Pro:src wojtek$ phantomjs -v
1.9.8

@KrauseFx
Copy link
Member

That looks okay. I wonder why it failed generating the screenshot...

KrauseFx pushed a commit that referenced this issue Mar 7, 2016
Restore behavior of exiting when no device is found
KrauseFx pushed a commit that referenced this issue Mar 7, 2016
@fastlane fastlane locked and limited conversation to collaborators Sep 22, 2016
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