+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 2578397
+ echo '1.75.1 50eb0c708'
1.75.1 50eb0c708
+ date
Sat 05 Aug 2023 02:49:14 PM CEST
+ uptime
14:49:14 up 254 days, 19:27, 0 users, load average: 0.00, 0.00, 0.00
+ ff=default
+ image=ruby:2.6.5
+ rebase=false
+ head_branch=master
+ pull_title='Update rufus-scheduler requirement from = 3.8.1 to = 3.8.2'
+ author=dgroup
+ directory=
+ head=git@github.com:dgroup/lazylead.git
+ pull_id=636
+ fork=git@github.com:dgroup/lazylead.git
+ fork_branch=dependabot/bundler/rufus-scheduler-eq-3.8.2
+ squash=true
+ vars=('--env=head=git@github.com:dgroup/lazylead.git' '--env=pull_id=636' '--env=fork=git@github.com:dgroup/lazylead.git' '--env=fork_branch=dependabot/bundler/rufus-scheduler-eq-3.8.2' '--env=head_branch=master' '--env=pull_title=Update rufus-scheduler requirement from = 3.8.1 to = 3.8.2' '--env=author=dgroup' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:dgroup/lazylead.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=636'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:dgroup/lazylead.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=dependabot/bundler/rufus-scheduler-eq-3.8.2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update rufus-scheduler requirement from = 3.8.1 to = 3.8.2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=dgroup'\''\'\'''\'''\'' '\'';'\'' '\''export GEM_HOME=~/.ruby'\'' '\'';'\'' '\''export GEM_PATH=$GEM_HOME:$GEM_PATH'\'' '\'';'\'' '\''bundle install'\'' '\'';'\'' '\''bundle exec rake test rubocop sqlint'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:dgroup/lazylead.git'\''' ';' 'export '\''pull_id=636'\''' ';' 'export '\''fork=git@github.com:dgroup/lazylead.git'\''' ';' 'export '\''fork_branch=dependabot/bundler/rufus-scheduler-eq-3.8.2'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update rufus-scheduler requirement from = 3.8.1 to = 3.8.2'\''' ';' 'export '\''author=dgroup'\''' ';' 'export GEM_HOME=~/.ruby' ';' 'export GEM_PATH=$GEM_HOME:$GEM_PATH' ';' 'bundle install' ';' 'bundle exec rake test rubocop sqlint' ';')
+ container=dgroup_lazylead_636
+ 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 '\''pull_id=636'\''' ';' 'export '\''fork=git@github.com:dgroup/lazylead.git'\''' ';' 'export '\''fork_branch=dependabot/bundler/rufus-scheduler-eq-3.8.2'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update rufus-scheduler requirement from = 3.8.1 to = 3.8.2'\''' ';' 'export '\''author=dgroup'\''' ';' 'export GEM_HOME=~/.ruby' ';' 'export GEM_PATH=$GEM_HOME:$GEM_PATH' ';' 'bundle install' ';' 'bundle exec rake test rubocop sqlint' ';'
+ sensitive=()
+ rm -rf .gnupg
+ cd repo
+ git remote add fork git@github.com:dgroup/lazylead.git
+ git remote update
Fetching origin
Fetching fork
From github.com:dgroup/lazylead
* [new branch] dependabot/bundler/minitest-eq-5.18.0 -> fork/dependabot/bundler/minitest-eq-5.18.0
* [new branch] dependabot/bundler/rubocop-eq-1.48.0 -> fork/dependabot/bundler/rubocop-eq-1.48.0
* [new branch] dependabot/bundler/rubocop-performance-eq-1.16.0 -> fork/dependabot/bundler/rubocop-performance-eq-1.16.0
* [new branch] dependabot/bundler/rufus-scheduler-eq-3.8.2 -> fork/dependabot/bundler/rufus-scheduler-eq-3.8.2
* [new branch] dependabot/bundler/tzinfo-eq-2.0.6 -> fork/dependabot/bundler/tzinfo-eq-2.0.6
* [new branch] master -> fork/master
+ args=
+ '[' default == default ']'
+ args=' --ff'
+ '[' default == no ']'
+ '[' default == only ']'
+ export BRANCH=__rultor
+ BRANCH=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
+ git checkout -B __rultor fork/dependabot/bundler/rufus-scheduler-eq-3.8.2
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'dependabot/bundler/rufus-scheduler-eq-3.8.2' from 'fork'.
+ git checkout -B master origin/master
Switched to and reset branch 'master'
Branch 'master' set up to track remote branch 'master' from 'origin'.
Your branch is up to date with 'origin/master'.
+ '[' false == true ']'
+ '[' true == true ']'
+ git merge --ff --squash __rultor
Automatic merge went well; stopped before committing as requested
Squash commit -- not updating HEAD
+ git commit -m 'Update rufus-scheduler requirement from = 3.8.1 to = 3.8.2'
[master 273c9dc] Update rufus-scheduler requirement from = 3.8.1 to = 3.8.2
1 file changed, 1 insertion(+), 1 deletion(-)
+ 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
f15005b0235f: Pulling fs layer
41ebfd3d2fd0: Pulling fs layer
b998346ba308: Pulling fs layer
f01ec562c947: Pulling fs layer
2447a2c11907: Pulling fs layer
1915e6344d7f: Pulling fs layer
6ea7f301ab45: Pulling fs layer
0c79fcaf0109: Pulling fs layer
f01ec562c947: Waiting
2447a2c11907: Waiting
1915e6344d7f: Waiting
6ea7f301ab45: Waiting
0c79fcaf0109: Waiting
41ebfd3d2fd0: Verifying Checksum
41ebfd3d2fd0: Download complete
b998346ba308: Verifying Checksum
b998346ba308: Download complete
f01ec562c947: Verifying Checksum
f01ec562c947: Download complete
1915e6344d7f: Download complete
f15005b0235f: Verifying Checksum
f15005b0235f: Download complete
0c79fcaf0109: Verifying Checksum
0c79fcaf0109: Download complete
6ea7f301ab45: Download complete
f15005b0235f: Pull complete
41ebfd3d2fd0: Pull complete
b998346ba308: Pull complete
f01ec562c947: Pull complete
2447a2c11907: Verifying Checksum
2447a2c11907: Download complete
2447a2c11907: Pull complete
1915e6344d7f: Pull complete
6ea7f301ab45: Pull complete
0c79fcaf0109: Pull complete
Digest: sha256:651078e89471c30567685dce4caa321adf1f846b353e05c327b55d76a84acc50
Status: Downloaded newer image for ruby:2.6.5
docker.io/library/ruby:2.6.5
+ docker ps --filter=status=exited
+ grep --quiet '\sdgroup_lazylead_636\s*$'
+ ls -al .
total 52
drwx------ 3 rultor rultor 4096 Aug 5 14:49 .
drwxrwxrwt 13 root root 4096 Aug 5 14:49 ..
-rw-rw-r-- 1 rultor rultor 55 Aug 5 14:49 circleci.header
-rwxrwxr-x 1 rultor rultor 556 Aug 5 14:49 end.sh
-rwxrwxr-x 1 rultor rultor 363 Aug 5 14:49 entry.sh
-rw-rw-r-- 1 rultor rultor 8 Aug 5 14:49 pid
drwxrwxr-x 12 rultor rultor 4096 Aug 5 14:49 repo
-rw-rw-r-- 1 rultor rultor 52 Aug 5 14:49 rubygems.yml
-rwxrwxr-x 1 rultor rultor 6065 Aug 5 14:49 run.sh
-rw-rw-r-- 1 rultor rultor 630 Aug 5 14:49 script.sh
-rw-rw-r-- 1 rultor rultor 6927 Aug 5 14:50 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-2JYH:/main --env=head=git@github.com:dgroup/lazylead.git --env=pull_id=636 --env=fork=git@github.com:dgroup/lazylead.git --env=fork_branch=dependabot/bundler/rufus-scheduler-eq-3.8.2 --env=head_branch=master '--env=pull_title=Update rufus-scheduler requirement from = 3.8.1 to = 3.8.2' --env=author=dgroup '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:dgroup/lazylead.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=636'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:dgroup/lazylead.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=dependabot/bundler/rufus-scheduler-eq-3.8.2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update rufus-scheduler requirement from = 3.8.1 to = 3.8.2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=dgroup'\''\'\'''\'''\'' '\'';'\'' '\''export GEM_HOME=~/.ruby'\'' '\'';'\'' '\''export GEM_PATH=$GEM_HOME:$GEM_PATH'\'' '\'';'\'' '\''bundle install'\'' '\'';'\'' '\''bundle exec rake test rubocop sqlint'\'' '\'';'\'' )' --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-2JYH/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=dgroup_lazylead_636 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 pull_id=636
+ pull_id=636
+ export fork=git@github.com:dgroup/lazylead.git
+ fork=git@github.com:dgroup/lazylead.git
+ export fork_branch=dependabot/bundler/rufus-scheduler-eq-3.8.2
+ fork_branch=dependabot/bundler/rufus-scheduler-eq-3.8.2
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=Update rufus-scheduler requirement from = 3.8.1 to = 3.8.2'
+ pull_title='Update rufus-scheduler requirement from = 3.8.1 to = 3.8.2'
+ 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:
+ bundle install
Fetching gem metadata from https://rubygems.org/..........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies....
32mFetching rake 13.0.60m
32mInstalling rake 13.0.60m
32mFetching concurrent-ruby 1.2.20m
32mInstalling concurrent-ruby 1.2.20m
32mFetching i18n 1.14.10m
32mInstalling i18n 1.14.10m
32mFetching minitest 5.15.00m
32mInstalling minitest 5.15.00m
32mFetching tzinfo 2.0.40m
32mInstalling tzinfo 2.0.40m
32mFetching zeitwerk 2.6.110m
32mInstalling zeitwerk 2.6.110m
32mFetching activesupport 6.1.30m
32mInstalling activesupport 6.1.30m
32mFetching builder 3.2.40m
32mInstalling builder 3.2.40m
32mFetching erubi 1.12.00m
32mInstalling erubi 1.12.00m
32mFetching mini_portile2 2.5.30m
32mInstalling mini_portile2 2.5.30m
32mFetching racc 1.7.10m
32mInstalling racc 1.7.1 with native extensions0m
32mFetching nokogiri 1.11.3 (x86_64-linux)0m
32mInstalling nokogiri 1.11.3 (x86_64-linux)0m
32mFetching rails-dom-testing 2.2.00m
32mInstalling rails-dom-testing 2.2.00m
32mFetching crass 1.0.60m
32mInstalling crass 1.0.60m
32mFetching loofah 2.21.10m
32mInstalling loofah 2.21.10m
32mFetching rails-html-sanitizer 1.5.00m
32mInstalling rails-html-sanitizer 1.5.00m
32mFetching actionview 6.1.30m
32mInstalling actionview 6.1.30m
32mFetching rack 2.2.80m
32mInstalling rack 2.2.80m
32mFetching rack-test 2.1.00m
32mInstalling rack-test 2.1.00m
32mFetching actionpack 6.1.30m
32mInstalling actionpack 6.1.30m
32mFetching activemodel 6.1.30m
32mInstalling activemodel 6.1.30m
32mFetching activerecord 6.1.30m
32mInstalling activerecord 6.1.30m
32mFetching ansi 1.5.00m
32mInstalling ansi 1.5.00m
32mFetching ast 2.4.20m
32mInstalling ast 2.4.20m
32mFetching jwt 2.7.10m
32mInstalling jwt 2.7.10m
32mFetching atlassian-jwt 0.2.10m
32mInstalling atlassian-jwt 0.2.10m
32mFetching backtrace 0.3.00m
32mInstalling backtrace 0.3.00m
Using bundler 1.17.2
32mFetching docile 1.4.00m
32mInstalling docile 1.4.00m
32mFetching simplecov-html 0.12.30m
32mInstalling simplecov-html 0.12.30m
32mFetching simplecov_json_formatter 0.1.40m
32mInstalling simplecov_json_formatter 0.1.40m
32mFetching simplecov 0.21.20m
32mInstalling simplecov 0.21.20m
32mFetching codecov 0.6.00m
32mInstalling codecov 0.6.00m
32mFetching coderay 1.1.30m
32mInstalling coderay 1.1.30m
32mFetching colorize 0.8.10m
32mInstalling colorize 0.8.10m
32mFetching et-orbi 1.2.70m
32mInstalling et-orbi 1.2.70m
32mFetching faraday-net_http 2.1.00m
32mInstalling faraday-net_http 2.1.00m
32mFetching ruby2_keywords 0.0.50m
32mInstalling ruby2_keywords 0.0.50m
32mFetching faraday 2.3.00m
32mInstalling faraday 2.3.00m
32mFetching ffi 1.15.50m
32mInstalling ffi 1.15.5 with native extensions0m
32mFetching fileutils 1.4.10m
32mInstalling fileutils 1.4.10m
32mFetching formatador 1.1.00m
32mInstalling formatador 1.1.00m
32mFetching raabro 1.4.00m
32mInstalling raabro 1.4.00m
32mFetching fugit 1.8.10m
32mInstalling fugit 1.8.10m
32mFetching get_process_mem 0.2.70m
32mInstalling get_process_mem 0.2.70m
32mFetching google-protobuf 3.23.4 (x86_64-linux)0m
32mInstalling google-protobuf 3.23.4 (x86_64-linux)0m
32mFetching rb-fsevent 0.11.20m
32mInstalling rb-fsevent 0.11.20m
32mFetching rb-inotify 0.10.10m
32mInstalling rb-inotify 0.10.10m
32mFetching listen 3.8.00m
32mInstalling listen 3.8.00m
32mFetching lumberjack 1.2.90m
32mInstalling lumberjack 1.2.90m
32mFetching nenv 0.3.00m
32mInstalling nenv 0.3.00m
32mFetching shellany 0.0.10m
32mInstalling shellany 0.0.10m
32mFetching notiffany 0.1.30m
32mInstalling notiffany 0.1.30m
32mFetching method_source 1.0.00m
32mInstalling method_source 1.0.00m
32mFetching pry 0.14.20m
32mInstalling pry 0.14.20m
32mFetching thor 1.2.20m
32mInstalling thor 1.2.20m
32mFetching guard 2.18.00m
32mInstalling guard 2.18.00m
32mFetching guard-compat 1.2.10m
32mInstalling guard-compat 1.2.10m
32mFetching guard-minitest 2.4.60m
32mInstalling guard-minitest 2.4.60m
32mFetching hashie 5.0.00m
32mInstalling hashie 5.0.00m
32mFetching httpclient 2.8.30m
32mInstalling httpclient 2.8.30m
32mFetching inifile 3.0.00m
32mInstalling inifile 3.0.00m
32mFetching ipaddr 1.2.50m
32mInstalling ipaddr 1.2.50m
32mFetching multipart-post 2.3.00m
32mInstalling multipart-post 2.3.00m
32mFetching version_gem 1.1.30m
32mInstalling version_gem 1.1.30m
32mFetching snaky_hash 2.0.10m
32mInstalling snaky_hash 2.0.10m
32mFetching oauth 0.6.20m
32mInstalling oauth 0.6.20m
32mFetching jira-ruby 2.2.00m
32mInstalling jira-ruby 2.2.00m
32mFetching json 2.6.20m
32mInstalling json 2.6.2 with native extensions0m
32mFetching little-plugger 1.1.40m
32mInstalling little-plugger 1.1.40m
32mFetching multi_json 1.15.00m
32mInstalling multi_json 1.15.00m
32mFetching logging 2.3.10m
32mInstalling logging 2.3.10m
32mFetching mini_mime 1.1.20m
32mInstalling mini_mime 1.1.20m
32mFetching mail 2.7.10m
32mInstalling mail 2.7.10m
32mFetching memory_profiler 1.0.00m
32mInstalling memory_profiler 1.0.00m
Using openssl 2.1.2
32mFetching railties 6.1.30m
32mInstalling railties 6.1.30m
32mFetching require_all 3.0.00m
32mInstalling require_all 3.0.00m
32mFetching rubyzip 2.3.20m
32mInstalling rubyzip 2.3.20m
32mFetching rufus-scheduler 3.8.20m
32mInstalling rufus-scheduler 3.8.20m
32mFetching slop 4.9.20m
32mInstalling slop 4.9.20m
32mFetching sqlite3 1.4.40m
32mInstalling sqlite3 1.4.4 with native extensions0m
32mFetching tempfile 0.1.20m
32mInstalling tempfile 0.1.20m
32mFetching tilt 2.0.100m
32mInstalling tilt 2.0.100m
32mFetching tzinfo-data 1.2022.10m
32mInstalling tzinfo-data 1.2022.10m
32mFetching vcs4sql 0.1.10m
32mInstalling vcs4sql 0.1.10m
32mFetching rubyntlm 0.6.30m
32mInstalling rubyntlm 0.6.30m
32mFetching viewpoint 1.1.10m
32mInstalling viewpoint 1.1.10m
32mFetching zaru 0.3.00m
32mInstalling zaru 0.3.00m
Using lazylead 0.0.0 from source at `.`
32mFetching minitest-fail-fast 0.1.00m
32mInstalling minitest-fail-fast 0.1.00m
32mFetching minitest-hooks 1.5.00m
32mInstalling minitest-hooks 1.5.00m
32mFetching ruby-progressbar 1.13.00m
32mInstalling ruby-progressbar 1.13.00m
32mFetching minitest-reporters 1.5.00m
32mInstalling minitest-reporters 1.5.00m
32mFetching net-ping 2.0.80m
32mInstalling net-ping 2.0.80m
32mFetching parallel 1.23.00m
32mInstalling parallel 1.23.00m
32mFetching parser 3.2.2.30m
32mInstalling parser 3.2.2.30m
32mFetching pg_query 2.2.10m
32mInstalling pg_query 2.2.1 with native extensions0m
32mFetching stringio 3.0.60m
32mInstalling stringio 3.0.6 with native extensions0m
32mFetching psych 5.1.00m
32mInstalling psych 5.1.0 with native extensions0m
32mFetching rainbow 3.1.10m
32mInstalling rainbow 3.1.10m
32mFetching random-port 0.5.10m
32mInstalling random-port 0.5.10m
32mFetching rdoc 6.4.00m
32mInstalling rdoc 6.4.00m
32mFetching regexp_parser 2.8.10m
32mInstalling regexp_parser 2.8.10m
32mFetching rexml 3.2.60m
32mInstalling rexml 3.2.60m
32mFetching rubocop-ast 1.29.00m
32mInstalling rubocop-ast 1.29.00m
32mFetching unicode-display_width 2.4.20m
32mInstalling unicode-display_width 2.4.20m
32mFetching rubocop 1.30.10m
32mInstalling rubocop 1.30.10m
32mFetching rubocop-minitest 0.20.10m
32mInstalling rubocop-minitest 0.20.10m
32mFetching rubocop-performance 1.14.20m
32mInstalling rubocop-performance 1.14.20m
32mFetching rubocop-rake 0.6.00m
32mInstalling rubocop-rake 0.6.00m
32mFetching rubocop-rspec 2.11.10m
32mInstalling rubocop-rspec 2.11.10m
32mFetching ruby-prof 1.4.30m
32mInstalling ruby-prof 1.4.3 with native extensions0m
32mFetching sqlint 0.2.10m
32mInstalling sqlint 0.2.10m
32mBundle complete! 20 Gemfile dependencies, 114 gems now installed.0m
32mUse `bundle info [gemname]` to see where a bundled gem is installed.0m
32mPost-install message from oauth:0m
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
32mPost-install message from rubyzip:0m
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.
32mPost-install message from vcs4sql:0m
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 test rubocop sqlint
/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 20593
Lazylead::WikiTest
Lazylead::AffectedBuildTest
Lazylead::AffectedBuildTest
Lazylead::MissingCommentTest
Lazylead::OrmTest
Lazylead::OrmTest
Lazylead::OrmTest
Lazylead::OrmTest
test_affected_version_absent 32m PASS0mLazylead::OrmTest
(0.00s)Lazylead::OrmTest
Lazylead::ExchangeTest
test_wiki_reference_is_present 32m PASS0m (0.00s)
Lazylead::ExchangeTest
test_affected_version_provided 32m PASS0m (0.00s)
Lazylead::ExchangeTest
Lazylead::AssigneeAlertTest
test_email_notification_to_outlook_exchange 33m SKIP0m (0.00s)
test_exchange_email_notification_using_decrypted_credentials 33m SKIP0m (0.00s)Lazylead::MemesTest
test_exchange_email_with_attachment 33m SKIP0m (0.00s)Lazylead::MemesTest
Lazylead::MemesTest
test_detect_range 32m PASS0m (0.00s)
test_negative_assert_array 32m PASS0mLazylead::MemesTest
(0.00s)
test_not_found 32m PASS0m (0.00s)
Lazylead::MemesTest
test_positive_assert_array Lazylead::DuedateTest
32m PASS0m (0.00s)
test_find_by_score 32m PASS0m (0.00s)
Lazylead::DuedateTest
Lazylead::DuedateTest
Lazylead::DuedateTest
test_send_notification_about_bunch_of_tickets 31m FAIL0m (0.99s)
No email found with subject: ALRT: Frozen.
Expected nil
to not be nil.
/home/r/repo/test/test.rb:126:in `assert_email'
/home/r/repo/test/lazylead/task/duedate_test.rb:102:in `block in <class:DuedateTest>'
/home/r/repo/test/test.rb:70:in `block in around'
/usr/local/lib/ruby/2.6.0/timeout.rb:93:in `block in timeout'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `block in catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:108:in `timeout'
/home/r/repo/test/test.rb:66:in `around'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:50:in `block in perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:49:in `perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:38:in `work_from_queue'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:27:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `fork'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:37:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `times'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `each'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `map'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `start'
Lazylead::DuedateTest
test_alert_in_case_missing_comment 31m FAIL0m (1.02s)
No email found with subject: Expected ftp link is missing.
Expected nil
to not be nil.
/home/r/repo/test/test.rb:126:in `assert_email'
/home/r/repo/test/lazylead/task/missing_comment_test.rb:52:in `block in <class:MissingCommentTest>'
/home/r/repo/test/test.rb:70:in `block in around'
/usr/local/lib/ruby/2.6.0/timeout.rb:93:in `block in timeout'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `block in catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:108:in `timeout'
/home/r/repo/test/test.rb:66:in `around'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:50:in `block in perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:49:in `perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:38:in `work_from_queue'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:27:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `fork'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:37:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `times'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `each'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `map'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `start'
Lazylead::DuedateTest
test_cc_got_notification 31mERROR0m (1.02s)
Minitest::UnexpectedError: NoMethodError: undefined method `cc' for nil:NilClass
/home/r/repo/test/lazylead/task/duedate_test.rb:123:in `block in <class:DuedateTest>'
Lazylead::HasLabelTest
test_label_is_present 32m PASS0m (0.00s)
test_html_msg_has_ticket_details 31m FAIL0m (1.02s)
No email found with subject: [DD] HMCHT!.
Expected nil
to not be nil.
/home/r/repo/test/test.rb:126:in `assert_email'
/home/r/repo/test/lazylead/task/duedate_test.rb:84:in `block in <class:DuedateTest>'
/home/r/repo/test/test.rb:70:in `block in around'
/usr/local/lib/ruby/2.6.0/timeout.rb:93:in `block in timeout'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `block in catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:108:in `timeout'
/home/r/repo/test/test.rb:66:in `around'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:50:in `block in perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:49:in `perform_job'
Lazylead::HasLabelTest /home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:38:in `work_from_queue'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:27:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `fork'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:37:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `times'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `each'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `map'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `start'
test_label_is_absent 32m PASS0m (0.00s)
Lazylead::HasLabelTest
Lazylead::ConfluenceRefTest
test_labels_are_absent_in_ticket 32m PASS0m (0.00s)
test_link_issue_and_confluence_page_from_comments 33m SKIP0m (0.00s)
Lazylead::OnlyLLTest
Lazylead::OnlyLLTest
test_multiple_scores_in_the_same_ticket 32m PASS0m (0.00s)
Lazylead::OnlyLLTest
test_reporter_got_alert_about_his/her_tickets_with_expired_DD 31m FAIL0m (0.61s)
--- expected
+++ actual
@@ -1 +1 @@
-2
+0
/home/r/repo/test/lazylead/task/duedate_test.rb:138:in `block in <class:DuedateTest>'
/home/r/repo/test/test.rb:70:in `block in around'
/usr/local/lib/ruby/2.6.0/timeout.rb:93:in `block in timeout'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `block in catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:108:in `timeout'
/home/r/repo/test/test.rb:66:in `around'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:50:in `block in perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:49:in `perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:38:in `work_from_queue'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:27:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `fork'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:37:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `times'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `each'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `map'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `start'
Lazylead::OnlyLLTest
test_sort_of_percents 32m PASS0m (0.00s)
Lazylead::OnlyLLTest
test_convert_column_to_json 32m PASS0m (1.86s)
Lazylead::OnlyLLTest
test_ensure_that_violators_found 32m PASS0m (0.00s)
Lazylead::OnlyLLTest
test_violators_should_consider_already_existing_LL_grid_labels 32m PASS0m (0.00s)
Lazylead::OnlyLLTest
test_env_properties_injected 32m PASS0m (1.87s)
Lazylead::RetryTest
test_issues_were_fetched 31m FAIL0m (0.88s)
--- expected
+++ actual
@@ -1 +1 @@
-2
+0
/home/r/repo/test/lazylead/task/duedate_test.rb:51:in `block in <class:DuedateTest>'
/home/r/repo/test/test.rb:70:in `block in around'
/usr/local/lib/ruby/2.6.0/timeout.rb:93:in `block in timeout'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `block in catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:108:in `timeout'
/home/r/repo/test/test.rb:66:in `around'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:50:in `block in perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:49:in `perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:38:in `work_from_queue'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:27:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `fork'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:37:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `times'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `each'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `map'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `start'
Lazylead::RetryTest
test_throw_error 32m PASS0m (0.00s)
Lazylead::RetryTest
test_no_retry_if_task_successful 32m PASS0m (0.00s)
Lazylead::RetryTest
test_retry_3_times_if_error 32m PASS0m (0.00s)
Lazylead::PredefinedCcTest
test_grid_label_found 31mERROR0m (0.85s)
Minitest::UnexpectedError: NoMethodError: undefined method `labels' for nil:NilClass
/home/r/repo/lib/lazylead/task/accuracy/onlyll.rb:66:in `exists?'
test_predefined_cc_has_valid_emails 32m PASS0m (0.00s)
test_retry_and_sleep_if_error 32m PASS0mLazylead::PredefinedCcTest
(0.02s)
Lazylead::PredefinedCcTest
Lazylead::PredefinedCcTest
test_all_predefined_cc_are_valid_emails 32m PASS0m (0.00s)
test_grid_label_set_by_ll Lazylead::PredefinedCcTest
31mERROR0m (0.85s)
Minitest::UnexpectedError: NoMethodError: undefined method `history' for nil:NilClass
/home/r/repo/lib/lazylead/task/accuracy/onlyll.rb:82:in `score'
/home/r/repo/lib/lazylead/task/accuracy/onlyll.rb:74:in `valid?'
test_cc_by_component_is_found 33m SKIP0m (0.00s)
Lazylead::PredefinedCcTest
Lazylead::SavepointTest
test_cc_by_key_is_found 32m PASS0m (0.00s)
Lazylead::LogsTest
test_attachment_isn't_a_log_file 32m PASS0m (0.00s)
Lazylead::LogsTest
test_log_txt_file_is_present 32m PASS0m (0.00s)
Lazylead::LogsTest
test_log_file_is_present_but_name_in_uppercase 32m PASS0m (0.00s)
Lazylead::LogsTest
test_log_file_size_less_than_5KB 32m PASS0m (0.00s)
test_task_properties_are_using_ENV_variables 32m PASS0m (1.90s)
Lazylead::LogsTest
Lazylead::LogsTest
test_zip_log_file_is_present 32m PASS0m (0.00s)
test_gz_log_file_is_present 32m PASS0m (0.00s)
Lazylead::LogsTest
Lazylead::LogsTest
test_filename_contain_word_logs 32m PASS0m (0.00s)
test_rotated_log_file_is_present 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::StdoutPostmanTest
test_second_ticketing_system_is_found Lazylead::SmtpTest
32m PASS0m (1.91s)
Lazylead::SmtpTest
test_email_has_been_sent_to_the_remote_server 33m SKIP0m (0.00s)
Lazylead::ServersTest
test_url_to_failed_entity_found_in_description 32m PASS0m (0.00s)
Lazylead::ServersTest
test_url_to_failed_entity_not_present_in_description 32m PASS0m (0.00s)
Lazylead::RecordsTest
test_file_is_absent_but_description_has_url_to_video 32m PASS0m (0.00s)
Lazylead::RecordsTest
test_log_file_is_present_and_link_is_absent 32m PASS0m (0.00s)
Lazylead::RecordsTest
test_mime_type_has_.gif_despite_on_ext 32m PASS0m (0.00s)
Lazylead::RecordsTest
test_several_base_urls_to_video 32m PASS0m (0.00s)
"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-05</title></head><body><p>Hi,</p><p>PFA the LL configuration at 2023-08-05T12:52:23+00:00.</p><p>Posted by <a href=\"https://github.com/dgroup/lazylead\">lazylead v0.0.0</a>.</p></body></html>"
Lazylead::RecordsTest
test_send_email_to_stdout 32m PASS0m (0.01s)
Lazylead::RecordsTest
test_mime_type_is_xlsx 32m PASS0m (0.00s)
test_empty_gif 32m PASS0m (0.00s)
Lazylead::RecordsTest
Lazylead::RecordsTest
test_file_has_.txt_extension 32m PASS0m (0.00s)
test_file_is_absent_and_link_is_absent 32m PASS0m (0.00s)
test_task_properties_are_parsed_despite_on_wrong_config 32m PASS0m (1.92s)
Lazylead::RecordsTest
Lazylead::RecordsTest
Lazylead::LogsLinkTest
test_file_has_.avi_extension 32m PASS0m (0.00s)
Lazylead::LogsLinkTest
test_file_has_.mp4_extension 32m PASS0m (0.00s)
test_log_file_is_present 32m PASS0m (0.00s)
test_log_file_is_absent_and_link_is_absent 32m PASS0m (0.00s)
Lazylead::LogsLinkTest
Lazylead::EchoTest
Lazylead::ToStatusTest
test_log_file_is_absent_but_description_has_log_reference 32m PASS0m (0.00s)
test_default_task 32m PASS0m (0.00s)
Lazylead::CreatedRecentlyTest
Lazylead::FixVersionTest
test_postman_initiated_through_orm 32m PASS0m (1.96s)
Lazylead::LoadingTest
test_issue_#154_undefined_method_to_hash_for_nil_object 32m PASS0m (1.96s)
test_configuration_properties_merged_successfully 32m PASS0m (1.95s)
Lazylead::EnvTest
Lazylead::EnvTest
test_ENV_has_keys 32m PASS0m (0.00s)
Lazylead::EnvTest
test_ini_file_found 32m PASS0m (0.00s)
test_ini_file_not_found 32m PASS0m (0.00s)
Lazylead::EnvTest
Lazylead::WikiUrlTest
test_ENV_has_no_key 32m PASS0m (0.00s)
test_wiki_reference_is_absent_as_url 32m PASS0m (0.00s)
Lazylead::WikiUrlTest
Lazylead::WikiUrlTest
test_wiki_reference_is_present_as_url 32m PASS0m (0.00s)
test_wiki_score 32m PASS0m (0.00s)
Lazylead::MicromanagerTest
Lazylead::MicromanagerTest
test_since_for_past_1_min 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_file_in_description_but_three_.png_in_attachments32m PASS0m (0.00s)
Lazylead::ScreenshotsTest
test_issue_has_two_.png_files_with_reference_in_description_without_thumbnail32m PASS0m (0.00s)
Lazylead::ScreenshotsTest
test_two_screenshots_with_docx_attach 32m PASS0m (0.00s)
Lazylead::ScreenshotsTest
test_issue_has_no_.png_file_however_minimum_1_are_required 32m PASS0m (0.00s)
Lazylead::ScreenshotsTest
test_email_has_been_sent_to_the_fake_server 32m PASS0m (0.21s)
Lazylead::ScreenshotsTest
test_issue_has_two_.png_files_with_reference_in_description 32m PASS0m (0.00s)
Lazylead::ScreenshotsTest
test_issue_has_two_.png_files_with_reference_in_description_but_absent_in_attachments32m PASS0m (0.00s)
Lazylead::VersionTest
test_gem_has_version 32m PASS0m (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_has_one_entry_from_non_specified_branch 33m SKIP0m (0.00s)
Lazylead::TouchTest
test_svn_log_with_entries_from_all_branches 33m SKIP0m (0.00s)
Lazylead::TouchTest
test_svn_log_has_one_entry_from_specified_branch 33m SKIP0m (0.00s)
test_send_lazylead_config_as_a_mail_attachment 32m PASS0m (0.23s)
Lazylead::TestcaseTest
Lazylead::TestcaseTest
test_TC_with_full_ar_er_words 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_tc_ar_er_case_1 32m PASS0m (0.00s)
test_tc_with_colored_ar_er 32m PASS0m (0.00s)
Lazylead::TestcaseTest
Lazylead::TestcaseTest
test_er_on_the_next_line 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_tc 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_tc_with_ar_er_in_brackets 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_tc_ar_er_case_6 32m PASS0m (0.00s)
test_TC_with_prerequisites 32m PASS0m (0.00s)
Lazylead::TestcaseTest
Lazylead::TestcaseTest
test_test_case_header_is_absent 32m PASS0m (0.00s)
test_TC_with_h3 32m PASS0m (0.00s)
Lazylead::TestcaseTest
Lazylead::TestcaseTest
test_tc_with_colored_ar_er_in_brackets 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_tc_ar_er_case_3 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_TC_named_use_case 32m PASS0m (0.00s)
Lazylead::TestcaseTest
test_tc_ar_er_case_2 32m PASS0m (0.00s)
test_tc_with_colored_bold_ar_er 32m PASS0m (0.00s)
Lazylead::TestcaseTest
Lazylead::TestcaseTest
test_TC_with_underline 32m PASS0m (0.00s)
test_tc_with_ar_er_in_noformat 32m PASS0m (0.00s)
Lazylead::TestcaseTest
Lazylead::TestcaseTest
test_tc_ar_er_case_4 32m PASS0m (0.00s)
test_testcases 32m PASS0m (0.00s)
Lazylead::TestcaseTest
Lazylead::AttachmentTest
test_tc_ar_er_case_5 32m PASS0m (0.00s)
Lazylead::ConfluenceTest
test_make_link_from_jira_to_confluence 32m PASS0m (0.00s)
Lazylead::PlainCcTest
test_cc_count_is_correct 32m PASS0m (0.00s)
Lazylead::PlainCcTest
test_cc_behaves_as_array 32m PASS0m (0.00s)
Lazylead::PlainCcTest
test_cc_has_valid_email_despite_on_unexpected_symbols 32m PASS0m (0.00s)
Lazylead::PlainCcTest
test_cc_has_valid_emails 32m PASS0m (0.00s)
Lazylead::PlainCcTest
test_cc_has_valid_email 32m PASS0m (0.00s)
Lazylead::PlainCcTest
test_cc_has_valid_email_despite_on_additional_spaces 32m PASS0m (0.00s)
Lazylead::GrepTest
test_changes_with_text 33m SKIP0m (0.00s)
Lazylead::GrepTest
test_test 32m PASS0m (0.00s)
Lazylead::CLI::AppTest
test_email_notification 31m FAIL0m (0.33s)
No email found with subject: [LL] Only.
Expected nil
to not be nil.
/home/r/repo/test/test.rb:126:in `assert_email'
/home/r/repo/test/lazylead/task/accuracy/onlyll_test.rb:71:in `block in <class:OnlyLLTest>'
/home/r/repo/test/test.rb:70:in `block in around'
/usr/local/lib/ruby/2.6.0/timeout.rb:93:in `block in timeout'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `block in catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:108:in `timeout'
/home/r/repo/test/test.rb:66:in `around'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:50:in `block in perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:49:in `perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:38:in `work_from_queue'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:27:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `fork'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:37:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `times'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `each'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `map'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `start'
Lazylead::CLI::AppTest
test_detect_score 31mERROR0m (0.85s)
Minitest::UnexpectedError: NoMethodError: undefined method `history' for nil:NilClass
/home/r/repo/lib/lazylead/task/accuracy/onlyll.rb:82:in `score'
/home/r/repo/test/lazylead/task/accuracy/onlyll_test.rb:85:in `block in <class:OnlyLLTest>'
Lazylead::CLI::AppTest
test_issues_were_fetched 31m FAIL0m (0.86s)
No email found with subject: [CR] 20min ago!.
Expected nil
to not be nil.
/home/r/repo/test/test.rb:126:in `assert_email'
/home/r/repo/test/lazylead/task/created_recently_test.rb:50:in `block in <class:CreatedRecentlyTest>'
/home/r/repo/test/test.rb:70:in `block in around'
/usr/local/lib/ruby/2.6.0/timeout.rb:93:in `block in timeout'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `block in catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:108:in `timeout'
/home/r/repo/test/test.rb:66:in `around'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:50:in `block in perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:49:in `perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:38:in `work_from_queue'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:27:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `fork'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:37:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `times'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `each'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `map'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `start'
test_last_change_to_Done 31m FAIL0m (0.86s)
Expected false
to be truthy.
/home/r/repo/test/lazylead/task/alert/changed_to_test.rb:34:in `block in <class:ToStatusTest>'
/home/r/repo/test/test.rb:70:in `block in around'
/usr/local/lib/ruby/2.6.0/timeout.rb:93:in `block in timeout'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `block in catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:108:in `timeout'
/home/r/repo/test/test.rb:66:in `around'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:50:in `block in perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:49:in `perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:38:in `work_from_queue'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:27:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `fork'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `start'
Lazylead::PropagateDownTest /home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:37:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `times'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `each'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `map'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `start'
test_alert_in_case_fixvesion_changed_by_not_authorized_person 31m FAIL0m (0.86s)
No email found with subject: FixVersion: How dare you?.
Expected nil
to not be nil.
/home/r/repo/test/test.rb:126:in `assert_email'
/home/r/repo/test/lazylead/task/fix_version_test.rb:50:in `block in <class:FixVersionTest>'
/home/r/repo/test/test.rb:70:in `block in around'
/usr/local/lib/ruby/2.6.0/timeout.rb:93:in `block in timeout'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `block in catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:108:in `timeout'
/home/r/repo/test/test.rb:66:in `around'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:50:in `block in perform_job'
Lazylead::AccuracyTest /home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:49:in `perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:38:in `work_from_queue'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:27:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `fork'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:37:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `times'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `each'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `map'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `start'
Lazylead::AccuracyTest
test_propagate_fields_from_parent_ticket_to_sub-tasks 32m PASS0m (0.02s)
Lazylead::AccuracyTest
test_issue_has_several_.png_attachments_mentioned_using_!xxx|thumbnail!_option31mERROR0m (0.85s)
Minitest::UnexpectedError: NoMethodError: undefined method `attachments' for nil:NilClass
/home/r/repo/lib/lazylead/task/accuracy/screenshots.rb:44:in `passed'
/home/r/repo/test/lazylead/task/accuracy/screenshots_test.rb:49:in `block in <class:ScreenshotsTest>'
Lazylead::AccuracyTest
test_alert_in_case_duedate_changed_by_not_authorized_person 31m FAIL0m (0.86s)
No email found with subject: DD: How dare you?.
Expected nil
to not be nil.
/home/r/repo/test/test.rb:126:in `assert_email'
/home/r/repo/test/lazylead/task/micromanager_test.rb:52:in `block in <class:MicromanagerTest>'
/home/r/repo/test/test.rb:70:in `block in around'
/usr/local/lib/ruby/2.6.0/timeout.rb:93:in `block in timeout'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `block in catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:108:in `timeout'
/home/r/repo/test/test.rb:66:in `around'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:50:in `block in perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:49:in `perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:38:in `work_from_queue'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:27:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `fork'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:37:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `times'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `each'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `map'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `start'
Lazylead::EnvironmentTest
test_environment_absent 32m PASS0m (0.00s)
Lazylead::EnvironmentTest
test_environment_provided 32m PASS0m (0.00s)
Lazylead::StacktraceTest
test_java_error_is_found_in_code_section_in_uppercase 32m PASS0m (0.00s)
Lazylead::StacktraceTest
test_java_stacktrace_is_found_in_uppercase 32m PASS0m (0.00s)
Lazylead::StacktraceTest
test_stacktrace_is_found 32m PASS0m (0.00s)
Lazylead::StacktraceTest
test_ORA_error_is_found_in_uppercase 32m PASS0m (0.00s)
Lazylead::StacktraceTest
test_java_error_is_found_in_colored_code_section_in_uppercase 32m PASS0m (0.00s)
Lazylead::StacktraceTest
test_pair_detected 32m PASS0m (0.00s)
Lazylead::StacktraceTest
test_proper_pair_detected 32m PASS0m (0.00s)
Lazylead::StacktraceTest
test_java_error_is_found_in_code_section 32m PASS0m (0.00s)
Lazylead::StacktraceTest
test_java_stacktrace_is_found 32m PASS0m (0.00s)
Lazylead::StacktraceTest
test_ORA_error_is_found 32m PASS0m (0.00s)
Lazylead::StacktraceTest
test_exception_is_found 32m PASS0m (0.00s)
Lazylead::DiffTest
test_changes_since_revision 33m SKIP0m (0.00s)
Lazylead::DiffTest
test_changes_since_revision_with_attachment 33m SKIP0m (0.00s)
Lazylead::ScoreTest
test_comment_has_proper_structure 32m PASS0m (0.00s)
Lazylead::ScoreTest
test_detect_plain_cc 32m PASS0m (1.07s)
Lazylead::ScoreTest
test_grade_is_detected 32m PASS0m (0.00s)
Lazylead::PostmanTest
test_email_with_attachment 33m SKIP0m (0.00s)
Lazylead::OptsTest
test_to_hash 32m PASS0m (0.00s)
Lazylead::OptsTest
test_attachments_are_present 32m PASS0m (0.00s)
Lazylead::OptsTest
test_attachments_are_present_as_symbol 32m PASS0m (0.00s)
Lazylead::OptsTest
test_blank_for_null_value_cases 32m PASS0m (0.00s)
Lazylead::OptsTest
test_find_default 32m PASS0m (0.00s)
Lazylead::OptsTest
test_attachment_is_present 32m PASS0m (0.00s)
Lazylead::OptsTest
test_attachments_is_present_as_array 32m PASS0m (0.00s)
Lazylead::OptsTest
test_able_to_read_by_key 32m PASS0m (0.00s)
Lazylead::OptsTest
test_able_to_read_by_symbol 32m PASS0m (0.00s)
Lazylead::OptsTest
test_find_by_symbol_key 32m PASS0m (0.00s)
Lazylead::OptsTest
test_attachment_is_absent 32m PASS0m (0.00s)
Lazylead::OptsTest
test_attachment_is_nil 32m PASS0m (0.00s)
Lazylead::OptsTest
test_except_keys 32m PASS0m (0.00s)
Lazylead::OptsTest
test_nil_is_not_a_numeric 32m PASS0m (0.00s)
Lazylead::OptsTest
test_value_has_numeric_value 32m PASS0m (0.00s)
Lazylead::OptsTest
test_find_by_text_key 32m PASS0m (0.00s)
Lazylead::OptsTest
test_able_to_write_by_key 32m PASS0m (0.00s)
Lazylead::OptsTest
test_attachment_is_blank 32m PASS0m (0.00s)
Lazylead::OptsTest
test_split_and_trim 32m PASS0m (0.00s)
Lazylead::OptsTest
test_LL_database_structure_installed_successfully 32m PASS0m (0.84s)
test_attachment_is_present 31m FAIL0m (0.85s)
Expected false
to be truthy.
/home/r/repo/test/lazylead/task/accuracy/attachment_test.rb:43:in `block in <class:AttachmentTest>'
/home/r/repo/test/test.rb:70:in `block in around'
Lazylead::OptsTest
/usr/local/lib/ruby/2.6.0/timeout.rb:93:in `block in timeout'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `block in catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:108:in `timeout'
/home/r/repo/test/test.rb:66:in `around'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:50:in `block in perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:49:in `perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:38:in `work_from_queue'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:27:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `fork'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:37:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `times'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `each'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `map'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `start'
test_find_by_symbol_key_but_with_text_key 32m PASS0m (0.00s)
test_text_value_is_not_a_numeric 32m PASS0m (0.00s)
Lazylead::OptsTest
Lazylead::CcTest
test_has_jira_defaults Lazylead::CcTest
32m PASS0m (0.00s)
test_plain_cc_not_found_in_text 32m PASS0m (0.00s)
test_plain_cc_detected_as_object 32m PASS0m (0.00s)
Lazylead::CcTest
Lazylead::CcTest
test_plain_cc_detected_as_text 32m PASS0m (0.00s)
Lazylead::CcTest
test_cc_is_incorrect 32m PASS0m (0.00s)
test_cc_is_not_found_in_hash 32m PASS0m (0.00s)Lazylead::CcTest
Lazylead::AlertIfTest
Lazylead::SaltTest
test_cc_type_is_blank 32m PASS0m (0.00s)
Lazylead::SaltTest
test_decryption_is_successful 32m PASS0m (0.01s)
Lazylead::JiraTest
test_e2e_encryption/decryption_is_successful 32m PASS0m (0.01s)
Lazylead::JiraTest
test_notify_about_team_loading 31m FAIL0m (1.07s)
Expected "<!DOCTYPE html><html lang=\"en\"><head> <style> /* CSS styles taken from https://github.com/yegor256/tacit */ th { font-weight: 600 } table tr { border-bottom-width: 2.16px } table tr th { border-bottom-width: 2.16px } table tr td, table tr th { overflow: hidden; padding: 5.4px 3.6px; line-height: 20px; } .auto { min-width: auto; white-space: nowrap; } a { color: #275a90; text-decoration: none } a:hover { text-decoration: underline } * { border: 0; border-collapse: separate; border-spacing: 0; 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; } html, body { width: 100% } html { height: 100% } body { background: #fff; color: #1a1919; padding: 36px } </style> <title>Loading</title></head><body><table summary=\"tickets\"> <tr> <th id=\"name\">User</th> <th id=\"total\"> <a href=\"https://jira.spring.io/issues/?jql=key+in+%28STS-3599%2C+XD-3739%2C+XD-3744%29\">Assigned From</a> </th> <th id=\"duedate\">Next due date</th> </tr> <tr style=\"background: #FCEC88\"> <td> <div class=\"auto\"><a href=\"https://user.com?id=mclaren\">Tom McLaren</a></div> </td> <td> <div class=\"auto\"> <span style=\"color: red\">0</span> </div> </td> <td> <div class=\"auto\"> </div> </td> </tr> <tr style=\"background: #FCEC88\"> <td> <div class=\"auto\"><a href=\"https://user.com?id=milesparker\">Mi Pa</a></div> </td> <td> <div class=\"auto\"> <span style=\"color: red\">0</span> </div> </td> <td> <div class=\"auto\"> </div> </td> </tr> <tr style=\"background: #FCEC88\"> <td> <div class=\"auto\"><a href=\"https://user.com?id=grussell\">Gary Ru</a></div> </td> <td> <div class=\"auto\"> <span style=\"color: red\">0</span> </div> </td> <td> <div class=\"auto\"> </div> </td> </tr></table><br/><p>Posted by <a href=\"https://github.com/dgroup/lazylead\">lazylead v0.0.0</a>.</p></body></html>"
to include "Sprint 68"
.
/home/r/repo/test/test.rb:101:in `block in assert_words'
/home/r/repo/test/test.rb:100:in `each'
/home/r/repo/test/test.rb:100:in `assert_words'
/home/r/repo/test/test.rb:127:in `assert_email'
/home/r/repo/test/lazylead/task/loading_test.rb:53:in `block in <class:LoadingTest>'
/home/r/repo/test/test.rb:70:in `block in around'
/usr/local/lib/ruby/2.6.0/timeout.rb:93:in `block in timeout'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `block in catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:108:in `timeout'
/home/r/repo/test/test.rb:66:in `around'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:50:in `block in perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:49:in `perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:38:in `work_from_queue'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:27:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `fork'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:37:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `times'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `each'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `map'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `start'
Lazylead::JiraTest
test_detect_complex_cc_by_predefined_component 32m PASS0m (1.17s)
Lazylead::JiraTest
test_score_is_correct 31m FAIL0m (0.57s)
No email found with subject: [LL] Check DATAMONGO-1532.
Expected nil
to not be nil.
/home/r/repo/test/test.rb:126:in `assert_email'
/home/r/repo/test/lazylead/task/accuracy/accuracy_test.rb:122:in `block in <class:AccuracyTest>'
/home/r/repo/test/test.rb:70:in `block in around'
/usr/local/lib/ruby/2.6.0/timeout.rb:93:in `block in timeout'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `block in catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:108:in `timeout'
/home/r/repo/test/test.rb:66:in `around'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:50:in `block in perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:49:in `perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:38:in `work_from_queue'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:27:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `fork'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:37:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `times'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `each'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `map'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `start'
Lazylead::JiraTest
test_activesupport_is_activated_for_access_to_domain_entities 32m PASS0m (1.32s)
Lazylead::JiraTest
test_found_issue_by_jira_(ORM) 33m SKIP0m (0.00s)
Lazylead::JiraTest
test_last_change_to_Done 31m FAIL0m (0.58s)
No email found with subject: [LL] alert if.
Expected nil
to not be nil.
/home/r/repo/test/test.rb:126:in `assert_email'
/home/r/repo/test/lazylead/task/alert/alertif_test.rb:51:in `block in <class:AlertIfTest>'
/home/r/repo/test/test.rb:70:in `block in around'
/usr/local/lib/ruby/2.6.0/timeout.rb:93:in `block in timeout'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `block in catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:108:in `timeout'
/home/r/repo/test/test.rb:66:in `around'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:50:in `block in perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:49:in `perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:38:in `work_from_queue'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:27:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `fork'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:37:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `times'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `each'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `map'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `start'
Lazylead::JiraTest
test_issue_history_not_found 31mERROR0m (0.58s)
Minitest::UnexpectedError: NoMethodError: undefined method `history' for nil:NilClass
/home/r/repo/test/lazylead/system/jira_test.rb:99:in `block in <class:JiraTest>'
Lazylead::JiraTest
test_detect_affected_build 31m FAIL0m (0.84s)
No email found with subject: [LL] Raised tickets.
Expected nil
to not be nil.
/home/r/repo/test/test.rb:126:in `assert_email'
/home/r/repo/test/lazylead/task/accuracy/accuracy_test.rb:63:in `block in <class:AccuracyTest>'
/home/r/repo/test/test.rb:70:in `block in around'
/usr/local/lib/ruby/2.6.0/timeout.rb:93:in `block in timeout'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `block in catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:108:in `timeout'
/home/r/repo/test/test.rb:66:in `around'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:50:in `block in perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:49:in `perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:38:in `work_from_queue'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:27:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `fork'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:37:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `times'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `each'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `map'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `start'
Lazylead::JiraTest
test_component_is_correct 31mERROR0m (0.30s)
Minitest::UnexpectedError: NoMethodError: undefined method `components' for nil:NilClass
/home/r/repo/test/lazylead/system/jira_test.rb:158:in `block in <class:JiraTest>'
Lazylead::JiraTest
test_detect_non-system_reporter 31mERROR0m (0.85s)
Minitest::UnexpectedError: NoMethodError: undefined method `reporter' for nil:NilClass
/home/r/repo/lib/lazylead/task/accuracy/accuracy.rb:155:in `block in reporter'
/home/r/repo/lib/lazylead/task/accuracy/accuracy.rb:155:in `none?'
/home/r/repo/lib/lazylead/task/accuracy/accuracy.rb:155:in `reporter'
/home/r/repo/test/lazylead/task/accuracy/score_test.rb:88:in `block in <class:ScoreTest>'
Lazylead::JiraTest
test_one_ticket_found 31mERROR0m (0.91s)
Minitest::UnexpectedError: NoMethodError: undefined method `size' for nil:NilClass
/home/r/repo/test/lazylead/task/accuracy/accuracy_test.rb:98:in `block in <class:AccuracyTest>'
Lazylead::JiraTest
test_construct_accuracy_from_orm 32m PASS0m (0.99s)
Lazylead::JiraTest
test_issue_has_expected_status 31mERROR0m (0.31s)
Minitest::UnexpectedError: NoMethodError: undefined method `status' for nil:NilClass
/home/r/repo/test/lazylead/system/jira_test.rb:115:in `block in <class:JiraTest>'
Lazylead::JiraTest
test_group_by_assignee 31mERROR0m (0.86s)
Minitest::UnexpectedError: NoMethodError: undefined method `length' for nil:NilClass
/home/r/repo/test/lazylead/system/jira_test.rb:65:in `block in <class:JiraTest>'
Lazylead::JiraTest
test_make_an_jira_comment 32m PASS0m (0.00s)
Lazylead::JiraTest
test_found_issue_by_id 31mERROR0m (0.88s)
Minitest::UnexpectedError: NoMethodError: undefined method `key' for nil:NilClass
/home/r/repo/test/lazylead/system/jira_test.rb:38:in `block in <class:JiraTest>'
Lazylead::JiraTest
test_2nd_issue_history_item_is_correct 31mERROR0m (0.85s)
Minitest::UnexpectedError: NoMethodError: undefined method `history' for nil:NilClass
/home/r/repo/test/lazylead/system/jira_test.rb:107:in `block in <class:JiraTest>'
Lazylead::JiraTest
test_issue_history_found 31mERROR0m (0.62s)
Minitest::UnexpectedError: NoMethodError: undefined method `history' for nil:NilClass
/home/r/repo/test/lazylead/system/jira_test.rb:91:in `block in <class:JiraTest>'
Lazylead::JiraTest
test_issue_has_1_field 31mERROR0m (0.58s)
Minitest::UnexpectedError: NoMethodError: undefined method `fields' for nil:NilClass
/home/r/repo/test/lazylead/system/jira_test.rb:123:in `block in <class:JiraTest>'
Lazylead::AssignmentTest
test_scheduled_task_was_triggered_successfully 32m PASS0m (1.75s)
Lazylead::FilePostmanTest
test_field_found 31mERROR0m (0.64s)
Minitest::UnexpectedError: NoMethodError: undefined method `[]' for nil:NilClass
/home/r/repo/test/lazylead/system/jira_test.rb:164:in `block in <class:JiraTest>'
Lazylead::AllocatedTest
test_send_email_to_html_file 32m PASS0m (0.01s)
test_default_ctor_evaluates_a_memory 32m PASS0m (0.00s)
Lazylead::AllocatedTest
Lazylead::AllocatedTest
test_pass_a_nil_(null)_value 32m PASS0m (0.00s)
test_bytes_transformed_to_string_have_labels_(B,_KB,_MB,_etc) 32m PASS0m (0.00s)
test_issue_reporter_fetched_successfully 31mERROR0m (0.61s)
Minitest::UnexpectedError: NoMethodError: undefined method `reporter' for nil:NilClass
/home/r/repo/test/lazylead/system/jira_test.rb:74:in `block in <class:JiraTest>'
test_bulk_search_in_few_iterations 31m FAIL0m (0.60s)
--- expected
+++ actual
@@ -1 +1 @@
-3
+0
/home/r/repo/test/lazylead/system/jira_test.rb:183:in `block in <class:JiraTest>'
/home/r/repo/test/test.rb:70:in `block in around'
/usr/local/lib/ruby/2.6.0/timeout.rb:93:in `block in timeout'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `block in catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:108:in `timeout'
/home/r/repo/test/test.rb:66:in `around'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:50:in `block in perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:49:in `perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:38:in `work_from_queue'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:27:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `fork'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:37:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `times'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `each'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `map'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `start'
test_bulk_search_in_few_iterations_with_limit 31m FAIL0m (0.58s)
--- expected
+++ actual
@@ -1 +1 @@
-3
+0
/home/r/repo/test/lazylead/system/jira_test.rb:207:in `block in <class:JiraTest>'
/home/r/repo/test/test.rb:70:in `block in around'
/usr/local/lib/ruby/2.6.0/timeout.rb:93:in `block in timeout'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `block in catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:108:in `timeout'
/home/r/repo/test/test.rb:66:in `around'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:50:in `block in perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:49:in `perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:38:in `work_from_queue'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:27:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `fork'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:37:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `times'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `each'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `map'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `start'
test_field_not_found 31mERROR0m (0.59s)
Minitest::UnexpectedError: NoMethodError: undefined method `[]' for nil:NilClass
/home/r/repo/test/lazylead/system/jira_test.rb:171:in `block in <class:JiraTest>'
test_connected_based_on_string_properties 31m FAIL0m (0.59s)
Expected []
to not be empty.
/home/r/repo/test/lazylead/system/jira_test.rb:190:in `block in <class:JiraTest>'
/home/r/repo/test/test.rb:70:in `block in around'
/usr/local/lib/ruby/2.6.0/timeout.rb:93:in `block in timeout'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `block in catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:108:in `timeout'
/home/r/repo/test/test.rb:66:in `around'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:50:in `block in perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:49:in `perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:38:in `work_from_queue'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:27:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `fork'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:37:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `times'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `each'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `map'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `start'
test_description_is_correct 31mERROR0m (0.85s)
Minitest::UnexpectedError: NoMethodError: undefined method `description' for nil:NilClass
/home/r/repo/test/lazylead/system/jira_test.rb:150:in `block in <class:JiraTest>'
test_sprint_is_found 31mERROR0m (0.84s)
Minitest::UnexpectedError: NoMethodError: undefined method `sprint' for nil:NilClass
/home/r/repo/test/lazylead/system/jira_test.rb:203:in `block in <class:JiraTest>'
test_issue_url_fetched_successfully 31mERROR0m (0.84s)
Minitest::UnexpectedError: NoMethodError: undefined method `url' for nil:NilClass
/home/r/repo/test/lazylead/system/jira_test.rb:83:in `block in <class:JiraTest>'
test_alert_in_case_assignee_changed_by_not_authorized_person 31m FAIL0m (0.58s)
No email found with subject: Assignment: How dare you?.
Expected nil
to not be nil.
/home/r/repo/test/test.rb:126:in `assert_email'
/home/r/repo/test/lazylead/task/assignment_test.rb:49:in `block in <class:AssignmentTest>'
/home/r/repo/test/test.rb:70:in `block in around'
/usr/local/lib/ruby/2.6.0/timeout.rb:93:in `block in timeout'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `block in catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:33:in `catch'
/usr/local/lib/ruby/2.6.0/timeout.rb:108:in `timeout'
/home/r/repo/test/test.rb:66:in `around'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:50:in `block in perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:49:in `perform_job'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:38:in `work_from_queue'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:27:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `fork'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization/worker.rb:15:in `start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:37:in `block in start'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `times'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `each'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `map'
/home/r/.ruby/gems/activesupport-6.1.3/lib/active_support/testing/parallelization.rb:36:in `start'
test_labels_found 31mERROR0m (0.86s)
Minitest::UnexpectedError: NoMethodError: undefined method `labels' for nil:NilClass
/home/r/repo/test/lazylead/system/jira_test.rb:178:in `block in <class:JiraTest>'
Finished in 5.22845s
217 tests, 284 assertions, 31m19 failures, 22 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. 1280 / 1642 LOC (77.95%) covered.
rake aborted!
Command failed with status (1): [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" ]
/home/r/.ruby/gems/rake-13.0.6/exe/rake:27:in `<top (required)>'
/usr/local/bin/bundle:23:in `load'
/usr/local/bin/bundle:23:in `<main>'
Tasks: TOP => test
(See full trace by running task with --trace)
container 17a13c7cf94e1698549757ca38af51cd489586601d04ce051a8379ef86b6a8df is dead
Sat 05 Aug 2023 02:53:09 PM CEST