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

added blank line #9

Merged
merged 1 commit into from Feb 24, 2019
Merged

added blank line #9

merged 1 commit into from Feb 24, 2019

Conversation

ammaratef45
Copy link
Owner

No description provided.

@ammaratef45
Copy link
Owner Author

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Feb 24, 2019

@rultor merge

@ammaratef45 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Feb 24, 2019

@rultor merge

@ammaratef45 Oops, I failed. You can see the full log here (spent 2min)

++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout -B __rultor fork/toMerge
Switched to a new branch '__rultor'
Branch __rultor set up to track remote branch toMerge from fork.
+ git checkout -B master origin/master
Switched to and reset branch 'master'
Branch master set up to track remote branch master from origin.
Your branch is up-to-date with 'origin/master'.
+ '[' false == true ']'
+ '[' false == true ']'
+ git merge --ff __rultor
Merge made by the 'recursive' strategy.
 zold_wallet/README.md | 1 +
 1 file changed, 1 insertion(+)
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=4.95
++ echo 4.95 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 4.95, low enough to run a new Docker container'
load average is 4.95, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=ammaratef45/flutter:latest
+ docker pull ammaratef45/flutter:latest
latest: Pulling from ammaratef45/flutter
Digest: sha256:37f850cbb5b72a686d49fa3c6f67a617902cc488ad9d88f864d3a1da81b04a1d
Status: Image is up to date for ammaratef45/flutter:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sammaratef45_zold-flutter-client_9\s*$'
+ ls -al .
total 712
drwx--x--x  3 rultor rultor   4096 Feb 24 14:05 .
drwxrwxrwt 14 root   root   684032 Feb 24 14:05 ..
-rw-rw-r--  1 rultor rultor    444 Feb 24 14:05 end.sh
-rwxrwxr-x  1 rultor rultor    338 Feb 24 14:05 entry.sh
-rw-rw-r--  1 rultor rultor      5 Feb 24 14:05 pid
drwxrwxr-x  5 rultor rultor   4096 Feb 24 14:05 repo
-rwxrwxr-x  1 rultor rultor   6887 Feb 24 14:05 run.sh
-rw-rw-r--  1 rultor rultor    551 Feb 24 14:05 script.sh
-rw-rw-r--  1 rultor rultor   7758 Feb 24 14:05 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-VoHX:/main --env=head=git@github.com:ammaratef45/zold-flutter-client.git --env=pull_id=9 --env=fork=git@github.com:ammaratef45/zold-flutter-client.git --env=fork_branch=toMerge --env=head_branch=master '--env=pull_title=added blank line' --env=author=ammaratef45 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:ammaratef45/zold-flutter-client.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=9'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:ammaratef45/zold-flutter-client.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=toMerge'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=added blank line'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=ammaratef45'\''\'\'''\'''\'' '\'';'\'' '\''sudo gem install pdd'\'' '\'';'\'' '\''sudo gem install fastlane'\'' '\'';'\'' '\''flutter doctor'\'' '\'';'\'' '\''cd zold_wallet'\'' '\'';'\'' '\''flutter packages get'\'' '\'';'\'' '\''flutter test'\'' '\'';'\'' '\''pdd -f /dev/null -v'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-VoHX/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=ammaratef45_zold-flutter-client_9 ammaratef45/flutter:latest /main/entry.sh
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
useradd: Permission denied.
useradd: cannot lock /etc/passwd; try again later.
container b2bd7f01256851ba9a208b4f4c464c3b7c5d412b78d31c084d6ffac5798a2840 is dead
Sun Feb 24 14:07:14 CET 2019

@ammaratef45
Copy link
Owner Author

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Feb 24, 2019

@rultor merge

@ammaratef45 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Feb 24, 2019

@rultor merge

@ammaratef45 Oops, I failed. You can see the full log here (spent 2min)

