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

Reproducing steps might be recorded and hosted on cloud/video provider #441

Closed
dgroup opened this issue Jul 22, 2021 · 6 comments
Closed
Milestone

Comments

@dgroup
Copy link
Owner

dgroup commented Jul 22, 2021

No description provided.

@dgroup dgroup added this to the 0.10.3 milestone Jul 22, 2021
@dgroup dgroup closed this as completed in 047ef7f Jul 22, 2021
@dgroup
Copy link
Owner Author

dgroup commented Jul 22, 2021

@rultor release, tag 0.10.3

@rultor
Copy link
Collaborator

rultor commented Jul 22, 2021

@rultor release, tag 0.10.3

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

@rultor
Copy link
Collaborator

rultor commented Jul 22, 2021

@rultor release, tag 0.10.3

@dgroup Oops, I failed. You can see the full log here (spent 21s)

+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 31251
+ echo '1.69.1 839260fab'
1.69.1 839260fab
+ date
Thu Jul 22 23:17:43 CEST 2021
+ uptime
 23:17:43 up 298 days,  7:23,  0 users,  load average: 4.45, 4.41, 4.43
+ head=git@github.com:dgroup/lazylead.git
+ ff=default
+ image=ruby:2.6.5
+ rebase=false
+ squash=false
+ head_branch=master
+ author=dgroup
+ vars=('--env=head=git@github.com:dgroup/lazylead.git' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:dgroup/lazylead.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=dgroup'\''\'\'''\'''\'' '\'';'\'' '\''export GEM_HOME=~/.ruby'\'' '\'';'\'' '\''export GEM_PATH=$GEM_HOME:$GEM_PATH'\'' '\'';'\'' '\''set -e'\'' '\'';'\'' '\''export RUBYOPT="-W0"'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" lib/lazylead/version.rb'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" lazylead.gemspec'\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''bundle exec rake --trace test rubocop sqlint xcop'\'' '\'';'\'' '\''git add lib/lazylead/version.rb lazylead.gemspec'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''gem build lazylead.gemspec'\'' '\'';'\'' '\''chmod 0600 ../rubygems.yml'\'' '\'';'\'' '\''gem push *.gem --config-file ../rubygems.yml'\'' '\'';'\'' '\''curl -s -X POST --url "https://circleci.com/api/v2/project/gh/dgroup/lazylead/envvar" -H @../circleci.header -H "accept: application/json" -H "content-type: application/json" -d "{ \"name\": \"DOCKER_RELEASE_TAGS\", \"value\": \"${tag}\" }" -o /dev/null'\'' '\'';'\'' '\''curl -s -X POST --url https://circleci.com/api/v2/project/gh/dgroup/lazylead/pipeline -H @../circleci.header -H '\''\'\'''\''accept: application/json'\''\'\'''\'' -H '\''\'\'''\''content-type: application/json'\''\'\'''\'' -H '\''\'\'''\''x-attribution-login: dgroup'\''\'\'''\'' -o /dev/null'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=dgroup')
+ scripts=('export '\''head=git@github.com:dgroup/lazylead.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=dgroup'\''' ';' 'export GEM_HOME=~/.ruby' ';' 'export GEM_PATH=$GEM_HOME:$GEM_PATH' ';' 'set -e' ';' 'export RUBYOPT="-W0"' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i "s/0\.0\.0/${tag}/g" lib/lazylead/version.rb' ';' 'sed -i "s/0\.0\.0/${tag}/g" lazylead.gemspec' ';' 'bundle install --no-color' ';' 'bundle exec rake --trace test rubocop sqlint xcop' ';' 'git add lib/lazylead/version.rb lazylead.gemspec' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build lazylead.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';' 'curl -s -X POST --url "https://circleci.com/api/v2/project/gh/dgroup/lazylead/envvar" -H @../circleci.header -H "accept: application/json" -H "content-type: application/json" -d "{ \"name\": \"DOCKER_RELEASE_TAGS\", \"value\": \"${tag}\" }" -o /dev/null' ';' 'curl -s -X POST --url https://circleci.com/api/v2/project/gh/dgroup/lazylead/pipeline -H @../circleci.header -H '\''accept: application/json'\'' -H '\''content-type: application/json'\'' -H '\''x-attribution-login: dgroup'\'' -o /dev/null' ';')
+ directory=
+ container=dgroup_lazylead_441
+ as_root=false
+ 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:dgroup/lazylead.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:dgroup/lazylead.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:dgroup/lazylead.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=dgroup'\''' ';' 'export GEM_HOME=~/.ruby' ';' 'export GEM_PATH=$GEM_HOME:$GEM_PATH' ';' 'set -e' ';' 'export RUBYOPT="-W0"' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i "s/0\.0\.0/${tag}/g" lib/lazylead/version.rb' ';' 'sed -i "s/0\.0\.0/${tag}/g" lazylead.gemspec' ';' 'bundle install --no-color' ';' 'bundle exec rake --trace test rubocop sqlint xcop' ';' 'git add lib/lazylead/version.rb lazylead.gemspec' ';' 'git commit -m "version set to ${tag}"' ';' 'gem build lazylead.gemspec' ';' 'chmod 0600 ../rubygems.yml' ';' 'gem push *.gem --config-file ../rubygems.yml' ';' 'curl -s -X POST --url "https://circleci.com/api/v2/project/gh/dgroup/lazylead/envvar" -H @../circleci.header -H "accept: application/json" -H "content-type: application/json" -d "{ \"name\": \"DOCKER_RELEASE_TAGS\", \"value\": \"${tag}\" }" -o /dev/null' ';' 'curl -s -X POST --url https://circleci.com/api/v2/project/gh/dgroup/lazylead/pipeline -H @../circleci.header -H '\''accept: application/json'\'' -H '\''content-type: application/json'\'' -H '\''x-attribution-login: dgroup'\'' -o /dev/null' ';'
+ sensitive=()
+ rm -rf .gpg
+ '[' -z '' ']'
+ echo 'tag name is not provided in the request, see http://doc.rultor.com/basics.html'
tag name is not provided in the request, see http://doc.rultor.com/basics.html
+ exit -1
'cid' file is absent, container wasn't started correctly

@dgroup
Copy link
Owner Author

dgroup commented Jul 23, 2021

@rultor release, tag=0.10.3

@rultor
Copy link
Collaborator

rultor commented Jul 23, 2021

@rultor release, tag=0.10.3

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

@rultor
Copy link
Collaborator

rultor commented Jul 23, 2021

@rultor release, tag=0.10.3

@dgroup Done! FYI, the full log is here (took me 4min)

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