rultor.com logo This build log was produced by rultor.com for yegor256/texsc#61
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1219
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Mon Jan 20 15:44:33 UTC 2025
+ uptime
 15:44:33 up 2 min,  0 users,  load average: 0.27, 0.18, 0.08
+ ff=default
+ image=yegor256/rultor-ruby
+ rebase=false
+ head_branch=master
+ pull_title='Update dependency rubocop-rspec to v3.4.0'
+ author=yegor256
+ directory=
+ head=git@github.com:yegor256/texsc.git
+ pull_id=61
+ fork=git@github.com:yegor256/texsc.git
+ fork_branch=renovate/rubocop-rspec-3.x
+ squash=false
+ vars=('--env=head=git@github.com:yegor256/texsc.git' '--env=pull_id=61' '--env=fork=git@github.com:yegor256/texsc.git' '--env=fork_branch=renovate/rubocop-rspec-3.x' '--env=head_branch=master' '--env=pull_title=Update dependency rubocop-rspec to v3.4.0' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/texsc.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=61'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/texsc.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/rubocop-rspec-3.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency rubocop-rspec to v3.4.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt install -y aspell'\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''bundle install --no-color "--gemfile=$(pwd)/Gemfile"'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:yegor256/texsc.git'\''' ';' 'export '\''pull_id=61'\''' ';' 'export '\''fork=git@github.com:yegor256/texsc.git'\''' ';' 'export '\''fork_branch=renovate/rubocop-rspec-3.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency rubocop-rspec to v3.4.0'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo apt install -y aspell' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color "--gemfile=$(pwd)/Gemfile"' ';' 'bundle exec rake' ';')
+ container=yegor256_texsc_61
+ as_root=false
+ hostname
ip-172-31-30-179
+ pwd
/tmp/rultor-K7nt
+ git --version
git version 2.34.1
+ docker --version
Docker version 25.0.3, build 4debf41
+ mkdir -p /home/ubuntu/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/ubuntu/.ssh/config
+ git clone git@github.com:yegor256/texsc.git repo
Cloning into 'repo'...
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:yegor256/texsc.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:yegor256/texsc.git'\''' ';' 'export '\''pull_id=61'\''' ';' 'export '\''fork=git@github.com:yegor256/texsc.git'\''' ';' 'export '\''fork_branch=renovate/rubocop-rspec-3.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update dependency rubocop-rspec to v3.4.0'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo apt install -y aspell' ';' 'pdd -f /dev/null' ';' 'bundle install --no-color "--gemfile=$(pwd)/Gemfile"' ';' 'bundle exec rake' ';'
+ sensitive=()
+ rm -rf .gnupg
+ set -ex
+ cd repo
+ git remote add fork git@github.com:yegor256/texsc.git
+ git remote update
Fetching origin
Fetching fork
From github.com:yegor256/texsc
 * [new branch]      master               -> fork/master
 * [new branch]      renovate/rubocop-1.x -> fork/renovate/rubocop-1.x
 * [new branch]      renovate/rubocop-rspec-3.x -> fork/renovate/rubocop-rspec-3.x
+ args=
+ '[' default == default ']'
+ args=' --ff'
+ '[' default == no ']'
+ '[' default == only ']'
+ export BRANCH=__rultor
+ BRANCH=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 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/renovate/rubocop-rspec-3.x
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/rubocop-rspec-3.x' 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 ']'
+ '[' false == true ']'
+ git merge --ff __rultor
Updating 788d733..b9fe4bc
Fast-forward
 Gemfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.08
++ bc
++ echo 0.08 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.08, low enough to run a new Docker container'
load average is 0.08, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-ruby
+ docker pull yegor256/rultor-ruby
Using default tag: latest
latest: Pulling from yegor256/rultor-ruby
dafa2b0c44d2: Pulling fs layer
4f4fb700ef54: Pulling fs layer
5ccf01e6cefd: Pulling fs layer
4a5449bec489: Pulling fs layer
ac7832f41460: Pulling fs layer
d63b8b04cafc: Pulling fs layer
7d5af111f2cc: Pulling fs layer
720999eee6d5: Pulling fs layer
99fbfb6da2e7: Pulling fs layer
2407230a9192: Pulling fs layer
7f36f52815f4: Pulling fs layer
4a5449bec489: Waiting
ac7832f41460: Waiting
d63b8b04cafc: Waiting
7d5af111f2cc: Waiting
720999eee6d5: Waiting
99fbfb6da2e7: Waiting
2407230a9192: Waiting
7f36f52815f4: Waiting
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
4a5449bec489: Verifying Checksum
4a5449bec489: Download complete
dafa2b0c44d2: Verifying Checksum
dafa2b0c44d2: Download complete
5ccf01e6cefd: Verifying Checksum
5ccf01e6cefd: Download complete
7d5af111f2cc: Verifying Checksum
7d5af111f2cc: Download complete
d63b8b04cafc: Verifying Checksum
d63b8b04cafc: Download complete
720999eee6d5: Verifying Checksum
720999eee6d5: Download complete
ac7832f41460: Verifying Checksum
ac7832f41460: Download complete
7f36f52815f4: Verifying Checksum
7f36f52815f4: Download complete
2407230a9192: Verifying Checksum
2407230a9192: Download complete
99fbfb6da2e7: Verifying Checksum
99fbfb6da2e7: Download complete
dafa2b0c44d2: Pull complete
4f4fb700ef54: Pull complete
5ccf01e6cefd: Pull complete
4a5449bec489: Pull complete
ac7832f41460: Pull complete
d63b8b04cafc: Pull complete
7d5af111f2cc: Pull complete
720999eee6d5: Pull complete
99fbfb6da2e7: Pull complete
2407230a9192: Pull complete
7f36f52815f4: Pull complete
Digest: sha256:016cc75a948fa99d2fc1ac9be795ad3ca37cb8a3b15d9384b8f1cbd094bc3c94
Status: Downloaded newer image for yegor256/rultor-ruby:latest
docker.io/yegor256/rultor-ruby:latest
+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_texsc_61\s*$'
+ ls -al .
total 52
drwx------  3 ubuntu ubuntu 4096 Jan 20 15:44 .
drwxrwxrwt 12 root   root   4096 Jan 20 15:44 ..
-rwxrwxr-x  1 ubuntu ubuntu 2090 Jan 20 15:44 end.sh
-rwxrwxr-x  1 ubuntu ubuntu  490 Jan 20 15:44 entry.sh
-rw-rw-r--  1 ubuntu ubuntu    5 Jan 20 15:44 pid
drwxrwxr-x  6 ubuntu ubuntu 4096 Jan 20 15:44 repo
-rw-rw-r--  1 ubuntu ubuntu   81 Jan 20 15:44 rubygems.yml
-rwxrwxr-x  1 ubuntu ubuntu 9258 Jan 20 15:44 run.sh
-rw-rw-r--  1 ubuntu ubuntu  594 Jan 20 15:44 script.sh
-rw-rw-r--  1 ubuntu ubuntu 6810 Jan 20 15:45 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-K7nt:/main --env=head=git@github.com:yegor256/texsc.git --env=pull_id=61 --env=fork=git@github.com:yegor256/texsc.git --env=fork_branch=renovate/rubocop-rspec-3.x --env=head_branch=master '--env=pull_title=Update dependency rubocop-rspec to v3.4.0' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/texsc.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=61'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/texsc.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/rubocop-rspec-3.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency rubocop-rspec to v3.4.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt install -y aspell'\'' '\'';'\'' '\''pdd -f /dev/null'\'' '\'';'\'' '\''bundle install --no-color "--gemfile=$(pwd)/Gemfile"'\'' '\'';'\'' '\''bundle exec rake'\'' '\'';'\'' )' --hostname=docker --privileged --net=host --dns 8.8.8.8 --add-host docker:127.0.0.1 --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-K7nt/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_texsc_61 yegor256/rultor-ruby /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ awk -F : '$3 > 100 { print $1 }'
++ cat /etc/group
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G nogroup r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G ubuntu r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G _ssh r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G rvm r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G r r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cache /root/.gem /root/.gemrc /root/.gnupg /root/.profile /root/.rvmrc /home/r
+ cp -R ./cid ./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
+ cat /home/r/script.sh
#!/bin/bash
set -e
set -o pipefail
if [ -e /home/r/.profile ]; then source /home/r/.profile; fi
shopt -s expand_aliases
alias 'sudo=sudo -i'
export HOME=/home/r
cd "${HOME}/repo"
export 'head=git@github.com:yegor256/texsc.git' ; export 'pull_id=61' ; export 'fork=git@github.com:yegor256/texsc.git' ; export 'fork_branch=renovate/rubocop-rspec-3.x' ; export 'head_branch=master' ; export 'pull_title=Update dependency rubocop-rspec to v3.4.0' ; export 'author=yegor256' ; sudo apt install -y aspell ; pdd -f /dev/null ; bundle install --no-color "--gemfile=$(pwd)/Gemfile" ; bundle exec rake ;
+ su --login r --command /home/r/script.sh
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  aspell-en dictionaries-common emacsen-common libaspell15 libtext-iconv-perl
Suggested packages:
  aspell-doc spellutils wordlist
The following NEW packages will be installed:
  aspell aspell-en dictionaries-common emacsen-common libaspell15
  libtext-iconv-perl
0 upgraded, 6 newly installed, 0 to remove and 2 not upgraded.
Need to get 927 kB of archives.
After this operation, 3,803 kB of additional disk space will be used.
Get:1ohttp://archive.ubuntu.com/ubuntu noble/main amd64 libtext-iconv-perl amd64 1.7-8build3 [13.5 kB]
Get:2ohttp://archive.ubuntu.com/ubuntu%noble/main amd64 libaspell15 amd64 0.60.8.1-1build1 [323 kB]
Get:3Whttp://archive.ubuntu.com/ubuntu noble/main amd64 emacsen-common all 3.0.5 [12.1 kB]
Get:4Whttp://archive.ubuntu.com/ubuntumnoble/main amd64 dictionaries-common all 1.29.7 [188 kB]
Get:5Whttp://archive.ubuntu.com/ubuntu0noble/main amd64 aspell amd64 0.60.8.1-1build1 [88.1 kB]
Get:6Whttp://archive.ubuntu.com/ubuntu noble/main amd64 aspell-en all 2020.12.07-0-1 [303 kB]
Fetchedo927nkB0in01s/(1,218 kB/s)33m
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libtext-iconv-perl:amd64.
(Reading database ... 18052 files and directories currently installed.)
Preparing to unpack .../0-libtext-iconv-perl_1.7-8build3_amd64.deb ...
Unpacking libtext-iconv-perl:amd64 (1.7-8build3) ...
Selecting previously unselected package libaspell15:amd64.
Preparing to unpack .../1-libaspell15_0.60.8.1-1build1_amd64.deb ...
Unpacking libaspell15:amd64 (0.60.8.1-1build1) ...
Selecting previously unselected package emacsen-common.
Preparing to unpack .../2-emacsen-common_3.0.5_all.deb ...
Unpacking emacsen-common (3.0.5) ...
Selecting previously unselected package dictionaries-common.
Preparing to unpack .../3-dictionaries-common_1.29.7_all.deb ...
Adding 'diversion of /usr/share/dict/words to /usr/share/dict/words.pre-dictionaries-common by dictionaries-common'
Unpacking dictionaries-common (1.29.7) ...
Selecting previously unselected package aspell.
Preparing to unpack .../4-aspell_0.60.8.1-1build1_amd64.deb ...
Unpacking aspell (0.60.8.1-1build1) ...
Selecting previously unselected package aspell-en.
Preparing to unpack .../5-aspell-en_2020.12.07-0-1_all.deb ...
Unpacking aspell-en (2020.12.07-0-1) ...
Setting up libtext-iconv-perl:amd64 (1.7-8build3) ...
Setting up libaspell15:amd64 (0.60.8.1-1build1) ...
Setting up emacsen-common (3.0.5) ...
Setting up dictionaries-common (1.29.7) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 79.)
debconf: falling back to frontend: Readline
Setting up aspell (0.60.8.1-1build1) ...
Setting up aspell-en (2020.12.07-0-1) ...
Processing triggers for libc-bin (2.39-0ubuntu8.3) ...
Processing triggers for dictionaries-common (1.29.7) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 79.)
debconf: falling back to frontend: Readline
aspell-autobuildhash: processing: en [en-common].
aspell-autobuildhash: processing: en [en-variant_0].
aspell-autobuildhash: processing: en [en-variant_1].
aspell-autobuildhash: processing: en [en-variant_2].
aspell-autobuildhash: processing: en [en-w_accents-only].
aspell-autobuildhash: processing: en [en-wo_accents-only].
aspell-autobuildhash: processing: en [en_AU-variant_0].
aspell-autobuildhash: processing: en [en_AU-variant_1].
aspell-autobuildhash: processing: en [en_AU-w_accents-only].
aspell-autobuildhash: processing: en [en_AU-wo_accents-only].
aspell-autobuildhash: processing: en [en_CA-variant_0].
aspell-autobuildhash: processing: en [en_CA-variant_1].
aspell-autobuildhash: processing: en [en_CA-w_accents-only].
aspell-autobuildhash: processing: en [en_CA-wo_accents-only].
aspell-autobuildhash: processing: en [en_GB-ise-w_accents-only].
aspell-autobuildhash: processing: en [en_GB-ise-wo_accents-only].
aspell-autobuildhash: processing: en [en_GB-ize-w_accents-only].
aspell-autobuildhash: processing: en [en_GB-ize-wo_accents-only].
aspell-autobuildhash: processing: en [en_GB-variant_0].
aspell-autobuildhash: processing: en [en_GB-variant_1].
aspell-autobuildhash: processing: en [en_US-w_accents-only].
aspell-autobuildhash: processing: en [en_US-wo_accents-only].
Found 7 lines in /home/r/repo/.pdd
My version is 0.23.1
Ruby version is 3.2.2 at x86_64-linux
Reading from root dir .
Excluding target/**/*
Excluding coverage/**/*
/usr/local/rvm/gems/ruby-3.2.2/gems/pdd-0.23.1/lib/pdd/sources.rb:90: warning: undefining the allocator of T_DATA class FileMagic
/home/r/repo/logo.svg is a binary file (3826 bytes)
/home/r/repo/renovate.json is a binary file (107 bytes)
Reading .0pdd.yml ...
Reading .gitattributes ...
Reading .github/workflows/codecov.yml ...
Reading .github/workflows/rake.yml ...
Reading .gitignore ...
Reading .pdd ...
Reading .rubocop.yml ...
Reading .rultor.yml ...
Reading .simplecov ...
Reading Gemfile ...
Reading LICENSE.txt ...
Reading README.md ...
Reading Rakefile ...
Reading bin/texsc ...
Reading cucumber.yml ...
Reading features/cli.feature ...
Reading features/gem_package.feature ...
Reading features/step_definitions/steps.rb ...
Reading features/support/env.rb ...
Reading texsc.gemspec ...
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Fetching rake 13.2.1
Installing rake 13.2.1
Fetching ast 2.4.2
Installing ast 2.4.2
Fetching backtrace 0.4.0
Installing backtrace 0.4.0
Fetching bigdecimal 3.1.9
Installing bigdecimal 3.1.9 with native extensions
Fetching builder 3.3.0
Installing builder 3.3.0
Using bundler 2.4.10
Fetching cucumber-ci-environment 10.0.1
Installing cucumber-ci-environment 10.0.1
Fetching cucumber-messages 22.0.0
Installing cucumber-messages 22.0.0
Fetching cucumber-gherkin 27.0.0
Installing cucumber-gherkin 27.0.0
Fetching cucumber-tag-expressions 6.1.1
Installing cucumber-tag-expressions 6.1.1
Fetching cucumber-core 13.0.3
Installing cucumber-core 13.0.3
Fetching cucumber-cucumber-expressions 17.1.0
Installing cucumber-cucumber-expressions 17.1.0
Fetching cucumber-html-formatter 21.7.0
Installing cucumber-html-formatter 21.7.0
Fetching diff-lcs 1.5.1
Installing diff-lcs 1.5.1
Fetching mini_mime 1.1.5
Installing mini_mime 1.1.5
Fetching multi_test 1.1.0
Installing multi_test 1.1.0
Fetching ffi 1.17.1 (x86_64-linux-gnu)
Installing ffi 1.17.1 (x86_64-linux-gnu)
Fetching sys-uname 1.3.1
Installing sys-uname 1.3.1
Fetching cucumber 9.2.1
Installing cucumber 9.2.1
Fetching docile 1.4.1
Installing docile 1.4.1
Fetching json 2.9.1
Installing json 2.9.1 with native extensions
Fetching language_server-protocol 3.17.0.3
Installing language_server-protocol 3.17.0.3
Fetching loog 0.6.0
Installing loog 0.6.0
Fetching parallel 1.26.3
Installing parallel 1.26.3
Fetching racc 1.8.1
Installing racc 1.8.1 with native extensions
Fetching parser 3.3.7.0
Installing parser 3.3.7.0
Using rainbow 3.1.1
Fetching regexp_parser 2.10.0
Installing regexp_parser 2.10.0
Fetching rexml 3.4.0
Installing rexml 3.4.0
Fetching rubocop-ast 1.37.0
Installing rubocop-ast 1.37.0
Fetching ruby-progressbar 1.13.0
Installing ruby-progressbar 1.13.0
Fetching unicode-display_width 2.6.0
Installing unicode-display_width 2.6.0
Fetching rubocop 1.64.1
Installing rubocop 1.64.1
Fetching rubocop-rspec 3.4.0
Installing rubocop-rspec 3.4.0
Fetching simplecov-html 0.13.1
Installing simplecov-html 0.13.1
Fetching simplecov_json_formatter 0.1.4
Installing simplecov_json_formatter 0.1.4
Fetching simplecov 0.22.0
Installing simplecov 0.22.0
Using slop 4.10.1
Using texsc 0.0.0 from source at `.` and installing its executables
Bundle complete! 6 Gemfile dependencies, 39 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
/usr/local/rvm/rubies/ruby-3.2.2/bin/ruby -S bundle exec cucumber
Using the default profile...
Feature: Command Line Processing
  As a author of LaTeX document I want to check spelling

  Scenario: Help can be printed        90m# features/cli.feature:40m
    32mWhen I run bin/texsc with "32m1m--help0m0m32m"90m # features/step_definitions/steps.rb:430m0m
    32mThen Exit code is zero90m             # features/step_definitions/steps.rb:570m0m
    32mAnd Stdout contains "32m1m--help0m0m32m"90m       # features/step_definitions/steps.rb:490m0m

  Scenario: Good LaTeX can be spell checked                     90m# features/cli.feature:90m
    32mGiven I have a "32m1marticle.tex0m0m32m" file with content:90m             # features/step_definitions/steps.rb:380m0m
32m      """0m
32m      \documentclass{article}0m
32m      \begin{document}0m
32m      How are you, my dear friend?0m
32m      \end{document}0m
32m      """0m
    32mWhen I run bin/texsc with "32m1m0m0m32m"90m                                # features/step_definitions/steps.rb:430m0m
    32mThen Exit code is zero90m                                      # features/step_definitions/steps.rb:570m0m
    32mAnd Stdout contains "32m1mNo spelling errors found in 1 file(s)0m0m32m"90m # features/step_definitions/steps.rb:490m0m

  Scenario: Bad LaTeX can be spell checked            90m# features/cli.feature:210m
    32mGiven I have a "32m1marticle.tex0m0m32m" file with content:90m   # features/step_definitions/steps.rb:380m0m
32m      """0m
32m      \documentclass{article}0m
32m      \begin{document}0m
32m      How are you, my dear friiend?0m
32m      \end{document}0m
32m      """0m
    32mWhen I run bin/texsc with "32m1m--verbose article.tex0m0m32m"90m # features/step_definitions/steps.rb:430m0m
    32mThen Exit code is not zero90m                        # features/step_definitions/steps.rb:610m0m
    32mAnd Stdout contains "32m1m& friiend 0m0m32m"90m                  # features/step_definitions/steps.rb:490m0m

  Scenario: Bad LaTeX with PWS can be spell checked             90m# features/cli.feature:330m
    32mGiven I have a "32m1marticle.tex0m0m32m" file with content:90m             # features/step_definitions/steps.rb:380m0m
32m      """0m
32m      \documentclass{article}0m
32m      \begin{document}0m
32m      How are you, my dear friiend?0m
32m      \end{document}0m
32m      """0m
    32mAnd I have a "32m1maspell.en.pws0m0m32m" file with content:90m             # features/step_definitions/steps.rb:380m0m
32m      """0m
32m      personal_ws-1.1 en 1 utf-80m
32m      hello0m
32m      friiend0m
32m      """0m
    32mWhen I run bin/texsc with "32m1m--pws aspell.en.pws article.tex0m0m32m"90m # features/step_definitions/steps.rb:430m0m
    32mThen Exit code is zero90m                                      # features/step_definitions/steps.rb:570m0m

  Scenario: Bad LaTeX with broken PWS can be spell checked      90m# features/cli.feature:500m
    32mGiven I have a "32m1marticle.tex0m0m32m" file with content:90m             # features/step_definitions/steps.rb:380m0m
32m      """0m
32m      \documentclass{article}0m
32m      \begin{document}0m
32m      How are you, my dear friiend?0m
32m      \end{document}0m
32m      """0m
    32mAnd I have a "32m1maspell.en.pws0m0m32m" file with content:90m             # features/step_definitions/steps.rb:380m0m
32m      """0m
32m      friiend0m
32m      """0m
    32mWhen I run bin/texsc with "32m1m--pws aspell.en.pws article.tex0m0m32m"90m # features/step_definitions/steps.rb:430m0m
    32mThen Exit code is not zero90m                                  # features/step_definitions/steps.rb:610m0m
    32mAnd Stdout contains "32m1mis not in the proper format0m0m32m"90m           # features/step_definitions/steps.rb:490m0m

  Scenario: Bad LaTeX with --ignore can be spell checked     90m# features/cli.feature:660m
    32mGiven I have a "32m1marticle.tex0m0m32m" file with content:90m          # features/step_definitions/steps.rb:380m0m
32m      """0m
32m      \documentclass{article}0m
32m      \begin{document}0m
32m      How are you, my dear \nospell{friiend}?0m
32m      \end{document}0m
32m      """0m
    32mWhen I run bin/texsc with "32m1m--ignore nospell article.tex0m0m32m"90m # features/step_definitions/steps.rb:430m0m
    32mThen Exit code is zero90m                                   # features/step_definitions/steps.rb:570m0m

  Scenario: Bad LaTeX with complex --ignore can be spell checked 90m# features/cli.feature:770m
    32mGiven I have a "32m1marticle.tex0m0m32m" file with content:90m              # features/step_definitions/steps.rb:380m0m
32m      """0m
32m      \documentclass{article}0m
32m      \begin{document}0m
32m      How are you, my dear \nospell[friiend]{friiend}{friiend}?0m
32m      \end{document}0m
32m      """0m
    32mWhen I run bin/texsc with "32m1m--ignore nospell:opp article.tex0m0m32m"90m # features/step_definitions/steps.rb:430m0m
    32mThen Exit code is zero90m                                       # features/step_definitions/steps.rb:570m0m

  Scenario: Bad LaTeX with complex --ignore can be spell checked 90m# features/cli.feature:880m
    32mGiven I have a "32m1marticle.tex0m0m32m" file with content:90m              # features/step_definitions/steps.rb:380m0m
32m      """0m
32m      \documentclass{article}0m
32m      \begin{document}0m
32m      How are you, \begin{nospell}{test}friiend\end{nospell}?0m
32m      \end{document}0m
32m      """0m
    32mWhen I run bin/texsc with "32m1m--ignore nospell:p article.tex0m0m32m"90m   # features/step_definitions/steps.rb:430m0m
    32mThen Exit code is zero90m                                       # features/step_definitions/steps.rb:570m0m

  Scenario: Bad LaTeX with complex --ignore can be spell checked 90m# features/cli.feature:990m
    32mGiven I have a "32m1marticle.tex0m0m32m" file with content:90m              # features/step_definitions/steps.rb:380m0m
32m      """0m
32m      \documentclass{article}0m
32m      \begin{document}0m
32m      How are you, \begin{Nospell*}{test}friiend\end{Nospell*}?0m
32m      \end{document}0m
32m      """0m
    32mWhen I run bin/texsc with "32m1m--ignore Nospell*:p article.tex0m0m32m"90m  # features/step_definitions/steps.rb:430m0m
    32mThen Exit code is zero90m                                       # features/step_definitions/steps.rb:570m0m

  Scenario: Bad LaTeX with too short words can be spell checked 90m# features/cli.feature:1100m
    32mGiven I have a "32m1marticle.tex0m0m32m" file with content:90m             # features/step_definitions/steps.rb:380m0m
32m      """0m
32m      \documentclass{article}0m
32m      \begin{document}0m
32m      How are you, my dear ZZZZ?0m
32m      \end{document}0m
32m      """0m
    32mWhen I run bin/texsc with "32m1m--min-word-length=4 article.tex0m0m32m"90m # features/step_definitions/steps.rb:430m0m
    32mThen Exit code is zero90m                                      # features/step_definitions/steps.rb:570m0m

Feature: Gem Package
  As a source code writer I want to be able to
  package the Gem into .gem file

  Scenario: Gem can be packaged                  90m# features/gem_package.feature:50m
    32mGiven It is Unix90m                             # features/step_definitions/steps.rb:770m0m
    32mGiven I have a "32m1mexecs.rb0m0m32m" file with content:90m # features/step_definitions/steps.rb:380m0m
32m      """0m
32m      #!/usr/bin/env ruby0m
32m      require 'rubygems'0m
32m      spec = Gem::Specification::load('./spec.rb')0m
32m      if spec.executables.empty?0m
32m        fail 'no executables: ' + File.read('./spec.rb')0m
32m      end0m
32m      """0m
    32mWhen I run bash with:90m                        # features/step_definitions/steps.rb:710m0m
32m      """0m
32m      cd texsc0m
32m      gem build texsc.gemspec0m
32m      gem specification --ruby texsc-*.gem > ../spec.rb0m
32m      cd ..0m
32m      ruby execs.rb0m
32m      """0m
    32mThen Exit code is zero90m                       # features/step_definitions/steps.rb:570m0m

11 scenarios (32m11 passed0m)
39 steps (32m39 passed0m)
0m3.011s
1m32m┌──────────────────────────────────────────────────────────────────────────────┐0m0m
1m32m│0m0m Share your Cucumber Report with your team at 4m1m36mhttps://reports.cucumber.io0m0m0m     1m32m│0m0m
1m32m│0m0m                                                                              1m32m│0m0m
1m32m│0m0m Command line option:    36m--publish0m                                            1m32m│0m0m
1m32m│0m0m Environment variable:   36mCUCUMBER_PUBLISH_ENABLED0m=36mtrue0m                        1m32m│0m0m
1m32m│0m0m cucumber.yml:           36mdefault: --publish0m                                   1m32m│0m0m
1m32m│0m0m                                                                              1m32m│0m0m
1m32m│0m0m More information at 4m1m36mhttps://cucumber.io/docs/cucumber/environment-variables/0m0m0m 1m32m│0m0m
1m32m│0m0m                                                                              1m32m│0m0m
1m32m│0m0m To disable this message, specify 1mCUCUMBER_PUBLISH_QUIET=true0m or use the      1m32m│0m0m
1m32m│0m0m 1m--publish-quiet0m option. You can also add this to your 1mcucumber.yml:0m          1m32m│0m0m
1m32m│0m0m 1mdefault: --publish-quiet0m                                                     1m32m│0m0m
1m32m└──────────────────────────────────────────────────────────────────────────────┘0m0m
Coverage report generated for Cucumber Features to /home/r/repo/coverage.
Line Coverage: 100.0% (0 / 0)
Running RuboCop...
.rubocop.yml: Metrics/LineLength has the wrong namespace - replace it with Layout/LineLength
Inspecting 7 files
32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m32m.0m

7 files inspected, 32mno offenses0m detected
grep -q -r '2025'     --include '*.rb'     --include '*.txt'     --include 'Rakefile'     .
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git push origin master
To github.com:yegor256/texsc.git
   788d733..b9fe4bc  master -> master
container d4c84dedb37e84d8943628a77278cab2539e308bc9a8bf17b73b5dc6cda2cc41 is dead
Mon Jan 20 15:47:43 UTC 2025