+ export BRANCH=__rultor
+ BRANCH=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout -B __rultor fork/toMerge
Switched to a new branch '__rultor'
Branch __rultor set up to track remote branch toMerge from fork.
+ git checkout -B master origin/master
Switched to and reset branch 'master'
Branch master set up to track remote branch master from origin.
Your branch is up-to-date with 'origin/master'.
+ '[' false == true ']'
+ '[' false == true ']'
+ git merge --ff __rultor
Merge made by the 'recursive' strategy.
 zold_wallet/README.md | 1 +
 1 file changed, 1 insertion(+)
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=5.06
++ echo 5.06 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 5.06, low enough to run a new Docker container'
load average is 5.06, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=ammaratef45/flutter:latest
+ docker pull ammaratef45/flutter:latest
latest: Pulling from ammaratef45/flutter
Digest: sha256:37f850cbb5b72a686d49fa3c6f67a617902cc488ad9d88f864d3a1da81b04a1d
Status: Image is up to date for ammaratef45/flutter:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sammaratef45_zold-flutter-client_9\s*$'
+ ls -al .
total 712
drwx--x--x  3 rultor rultor   4096 Feb 24 14:25 .
drwxrwxrwt 14 root   root   684032 Feb 24 14:25 ..
-rw-rw-r--  1 rultor rultor    444 Feb 24 14:25 end.sh
-rwxrwxr-x  1 rultor rultor    162 Feb 24 14:25 entry.sh
-rw-rw-r--  1 rultor rultor      5 Feb 24 14:24 pid
drwxrwxr-x  5 rultor rultor   4096 Feb 24 14:25 repo
-rwxrwxr-x  1 rultor rultor   6886 Feb 24 14:24 run.sh
-rw-rw-r--  1 rultor rultor    551 Feb 24 14:25 script.sh
-rw-rw-r--  1 rultor rultor   7756 Feb 24 14:25 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-Bunu:/main --env=head=git@github.com:ammaratef45/zold-flutter-client.git --env=pull_id=9 --env=fork=git@github.com:ammaratef45/zold-flutter-client.git --env=fork_branch=toMerge --env=head_branch=master '--env=pull_title=added blank line' --env=author=ammaratef45 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:ammaratef45/zold-flutter-client.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=9'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:ammaratef45/zold-flutter-client.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=toMerge'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=added blank line'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=ammaratef45'\''\'\'''\'''\'' '\'';'\'' '\''sudo gem install pdd'\'' '\'';'\'' '\''sudo gem install fastlane'\'' '\'';'\'' '\''flutter doctor'\'' '\'';'\'' '\''cd zold_wallet'\'' '\'';'\'' '\''flutter packages get'\'' '\'';'\'' '\''flutter test'\'' '\'';'\'' '\''pdd -f /dev/null -v'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-Bunu/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=ammaratef45_zold-flutter-client_9 ammaratef45/flutter:latest /main/entry.sh
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
+ set -e
+ set -o pipefail
+ mkdir /home/r
mkdir: cannot create directory ‘/home/r’: Permission denied
container 4f5ea291b9e7b6726331045fe1ed41f6181d0796245c84b68d4f420795e9da05 is dead
Sun Feb 24 14:26:24 CET 2019

@ammaratef45
Copy link
Owner Author

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Feb 24, 2019

@rultor merge

@ammaratef45 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Feb 24, 2019

@rultor merge

@ammaratef45 Oops, I failed. You can see the full log here (spent 6min)

