Skip to content

Instantly share code, notes, and snippets.

@osvadimos
Created February 12, 2018 09:42
Show Gist options
  • Save osvadimos/dc3f1b52d9210aa971bbe35c6c77d669 to your computer and use it in GitHub Desktop.
Save osvadimos/dc3f1b52d9210aa971bbe35c6c77d669 to your computer and use it in GitHub Desktop.
Last login: Mon Jan 15 08:57:08 on ttys000
admins-MacBook-Pro:keys admin$ ll
total 32
-r-------- 1 admin staff 1692 15 Jan 08:57 beta-l-r.pem
-r--------@ 1 admin staff 1692 20 Oct 21:11 bl.pem
-r--------@ 1 admin staff 1696 14 Nov 08:37 love-rewards_PEM.pem
-r--------@ 1 admin staff 1692 8 Oct 13:51 vi.pem
admins-MacBook-Pro:keys admin$ ssh -i beta-l-r.pem [email protected]
The authenticity of host '34.249.247.141 (34.249.247.141)' can't be established.
ECDSA key fingerprint is SHA256:ZXrwALWZBa7K47pjNHAWX/zlnc7t+znDGlNl0gVEfhk.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '34.249.247.141' (ECDSA) to the list of known hosts.
Welcome to Ubuntu 14.04 LTS (GNU/Linux 3.13.0-29-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Mon Jan 15 05:58:27 GMT 2018
System load: 0.0 Processes: 118
Usage of /: 59.0% of 11.67GB Users logged in: 0
Memory usage: 12% IP address for eth0: 172.31.6.103
Swap usage: 0%
Graph this data and manage this system at:
https://landscape.canonical.com/
Get cloud support with Ubuntu Advantage Cloud Guest:
http://www.ubuntu.com/business/services/cloud
256 packages can be updated.
170 updates are security updates.
New release '16.04.3 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
*** /dev/xvda1 should be checked for errors ***
You have new mail.
Last login: Mon Jan 15 05:58:30 2018 from 37.45.205.160
ubuntu@ip-172-31-6-103:~$ packet_write_wait: Connection to 34.249.247.141 port 22: Broken pipe
admins-MacBook-Pro:keys admin$ cd
admins-MacBook-Pro:~ admin$ ll
total 0
drwx------@ 4 admin staff 128 29 Sep 13:42 Applications
drwx------+ 17 admin staff 544 26 Dec 15:54 Desktop
drwx------+ 6 admin staff 192 26 Oct 11:15 Documents
drwx------+ 24 admin staff 768 29 Jan 15:39 Downloads
drwx------@ 67 admin staff 2144 26 Dec 15:28 Library
drwx------+ 3 admin staff 96 17 Jul 2017 Movies
drwx------+ 4 admin staff 128 25 Sep 16:10 Music
drwx------+ 3 admin staff 96 17 Jul 2017 Pictures
drwxr-xr-x+ 5 admin staff 160 17 Jul 2017 Public
drwxr-xr-x 6 admin staff 192 15 Jan 08:57 keys
drwxr-xr-x 3 admin staff 96 1 Oct 10:20 projects
admins-MacBook-Pro:~ admin$ ll -h
total 0
drwx------@ 4 admin staff 128B 29 Sep 13:42 Applications
drwx------+ 17 admin staff 544B 26 Dec 15:54 Desktop
drwx------+ 6 admin staff 192B 26 Oct 11:15 Documents
drwx------+ 24 admin staff 768B 29 Jan 15:39 Downloads
drwx------@ 67 admin staff 2.1K 26 Dec 15:28 Library
drwx------+ 3 admin staff 96B 17 Jul 2017 Movies
drwx------+ 4 admin staff 128B 25 Sep 16:10 Music
drwx------+ 3 admin staff 96B 17 Jul 2017 Pictures
drwxr-xr-x+ 5 admin staff 160B 17 Jul 2017 Public
drwxr-xr-x 6 admin staff 192B 15 Jan 08:57 keys
drwxr-xr-x 3 admin staff 96B 1 Oct 10:20 projects
admins-MacBook-Pro:~ admin$ cd
admins-MacBook-Pro:~ admin$ cd projects/ios/
admins-MacBook-Pro:ios admin$ ll
total 0
drwxr-xr-x 6 admin staff 192 1 Oct 10:48 curious-cat-ios
admins-MacBook-Pro:ios admin$ cd curious-cat-ios/
admins-MacBook-Pro:curious-cat-ios admin$ git branch
* develop
master
admins-MacBook-Pro:curious-cat-ios admin$ git pull
The authenticity of host 'github.com (192.30.253.112)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,192.30.253.112' (RSA) to the list of known hosts.
remote: Counting objects: 1269, done.
remote: Compressing objects: 100% (277/277), done.
remote: Total 1269 (delta 651), reused 887 (delta 603), pack-reused 330
Receiving objects: 100% (1269/1269), 21.78 MiB | 859.00 KiB/s, done.
Resolving deltas: 100% (766/766), completed with 224 local objects.
From github.com:Ansr-io/curious-cat-ios
3c4532c..de09331 develop -> origin/develop
* [new branch] feature-e2 -> origin/feature-e2
f289a42..4e721bb master -> origin/master
* [new tag] v0.24.2 -> v0.24.2
* [new tag] v0.22.0 -> v0.22.0
* [new tag] v0.22.1 -> v0.22.1
* [new tag] v0.23.0 -> v0.23.0
* [new tag] v0.23.1 -> v0.23.1
* [new tag] v0.23.2 -> v0.23.2
* [new tag] v0.24.0 -> v0.24.0
* [new tag] v0.24.1 -> v0.24.1
Updating 3c4532c..de09331
error: The following untracked working tree files would be overwritten by merge:
Curious Cat/Pods/Headers/Public/Crashlytics/Crashlytics/ANSCompatibility.h
Curious Cat/Pods/Headers/Public/Crashlytics/Crashlytics/Answers.h
Curious Cat/Pods/Headers/Public/Crashlytics/Crashlytics/CLSAttributes.h
Curious Cat/Pods/Headers/Public/Crashlytics/Crashlytics/CLSLogging.h
Curious Cat/Pods/Headers/Public/Crashlytics/Crashlytics/CLSReport.h
Curious Cat/Pods/Headers/Public/Crashlytics/Crashlytics/CLSStackFrame.h
Curious Cat/Pods/Headers/Public/Crashlytics/Crashlytics/Crashlytics.h
Curious Cat/Pods/Headers/Public/Fabric/Fabric/FABAttributes.h
Curious Cat/Pods/Headers/Public/Fabric/Fabric/Fabric.h
Please move or remove them before you merge.
Aborting
admins-MacBook-Pro:curious-cat-ios admin$ git status
On branch develop
Your branch is behind 'origin/develop' by 75 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
Untracked files:
(use "git add <file>..." to include in what will be committed)
Curious Cat/Pods/Crashlytics/
Curious Cat/Pods/Fabric/
Curious Cat/Pods/Headers/Public/Crashlytics/
Curious Cat/Pods/Headers/Public/Fabric/
nothing added to commit but untracked files present (use "git add" to track)
admins-MacBook-Pro:curious-cat-ios admin$ git reset --hard
HEAD is now at 3c4532c CCI-98: crash: TasksStartDetailTVCell.swift line 46
admins-MacBook-Pro:curious-cat-ios admin$ cd ..
admins-MacBook-Pro:ios admin$ ll
total 0
drwxr-xr-x 6 admin staff 192 1 Oct 10:48 curious-cat-ios
admins-MacBook-Pro:ios admin$ rm -r curious-cat-ios/
override r--r--r-- admin/staff for curious-cat-ios//Curious Cat/Pods/UITextView+Placeholder/Sources/UITextView+Placeholder.m? c
override r--r--r-- admin/staff for curious-cat-ios//Curious Cat/Pods/UITextView+Placeholder/Sources/UITextView+Placeholder.h?
rm: curious-cat-ios//Curious Cat/Pods/UITextView+Placeholder/Sources: Directory not empty
rm: curious-cat-ios//Curious Cat/Pods/UITextView+Placeholder: Directory not empty
override r--r--r-- admin/staff for curious-cat-ios//Curious Cat/Pods/Adjust/Adjust/ADJConfig.h? ^C
admins-MacBook-Pro:ios admin$ sudo rm -r curious-cat-ios/
Password:
admins-MacBook-Pro:ios admin$ history | grep clone
15 git clone [email protected]:Ansr-io/curious-cat-ios.git
142 history | grep clone
admins-MacBook-Pro:ios admin$ !15
git clone [email protected]:Ansr-io/curious-cat-ios.git
Cloning into 'curious-cat-ios'...
Warning: Permanently added the RSA host key for IP address '192.30.253.113' to the list of known hosts.
remote: Counting objects: 6113, done.
remote: Compressing objects: 100% (485/485), done.
remote: Total 6113 (delta 269), reused 449 (delta 174), pack-reused 5395
Receiving objects: 100% (6113/6113), 37.90 MiB | 1.14 MiB/s, done.
Resolving deltas: 100% (3534/3534), done.
admins-MacBook-Pro:ios admin$ cd curious-cat-ios/
admins-MacBook-Pro:curious-cat-ios admin$ git branch
* master
admins-MacBook-Pro:curious-cat-ios admin$ git checkout -b develop origin/develop
Branch develop set up to track remote branch develop from origin.
Switched to a new branch 'develop'
admins-MacBook-Pro:curious-cat-ios admin$ git pull
Already up-to-date.
admins-MacBook-Pro:curious-cat-ios admin$ git branch
* develop
master
admins-MacBook-Pro:curious-cat-ios admin$ git log -1
commit de0933187e468dc18e1a784e8381d693ffe11213 (HEAD -> develop, origin/develop)
Author: VladPy <[email protected]>
Date: Mon Feb 12 08:04:41 2018 +0300
CCI-155: upgrade pod dependencies.
admins-MacBook-Pro:curious-cat-ios admin$ bitrise run develop-build-and-publish
-bash: bitrise: command not found
admins-MacBook-Pro:curious-cat-ios admin$ brew update
-bash: brew: command not found
admins-MacBook-Pro:curious-cat-ios admin$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
==> This script will install:
/usr/local/bin/brew
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
/usr/local/Homebrew
==> The following existing directories will be made group writable:
/usr/local/bin
/usr/local/share
/usr/local/share/man
/usr/local/share/man/man1
/usr/local/share/man/man3
/usr/local/share/man/man5
/usr/local/share/man/man7
==> The following existing directories will have their owner set to admin:
/usr/local/bin
/usr/local/share
/usr/local/share/man
/usr/local/share/man/man1
/usr/local/share/man/man3
/usr/local/share/man/man5
/usr/local/share/man/man7
==> The following existing directories will have their group set to admin:
/usr/local/bin
/usr/local/share
/usr/local/share/man
/usr/local/share/man/man1
/usr/local/share/man/man3
/usr/local/share/man/man5
/usr/local/share/man/man7
==> The following new directories will be created:
/usr/local/Cellar
/usr/local/Homebrew
/usr/local/Frameworks
/usr/local/etc
/usr/local/include
/usr/local/lib
/usr/local/opt
/usr/local/sbin
/usr/local/share/zsh
/usr/local/share/zsh/site-functions
/usr/local/var
==> The Xcode Command Line Tools will be installed.
Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/chmod u+rwx /usr/local/bin /usr/local/share /usr/local/share/man /usr/local/share/man/man1 /usr/local/share/man/man3 /usr/local/share/man/man5 /usr/local/share/man/man7
Password:
==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/bin /usr/local/share /usr/local/share/man /usr/local/share/man/man1 /usr/local/share/man/man3 /usr/local/share/man/man5 /usr/local/share/man/man7
==> /usr/bin/sudo /usr/sbin/chown admin /usr/local/bin /usr/local/share /usr/local/share/man /usr/local/share/man/man1 /usr/local/share/man/man3 /usr/local/share/man/man5 /usr/local/share/man/man7
==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/bin /usr/local/share /usr/local/share/man /usr/local/share/man/man1 /usr/local/share/man/man3 /usr/local/share/man/man5 /usr/local/share/man/man7
==> /usr/bin/sudo /bin/mkdir -p /usr/local/Cellar /usr/local/Homebrew /usr/local/Frameworks /usr/local/etc /usr/local/include /usr/local/lib /usr/local/opt /usr/local/sbin /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var
==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/Cellar /usr/local/Homebrew /usr/local/Frameworks /usr/local/etc /usr/local/include /usr/local/lib /usr/local/opt /usr/local/sbin /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var
==> /usr/bin/sudo /bin/chmod 755 /usr/local/share/zsh /usr/local/share/zsh/site-functions
==> /usr/bin/sudo /usr/sbin/chown admin /usr/local/Cellar /usr/local/Homebrew /usr/local/Frameworks /usr/local/etc /usr/local/include /usr/local/lib /usr/local/opt /usr/local/sbin /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var
==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/Cellar /usr/local/Homebrew /usr/local/Frameworks /usr/local/etc /usr/local/include /usr/local/lib /usr/local/opt /usr/local/sbin /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var
==> /usr/bin/sudo /bin/mkdir -p /Users/admin/Library/Caches/Homebrew
==> /usr/bin/sudo /bin/chmod g+rwx /Users/admin/Library/Caches/Homebrew
==> /usr/bin/sudo /usr/sbin/chown admin /Users/admin/Library/Caches/Homebrew
==> /usr/bin/sudo /bin/mkdir -p /Library/Caches/Homebrew
==> /usr/bin/sudo /bin/chmod g+rwx /Library/Caches/Homebrew
==> /usr/bin/sudo /usr/sbin/chown admin /Library/Caches/Homebrew
==> Searching online for the Command Line Tools
==> /usr/bin/sudo /usr/bin/touch /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
==> Installing Command Line Tools (macOS High Sierra version 10.13) for Xcode-9.2
==> /usr/bin/sudo /usr/sbin/softwareupdate -i Command\ Line\ Tools\ (macOS\ High\ Sierra\ version\ 10.13)\ for\ Xcode-9.2
Software Update Tool
Downloading Command Line Tools (macOS High Sierra version 10.13) for Xcode
Downloaded Command Line Tools (macOS High Sierra version 10.13) for Xcode
Installing Command Line Tools (macOS High Sierra version 10.13) for Xcode
Done with Command Line Tools (macOS High Sierra version 10.13) for Xcode
Done.
==> /usr/bin/sudo /bin/rm -f /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
==> /usr/bin/sudo /usr/bin/xcode-select --switch /Library/Developer/CommandLineTools
==> Downloading and installing Homebrew...
remote: Counting objects: 97157, done.
remote: Compressing objects: 100% (36/36), done.
remote: Total 97157 (delta 30), reused 36 (delta 20), pack-reused 97100
Receiving objects: 100% (97157/97157), 22.13 MiB | 1.07 MiB/s, done.
Resolving deltas: 100% (70530/70530), done.
From https://github.com/Homebrew/brew
* [new branch] master -> origin/master
* [new tag] 0.1 -> 0.1
* [new tag] 0.2 -> 0.2
* [new tag] 0.3 -> 0.3
* [new tag] 0.4 -> 0.4
* [new tag] 0.5 -> 0.5
* [new tag] 0.6 -> 0.6
* [new tag] 0.7 -> 0.7
* [new tag] 0.7.1 -> 0.7.1
* [new tag] 0.8 -> 0.8
* [new tag] 0.8.1 -> 0.8.1
* [new tag] 0.9 -> 0.9
* [new tag] 0.9.1 -> 0.9.1
* [new tag] 0.9.2 -> 0.9.2
* [new tag] 0.9.3 -> 0.9.3
* [new tag] 0.9.4 -> 0.9.4
* [new tag] 0.9.5 -> 0.9.5
* [new tag] 0.9.8 -> 0.9.8
* [new tag] 0.9.9 -> 0.9.9
* [new tag] 1.0.0 -> 1.0.0
* [new tag] 1.0.1 -> 1.0.1
* [new tag] 1.0.2 -> 1.0.2
* [new tag] 1.0.3 -> 1.0.3
* [new tag] 1.0.4 -> 1.0.4
* [new tag] 1.0.5 -> 1.0.5
* [new tag] 1.0.6 -> 1.0.6
* [new tag] 1.0.7 -> 1.0.7
* [new tag] 1.0.8 -> 1.0.8
* [new tag] 1.0.9 -> 1.0.9
* [new tag] 1.1.0 -> 1.1.0
* [new tag] 1.1.1 -> 1.1.1
* [new tag] 1.1.10 -> 1.1.10
* [new tag] 1.1.11 -> 1.1.11
* [new tag] 1.1.12 -> 1.1.12
* [new tag] 1.1.13 -> 1.1.13
* [new tag] 1.1.2 -> 1.1.2
* [new tag] 1.1.3 -> 1.1.3
* [new tag] 1.1.4 -> 1.1.4
* [new tag] 1.1.5 -> 1.1.5
* [new tag] 1.1.6 -> 1.1.6
* [new tag] 1.1.7 -> 1.1.7
* [new tag] 1.1.8 -> 1.1.8
* [new tag] 1.1.9 -> 1.1.9
* [new tag] 1.2.0 -> 1.2.0
* [new tag] 1.2.1 -> 1.2.1
* [new tag] 1.2.2 -> 1.2.2
* [new tag] 1.2.3 -> 1.2.3
* [new tag] 1.2.4 -> 1.2.4
* [new tag] 1.2.5 -> 1.2.5
* [new tag] 1.2.6 -> 1.2.6
* [new tag] 1.3.0 -> 1.3.0
* [new tag] 1.3.1 -> 1.3.1
* [new tag] 1.3.2 -> 1.3.2
* [new tag] 1.3.3 -> 1.3.3
* [new tag] 1.3.4 -> 1.3.4
* [new tag] 1.3.5 -> 1.3.5
* [new tag] 1.3.6 -> 1.3.6
* [new tag] 1.3.7 -> 1.3.7
* [new tag] 1.3.8 -> 1.3.8
* [new tag] 1.3.9 -> 1.3.9
* [new tag] 1.4.0 -> 1.4.0
* [new tag] 1.4.1 -> 1.4.1
* [new tag] 1.4.2 -> 1.4.2
* [new tag] 1.4.3 -> 1.4.3
* [new tag] 1.5.0 -> 1.5.0
* [new tag] 1.5.1 -> 1.5.1
* [new tag] 1.5.2 -> 1.5.2
* [new tag] 1.5.3 -> 1.5.3
* [new tag] 1.5.4 -> 1.5.4
HEAD is now at 918f1b775 Merge pull request #3631 from amyspark/doctor
==> Tapping homebrew/core
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core'...
remote: Counting objects: 4651, done.
remote: Compressing objects: 100% (4438/4438), done.
remote: Total 4651 (delta 52), reused 758 (delta 28), pack-reused 0
Receiving objects: 100% (4651/4651), 3.79 MiB | 1.26 MiB/s, done.
Resolving deltas: 100% (52/52), done.
Tapped 4449 formulae (4,693 files, 11.9MB)
==> Cleaning up /Library/Caches/Homebrew...
==> Migrating /Library/Caches/Homebrew to /Users/admin/Library/Caches/Homebrew...
==> Deleting /Library/Caches/Homebrew...
Already up-to-date.
==> Installation successful!
==> Homebrew has enabled anonymous aggregate user behaviour analytics.
Read the analytics documentation (and how to opt-out) here:
https://docs.brew.sh/Analytics.html
==> Next steps:
- Run `brew help` to get started
- Further documentation:
https://docs.brew.sh
admins-MacBook-Pro:curious-cat-ios admin$
admins-MacBook-Pro:curious-cat-ios admin$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
==> This script will install:
/usr/local/bin/brew
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
/usr/local/Homebrew
Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/mkdir -p /Library/Caches/Homebrew
Password:
==> /usr/bin/sudo /bin/chmod g+rwx /Library/Caches/Homebrew
==> /usr/bin/sudo /usr/sbin/chown admin /Library/Caches/Homebrew
==> Downloading and installing Homebrew...
HEAD is now at 918f1b775 Merge pull request #3631 from amyspark/doctor
==> Cleaning up /Library/Caches/Homebrew...
==> Migrating /Library/Caches/Homebrew to /Users/admin/Library/Caches/Homebrew...
==> Deleting /Library/Caches/Homebrew...
Already up-to-date.
==> Installation successful!
==> Homebrew has enabled anonymous aggregate user behaviour analytics.
Read the analytics documentation (and how to opt-out) here:
https://docs.brew.sh/Analytics.html
==> Next steps:
- Run `brew help` to get started
- Further documentation:
https://docs.brew.sh
admins-MacBook-Pro:curious-cat-ios admin$ brew update && brew install bitrise
Already up-to-date.
==> Downloading https://homebrew.bintray.com/bottles/bitrise-1.12.0.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/79/790b0cc86d342cc8607e029eca4f803c4f04ed1572a5949c14d261c4eb01cfac?__
######################################################################## 100.0%
==> Pouring bitrise-1.12.0.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/bitrise/1.12.0: 6 files, 9.8MB
admins-MacBook-Pro:curious-cat-ios admin$ bitrise run develop-build-and-publish
██████╗ ██╗████████╗██████╗ ██╗███████╗███████╗
██╔══██╗██║╚══██╔══╝██╔══██╗██║██╔════╝██╔════╝
██████╔╝██║ ██║ ██████╔╝██║███████╗█████╗
██╔══██╗██║ ██║ ██╔══██╗██║╚════██║██╔══╝
██████╔╝██║ ██║ ██║ ██║██║███████║███████╗
╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚══════╝╚══════╝
version: 1.12.0
INFO[12:37:06] Running workflow: develop-build-and-publish
Setup was not performed for this version of bitrise, doing it now...
Setup
Full setup: false
Clean setup: false
Detected OS: darwin
Checking Bitrise Core tools...
No supported envman version found
You can find more information about envman on its official GitHub page: https://github.com/bitrise-io/envman
[OK] envman (1.1.9): /Users/admin/.bitrise/tools/envman
No supported stepman version found
You can find more information about stepman on its official GitHub page: https://github.com/bitrise-io/stepman
[OK] stepman (0.9.37): /Users/admin/.bitrise/tools/stepman
Doing OS X specific setup
Checking required tools...
[OK] Homebrew 1.5.4: /usr/local/bin/brew
[OK] Homebrew/homebrew-core (git revision 964b; last commit 2018-02-11)
[OK] xcodebuild (xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance): /usr/bin/xcodebuild
[OK] active Xcode (Command Line Tools) path (xcode-select --print-path): /Library/Developer/CommandLineTools
No Xcode found, only the Xcode Command Line Tools are available!
Full Xcode is required to build, test and archive iOS apps!
Checking Bitrise Plugins...
Default plugin (step) NOT found, installing...
Manage Bitrise CLI steps
[OK] Plugin step (0.9.5): /Users/admin/.bitrise/plugins/step
Default plugin (workflow-editor) NOT found, installing...
Bitrise Workflow Editor.
[OK] Plugin workflow-editor (1.1.3): /Users/admin/.bitrise/plugins/workflow-editor
Default plugin (analytics) NOT found, installing...
Submitting anonymized usage information.
This usage helps us identify any problems with the integrations.
The sent data only contains information about steps (id, version, runtime, error), NO logs or other data is included.
[OK] Plugin analytics (0.9.11): /Users/admin/.bitrise/plugins/analytics
Default plugin (init) NOT found, installing...
Initialize bitrise __config (bitrise.yml)__ and __secrets (.bitrise.secrets.yml)__ based on your project.
[OK] Plugin init (1.0.1): /Users/admin/.bitrise/plugins/init
Checking Bitrise Toolkits...
No installed/suitable go found, installing toolkit ...
=> Installing ...
=> Installing [DONE]
[OK] go (1.9.2): /Users/admin/.bitrise/toolkits/go/inst/go/bin/go
[OK] bash (GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin17)): /bin/bash
All the required tools are installed! We're ready to rock!!
Switching to workflow: develop-build-and-publish
Cloning into '/Users/admin/.stepman/step_collections/1518428404/collection'...
remote: Counting objects: 9629, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 9629 (delta 0), reused 3 (delta 0), pack-reused 9623
Receiving objects: 100% (9629/9629), 2.12 MiB | 797.00 KiB/s, done.
Resolving deltas: 100% (4910/4910), done.
+------------------------------------------------------------------------------+
| (0) [email protected] |
+------------------------------------------------------------------------------+
| id: activate-ssh-key |
| version: 3.1.1 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: bash |
| time: 2018-02-12T12:40:13+03:00 |
+------------------------------------------------------------------------------+
| |
WARN[12:40:13] The step's ([email protected]) Run-If expression evaluated to false - skipping
INFO[12:40:13] The Run-If expression was: {{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}
| |
+---+---------------------------------------------------------------+----------+
| - | [email protected] | 8.64 sec |
+---+---------------------------------------------------------------+----------+
+------------------------------------------------------------------------------+
| (1) [email protected] |
+------------------------------------------------------------------------------+
| id: git-clone |
| version: 4.0.7 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: go |
| time: 2018-02-12T12:40:14+03:00 |
+------------------------------------------------------------------------------+
| |
WARN[12:40:14] The step's ([email protected]) Run-If expression evaluated to false - skipping
INFO[12:40:14] The Run-If expression was: .IsCI
| |
+---+---------------------------------------------------------------+----------+
| - | [email protected] | 1.89 sec |
+---+---------------------------------------------------------------+----------+
+------------------------------------------------------------------------------+
| (2) [email protected] |
+------------------------------------------------------------------------------+
| id: set-xcode-build-number |
| version: 1.0.5 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: bash |
| time: 2018-02-12T12:40:16+03:00 |
+------------------------------------------------------------------------------+
| |
WARN[12:40:16] The step's ([email protected]) Run-If expression evaluated to false - skipping
INFO[12:40:16] The Run-If expression was: .IsCI
| |
+---+---------------------------------------------------------------+----------+
| - | [email protected] | 1.37 sec |
+---+---------------------------------------------------------------+----------+
+------------------------------------------------------------------------------+
| (3) [email protected] |
+------------------------------------------------------------------------------+
| id: certificate-and-profile-installer |
| version: 1.9.2 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: go |
| time: 2018-02-12T12:40:18+03:00 |
+------------------------------------------------------------------------------+
| |
WARN[12:40:18] The step's ([email protected]) Run-If expression evaluated to false - skipping
INFO[12:40:18] The Run-If expression was: .IsCI
| |
+---+---------------------------------------------------------------+----------+
| - | [email protected] | 2.63 sec |
+---+---------------------------------------------------------------+----------+
+------------------------------------------------------------------------------+
| (4) [email protected] |
+------------------------------------------------------------------------------+
| id: cocoapods-install |
| version: 1.7.2 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: go |
| time: 2018-02-12T12:40:20+03:00 |
+------------------------------------------------------------------------------+
| |
INFO[12:40:20] * [OK] Step dependency (go) installed, available.
Configs:
- SourceRootPath: /Users/admin/projects/ios/curious-cat-ios
- PodfilePath:
- IsUpdateCocoapods: false
- InstallCocoapodsVersion:
- Verbose: true
- IsCacheDisabled: false
System installed cocoapods version:
$ pod "--version"
Command failed, error: fork/exec /usr/local/bin/pod: no such file or directory
| |
+---+---------------------------------------------------------------+----------+
| x | [email protected] (exit code: 1) | 3.47 sec |
+---+---------------------------------------------------------------+----------+
| Issue tracker: https://github.com/bitrise-io/steps-cocoapods-install/issues |
| Source: https://github.com/bitrise-io/steps-cocoapods-install |
+---+---------------------------------------------------------------+----------+
+------------------------------------------------------------------------------+
| (5) [email protected] |
+------------------------------------------------------------------------------+
| id: xcode-test |
| version: 1.18.10 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: go |
| time: 2018-02-12T12:40:26+03:00 |
+------------------------------------------------------------------------------+
| |
WARN[12:40:26] A previous step failed, and this step ([email protected]) was not marked as IsAlwaysRun, skipped
| |
+---+---------------------------------------------------------------+----------+
| - | [email protected] | 4.08 sec |
+---+---------------------------------------------------------------+----------+
| Update available: 1.18.10 -> 1.18.11 |
+---+---------------------------------------------------------------+----------+
+------------------------------------------------------------------------------+
| (6) [email protected] |
+------------------------------------------------------------------------------+
| id: xcode-archive |
| version: 2.4.5 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: go |
| time: 2018-02-12T12:40:28+03:00 |
+------------------------------------------------------------------------------+
| |
WARN[12:40:28] A previous step failed, and this step ([email protected]) was not marked as IsAlwaysRun, skipped
| |
+---+---------------------------------------------------------------+----------+
| - | [email protected] | 2.45 sec |
+---+---------------------------------------------------------------+----------+
| Update available: 2.4.5 -> 2.4.6 |
+---+---------------------------------------------------------------+----------+
+------------------------------------------------------------------------------+
| bitrise summary |
+---+---------------------------------------------------------------+----------+
| | title | time (s) |
+---+---------------------------------------------------------------+----------+
| - | [email protected] | 8.64 sec |
+---+---------------------------------------------------------------+----------+
| - | [email protected] | 1.89 sec |
+---+---------------------------------------------------------------+----------+
| - | [email protected] | 1.37 sec |
+---+---------------------------------------------------------------+----------+
| - | [email protected] | 2.63 sec |
+---+---------------------------------------------------------------+----------+
| x | [email protected] (exit code: 1) | 3.47 sec |
+---+---------------------------------------------------------------+----------+
| Issue tracker: https://github.com/bitrise-io/steps-cocoapods-install/issues |
| Source: https://github.com/bitrise-io/steps-cocoapods-install |
+---+---------------------------------------------------------------+----------+
| - | [email protected] | 4.08 sec |
+---+---------------------------------------------------------------+----------+
| Update available: 1.18.10 -> 1.18.11 |
+---+---------------------------------------------------------------+----------+
| - | [email protected] | 2.45 sec |
+---+---------------------------------------------------------------+----------+
| Update available: 2.4.5 -> 2.4.6 |
+---+---------------------------------------------------------------+----------+
| Total runtime: 25 sec |
+------------------------------------------------------------------------------+
Checking for plugin (analytics) new version...
Submitting anonymized usage informations...
For more information visit:
https://github.com/bitrise-core/bitrise-plugins-analytics/blob/master/README.md
admins-MacBook-Pro:curious-cat-ios admin$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment