+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 4143780
+ echo '1.75.1 50eb0c708'
1.75.1 50eb0c708
+ date
Sun 13 Aug 2023 06:12:04 PM CEST
+ uptime
18:12:04 up 262 days, 22:50, 0 users, load average: 0.00, 0.00, 0.00
+ head=git@github.com:dgroup/lazylead.git
+ ff=default
+ image=ruby:2.6.5
+ rebase=false
+ squash=true
+ head_branch=master
+ author=dgroup
+ tag=0.13.0
+ vars=('--env=head=git@github.com:dgroup/lazylead.git' '--env=tag=0.13.0' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:dgroup/lazylead.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.13.0'\''\'\'''\'''\'' '\'';'\'' '\''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'\'' '\'';'\'' '\''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 '\''tag=0.13.0'\''' ';' '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' ';' '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_566
+ as_root=false
+ hostname
m2262.contaboserver.net
+ git --version
git version 2.25.1
+ docker --version
Docker version 24.0.2, build cb74dfc
+ 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 '\''tag=0.13.0'\''' ';' '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' ';' '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 .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
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=0.00
++ echo 0.00 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.00, low enough to run a new Docker container'
load average is 0.00, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=ruby:2.6.5
+ docker pull ruby:2.6.5
2.6.5: Pulling from library/ruby
Digest: sha256:651078e89471c30567685dce4caa321adf1f846b353e05c327b55d76a84acc50
Status: Image is up to date for ruby:2.6.5
docker.io/library/ruby:2.6.5
+ docker ps --filter=status=exited
+ grep --quiet '\sdgroup_lazylead_566\s*$'
+ ls -al .
total 52
drwx------ 3 rultor rultor 4096 Aug 13 18:12 .
drwxrwxrwt 13 root root 4096 Aug 13 18:12 ..
-rw-rw-r-- 1 rultor rultor 55 Aug 13 18:11 circleci.header
-rwxrwxr-x 1 rultor rultor 556 Aug 13 18:12 end.sh
-rwxrwxr-x 1 rultor rultor 363 Aug 13 18:12 entry.sh
-rw-rw-r-- 1 rultor rultor 8 Aug 13 18:12 pid
drwxrwxr-x 12 rultor rultor 4096 Aug 13 18:12 repo
-rw-rw-r-- 1 rultor rultor 52 Aug 13 18:11 rubygems.yml
-rwxrwxr-x 1 rultor rultor 7415 Aug 13 18:12 run.sh
-rw-rw-r-- 1 rultor rultor 1313 Aug 13 18:12 script.sh
-rw-rw-r-- 1 rultor rultor 6260 Aug 13 18:12 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-0JxF:/main --env=head=git@github.com:dgroup/lazylead.git --env=tag=0.13.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:dgroup/lazylead.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.13.0'\''\'\'''\'''\'' '\'';'\'' '\''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'\'' '\'';'\'' '\''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 --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-0JxF/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=dgroup_lazylead_566 ruby:2.6.5 /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/.profile /root/.subversion /home/r
+ cp -R ./cid ./circleci.header ./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: cannot open /dev/pts/0: Permission denied
+ set -e
+ set -o pipefail
+ '[' -e /home/r/.profile ']'
+ source /home/r/.profile
++ '[' /bin/bash ']'
++ '[' -f /home/r/.bashrc ']'
++ . /home/r/.bashrc
++ mesg n
mesg: cannot open /dev/pts/0: Permission denied
++ true
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export head=git@github.com:dgroup/lazylead.git
+ head=git@github.com:dgroup/lazylead.git
+ export tag=0.13.0
+ tag=0.13.0
+ export head_branch=master
+ head_branch=master
+ export author=dgroup
+ author=dgroup
+ export GEM_HOME=/home/r/.ruby
+ GEM_HOME=/home/r/.ruby
+ export GEM_PATH=/home/r/.ruby:
+ GEM_PATH=/home/r/.ruby:
+ set -e
+ export RUBYOPT=-W0
+ RUBYOPT=-W0
+ [[ 0.13.0 =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]
+ sed -i 's/0\.0\.0/0.13.0/g' lib/lazylead/version.rb
+ sed -i 's/0\.0\.0/0.13.0/g' lazylead.gemspec
+ bundle install --no-color
Fetching gem metadata from https://rubygems.org/..........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies....
Fetching rake 13.0.6
Installing rake 13.0.6
Fetching concurrent-ruby 1.2.2
Installing concurrent-ruby 1.2.2
Fetching i18n 1.14.1
Installing i18n 1.14.1
Fetching minitest 5.19.0
Installing minitest 5.19.0
Fetching tzinfo 2.0.4
Installing tzinfo 2.0.4
Fetching zeitwerk 2.6.11
Installing zeitwerk 2.6.11
Fetching activesupport 6.1.3
Installing activesupport 6.1.3
Fetching builder 3.2.4
Installing builder 3.2.4
Fetching erubi 1.12.0
Installing erubi 1.12.0
Fetching mini_portile2 2.5.3
Installing mini_portile2 2.5.3
Fetching racc 1.7.1
Installing racc 1.7.1 with native extensions
Fetching nokogiri 1.11.3 (x86_64-linux)
Installing nokogiri 1.11.3 (x86_64-linux)
Fetching rails-dom-testing 2.2.0
Installing rails-dom-testing 2.2.0
Fetching crass 1.0.6
Installing crass 1.0.6
Fetching loofah 2.21.1
Installing loofah 2.21.1
Fetching rails-html-sanitizer 1.5.0
Installing rails-html-sanitizer 1.5.0
Fetching actionview 6.1.3
Installing actionview 6.1.3
Fetching rack 2.2.8
Installing rack 2.2.8
Fetching rack-test 2.1.0
Installing rack-test 2.1.0
Fetching actionpack 6.1.3
Installing actionpack 6.1.3
Fetching activemodel 6.1.3
Installing activemodel 6.1.3
Fetching activerecord 6.1.3
Installing activerecord 6.1.3
Fetching ansi 1.5.0
Installing ansi 1.5.0
Fetching ast 2.4.2
Installing ast 2.4.2
Fetching jwt 2.7.1
Installing jwt 2.7.1
Fetching atlassian-jwt 0.2.1
Installing atlassian-jwt 0.2.1
Fetching backtrace 0.3.0
Installing backtrace 0.3.0
Using bundler 1.17.2
Fetching docile 1.4.0
Installing docile 1.4.0
Fetching simplecov-html 0.12.3
Installing simplecov-html 0.12.3
Fetching simplecov_json_formatter 0.1.4
Installing simplecov_json_formatter 0.1.4
Fetching simplecov 0.21.2
Installing simplecov 0.21.2
Fetching codecov 0.6.0
Installing codecov 0.6.0
Fetching coderay 1.1.3
Installing coderay 1.1.3
Fetching colorize 0.8.1
Installing colorize 0.8.1
Fetching et-orbi 1.2.7
Installing et-orbi 1.2.7
Fetching faraday-net_http 2.1.0
Installing faraday-net_http 2.1.0
Fetching ruby2_keywords 0.0.5
Installing ruby2_keywords 0.0.5
Fetching faraday 2.3.0
Installing faraday 2.3.0
Fetching ffi 1.15.5
Installing ffi 1.15.5 with native extensions
Fetching fileutils 1.4.1
Installing fileutils 1.4.1
Fetching formatador 1.1.0
Installing formatador 1.1.0
Fetching raabro 1.4.0
Installing raabro 1.4.0
Fetching fugit 1.8.1
Installing fugit 1.8.1
Fetching get_process_mem 0.2.7
Installing get_process_mem 0.2.7
Fetching google-protobuf 3.23.4 (x86_64-linux)
Installing google-protobuf 3.23.4 (x86_64-linux)
Fetching rb-fsevent 0.11.2
Installing rb-fsevent 0.11.2
Fetching rb-inotify 0.10.1
Installing rb-inotify 0.10.1
Fetching listen 3.8.0
Installing listen 3.8.0
Fetching lumberjack 1.2.9
Installing lumberjack 1.2.9
Fetching nenv 0.3.0
Installing nenv 0.3.0
Fetching shellany 0.0.1
Installing shellany 0.0.1
Fetching notiffany 0.1.3
Installing notiffany 0.1.3
Fetching method_source 1.0.0
Installing method_source 1.0.0
Fetching pry 0.14.2
Installing pry 0.14.2
Fetching thor 1.2.2
Installing thor 1.2.2
Fetching guard 2.18.0
Installing guard 2.18.0
Fetching guard-compat 1.2.1
Installing guard-compat 1.2.1
Fetching guard-minitest 2.4.6
Installing guard-minitest 2.4.6
Fetching hashie 5.0.0
Installing hashie 5.0.0
Fetching httpclient 2.8.3
Installing httpclient 2.8.3
Fetching inifile 3.0.0
Installing inifile 3.0.0
Fetching ipaddr 1.2.5
Installing ipaddr 1.2.5
Fetching multipart-post 2.3.0
Installing multipart-post 2.3.0
Fetching version_gem 1.1.3
Installing version_gem 1.1.3
Fetching snaky_hash 2.0.1
Installing snaky_hash 2.0.1
Fetching oauth 0.6.2
Installing oauth 0.6.2
Fetching jira-ruby 2.2.0
Installing jira-ruby 2.2.0
Fetching json 2.6.2
Installing json 2.6.2 with native extensions
Fetching little-plugger 1.1.4
Installing little-plugger 1.1.4
Fetching multi_json 1.15.0
Installing multi_json 1.15.0
Fetching logging 2.3.1
Installing logging 2.3.1
Fetching mini_mime 1.1.5
Installing mini_mime 1.1.5
Fetching mail 2.7.1
Installing mail 2.7.1
Fetching memory_profiler 1.0.0
Installing memory_profiler 1.0.0
Using openssl 2.1.2
Fetching railties 6.1.3
Installing railties 6.1.3
Fetching require_all 3.0.0
Installing require_all 3.0.0
Fetching rubyzip 2.3.2
Installing rubyzip 2.3.2
Fetching rufus-scheduler 3.9.1
Installing rufus-scheduler 3.9.1
Fetching slop 4.9.2
Installing slop 4.9.2
Fetching sqlite3 1.4.4
Installing sqlite3 1.4.4 with native extensions
Fetching tempfile 0.1.2
Installing tempfile 0.1.2
Fetching tilt 2.0.10
Installing tilt 2.0.10
Fetching tzinfo-data 1.2022.1
Installing tzinfo-data 1.2022.1
Fetching vcs4sql 0.1.1
Installing vcs4sql 0.1.1
Fetching rubyntlm 0.6.3
Installing rubyntlm 0.6.3
Fetching viewpoint 1.1.1
Installing viewpoint 1.1.1
Fetching zaru 0.3.0
Installing zaru 0.3.0
Using lazylead 0.13.0 from source at `.`
Fetching minitest-fail-fast 0.1.0
Installing minitest-fail-fast 0.1.0
Fetching minitest-hooks 1.5.0
Installing minitest-hooks 1.5.0
Fetching ruby-progressbar 1.13.0
Installing ruby-progressbar 1.13.0
Fetching minitest-reporters 1.5.0
Installing minitest-reporters 1.5.0
Fetching net-ping 2.0.8
Installing net-ping 2.0.8
Fetching parallel 1.23.0
Installing parallel 1.23.0
Fetching parser 3.2.2.3
Installing parser 3.2.2.3
Fetching pg_query 2.2.1
Installing pg_query 2.2.1 with native extensions
Fetching stringio 3.0.6
Installing stringio 3.0.6 with native extensions
Fetching psych 5.1.0
Installing psych 5.1.0 with native extensions
Fetching rainbow 3.1.1
Installing rainbow 3.1.1
Fetching random-port 0.5.1
Installing random-port 0.5.1
Fetching rdoc 6.4.0
Installing rdoc 6.4.0
Fetching regexp_parser 2.8.1
Installing regexp_parser 2.8.1
Fetching rexml 3.2.6
Installing rexml 3.2.6
Fetching rubocop-ast 1.29.0
Installing rubocop-ast 1.29.0
Fetching unicode-display_width 2.4.2
Installing unicode-display_width 2.4.2
Fetching rubocop 1.50.2
Installing rubocop 1.50.2
Fetching rubocop-minitest 0.20.1
Installing rubocop-minitest 0.20.1
Fetching rubocop-performance 1.16.0
Installing rubocop-performance 1.16.0
Fetching rubocop-rake 0.6.0
Installing rubocop-rake 0.6.0
Fetching rubocop-rspec 2.11.1
Installing rubocop-rspec 2.11.1
Fetching ruby-prof 1.4.3
Installing ruby-prof 1.4.3 with native extensions
Fetching sqlint 0.2.1
Installing sqlint 0.2.1
Bundle complete! 20 Gemfile dependencies, 114 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
Post-install message from oauth:
You have installed oauth version 0.6.2, congratulations!
Non-commercial support for the 0.6.x series will end by April, 2024. Please upgrade to 1.0.x as soon as possible!
The only breaking change will be dropped support for Ruby 2.4, 2.5, and 2.6.
Please see:
• https://github.com/oauth-xx/oauth-ruby/blob/main/SECURITY.md
Note also that I am, and this project is, in the process of leaving Github.
I wrote about some of the reasons here:
• https://dev.to/galtzo/im-leaving-github-50ba
If you are a human, please consider a donation as I move toward supporting myself with Open Source work:
• https://liberapay.com/pboling
• https://ko-fi.com/pboling
• https://patreon.com/galtzo
If you are a corporation, please consider supporting this project, and open source work generally, with a TideLift subscription.
• https://tidelift.com/funding/github/rubygems/oauth
• Or hire me. I am looking for a job!
Please report issues, and support the project!
Thanks, |7eter l-|. l3oling
Post-install message from rubyzip:
RubyZip 3.0 is coming!
**********************
The public API of some Rubyzip classes has been modernized to use named
parameters for optional arguments. Please check your usage of the
following classes:
* `Zip::File`
* `Zip::Entry`
* `Zip::InputStream`
* `Zip::OutputStream`
Please ensure that your Gemfiles and .gemspecs are suitably restrictive
to avoid an unexpected breakage when 3.0 is released (e.g. ~> 2.3.0).
See https://github.com/rubyzip/rubyzip for details. The Changelog also
lists other enhancements and bugfixes that have been implemented since
version 2.3.0.
Post-install message from vcs4sql:
Thanks for installing vcs4sql '0.1.1'!
Stay in touch with the community in Telegram: https://t.me/lazyleads
Follow us on Twitter: https://twitter.com/lazylead
If you have any issues, report to our GitHub repo: https://github.com/dgroup/vcs4sql
+ bundle exec rake --trace test rubocop sqlint
** Invoke test (first_time)
** Execute test
/usr/local/bin/ruby -I"lib:test:lib" /home/r/.ruby/gems/rake-13.0.6/lib/rake/rake_test_loader.rb "test/lazylead/allocated_test.rb" "test/lazylead/cc_test.rb" "test/lazylead/cli/app_test.rb" "test/lazylead/confluence_test.rb" "test/lazylead/exchange_test.rb" "test/lazylead/file_postman_test.rb" "test/lazylead/model_test.rb" "test/lazylead/opts_test.rb" "test/lazylead/postman_test.rb" "test/lazylead/retry_test.rb" "test/lazylead/salt_test.rb" "test/lazylead/smoke_test.rb" "test/lazylead/smtp_test.rb" "test/lazylead/stdout_postman_test.rb" "test/lazylead/system/jira_test.rb" "test/lazylead/task/accuracy/accuracy_test.rb" "test/lazylead/task/accuracy/affected_build_test.rb" "test/lazylead/task/accuracy/attachment_test.rb" "test/lazylead/task/accuracy/environment_test.rb" "test/lazylead/task/accuracy/has_label_test.rb" "test/lazylead/task/accuracy/logs_link_test.rb" "test/lazylead/task/accuracy/logs_test.rb" "test/lazylead/task/accuracy/memes_test.rb" "test/lazylead/task/accuracy/onlyll_test.rb" "test/lazylead/task/accuracy/records_llink_test.rb" "test/lazylead/task/accuracy/records_test.rb" "test/lazylead/task/accuracy/score_test.rb" "test/lazylead/task/accuracy/screenshots_test.rb" "test/lazylead/task/accuracy/servers_test.rb" "test/lazylead/task/accuracy/stacktrace_test.rb" "test/lazylead/task/accuracy/testcase_test.rb" "test/lazylead/task/accuracy/wiki_test.rb" "test/lazylead/task/accuracy/wiki_url_test.rb" "test/lazylead/task/alert/alertif_test.rb" "test/lazylead/task/alert/assignee_alert_test.rb" "test/lazylead/task/alert/changed_to_test.rb" "test/lazylead/task/assignment_test.rb" "test/lazylead/task/confluence_ref_test.rb" "test/lazylead/task/created_recently_test.rb" "test/lazylead/task/duedate_test.rb" "test/lazylead/task/echo_test.rb" "test/lazylead/task/fix_version_test.rb" "test/lazylead/task/loading_test.rb" "test/lazylead/task/micromanager_test.rb" "test/lazylead/task/missing_comment_test.rb" "test/lazylead/task/propagate_down_test.rb" "test/lazylead/task/savepoint_test.rb" "test/lazylead/task/svn/diff_test.rb" "test/lazylead/task/svn/grep_test.rb" "test/lazylead/task/svn/touch_test.rb" "test/lazylead/version_test.rb" "test/sqlite_test.rb"
Started with run options --seed 27021
Lazylead::SaltTest
Lazylead::SaltTest
Lazylead::StacktraceTest
Lazylead::StacktraceTest
Lazylead::StacktraceTest
Lazylead::StacktraceTest
Lazylead::StacktraceTest
Lazylead::StacktraceTest
test_java_stacktrace_is_found_in_uppercase 32m PASS0m (0.00s)
Lazylead::StacktraceTest
test_exception_is_found 32m PASS0mLazylead::StacktraceTest
(0.00s)
test_java_error_is_found_in_colored_code_section_in_uppercase 32m PASS0m (0.00s)Lazylead::StacktraceTest
Lazylead::StacktraceTest
test_java_stacktrace_is_found Lazylead::StacktraceTest
32m PASS0m (0.00s)
test_ORA_error_is_found_in_uppercase Lazylead::AlertIfTest
32m PASS0m (0.00s)
Lazylead::VersionTest
Lazylead::WikiUrlTest
test_java_error_is_found_in_code_section 32m PASS0m (0.00s)Lazylead::WikiUrlTest
test_pair_detected 32m PASS0m (0.00s)
test_wiki_score 32m PASS0m (0.00s)
Lazylead::WikiUrlTest
test_ORA_error_is_found 32m PASS0mLazylead::OnlyLLTest
(0.00s)
test_gem_has_version 32m PASS0m (0.00s)Lazylead::OnlyLLTest
test_proper_pair_detected 32m PASS0m (0.00s)
Lazylead::OnlyLLTest
test_wiki_reference_is_present_as_url 32m PASS0m (0.00s)
test_e2e_encryption/decryption_is_successful 32m PASS0m (0.01s)
test_wiki_reference_is_absent_as_url 32m PASS0m (0.00s)
Lazylead::OnlyLLTest
Lazylead::OnlyLLTest
Lazylead::OnlyLLTest
test_decryption_is_successful 32m PASS0m (0.01s)
Lazylead::OnlyLLTest
test_java_error_is_found_in_code_section_in_uppercase 32m PASS0m (0.01s)
Lazylead::OnlyLLTest
test_stacktrace_is_found 32m PASS0mLazylead::StdoutPostmanTest
(0.01s)
Lazylead::AssignmentTest
test_ensure_that_violators_found 32m PASS0m (0.00s)
test_sort_of_percents 32m PASS0m (0.00s)
test_multiple_scores_in_the_same_ticket 32m PASS0m (0.00s)Lazylead::AffectedBuildTest
Lazylead::AffectedBuildTest
test_violators_should_consider_already_existing_LL_grid_labels 32m PASS0m (0.00s)
Lazylead::OrmTest
Lazylead::OrmTest
Lazylead::OrmTest
test_affected_version_absent 32m PASS0m (0.00s)
test_affected_version_provided 32m PASS0m (0.00s)
Lazylead::OrmTest
Lazylead::OrmTest
"to=[\"to@email.com\"], from=[\"from@email.com\"], cc=[], subject=[LL] Attachments, attachments=[\"readme.md\"], body=<!DOCTYPE html><html lang=\"en\"><head> <style> /* CSS styles taken from https://github.com/yegor256/tacit */ a { color: #275a90; text-decoration: none } a:hover { text-decoration: underline } * { box-sizing: border-box; margin: 0; max-width: 100%; padding: 0; vertical-align: baseline; font-family: system-ui, \\\"Helvetica Neue\\\", Helvetica, Arial, sans-serif; font-size: 13px; font-stretch: normal; font-style: normal; font-weight: 400; line-height: 29.7px } body { background: #fff; color: #1a1919; padding: 36px } </style> <title>LL 2023-08-13</title></head><body><p>Hi,</p><p>PFA the LL configuration at 2023-08-13T16:13:48+00:00.</p><p>Posted by <a href=\"https://github.com/dgroup/lazylead\">lazylead v0.13.0</a>.</p></body></html>"
test_send_email_to_stdout 32m PASS0m (0.01s)
Lazylead::OrmTest
test_grid_label_found 32m PASS0m (0.88s)
Lazylead::CLI::AppTest
test_detect_score_label 32m PASS0m (1.02s)
Lazylead::CLI::AppTest
test_grid_label_set_by_ll 32m PASS0m (1.02s)
Lazylead::CLI::AppTest
test_email_notification 32m PASS0m (1.12s)
Lazylead::ScoreTest
test_grade_is_detected 32m PASS0m (0.00s)
Lazylead::ScoreTest
test_task_properties_are_parsed_despite_on_wrong_config 32m PASS0m (1.55s)
Lazylead::ScoreTest
test_comment_has_proper_structure 32m PASS0m (0.00s)
Lazylead::PredefinedCcTest
test_cc_by_component_is_found 33m SKIP0m (0.00s)
Lazylead::PredefinedCcTest
test_cc_by_key_is_found 32m PASS0m (0.00s)
Lazylead::PredefinedCcTest
test_all_predefined_cc_are_valid_emails 32m PASS0m (0.00s)
test_last_change_to_Done 32m PASS0m (1.58s)
Lazylead::PredefinedCcTest
Lazylead::PredefinedCcTest
test_predefined_cc_has_valid_emails 32m PASS0m (0.00s)
Lazylead::PredefinedCcTest
test_task_properties_are_using_ENV_variables 32m PASS0m (1.57s)
Lazylead::ServersTest
test_url_to_failed_entity_not_present_in_description 32m PASS0m (0.00s)
Lazylead::ServersTest
test_url_to_failed_entity_found_in_description 32m PASS0m (0.00s)
Lazylead::WikiTest
test_wiki_reference_is_present 32m PASS0m (0.00s)
Lazylead::EnvironmentTest
test_environment_provided 32m PASS0m (0.00s)
Lazylead::EnvironmentTest
test_environment_absent 32m PASS0m (0.00s)
Lazylead::MicromanagerTest
test_since_for_past_1_min 32m PASS0m (0.00s)
Lazylead::MicromanagerTest
test_env_properties_injected 32m PASS0m (1.61s)
Lazylead::OptsTest
test_has_jira_defaults 32m PASS0m (0.00s)
Lazylead::OptsTest
test_attachment_is_present 32m PASS0m (0.00s)
Lazylead::OptsTest
test_blank_for_null_value_cases 32m PASS0m (0.00s)
Lazylead::OptsTest
test_value_has_numeric_value 32m PASS0m (0.00s)
Lazylead::OptsTest
test_able_to_write_by_key 32m PASS0m (0.00s)
Lazylead::OptsTest
test_attachments_are_present 32m PASS0m (0.00s)
Lazylead::OptsTest
test_nil_is_not_a_numeric 32m PASS0m (0.00s)
Lazylead::OptsTest
test_attachment_is_blank 32m PASS0m (0.00s)
Lazylead::OptsTest
test_convert_column_to_json 32m PASS0m (1.62s)
test_split_and_trim 32m PASS0m (0.00s)
Lazylead::OptsTest
Lazylead::OptsTest
test_able_to_read_by_symbol 32m PASS0m (0.00s)
test_attachments_are_present_as_symbol 32m PASS0m (0.00s)
Lazylead::OptsTest
Lazylead::OptsTest
test_attachment_is_nil 32m PASS0m (0.00s)
test_find_by_text_key 32m PASS0m (0.00s)
Lazylead::OptsTest
test_second_ticketing_system_is_found 32m PASS0m (1.62s)
Lazylead::OptsTest
Lazylead::OptsTest
test_text_value_is_not_a_numeric 32m PASS0m (0.00s)
test_able_to_read_by_key 32m PASS0m (0.00s)
Lazylead::OptsTest
test_attachments_is_present_as_array 32m PASS0m (0.00s)
Lazylead::OptsTest
test_attachment_is_absent 32m PASS0m (0.00s)
test_find_default 32m PASS0m (0.00s)
Lazylead::OptsTest
Lazylead::OptsTest
Lazylead::OptsTest
test_to_hash 32m PASS0m (0.00s)
test_except_keys 32m PASS0m (0.00s)
Lazylead::OptsTest
test_find_by_symbol_key 32m PASS0m (0.00s)Lazylead::PropagateDownTest
test_find_by_symbol_key_but_with_text_key 32m PASS0m (0.00s)
Lazylead::AssigneeAlertTest
Lazylead::FixVersionTest
test_postman_initiated_through_orm 32m PASS0m (1.63s)
test_propagate_fields_from_parent_ticket_to_sub-tasks 32m PASS0m (0.00s)
Lazylead::MemesTest
Lazylead::MemesTest
test_negative_assert_array 32m PASS0m (0.00s)
test_not_found 32m PASS0m (0.00s)
Lazylead::MemesTest
Lazylead::MemesTest
test_detect_range 32m PASS0m (0.00s)
test_find_by_score 32m PASS0m (0.00s)
Lazylead::MemesTest
Lazylead::ConfluenceTest
test_positive_assert_array 32m PASS0m (0.00s)
Lazylead::CcTest
test_cc_is_not_found_in_hash 32m PASS0m (0.00s)
Lazylead::CcTest
test_make_link_from_jira_to_confluence 32m PASS0m (0.00s)
test_cc_type_is_blank 32m PASS0m (0.00s)
Lazylead::CcTest
Lazylead::CcTest
test_cc_is_incorrect 32m PASS0m (0.00s)
Lazylead::CcTest
test_plain_cc_detected_as_object 32m PASS0m (0.00s)
test_plain_cc_not_found_in_text 32m PASS0m (0.00s)
Lazylead::CcTest
Lazylead::GrepTest
test_plain_cc_detected_as_text 32m PASS0m (0.00s)
Lazylead::GrepTest
test_test 32m PASS0m (0.00s)
Lazylead::RecordsTest
test_changes_with_text 33m SKIP0m (0.00s)
test_file_has_.mp4_extension 32m PASS0m (0.00s)
Lazylead::RecordsTest
Lazylead::RecordsTest
test_file_is_absent_but_description_has_url_to_video 32m PASS0m (0.00s)
test_file_is_absent_and_link_is_absent 32m PASS0m (0.00s)
Lazylead::RecordsTest
Lazylead::RecordsTest
test_mime_type_has_.gif_despite_on_ext 32m PASS0m (0.00s)
test_log_file_is_present_and_link_is_absent 32m PASS0m (0.00s)
Lazylead::RecordsTest
Lazylead::RecordsTest
test_several_base_urls_to_video 32m PASS0m (0.00s)
test_empty_gif 32m PASS0m (0.00s)
Lazylead::RecordsTest
Lazylead::RecordsTest
test_file_has_.avi_extension 32m PASS0m (0.00s)
test_file_has_.txt_extension 32m PASS0m (0.00s)
Lazylead::RecordsTest
Lazylead::MissingCommentTest
test_mime_type_is_xlsx 32m PASS0m (0.00s)
Lazylead::EchoTest
test_default_task 32m PASS0m (0.00s)
Lazylead::AccuracyTest
test_alert_in_case_assignee_changed_by_not_authorized_person 32m PASS0m (1.65s)
Lazylead::AccuracyTest
test_LL_database_structure_installed_successfully 32m PASS0m (0.97s)
Lazylead::AccuracyTest
test_detect_non-system_reporter 32m PASS0m (0.87s)
Lazylead::AccuracyTest
test_activesupport_is_activated_for_access_to_domain_entities 32m PASS0m (1.45s)
Lazylead::AllocatedTest
test_pass_a_nil_(null)_value 32m PASS0m (0.00s)
Lazylead::AllocatedTest
test_default_ctor_evaluates_a_memory 32m PASS0m (0.00s)
Lazylead::AllocatedTest
test_bytes_transformed_to_string_have_labels_(B,_KB,_MB,_etc) 32m PASS0m (0.00s)
Lazylead::JiraTest
test_score_is_correct 32m PASS0m (0.84s)
Lazylead::JiraTest
test_alert_in_case_duedate_changed_by_not_authorized_person 32m PASS0m (1.09s)
Lazylead::JiraTest
test_one_ticket_found 32m PASS0m (1.13s)
Lazylead::JiraTest
test_scheduled_task_was_triggered_successfully 32m PASS0m (2.03s)
Lazylead::JiraTest
test_detect_complex_cc_by_predefined_component 32m PASS0m (1.38s)
Lazylead::JiraTest
test_issue_#154_undefined_method_to_hash_for_nil_object 32m PASS0m (1.39s)
Lazylead::JiraTest
test_detect_plain_cc 32m PASS0m (1.46s)
Lazylead::JiraTest
test_detect_affected_build 32m PASS0m (1.10s)
Lazylead::JiraTest
test_alert_in_case_fixvesion_changed_by_not_authorized_person 32m PASS0m (1.46s)
Lazylead::JiraTest
test_alert_in_case_missing_comment 32m PASS0m (1.52s)
Lazylead::JiraTest
test_construct_accuracy_from_orm 32m PASS0m (1.27s)
Lazylead::JiraTest
test_sprint_is_found 32m PASS0m (0.82s)
test_issue_url_fetched_successfully 32m PASS0m (0.85s)
Lazylead::JiraTest
test_found_issue_by_jira_(ORM) 33m SKIP0m (0.00s)
Lazylead::JiraTest
Lazylead::JiraTest
test_description_is_correct 32m PASS0m (0.87s)
Lazylead::JiraTest
test_field_not_found 32m PASS0m (0.85s)
Lazylead::JiraTest
test_make_an_jira_comment 32m PASS0m (0.00s)
Lazylead::JiraTest
test_connected_based_on_string_properties 32m PASS0m (0.85s)
Lazylead::JiraTest
test_group_by_assignee 32m PASS0m (0.91s)
Lazylead::JiraTest
test_found_issue_by_id 32m PASS0m (0.85s)
Lazylead::AttachmentTest
test_description_available_as_field 32m PASS0m (0.87s)
Lazylead::HasLabelTest
test_labels_are_absent_in_ticket 32m PASS0m (0.00s)
Lazylead::HasLabelTest
test_label_is_present 32m PASS0m (0.00s)
Lazylead::HasLabelTest
test_label_is_absent 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_tc_with_colored_ar_er_in_brackets 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_testcases 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_TC_with_h3 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_tc 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_tc_ar_er_case_1 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_TC_with_underline 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_tc_ar_er_case_4 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_TC_with_full_ar_er_words 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_tc_ar_er_case_2 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_er_on_the_next_line 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_tc_with_ar_er_in_noformat 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_TC_named_use_case 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_tc_ar_er_case_3 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_TC_with_prerequisites 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_tc_with_colored_bold_ar_er 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_tc_with_colored_ar_er 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_test_case_header_is_absent 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_tc_ar_er_case_5 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_tc_ar_er_case_6 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_tc_with_ar_er_in_brackets 32m PASS0m (0.00s)
Lazylead::SavepointTest
test_issue_history_not_found 32m PASS0m (0.84s)
test_send_lazylead_config_as_a_mail_attachment 32m PASS0m (0.01s)
Lazylead::SmtpTest
test_email_has_been_sent_to_the_remote_server 33m SKIP0m (0.00s)
Lazylead::SmtpTest
test_email_has_been_sent_to_the_fake_server 32m PASS0m (0.00s)
Lazylead::TouchTest
test_svn_log_has_one_entry_from_non_specified_branch 33m SKIP0m (0.00s)
Lazylead::TouchTest
test_svn_log_has_one_entry_from_specified_branch 33m SKIP0m (0.00s)
Lazylead::TouchTest
test_file_location_detected_in_all_branches 33m SKIP0m (0.00s)
Lazylead::TouchTest
test_important_files_changed_in_svn_repo 33m SKIP0m (0.00s)
Lazylead::TouchTest
test_svn_log_with_entries_from_all_branches 33m SKIP0m (0.00s)
Lazylead::PlainCcTest
test_cc_count_is_correct 32m PASS0m (0.00s)
Lazylead::PlainCcTest
test_cc_has_valid_email 32m PASS0m (0.00s)
Lazylead::PlainCcTest
test_cc_behaves_as_array 32m PASS0m (0.00s)
Lazylead::PlainCcTest
test_cc_has_valid_email_despite_on_additional_spaces 32m PASS0m (0.00s)
Lazylead::PlainCcTest
test_cc_has_valid_emails 32m PASS0m (0.00s)
Lazylead::PlainCcTest
Lazylead::EnvTest
test_cc_has_valid_email_despite_on_unexpected_symbols 32m PASS0m (0.00s)
Lazylead::EnvTest
test_ini_file_not_found 32m PASS0m (0.00s)
Lazylead::EnvTest
test_ENV_has_no_key 32m PASS0m (0.00s)
Lazylead::EnvTest
test_ini_file_found 32m PASS0m (0.00s)
test_ENV_has_keys 32m PASS0m (0.00s)
Lazylead::LogsTest
Lazylead::LogsTest
test_gz_log_file_is_present 32m PASS0m (0.00s)
test_log_file_size_less_than_5KB 32m PASS0m (0.00s)
Lazylead::LogsTest
Lazylead::LogsTest
test_log_file_is_present_but_name_in_uppercase 32m PASS0m (0.00s)
test_rotated_log_file_is_present 32m PASS0m (0.00s)
Lazylead::LogsTest
Lazylead::LogsTest
test_log_txt_file_is_present 32m PASS0m (0.00s)
test_zip_log_file_is_present 32m PASS0m (0.00s)
Lazylead::LogsTest
Lazylead::LogsTest
test_attachment_isn't_a_log_file 32m PASS0m (0.00s)
test_filename_contain_word_logs 32m PASS0m (0.00s)
Lazylead::LogsTest
Lazylead::LogsTest
test_log_file_is_present 32m PASS0m (0.00s)
test_tar_gz_log_file_is_present 32m PASS0m (0.00s)
Lazylead::DiffTest
Lazylead::DiffTest
test_changes_since_revision_with_attachment 33m SKIP0m (0.00s)
test_changes_since_revision 33m SKIP0m (0.00s)
Lazylead::RetryTest
Lazylead::RetryTest
test_throw_error 32m PASS0m (0.00s)
Lazylead::RetryTest
test_retry_3_times_if_error 32m PASS0m (0.00s)
Lazylead::RetryTest
test_no_retry_if_task_successful 32m PASS0m (0.00s)
Lazylead::ScreenshotsTest
test_issue_has_two_.png_file_in_description_but_three_.png_in_attachments32m PASS0m (0.00s)
Lazylead::ScreenshotsTest
test_retry_and_sleep_if_error 32m PASS0m (0.02s)
Lazylead::ScreenshotsTest
test_issue_has_two_.png_files_with_reference_in_description_without_thumbnail32m PASS0m (0.00s)
Lazylead::ScreenshotsTest
test_issue_has_no_.png_file_however_minimum_1_are_required 32m PASS0m (0.00s)
Lazylead::ScreenshotsTest
test_issue_has_two_.png_files_with_reference_in_description 32m PASS0m (0.00s)
Lazylead::ScreenshotsTest
test_two_screenshots_with_docx_attach 32m PASS0m (0.00s)
Lazylead::ScreenshotsTest
test_issue_has_two_.png_files_with_reference_in_description_but_with_extension_mismatch32m PASS0m (0.00s)
Lazylead::ScreenshotsTest
test_issue_has_two_.png_files_with_reference_in_description_but_absent_in_attachments32m PASS0m (0.00s)
Lazylead::LoadingTest
test_2nd_issue_history_item_is_correct 32m PASS0m (0.88s)
Lazylead::ExchangeTest
test_exchange_email_with_attachment 33m SKIP0m (0.00s)
Lazylead::ExchangeTest
test_exchange_email_notification_using_decrypted_credentials 33m SKIP0m (0.00s)
Lazylead::ExchangeTest
test_email_notification_to_outlook_exchange 33m SKIP0m (0.00s)
Lazylead::ToStatusTest
test_component_is_correct 32m PASS0m (0.86s)
test_labels_found 32m PASS0m (0.85s)
Lazylead::LogsLinkTest
Lazylead::LogsLinkTest
test_log_file_is_present 32m PASS0m (0.00s)
test_log_file_is_absent_but_description_has_log_reference 32m PASS0m (0.00s)
Lazylead::LogsLinkTest
Lazylead::PostmanTest
test_log_file_is_absent_and_link_is_absent 32m PASS0m (0.00s)
test_email_with_attachment 33m SKIP0m (0.00s)
Lazylead::CreatedRecentlyTest
Lazylead::ConfluenceRefTest
test_link_issue_and_confluence_page_from_comments 33m SKIP0m (0.00s)
Lazylead::FilePostmanTest
test_send_email_to_html_file 32m PASS0m (0.00s)
Lazylead::DuedateTest
test_issue_reporter_fetched_successfully 32m PASS0m (0.85s)
Lazylead::DuedateTest
test_bulk_search_in_few_iterations_with_limit 32m PASS0m (1.83s)
Lazylead::DuedateTest
test_issue_has_1_field 32m PASS0m (0.83s)
Lazylead::DuedateTest
test_issue_has_expected_status 32m PASS0m (0.84s)
Lazylead::DuedateTest
test_configuration_properties_merged_successfully 32m PASS0m (0.50s)
Lazylead::DuedateTest
test_attachment_is_present 32m PASS0m (0.83s)
test_issue_history_found 32m PASS0m (0.86s)
test_bulk_search_in_few_iterations 32m PASS0m (1.77s)
test_issue_has_several_.png_attachments_mentioned_using_!xxx|thumbnail!_option32m PASS0m (0.83s)
test_notify_about_team_loading 32m PASS0m (0.83s)
test_last_change_to_Closed 32m PASS0m (0.88s)
test_issues_were_fetched 32m PASS0m (1.10s)
test_cc_got_notification 32m PASS0m (0.85s)
test_html_msg_has_ticket_details 32m PASS0m (0.86s)
test_reporter_got_alert_about_his/her_tickets_with_expired_DD 32m PASS0m (0.94s)
test_send_notification_about_bunch_of_tickets 32m PASS0m (1.08s)
test_issues_were_fetched 32m PASS0m (1.14s)
Finished in 5.92150s
217 tests, 418 assertions, 32m0 failures, 0 errors, 0m33m16 skips0m
Coverage report generated for Unit Tests, Unit Tests-0, Unit Tests-1, Unit Tests-10, Unit Tests-11, Unit Tests-2, Unit Tests-3, Unit Tests-4, Unit Tests-5, Unit Tests-6, Unit Tests-7, Unit Tests-8, Unit Tests-9 to /home/r/repo/coverage. 1423 / 1644 LOC (86.56%) covered.
** Invoke rubocop (first_time)
** Execute rubocop
Running RuboCop...
Inspecting 116 files
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m
116 files inspected, 32mno offenses0m detected
The following RuboCop extension libraries are installed but not loaded in config:
* rubocop-rake
You can opt out of this message by adding the following to your config (see https://docs.rubocop.org/rubocop/extensions.html#extension-suggestions for more options):
AllCops:
SuggestExtensions: false
** Invoke sqlint (first_time)
** Execute sqlint
Running sqlint...
Inspecting 2 files
2 files inspected, 0;32;49mno offenses0m detected
+ git add lib/lazylead/version.rb lazylead.gemspec
+ git commit -m 'version set to 0.13.0'
[__rultor f9fb2e4] version set to 0.13.0
2 files changed, 3 insertions(+), 3 deletions(-)
+ gem build lazylead.gemspec
WARNING: bin/.ruby-version is missing #! line
WARNING: See http://guides.rubygems.org/specification-reference/ for help
Successfully built RubyGem
Name: lazylead
Version: 0.13.0
File: lazylead-0.13.0.gem
+ chmod 0600 ../rubygems.yml
+ gem push lazylead-0.13.0.gem --config-file ../rubygems.yml
Pushing gem to https://rubygems.org...
Successfully registered gem: lazylead (0.13.0)
+ 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": "0.13.0" }' -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
+ 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.13.0 -m '0.13.0: tagged by rultor.com'
+ git reset --hard
HEAD is now at f9fb2e4 version set to 0.13.0
+ git clean -fd
Removing test/resources/74167999-[LL] FilePostmanTest attachment.html
Removing test/resources/echo.txt
+ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was f9fb2e4).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:dgroup/lazylead.git
* [new tag] 0.13.0 -> 0.13.0
container 88f98325680e4b2a8eb8873c90ee4151a7584d3450158cc1bac74264027d9040 is dead
Sun 13 Aug 2023 06:14:43 PM CEST