Parsing documentation for rubyzip-1.2.2
Installing ri documentation for rubyzip-1.2.2
Parsing documentation for security-0.1.3
Installing ri documentation for security-0.1.3
Parsing documentation for xcpretty-travis-formatter-1.0.0
Installing ri documentation for xcpretty-travis-formatter-1.0.0
Parsing documentation for dotenv-2.7.0
Installing ri documentation for dotenv-2.7.0
Parsing documentation for faraday_middleware-0.13.1
Installing ri documentation for faraday_middleware-0.13.1
Parsing documentation for naturally-2.2.0
Installing ri documentation for naturally-2.2.0
Parsing documentation for simctl-1.6.5
Installing ri documentation for simctl-1.6.5
Parsing documentation for uber-0.1.0
Installing ri documentation for uber-0.1.0
Parsing documentation for declarative-0.0.10
Installing ri documentation for declarative-0.0.10
Parsing documentation for declarative-option-0.1.0
Installing ri documentation for declarative-option-0.1.0
Parsing documentation for representable-3.0.4
Installing ri documentation for representable-3.0.4
Parsing documentation for retriable-3.1.2
Installing ri documentation for retriable-3.1.2
Parsing documentation for mime-types-data-3.2018.0812
Installing ri documentation for mime-types-data-3.2018.0812
Parsing documentation for mime-types-3.2.2
Installing ri documentation for mime-types-3.2.2
Parsing documentation for jwt-2.1.0
Installing ri documentation for jwt-2.1.0
Parsing documentation for signet-0.11.0
Installing ri documentation for signet-0.11.0
Parsing documentation for memoist-0.16.0
Installing ri documentation for memoist-0.16.0
Parsing documentation for os-1.0.0
Installing ri documentation for os-1.0.0
Parsing documentation for googleauth-0.6.7
Installing ri documentation for googleauth-0.6.7
Parsing documentation for httpclient-2.8.3
Installing ri documentation for httpclient-2.8.3
Parsing documentation for google-api-client-0.23.9
Installing ri documentation for google-api-client-0.23.9
Parsing documentation for google-cloud-env-1.0.5
Installing ri documentation for google-cloud-env-1.0.5
Parsing documentation for google-cloud-core-1.3.0
Installing ri documentation for google-cloud-core-1.3.0
Parsing documentation for digest-crc-0.4.1
Installing ri documentation for digest-crc-0.4.1
Parsing documentation for google-cloud-storage-1.16.0
Installing ri documentation for google-cloud-storage-1.16.0
Parsing documentation for emoji_regex-1.0.1
Installing ri documentation for emoji_regex-1.0.1
Parsing documentation for fastlane-2.116.1
Installing ri documentation for fastlane-2.116.1
Done installing documentation for slack-notifier, atomos, CFPropertyList, claide, colored2, nanaimo, xcodeproj, rouge, xcpretty, terminal-notifier, unicode-display_width, terminal-table, plist, public_suffix, multipart-post, word_wrap, tty-screen, tty-cursor, tty-spinner, babosa, colored, highline, commander-fastlane, excon, unf_ext, unf, domain_name, http-cookie, faraday, faraday-cookie_jar, fastimage, gh_inspector, mini_magick, multi_json, multi_xml, rubyzip, security, xcpretty-travis-formatter, dotenv, faraday_middleware, naturally, simctl, uber, declarative, declarative-option, representable, retriable, mime-types-data, mime-types, jwt, signet, memoist, os, googleauth, httpclient, google-api-client, google-cloud-env, google-cloud-core, digest-crc, google-cloud-storage, emoji_regex, fastlane after 188 seconds
62 gems installed
+ flutter doctor
/home/r/script.sh: line 9: flutter: command not found
container bb5e0884b54af399cfe0bcd1752803e80c42cb6fc71f2ece8e7890cdc0cc79f9 is dead
Sun Feb 24 14:38:16 CET 2019

@ammaratef45
Copy link
Owner Author

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Feb 24, 2019

@rultor merge

@ammaratef45 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Feb 24, 2019

@rultor merge

@ammaratef45 Oops, I failed. You can see the full log here (spent 3min)

ebf2fbf9fa11: Pull complete
ae77debd5bf1: Verifying Checksum
ae77debd5bf1: Download complete
ae77debd5bf1: Pull complete
Digest: sha256:8d2453c3cf99640735706bbc07d48f15b2ab549c3cc26be9b2efdcc01292c625
Status: Downloaded newer image for adamantium/flutter:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sammaratef45_zold-flutter-client_9\s*$'
+ ls -al .
total 716
drwx--x--x  3 rultor rultor   4096 Feb 24 14:48 .
drwxrwxrwt 14 root   root   684032 Feb 24 14:48 ..
-rw-rw-r--  1 rultor rultor    444 Feb 24 14:49 end.sh
-rwxrwxr-x  1 rultor rultor    338 Feb 24 14:48 entry.sh
-rw-rw-r--  1 rultor rultor      6 Feb 24 14:48 pid
drwxrwxr-x  5 rultor rultor   4096 Feb 24 14:48 repo
-rwxrwxr-x  1 rultor rultor   6945 Feb 24 14:48 run.sh
-rw-rw-r--  1 rultor rultor    574 Feb 24 14:48 script.sh
-rw-rw-r--  1 rultor rultor   8904 Feb 24 14:49 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-wYt4:/main --env=head=git@github.com:ammaratef45/zold-flutter-client.git --env=pull_id=9 --env=fork=git@github.com:ammaratef45/zold-flutter-client.git --env=fork_branch=toMerge --env=head_branch=master '--env=pull_title=added blank line' --env=author=ammaratef45 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:ammaratef45/zold-flutter-client.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=9'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:ammaratef45/zold-flutter-client.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=toMerge'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=added blank line'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=ammaratef45'\''\'\'''\'''\'' '\'';'\'' '\''sudo gem install pdd'\'' '\'';'\'' '\''sudo gem install fastlane'\'' '\'';'\'' '\''flutter doctor'\'' '\'';'\'' '\''cd zold_wallet'\'' '\'';'\'' '\''flutter packages get'\'' '\'';'\'' '\''flutter test'\'' '\'';'\'' '\''flutter -v build apk'\'' '\'';'\'' '\''pdd -f /dev/null -v'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-wYt4/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=ammaratef45_zold-flutter-client_9 adamantium/flutter /main/entry.sh
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.android /root/.bashrc /root/.flutter /root/.profile /root/.pub-cache /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ su --login r --command /home/r/script.sh
mesg: cannot open /dev/pts/0: Permission denied
+ set -e
+ set -o pipefail
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export head=git@github.com:ammaratef45/zold-flutter-client.git
+ head=git@github.com:ammaratef45/zold-flutter-client.git
+ export pull_id=9
+ pull_id=9
+ export fork=git@github.com:ammaratef45/zold-flutter-client.git
+ fork=git@github.com:ammaratef45/zold-flutter-client.git
+ export fork_branch=toMerge
+ fork_branch=toMerge
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=added blank line'
+ pull_title='added blank line'
+ export author=ammaratef45
+ author=ammaratef45
+ sudo -i gem install pdd
/home/r/script.sh: line 9: sudo: command not found
container ec6384ff5d8c56c94ab9d436d1993c17e32505f0a5585a8c4df3681acbfb4d3b is dead
Sun Feb 24 14:50:42 CET 2019

@ammaratef45
Copy link
Owner Author

@rultor merge

@ammaratef45
Copy link
Owner Author

@rultor stop

@ammaratef45
Copy link
Owner Author

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Feb 24, 2019

@rultor merge

@ammaratef45 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Feb 24, 2019

@rultor stop

@ammaratef45 OK, I'll try to stop current task.

@rultor
Copy link
Collaborator

rultor commented Feb 24, 2019

@rultor stop

@ammaratef45 Sorry, I failed to stop the previous command, however it has the following result: Oops, I failed. You can see the full log here (spent 2min)

+ echo 'load average is 5.26, low enough to run a new Docker container'
load average is 5.26, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=adamantium/flutter
+ docker pull adamantium/flutter
Using default tag: latest
latest: Pulling from adamantium/flutter
Digest: sha256:8d2453c3cf99640735706bbc07d48f15b2ab549c3cc26be9b2efdcc01292c625
Status: Image is up to date for adamantium/flutter:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sammaratef45_zold-flutter-client_9\s*$'
+ ls -al .
total 712
drwx--x--x  3 rultor rultor   4096 Feb 24 14:53 .
drwxrwxrwt 14 root   root   684032 Feb 24 14:53 ..
-rw-rw-r--  1 rultor rultor    444 Feb 24 14:53 end.sh
-rwxrwxr-x  1 rultor rultor    162 Feb 24 14:53 entry.sh
-rw-rw-r--  1 rultor rultor      6 Feb 24 14:53 pid
drwxrwxr-x  5 rultor rultor   4096 Feb 24 14:53 repo
-rwxrwxr-x  1 rultor rultor   6924 Feb 24 14:53 run.sh
-rw-rw-r--  1 rultor rultor    564 Feb 24 14:53 script.sh
-rw-rw-r--  1 rultor rultor   7833 Feb 24 14:53 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-wGnL:/main --env=head=git@github.com:ammaratef45/zold-flutter-client.git --env=pull_id=9 --env=fork=git@github.com:ammaratef45/zold-flutter-client.git --env=fork_branch=toMerge --env=head_branch=master '--env=pull_title=added blank line' --env=author=ammaratef45 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:ammaratef45/zold-flutter-client.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=9'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:ammaratef45/zold-flutter-client.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=toMerge'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=added blank line'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=ammaratef45'\''\'\'''\'''\'' '\'';'\'' '\''gem install pdd'\'' '\'';'\'' '\''gem install fastlane'\'' '\'';'\'' '\''flutter doctor'\'' '\'';'\'' '\''cd zold_wallet'\'' '\'';'\'' '\''flutter packages get'\'' '\'';'\'' '\''flutter test'\'' '\'';'\'' '\''flutter -v build apk'\'' '\'';'\'' '\''pdd -f /dev/null -v'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-wGnL/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=ammaratef45_zold-flutter-client_9 adamantium/flutter /main/entry.sh
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
+ set -e
+ set -o pipefail
+ mkdir /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chmod a+x /home/r/script.sh
+ /home/r/script.sh
+ set -e
+ set -o pipefail
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export head=git@github.com:ammaratef45/zold-flutter-client.git
+ head=git@github.com:ammaratef45/zold-flutter-client.git
+ export pull_id=9
+ pull_id=9
+ export fork=git@github.com:ammaratef45/zold-flutter-client.git
+ fork=git@github.com:ammaratef45/zold-flutter-client.git
+ export fork_branch=toMerge
+ fork_branch=toMerge
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=added blank line'
+ pull_title='added blank line'
+ export author=ammaratef45
+ author=ammaratef45
+ gem install pdd
/home/r/script.sh: line 9: gem: command not found
container e03934741250a4589ee4fc7c2aaac0b93f30cba3bf3a2e06646edef8de61ee65 is dead
Sun Feb 24 14:55:06 CET 2019

