Closed yegor256 closed 10 months ago
@rultor release, tag is
0.13.0
@yegor256 OK, I will release it now. Please check the progress here
@rultor stop
@rultor stop
@yegor256 OK, I'll try to stop current task.
@rultor stop
@yegor256 Sorry, I failed to stop the previous command, however it has the following result: Done! FYI, the full log is here (took me 4min)
@rultor release, tag is 0.13.0
@rultor release, tag is
0.13.0
@yegor256 OK, I will release it now. Please check the progress here
@rultor release, tag is
0.13.0
@yegor256 Oops, I failed. You can see the full log here (spent 11s)
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 2909464
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Thu Dec 28 03:11:13 PM CET 2023
+ uptime
15:11:13 up 105 days, 19:25, 0 users, load average: 22.16, 10.37, 5.62
+ head=git@github.com:yegor256/iexec.git
+ ff=default
+ image=yegor256/rultor-image:1.22.0
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.13.0
+ vars=('--env=head=git@github.com:yegor256/iexec.git' '--env=tag=0.13.0' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/iexec.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.13.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''gem install texsc:0.6.0'\'' '\'';'\'' '\''gem install texqc:0.6.0'\'' '\'';'\'' '\''sudo tlmgr option repository ctan'\'' '\'';'\'' '\''sudo tlmgr --verify-repo=none update --self'\'' '\'';'\'' '\''sudo tlmgr --verify-repo=none install $(cut -d'\''\'\'''\'' '\''\'\'''\'' -f2 DEPENDS.txt | uniq)'\'' '\'';'\'' '\''sudo tlmgr --verify-repo=none update $(cut -d'\''\'\'''\'' '\''\'\'''\'' -f2 DEPENDS.txt | uniq)'\'' '\'';'\'' '\''l3build tag ${tag}'\'' '\'';'\'' '\''l3build ctan --show-log-on-error'\'' '\'';'\'' '\''texsc'\'' '\'';'\'' '\''texqc'\'' '\'';'\'' '\''git commit -am "version set to ${tag}"'\'' '\'';'\'' '\''echo '\''\'\'''\''y'\''\'\'''\'' | l3build upload --halt-on-error'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:yegor256/iexec.git'\''' ';' 'export '\''tag=0.13.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'gem install texsc:0.6.0' ';' 'gem install texqc:0.6.0' ';' 'sudo tlmgr option repository ctan' ';' 'sudo tlmgr --verify-repo=none update --self' ';' 'sudo tlmgr --verify-repo=none install $(cut -d'\'' '\'' -f2 DEPENDS.txt | uniq)' ';' 'sudo tlmgr --verify-repo=none update $(cut -d'\'' '\'' -f2 DEPENDS.txt | uniq)' ';' 'l3build tag ${tag}' ';' 'l3build ctan --show-log-on-error' ';' 'texsc' ';' 'texqc' ';' 'git commit -am "version set to ${tag}"' ';' 'echo '\''y'\'' | l3build upload --halt-on-error' ';')
+ directory=
+ container=yegor256_iexec_49
+ as_root=false
+ hostname
b3.rultor.com
+ pwd
/tmp/rultor-P7ZT
+ git --version
git version 2.34.1
+ docker --version
Docker version 24.0.5, build 24.0.5-0ubuntu1~22.04.1
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:yegor256/iexec.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:yegor256/iexec.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:yegor256/iexec.git'\''' ';' 'export '\''tag=0.13.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'gem install texsc:0.6.0' ';' 'gem install texqc:0.6.0' ';' 'sudo tlmgr option repository ctan' ';' 'sudo tlmgr --verify-repo=none update --self' ';' 'sudo tlmgr --verify-repo=none install $(cut -d'\'' '\'' -f2 DEPENDS.txt | uniq)' ';' 'sudo tlmgr --verify-repo=none update $(cut -d'\'' '\'' -f2 DEPENDS.txt | uniq)' ';' 'l3build tag ${tag}' ';' 'l3build ctan --show-log-on-error' ';' texsc ';' texqc ';' 'git commit -am "version set to ${tag}"' ';' 'echo '\''y'\'' | l3build upload --halt-on-error' ';'
+ sensitive=()
+ rm -rf .gnupg
+ '[' -z 0.13.0 ']'
+ [[ 0.13.0 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.13.0"'
tag name is valid: "0.13.0"
+ cd repo
++ git tag -l 0.13.0
+ '[' 0.13.0 ']'
+ echo 'Tag 0.13.0 already exists!'
Tag 0.13.0 already exists!
+ exit -1
'cid' file is absent, most probably the Docker container wasn't started correctly
@rultor release, tag is
0.13.0