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

name clashes in Jekyll module #18

Closed
yegor256 opened this issue Sep 6, 2018 · 7 comments
Closed

name clashes in Jekyll module #18

yegor256 opened this issue Sep 6, 2018 · 7 comments

Comments

@yegor256
Copy link
Owner

yegor256 commented Sep 6, 2018

Let's make them unique

yegor256 added a commit that referenced this issue Sep 6, 2018
@yegor256
Copy link
Owner Author

yegor256 commented Sep 6, 2018

@rultor release, tag is 0.15

@rultor
Copy link
Collaborator

rultor commented Sep 6, 2018

@rultor release, tag is 0.15

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

@rultor
Copy link
Collaborator

rultor commented Sep 6, 2018

@rultor release, tag is 0.15

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

+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor
+ docker pull yegor256/rultor
Using default tag: latest
latest: Pulling from yegor256/rultor
Digest: sha256:939abdb04d3f40ca02764a5bdb00d1234918994668b78776b7e3905caff3446f
Status: Image is up to date for yegor256/rultor:latest
+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_jekyll-bits_18\s*$'
+ ls -al .
total 60
drwx--x--x  3 rultor rultor  4096 Sep  6 21:40 .
drwxrwxrwt 11 root   root   20480 Sep  6 21:40 ..
-rw-rw-r--  1 rultor rultor   444 Sep  6 21:40 end.sh
-rwxrwxr-x  1 rultor rultor   338 Sep  6 21:40 entry.sh
-rw-rw-r--  1 rultor rultor     6 Sep  6 21:40 pid
drwxrwxr-x  6 rultor rultor  4096 Sep  6 21:40 repo
-rw-rw-r--  1 rultor rultor    56 Sep  6 21:40 rubygems.yml
-rwxrwxr-x  1 rultor rultor  5564 Sep  6 21:40 run.sh
-rw-rw-r--  1 rultor rultor   533 Sep  6 21:40 script.sh
-rw-rw-r--  1 rultor rultor  3734 Sep  6 21:40 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-sMDO:/main --env=head=git@github.com:yegor256/jekyll-bits.git --env=tag=0.15 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/jekyll-bits.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.15'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo bundle install'\'' '\'';'\'' '\''rake'\'' '\'';'\'' '\''rm -rf *.gem'\'' '\'';'\'' '\''sed -i "s/1\.0\.snapshot/${tag}/g" jekyll-bits.gemspec'\'' '\'';'\'' '\''git add jekyll-bits.gemspec'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''gem build jekyll-bits.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-sMDO/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_jekyll-bits_18 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/.oracle_jre_usage /root/.profile /root/texmf /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
+ 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-bits.git
+ head=git@github.com:yegor256/jekyll-bits.git
+ export tag=0.15
+ tag=0.15
+ export head_branch=master
+ head_branch=master
+ export author=yegor256
+ author=yegor256
+ sudo -i bundle install
\u001b[33mDon't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.\u001b[0m
\u001b[31mCould not locate Gemfile or .bundle/ directory\u001b[0m
container 8935d21bd8c1701e7897b8c05372db0596d639b5e97684316cb7063f5c593f0f is dead
Thu Sep  6 21:43:06 CEST 2018

@yegor256
Copy link
Owner Author

yegor256 commented Sep 6, 2018

@rultor release, tag is 0.15

yegor256 added a commit that referenced this issue Sep 6, 2018
@rultor
Copy link
Collaborator

rultor commented Sep 6, 2018

@rultor release, tag is 0.15

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

@rultor
Copy link
Collaborator

rultor commented Sep 6, 2018

@rultor release, tag is 0.15

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

@yegor256 yegor256 closed this as completed Sep 6, 2018
@0crat
Copy link

0crat commented Sep 6, 2018

Job gh:yegor256/jekyll-bits#18 is not assigned, can't get performer

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