@ammaratef45
Copy link
Owner Author

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Feb 24, 2019

@rultor merge

@ammaratef45 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Feb 24, 2019

@rultor merge

@ammaratef45 Oops, I failed. You can see the full log here (spent 5min)

\u001b[33m  * Please do NOT forget to add your users to the \u001b[34mrvm\u001b[0m group.
     The installer no longer auto-adds root or users to the rvm group. Admins must do this.
     Also, please note that group memberships are ONLY evaluated at login time.
     This means that users must log out then back in before group membership takes effect!\u001b[0m
\u001b[0mnologin: Attempted login by UNKNOWN on UNKNOWN

\u001b[33m  * WARNING:  version This account is currently not available. detected - Zsh 4.3.12 / 5.0.0+ is recommended,
     with current one errors to be expected - bugs in shell code interpretation.\u001b[0m
\u001b[0mRuby enVironment Manager 1.29.7 (latest) (c) 2009-2017 Michal Papis, Piotr Kuczynski, Wayne E. Seguin

Searching for binary rubies, this might take some time.
Found remote file https://rvm_io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.0.tar.bz2
Checking requirements for ubuntu.
Installing requirements for ubuntu.
\u001b[32mUpdating system\u001b[0m|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008.
\u001b[32mInstalling required packages: patch, gawk, g++, gcc, autoconf, automake, bison, libc6-dev, libffi-dev, libgdbm-dev, libncurses5-dev, libsqlite3-dev, libtool, libyaml-dev, make, patch, pkg-config, sqlite3, zlib1g-dev, libgmp-dev, libreadline-dev, libssl-dev\u001b[0m|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008..
Requirements installation successful.
ruby-2.6.0 - #configure
ruby-2.6.0 - #download
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 18 18.4M   18 3408k    0     0  4753k      0  0:00:03 --:--:--  0:00:03 4746k
 76 18.4M   76 14.1M    0     0  8489k      0  0:00:02  0:00:01  0:00:01 8484k
100 18.4M  100 18.4M    0     0  8972k      0  0:00:02  0:00:02 --:--:-- 8972k
\u001b[33mNo checksum for downloaded archive, recording checksum in user configuration.\u001b[0m
\u001b[0mruby-2.6.0 - #validate archive
ruby-2.6.0 - #extract
ruby-2.6.0 - #validate binary
\u001b[31mLibraries missing for ruby-2.6.0: /usr/local/rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-linux/openssl.so:. Refer to your system manual for installing libraries\u001b[0m
\u001b[0m\u001b[33mMounting remote ruby failed with status 10, trying to compile.\u001b[0m
\u001b[0mChecking requirements for ubuntu.
Requirements installation successful.
\u001b[33mFound user configured '-j' flag in 'rvm_make_flags', please note that RVM can detect number of CPU threads and set the '-j' flag automatically if you do not set it.\u001b[0m
\u001b[0m/usr/local/rvm/scripts/functions/manage/base_install: line 5: /usr/local/rvm/scripts/functions/manage/install/ubuntu: No such file or directory
Installing Ruby from source to: /usr/local/rvm/rubies/ruby-2.6.0, this may take a while depending on your cpu(s)...
ruby-2.6.0 - #downloading ruby-2.6.0, this may take a while depending on your connection...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
 57 13.9M   57 8250k    0     0  3551k      0  0:00:04  0:00:02  0:00:02 3550k
100 13.9M  100 13.9M    0     0  4954k      0  0:00:02  0:00:02 --:--:-- 4952k
\u001b[32mruby-2.6.0 - #extracting ruby-2.6.0 to /usr/local/rvm/src/ruby-2.6.0\u001b[0m|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.
\u001b[32mruby-2.6.0 - #configuring\u001b[0m|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.
\u001b[32mruby-2.6.0 - #post-configuration\u001b[0m|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008.
\u001b[32mruby-2.6.0 - #compiling\u001b[0m|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008.
\u001b[32mruby-2.6.0 - #installing\u001b[0m|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008.
\u001b[32mruby-2.6.0 - #making binaries executable\u001b[0m|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008.
Installed rubygems 3.0.1 is newer than 2.7.8 provided with installed ruby, skipping installation, use --force to force installation.
ruby-2.6.0 - #gemset created /usr/local/rvm/gems/ruby-2.6.0@global
\u001b[32mruby-2.6.0 - #importing gemset /usr/local/rvm/gemsets/global.gems\u001b[0m|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008.
\u001b[32mruby-2.6.0 - #generating global wrappers\u001b[0m|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.
ruby-2.6.0 - #gemset created /usr/local/rvm/gems/ruby-2.6.0
ruby-2.6.0 - #importing gemsetfile /usr/local/rvm/gemsets/default.gems evaluated to empty gem list
\u001b[32mruby-2.6.0 - #generating default wrappers\u001b[0m|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008.
ruby-2.6.0 - #adjusting #shebangs for (gem irb erb ri rdoc testrb rake).
Install of ruby-2.6.0 - #complete 
Ruby was built without documentation, to build it run: rvm docs generate-ri
\u001b[32mCreating alias default for ruby-2.6.0\u001b[0m|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008.

  * To start using RVM you need to run `source /usr/local/rvm/scripts/rvm`
    in all your open shell windows, in rare cases you need to reopen all shell windows.
+ gem install pdd
/home/r/script.sh: line 9: gem: command not found
container 5891ac8703663f302bd4c78f1e1f606207c6b7b3279883a2dbd49684ccd224c2 is dead
Sun Feb 24 15:02:51 CET 2019

@rultor
Copy link
Collaborator

rultor commented Feb 24, 2019

@rultor merge

@ammaratef45 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Feb 24, 2019

@rultor merge

@ammaratef45 Oops, I failed. You can see the full log here (spent 6min)

\u001b[33m  * Please do NOT forget to add your users to the \u001b[34mrvm\u001b[0m group.
     The installer no longer auto-adds root or users to the rvm group. Admins must do this.
     Also, please note that group memberships are ONLY evaluated at login time.
     This means that users must log out then back in before group membership takes effect!\u001b[0m
\u001b[0mnologin: Attempted login by UNKNOWN on UNKNOWN

\u001b[33m  * WARNING:  version This account is currently not available. detected - Zsh 4.3.12 / 5.0.0+ is recommended,
     with current one errors to be expected - bugs in shell code interpretation.\u001b[0m
\u001b[0mRuby enVironment Manager 1.29.7 (latest) (c) 2009-2017 Michal Papis, Piotr Kuczynski, Wayne E. Seguin

Searching for binary rubies, this might take some time.
Found remote file https://rvm_io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.0.tar.bz2
Checking requirements for ubuntu.
Installing requirements for ubuntu.
\u001b[32mUpdating system\u001b[0m|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008.
\u001b[32mInstalling required packages: patch, gawk, g++, gcc, autoconf, automake, bison, libc6-dev, libffi-dev, libgdbm-dev, libncurses5-dev, libsqlite3-dev, libtool, libyaml-dev, make, patch, pkg-config, sqlite3, zlib1g-dev, libgmp-dev, libreadline-dev, libssl-dev\u001b[0m|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008..
Requirements installation successful.
ruby-2.6.0 - #configure
ruby-2.6.0 - #download
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 34 18.4M   34 6503k    0     0  9083k      0  0:00:02 --:--:--  0:00:02 9070k
 93 18.4M   93 17.3M    0     0  10.0M      0  0:00:01  0:00:01 --:--:-- 10.0M
100 18.4M  100 18.4M    0     0  10.2M      0  0:00:01  0:00:01 --:--:-- 10.2M
\u001b[33mNo checksum for downloaded archive, recording checksum in user configuration.\u001b[0m
\u001b[0mruby-2.6.0 - #validate archive
ruby-2.6.0 - #extract
ruby-2.6.0 - #validate binary
\u001b[31mLibraries missing for ruby-2.6.0: /usr/local/rvm/rubies/ruby-2.6.0/lib/ruby/2.6.0/x86_64-linux/openssl.so:. Refer to your system manual for installing libraries\u001b[0m
\u001b[0m\u001b[33mMounting remote ruby failed with status 10, trying to compile.\u001b[0m
\u001b[0mChecking requirements for ubuntu.
Requirements installation successful.
\u001b[33mFound user configured '-j' flag in 'rvm_make_flags', please note that RVM can detect number of CPU threads and set the '-j' flag automatically if you do not set it.\u001b[0m
\u001b[0m/usr/local/rvm/scripts/functions/manage/base_install: line 5: /usr/local/rvm/scripts/functions/manage/install/ubuntu: No such file or directory
Installing Ruby from source to: /usr/local/rvm/rubies/ruby-2.6.0, this may take a while depending on your cpu(s)...
ruby-2.6.0 - #downloading ruby-2.6.0, this may take a while depending on your connection...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 44 13.9M   44 6277k    0     0  9205k      0  0:00:01 --:--:--  0:00:01 9191k
100 13.9M  100 13.9M    0     0  10.0M      0  0:00:01  0:00:01 --:--:-- 10.0M
\u001b[32mruby-2.6.0 - #extracting ruby-2.6.0 to /usr/local/rvm/src/ruby-2.6.0\u001b[0m|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.
\u001b[32mruby-2.6.0 - #configuring\u001b[0m|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.
\u001b[32mruby-2.6.0 - #post-configuration\u001b[0m|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008.
\u001b[32mruby-2.6.0 - #compiling\u001b[0m|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008.
\u001b[32mruby-2.6.0 - #installing\u001b[0m|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008.
\u001b[32mruby-2.6.0 - #making binaries executable\u001b[0m|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008.
Installed rubygems 3.0.1 is newer than 2.7.8 provided with installed ruby, skipping installation, use --force to force installation.
ruby-2.6.0 - #gemset created /usr/local/rvm/gems/ruby-2.6.0@global
\u001b[32mruby-2.6.0 - #importing gemset /usr/local/rvm/gemsets/global.gems\u001b[0m|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008.
\u001b[32mruby-2.6.0 - #generating global wrappers\u001b[0m|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.
ruby-2.6.0 - #gemset created /usr/local/rvm/gems/ruby-2.6.0
ruby-2.6.0 - #importing gemsetfile /usr/local/rvm/gemsets/default.gems evaluated to empty gem list
\u001b[32mruby-2.6.0 - #generating default wrappers\u001b[0m|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008.
ruby-2.6.0 - #adjusting #shebangs for (gem irb erb ri rdoc testrb rake).
Install of ruby-2.6.0 - #complete 
Ruby was built without documentation, to build it run: rvm docs generate-ri
\u001b[32mCreating alias default for ruby-2.6.0\u001b[0m|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008.|\u0008/\u0008-\u0008\\u0008|\u0008/\u0008-\u0008\\u0008|\u0008.-\u0008\\u0008|\u0008.

  * To start using RVM you need to run `source /usr/local/rvm/scripts/rvm`
    in all your open shell windows, in rare cases you need to reopen all shell windows.
+ gem install pdd
/home/r/script.sh: line 9: gem: command not found
container 66e33c02f52b0115a23e800f91241f99c9cd9072e682d2c53214fa8bccd0d156 is dead
Sun Feb 24 15:11:41 CET 2019

@ammaratef45
Copy link
Owner Author

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Feb 24, 2019

@rultor merge

@ammaratef45 OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit fbce809 into master Feb 24, 2019
@rultor
Copy link
Collaborator

rultor commented Feb 24, 2019

@rultor merge

@ammaratef45 Done! FYI, the full log is here (took me 12min)

@ammaratef45 ammaratef45 deleted the toMerge branch February 24, 2019 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants