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

updated old deps #30

Closed
yegor256 opened this issue Jun 21, 2019 · 8 comments
Closed

updated old deps #30

yegor256 opened this issue Jun 21, 2019 · 8 comments

Comments

@yegor256
Copy link
Owner

yegor256 commented Jun 21, 2019

Let's update them

yegor256 added a commit that referenced this issue Jun 21, 2019
yegor256 added a commit that referenced this issue Jun 21, 2019
yegor256 added a commit that referenced this issue Jun 21, 2019
yegor256 added a commit that referenced this issue Jun 21, 2019
@yegor256
Copy link
Owner Author

@rultor release, tag is 1.12

@rultor
Copy link
Collaborator

rultor commented Jun 21, 2019

@rultor release, tag is 1.12

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Collaborator

rultor commented Jun 21, 2019

@rultor release, tag is 1.12

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

+ docker run -t --rm -v /tmp/rultor-4jYm:/main --env=head=git@github.com:yegor256/jekyll-github-deploy.git --env=tag=1.12 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/jekyll-github-deploy.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=1.12'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''git config --global user.email "test@example.com"'\'' '\'';'\'' '\''git config --global user.name "Test"'\'' '\'';'\'' '\''bundle install'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' '\''./test.sh'\'' '\'';'\'' '\''rm -rf *.gem'\'' '\'';'\'' '\''sed -i "s/2.0.snapshot/${tag}/g" jgd.gemspec'\'' '\'';'\'' '\''gem build jgd.gemspec'\'' '\'';'\'' '\''chmod 0600 ../rubygems.yml'\'' '\'';'\'' '\''gem push *.gem --config-file ../rubygems.yml'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-4jYm/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_jekyll-github-deploy_30 yegor256/rultor /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/.bashrc /root/.composer /root/.gem /root/.gnupg /root/.m2 /root/.profile /root/texmf /root/.wget-hsts /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./rubygems.yml ./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: change /dev/pts/0 mode failed: Operation not permitted
+ 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:yegor256/jekyll-github-deploy.git
+ head=git@github.com:yegor256/jekyll-github-deploy.git
+ export tag=1.12
+ tag=1.12
+ export head_branch=master
+ head_branch=master
+ export author=yegor256
+ author=yegor256
+ git config --global user.email test@example.com
+ git config --global user.name Test
+ bundle install
Fetching gem metadata from https://rubygems.org/...........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
\u001b[33mFollowing files may not be writable, so sudo is needed:
  /usr/local/rvm/gems/ruby-2.6.0
  /usr/local/rvm/gems/ruby-2.6.0/bin
  /usr/local/rvm/gems/ruby-2.6.0/bin
  /usr/local/rvm/gems/ruby-2.6.0/build_info
  /usr/local/rvm/gems/ruby-2.6.0/cache
  /usr/local/rvm/gems/ruby-2.6.0/doc
  /usr/local/rvm/gems/ruby-2.6.0/environment
  /usr/local/rvm/gems/ruby-2.6.0/extensions
  /usr/local/rvm/gems/ruby-2.6.0/gems
  /usr/local/rvm/gems/ruby-2.6.0/specifications
  /usr/local/rvm/gems/ruby-2.6.0/wrappers\u001b[0m
\u001b[32mFetching rake 12.3.1\u001b[0m
\u001b[32mInstalling rake 12.3.1\u001b[0m
\u001b[31mGem::FilePermissionError: You don't have write permissions for the
/usr/local/rvm/gems/ruby-2.6.0/wrappers directory.
\u001b[0m\u001b[0m\u001b[31mAn error occurred while installing rake (12.3.1), and Bundler
cannot continue.
Make sure that `gem install rake -v '12.3.1' --source 'https://rubygems.org/'`
succeeds before bundling.\u001b[0m

In Gemfile:
  rake\u001b[0m
container d25c71b296bbdec1f34a336de4fe0aab9c37082d2c2e53722798c5b741ccacb7 is dead
Fri Jun 21 15:26:25 CEST 2019

yegor256 added a commit that referenced this issue Jun 21, 2019
@yegor256
Copy link
Owner Author

@rultor release, tag is 1.12

@rultor
Copy link
Collaborator

rultor commented Jun 21, 2019

@rultor release, tag is 1.12

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Collaborator

rultor commented Jun 21, 2019

@rultor release, tag is 1.12

@yegor256 Done! FYI, the full log is here (took me 2min)

yegor256 added a commit that referenced this issue Jun 21, 2019
yegor256 added a commit that referenced this issue Jun 21, 2019
@0crat
Copy link
Collaborator

0crat commented Jun 21, 2019

Job gh:yegor256/jekyll-github-deploy#30 is not assigned, can't get performer

@0crat
Copy link
Collaborator

0crat commented Jun 21, 2019

This job is not in scope

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

No branches or pull requests

3 participants