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

release, tag is 0.0.2 #4

Closed
RoRoche opened this issue May 2, 2020 · 8 comments
Closed

release, tag is 0.0.2 #4

RoRoche opened this issue May 2, 2020 · 8 comments

Comments

@RoRoche
Copy link
Owner

RoRoche commented May 2, 2020

@rultor release, tag is 0.0.2

@rultor
Copy link
Collaborator

rultor commented May 2, 2020

@rultor release, tag is 0.0.2

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

@rultor
Copy link
Collaborator

rultor commented May 2, 2020

@rultor release, tag is 0.0.2

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

load average is 5.10, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image
+ docker pull yegor256/rultor-image
Using default tag: latest
latest: Pulling from yegor256/rultor-image
Digest: sha256:9e0007d3c1f97c64052760bdfa4d74366099fc980adbe1cc58bbffbb92ca628a
Status: Image is up to date for yegor256/rultor-image:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sroroche_plantuml-gradle-plugin_4\s*$'
+ ls -al .
total 708
drwx--x--x  3 rultor rultor   4096 May  2 13:30 .
drwxrwxrwt 14 root   root   684032 May  2 13:30 ..
-rw-rw-r--  1 rultor rultor    444 May  2 13:30 end.sh
-rwxrwxr-x  1 rultor rultor    363 May  2 13:30 entry.sh
-rw-rw-r--  1 rultor rultor      6 May  2 13:30 pid
drwxrwxr-x  5 rultor rultor   4096 May  2 13:30 repo
-rwxrwxr-x  1 rultor rultor   5000 May  2 13:30 run.sh
-rw-rw-r--  1 rultor rultor    290 May  2 13:30 script.sh
-rw-rw-r--  1 rultor rultor   2872 May  2 13:30 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-QxYy:/main --env=head=git@github.com:RoRoche/plantuml-gradle-plugin.git --env=tag=0.0.2 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:RoRoche/plantuml-gradle-plugin.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.0.2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=roroche'\''\'\'''\'''\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' )' --env=head_branch=master --env=author=roroche --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-QxYy/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=roroche_plantuml-gradle-plugin_4 yegor256/rultor-image /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
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cache /root/.composer /root/.gem /root/.gnupg /root/.m2 /root/.profile /root/texmf /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:RoRoche/plantuml-gradle-plugin.git
+ head=git@github.com:RoRoche/plantuml-gradle-plugin.git
+ export tag=0.0.2
+ tag=0.0.2
+ export head_branch=master
+ head_branch=master
+ export author=roroche
+ author=roroche
+ git commit -am 0.0.2
On branch __rultor
nothing to commit, working tree clean
container 72f86e19f5af35be90a07415cdb90a7f2e1a094a57a0ea28165a6576cf05aa07 is dead
Sat May  2 13:31:40 CEST 2020

@RoRoche
Copy link
Owner Author

RoRoche commented May 2, 2020

@rultor release, tag is 0.0.2

@rultor
Copy link
Collaborator

rultor commented May 2, 2020

@rultor release, tag is 0.0.2

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

@rultor
Copy link
Collaborator

rultor commented May 2, 2020

@rultor release, tag is 0.0.2

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

Status: Image is up to date for yegor256/rultor-image:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sroroche_plantuml-gradle-plugin_4\s*$'
+ ls -al .
total 708
drwx--x--x  3 rultor rultor   4096 May  2 13:43 .
drwxrwxrwt 14 root   root   684032 May  2 13:43 ..
-rw-rw-r--  1 rultor rultor    444 May  2 13:43 end.sh
-rwxrwxr-x  1 rultor rultor    363 May  2 13:43 entry.sh
-rw-rw-r--  1 rultor rultor      5 May  2 13:43 pid
drwxrwxr-x  5 rultor rultor   4096 May  2 13:43 repo
-rwxrwxr-x  1 rultor rultor   5040 May  2 13:43 run.sh
-rw-rw-r--  1 rultor rultor    310 May  2 13:43 script.sh
-rw-rw-r--  1 rultor rultor   2931 May  2 13:43 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-4pBU:/main --env=head=git@github.com:RoRoche/plantuml-gradle-plugin.git --env=tag=0.0.2 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:RoRoche/plantuml-gradle-plugin.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.0.2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=roroche'\''\'\'''\'''\'' '\'';'\'' '\''git tag -a ${tag} -m "Releasing tag ${tag}"'\'' '\'';'\'' )' --env=head_branch=master --env=author=roroche --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-4pBU/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=roroche_plantuml-gradle-plugin_4 yegor256/rultor-image /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
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cache /root/.composer /root/.gem /root/.gnupg /root/.m2 /root/.profile /root/texmf /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:RoRoche/plantuml-gradle-plugin.git
+ head=git@github.com:RoRoche/plantuml-gradle-plugin.git
+ export tag=0.0.2
+ tag=0.0.2
+ export head_branch=master
+ head_branch=master
+ export author=roroche
+ author=roroche
+ git tag -a 0.0.2 -m 'Releasing tag 0.0.2'
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.0.2 -m '0.0.2: tagged by rultor.com'
fatal: tag '0.0.2' already exists
container 533571111e8ae38efc797c430a4510edc679423e5aa4f10ed64248658f7e67c4 is dead
Sat May  2 13:44:35 CEST 2020

@RoRoche
Copy link
Owner Author

RoRoche commented May 2, 2020

@rultor release, tag is 0.0.2

@rultor
Copy link
Collaborator

rultor commented May 2, 2020

@rultor release, tag is 0.0.2

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

@rultor
Copy link
Collaborator

rultor commented May 2, 2020

@rultor release, tag is 0.0.2

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

@RoRoche RoRoche closed this as completed May 2, 2020
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

2 participants