Skip to content

Instantly share code, notes, and snippets.

@simonexmachina
Created January 8, 2016 01:28
Show Gist options
  • Save simonexmachina/3df8377ea2bc0ecfd583 to your computer and use it in GitHub Desktop.
Save simonexmachina/3df8377ea2bc0ecfd583 to your computer and use it in GitHub Desktop.
match IO error on CircleCI
bundle exec match appstore --readonly
+----------------+--------------------------------------------+
| Summary for match 0.2.4 |
+----------------+--------------------------------------------+
| git_url | [email protected]:jtribe/bwf-certificates.git |
| type | appstore |
| app_identifier | org.bwfbadminton.ShuttleTime |
| username | [email protected] |
| keychain_name | login.keychain |
| readonly | true |
| verbose | false |
| force | false |
| shallow_clone | true |
+----------------+--------------------------------------------+
[01:26:26]: Cloning remote git repo...
Cloning into '/tmp/d20160108-11811-7eu88l'...
remote: Counting objects: 16, done.
remote: Compressing objects: 100% (15/15), done.
remote: Total 16 (delta 0), reused 15 (delta 0), pack-reused 0
Receiving objects: 100% (16/16), 23.22 KiB | 0 bytes/s, done.
Checking connectivity... done.
Input/output error - /dev/pts/6
[01:26:26]: 🔒 Successfully encrypted certificates repo
/home/ubuntu/bwf-ios/vendor/bundle/ruby/2.0.0/gems/fastlane_core-0.32.0/lib/fastlane_core/command_executor.rb:26:in `each': Input/output error - /dev/pts/6 (Errno::EIO)
from /home/ubuntu/bwf-ios/vendor/bundle/ruby/2.0.0/gems/fastlane_core-0.32.0/lib/fastlane_core/command_executor.rb:26:in `block in execute'
from /home/ubuntu/bwf-ios/vendor/bundle/ruby/2.0.0/gems/fastlane_core-0.32.0/lib/fastlane_core/command_executor.rb:25:in `spawn'
from /home/ubuntu/bwf-ios/vendor/bundle/ruby/2.0.0/gems/fastlane_core-0.32.0/lib/fastlane_core/command_executor.rb:25:in `execute'
from /home/ubuntu/bwf-ios/vendor/bundle/ruby/2.0.0/gems/match-0.2.4/lib/match/git_helper.rb:11:in `clone'
from /home/ubuntu/bwf-ios/vendor/bundle/ruby/2.0.0/gems/match-0.2.4/lib/match/runner.rb:10:in `run'
from /home/ubuntu/bwf-ios/vendor/bundle/ruby/2.0.0/gems/match-0.2.4/bin/match:52:in `block (3 levels) in run'
from /home/ubuntu/bwf-ios/vendor/bundle/ruby/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:178:in `call'
from /home/ubuntu/bwf-ios/vendor/bundle/ruby/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:178:in `call'
from /home/ubuntu/bwf-ios/vendor/bundle/ruby/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:153:in `run'
from /home/ubuntu/bwf-ios/vendor/bundle/ruby/2.0.0/gems/commander-4.3.5/lib/commander/runner.rb:428:in `run_active_command'
from /home/ubuntu/bwf-ios/vendor/bundle/ruby/2.0.0/gems/commander-4.3.5/lib/commander/runner.rb:68:in `run!'
from /home/ubuntu/bwf-ios/vendor/bundle/ruby/2.0.0/gems/commander-4.3.5/lib/commander/delegates.rb:15:in `run!'
from /home/ubuntu/bwf-ios/vendor/bundle/ruby/2.0.0/gems/match-0.2.4/bin/match:108:in `run'
from /home/ubuntu/bwf-ios/vendor/bundle/ruby/2.0.0/gems/match-0.2.4/bin/match:116:in `<top (required)>'
from /home/ubuntu/bwf-ios/vendor/bundle/ruby/2.0.0/bin/match:23:in `load'
bundle exec match appstore --readonly returned exit code 1
from /home/ubuntu/bwf-ios/vendor/bundle/ruby/2.0.0/bin/match:23:in `<main>' Action failed: bundle exec match appstore --readonly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment