rultor.com logo This build log was produced by rultor.com for zerocracy/judges-action#692
++ dirname ./run.sh
+ cd .
+ echo 1299
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Sun Jun  8 09:10:52 UTC 2025
+ uptime
 09:10:52 up 1 min,  0 users,  load average: 1.44, 0.44, 0.15
+ head=git@github.com:zerocracy/judges-action.git
+ ff=default
+ image=yegor256/ruby
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.12.1
+ vars=('--env=head=git@github.com:zerocracy/judges-action.git' '--env=tag=0.12.1' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zerocracy/judges-action.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.12.1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" entry.sh'\'' '\'';'\'' '\''sed -i -e "s/judges-action:latest/judges-action:${tag}/" action.yml'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" Dockerfile'\'' '\'';'\'' '\''git add entry.sh'\'' '\'';'\'' '\''git add action.yml'\'' '\'';'\'' '\''git add Dockerfile'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''repo=yegor256/judges-action'\'' '\'';'\'' '\''sudo make -C "$(pwd)"'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${repo}:${tag}"'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${repo}:latest"'\'' '\'';'\'' '\''cat ../docker-password | sudo docker login --password-stdin -u yegor256'\'' '\'';'\'' '\''sudo docker push "${repo}:${tag}"'\'' '\'';'\'' '\''sudo docker push "${repo}:latest"'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:zerocracy/judges-action.git'\''' ';' 'export '\''tag=0.12.1'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'bundle install --no-color' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i -e "s/0.0.0/${tag}/" entry.sh' ';' 'sed -i -e "s/judges-action:latest/judges-action:${tag}/" action.yml' ';' 'sed -i -e "s/0.0.0/${tag}/" Dockerfile' ';' 'git add entry.sh' ';' 'git add action.yml' ';' 'git add Dockerfile' ';' 'git commit -m "version set to ${tag}"' ';' 'repo=yegor256/judges-action' ';' 'sudo make -C "$(pwd)"' ';' 'sudo docker build "$(pwd)" --tag "${repo}:${tag}"' ';' 'sudo docker build "$(pwd)" --tag "${repo}:latest"' ';' 'cat ../docker-password | sudo docker login --password-stdin -u yegor256' ';' 'sudo docker push "${repo}:${tag}"' ';' 'sudo docker push "${repo}:latest"' ';')
+ directory=
+ container=zerocracy_judges-action_692
+ as_root=false
+ hostname
ip-172-31-27-167
+ pwd
/tmp/rultor-olrE
+ 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:zerocracy/judges-action.git repo
Cloning into 'repo'...
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
+ cd repo
+ git config user.email gpg@rultor.com
+ git config user.name Rultor.com
+ '[' -z 'export '\''head=git@github.com:zerocracy/judges-action.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:zerocracy/judges-action.git'\''' ';' 'export '\''tag=0.12.1'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'bundle install --no-color' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i -e "s/0.0.0/${tag}/" entry.sh' ';' 'sed -i -e "s/judges-action:latest/judges-action:${tag}/" action.yml' ';' 'sed -i -e "s/0.0.0/${tag}/" Dockerfile' ';' 'git add entry.sh' ';' 'git add action.yml' ';' 'git add Dockerfile' ';' 'git commit -m "version set to ${tag}"' ';' repo=yegor256/judges-action ';' 'sudo make -C "$(pwd)"' ';' 'sudo docker build "$(pwd)" --tag "${repo}:${tag}"' ';' 'sudo docker build "$(pwd)" --tag "${repo}:latest"' ';' 'cat ../docker-password | sudo docker login --password-stdin -u yegor256' ';' 'sudo docker push "${repo}:${tag}"' ';' 'sudo docker push "${repo}:latest"' ';'
+ sensitive=()
+ set -ex -o pipefail
+ '[' -z 0.12.1 ']'
+ [[ 0.12.1 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.12.1"'
tag name is valid: "0.12.1"
+ cd repo
++ git tag -l 0.12.1
+ '[' -n '' ']'
+ BRANCH_NAME=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ export BRANCH_NAME
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.64
++ bc
++ echo 0.64 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.64, low enough to run a new Docker container'
load average is 0.64, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/ruby
+ docker pull yegor256/ruby
Using default tag: latest
latest: Pulling from yegor256/ruby
54107f2de180: Pulling fs layer
06b6c820e694: Pulling fs layer
9a69a0203501: Pulling fs layer
e94932625c5a: Pulling fs layer
5f3b0d12f6eb: Pulling fs layer
fb140b0b11af: Pulling fs layer
356f1f2d8a3e: Pulling fs layer
4f4fb700ef54: Pulling fs layer
df114e834cde: Pulling fs layer
d10c276712e3: Pulling fs layer
726f0995e733: Pulling fs layer
159a68d1efa9: Pulling fs layer
46e72d539c99: Pulling fs layer
4baa592e7fd5: Pulling fs layer
e94932625c5a: Waiting
5f3b0d12f6eb: Waiting
fb140b0b11af: Waiting
356f1f2d8a3e: Waiting
4f4fb700ef54: Waiting
df114e834cde: Waiting
d10c276712e3: Waiting
726f0995e733: Waiting
159a68d1efa9: Waiting
46e72d539c99: Waiting
4baa592e7fd5: Waiting
06b6c820e694: Verifying Checksum
06b6c820e694: Download complete
54107f2de180: Verifying Checksum
54107f2de180: Download complete
9a69a0203501: Verifying Checksum
9a69a0203501: Download complete
5f3b0d12f6eb: Verifying Checksum
5f3b0d12f6eb: Download complete
356f1f2d8a3e: Verifying Checksum
356f1f2d8a3e: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
df114e834cde: Verifying Checksum
df114e834cde: Download complete
fb140b0b11af: Verifying Checksum
fb140b0b11af: Download complete
d10c276712e3: Verifying Checksum
d10c276712e3: Download complete
726f0995e733: Verifying Checksum
726f0995e733: Download complete
159a68d1efa9: Verifying Checksum
159a68d1efa9: Download complete
46e72d539c99: Verifying Checksum
46e72d539c99: Download complete
4baa592e7fd5: Verifying Checksum
4baa592e7fd5: Download complete
e94932625c5a: Verifying Checksum
e94932625c5a: Download complete
54107f2de180: Pull complete
06b6c820e694: Pull complete
9a69a0203501: Pull complete
e94932625c5a: Pull complete
5f3b0d12f6eb: Pull complete
fb140b0b11af: Pull complete
356f1f2d8a3e: Pull complete
4f4fb700ef54: Pull complete
df114e834cde: Pull complete
d10c276712e3: Pull complete
726f0995e733: Pull complete
159a68d1efa9: Pull complete
46e72d539c99: Pull complete
4baa592e7fd5: Pull complete
Digest: sha256:e90ee283f72d95b5c3ab2348b1c04668727d97f60294505e27d960b3f93b18ea
Status: Downloaded newer image for yegor256/ruby:latest
docker.io/yegor256/ruby:latest
+ docker ps --filter=status=exited
+ grep --quiet '\szerocracy_judges-action_692\s*$'
+ ls -al .
total 48
drwx------  3 ubuntu ubuntu 4096 Jun  8 09:17 .
drwxrwxrwt 12 root   root   4096 Jun  8 09:16 ..
-rw-rw-r--  1 ubuntu ubuntu    9 Jun  8 09:10 docker-password
-rwxrwxr-x  1 ubuntu ubuntu  658 Jun  8 09:17 end.sh
-rwxrwxr-x  1 ubuntu ubuntu  490 Jun  8 09:17 entry.sh
-rw-rw-r--  1 ubuntu ubuntu    5 Jun  8 09:10 pid
drwxrwxr-x 10 ubuntu ubuntu 4096 Jun  8 09:17 repo
-rwxrwxr-x  1 ubuntu ubuntu 7234 Jun  8 09:10 run.sh
-rw-rw-r--  1 ubuntu ubuntu  956 Jun  8 09:17 script.sh
-rw-rw-r--  1 ubuntu ubuntu 7234 Jun  8 09:18 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-olrE:/main --env=head=git@github.com:zerocracy/judges-action.git --env=tag=0.12.1 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zerocracy/judges-action.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.12.1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''bundle install --no-color'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" entry.sh'\'' '\'';'\'' '\''sed -i -e "s/judges-action:latest/judges-action:${tag}/" action.yml'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" Dockerfile'\'' '\'';'\'' '\''git add entry.sh'\'' '\'';'\'' '\''git add action.yml'\'' '\'';'\'' '\''git add Dockerfile'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''repo=yegor256/judges-action'\'' '\'';'\'' '\''sudo make -C "$(pwd)"'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${repo}:${tag}"'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${repo}:latest"'\'' '\'';'\'' '\''cat ../docker-password | sudo docker login --password-stdin -u yegor256'\'' '\'';'\'' '\''sudo docker push "${repo}:${tag}"'\'' '\'';'\'' '\''sudo docker push "${repo}:latest"'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --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-olrE/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=zerocracy_judges-action_692 yegor256/ruby /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
+ 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 ssh 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/.gemrc /root/.profile /home/r
+ cp -R ./cid ./docker-password ./end.sh ./entry.sh ./pid ./repo ./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:zerocracy/judges-action.git' ; export 'tag=0.12.1' ; export 'head_branch=master' ; export 'author=yegor256' ; bundle install --no-color ; [[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1 ; sed -i -e "s/0.0.0/${tag}/" entry.sh ; sed -i -e "s/judges-action:latest/judges-action:${tag}/" action.yml ; sed -i -e "s/0.0.0/${tag}/" Dockerfile ; git add entry.sh ; git add action.yml ; git add Dockerfile ; git commit -m "version set to ${tag}" ; repo=yegor256/judges-action ; sudo make -C "$(pwd)" ; sudo docker build "$(pwd)" --tag "${repo}:${tag}" ; sudo docker build "$(pwd)" --tag "${repo}:latest" ; cat ../docker-password | sudo docker login --password-stdin -u yegor256 ; sudo docker push "${repo}:${tag}" ; sudo docker push "${repo}:latest" ;
+ su --login r --command /home/r/script.sh
Bundler 2.6.7 is running, but your lockfile was generated with 2.5.16. Installing Bundler 2.5.16 and restarting using that version.
Fetching gem metadata from https://rubygems.org/.
Fetching bundler 2.5.16
Installing bundler 2.5.16
Fetching gem metadata from https://rubygems.org/.........
Fetching rake 13.3.0
Installing rake 13.3.0
Fetching base64 0.3.0
Installing base64 0.3.0
Fetching benchmark 0.4.1
Installing benchmark 0.4.1
Fetching bigdecimal 3.2.2
Installing bigdecimal 3.2.2 with native extensions
Fetching concurrent-ruby 1.3.5
Installing concurrent-ruby 1.3.5
Fetching connection_pool 2.5.3
Installing connection_pool 2.5.3
Fetching drb 2.2.3
Installing drb 2.2.3
Fetching i18n 1.14.7
Installing i18n 1.14.7
Fetching logger 1.7.0
Installing logger 1.7.0
Fetching minitest 5.25.5
Installing minitest 5.25.5
Fetching securerandom 0.4.1
Installing securerandom 0.4.1
Fetching tzinfo 2.0.6
Installing tzinfo 2.0.6
Fetching uri 1.0.3
Installing uri 1.0.3
Fetching activesupport 8.0.2
Installing activesupport 8.0.2
Fetching public_suffix 6.0.2
Installing public_suffix 6.0.2
Fetching addressable 2.8.7
Installing addressable 2.8.7
Fetching ansi 1.5.0
Installing ansi 1.5.0
Fetching ast 2.4.3
Installing ast 2.4.3
Fetching backtrace 0.4.1
Installing backtrace 0.4.1
Fetching loog 0.6.1
Installing loog 0.6.1
Fetching tago 0.1.0
Installing tago 0.1.0
Fetching elapsed 0.0.1
Installing elapsed 0.0.1
Fetching net-http 0.6.0
Installing net-http 0.6.0
Fetching faraday-net_http 3.4.0
Installing faraday-net_http 3.4.0
Fetching json 2.12.2
Installing json 2.12.2 with native extensions
Fetching faraday 2.13.1
Installing faraday 2.13.1
Fetching faraday-http-cache 2.5.1
Installing faraday-http-cache 2.5.1
Fetching multipart-post 2.4.1
Installing multipart-post 2.4.1
Fetching faraday-multipart 1.1.0
Installing faraday-multipart 1.1.0
Fetching faraday-retry 2.3.1
Installing faraday-retry 2.3.1
Fetching iri 0.11.2
Installing iri 0.11.2
Fetching retries 0.0.5
Installing retries 0.0.5
Fetching ffi 1.17.2 (x86_64-linux-gnu)
Installing ffi 1.17.2 (x86_64-linux-gnu)
Fetching ethon 0.16.0
Installing ethon 0.16.0
Fetching typhoeus 1.4.1
Installing typhoeus 1.4.1
Fetching baza.rb 0.5.1
Installing baza.rb 0.5.1
Fetching builder 3.3.0
Installing builder 3.3.0
Fetching rexml 3.4.1
Installing rexml 3.4.1
Fetching crack 1.0.0
Installing crack 1.0.0
Fetching decoor 0.0.1
Installing decoor 0.0.1
Fetching docile 1.4.1
Installing docile 1.4.1
Fetching others 0.0.3
Installing others 0.0.3
Fetching yaml 0.4.0
Installing yaml 0.4.0
Fetching factbase 0.11.0
Installing factbase 0.11.0
Fetching fiber-storage 1.0.1
Installing fiber-storage 1.0.1
Fetching graphql 2.5.9
Installing graphql 2.5.9
Fetching graphql-client 0.26.0
Installing graphql-client 0.26.0
Fetching ostruct 0.6.1
Installing ostruct 0.6.1
Fetching gli 2.22.2
Installing gli 2.22.2
Fetching moments 0.3.0
Installing moments 0.3.0
Fetching timeout 0.4.3
Installing timeout 0.4.3
Fetching total 0.4.1
Installing total 0.4.1
Fetching judges 0.46.0
Installing judges 0.46.0
Fetching strscan 3.1.5
Installing strscan 3.1.5 with native extensions
Fetching liquid 5.8.6
Installing liquid 5.8.6
Fetching obk 0.3.2
Installing obk 0.3.2
Fetching sawyer 0.9.2
Installing sawyer 0.9.2
Fetching octokit 10.0.0
Installing octokit 10.0.0
Fetching sqlite3 2.6.0 (x86_64-linux-gnu)
Installing sqlite3 2.6.0 (x86_64-linux-gnu)
Fetching verbose 0.0.2
Installing verbose 0.0.2
Fetching fbe 0.19.2
Installing fbe 0.19.2
Fetching hashdiff 1.2.0
Installing hashdiff 1.2.0
Fetching language_server-protocol 3.17.0.5
Installing language_server-protocol 3.17.0.5
Fetching lint_roller 1.1.0
Installing lint_roller 1.1.0
Fetching ruby-progressbar 1.13.0
Installing ruby-progressbar 1.13.0
Fetching minitest-reporters 1.7.1
Installing minitest-reporters 1.7.1
Fetching os 1.1.4
Installing os 1.1.4
Fetching parallel 1.27.0
Installing parallel 1.27.0
Fetching parser 3.3.8.0
Installing parser 3.3.8.0
Fetching prism 1.4.0
Installing prism 1.4.0 with native extensions
Fetching qbash 0.4.5
Installing qbash 0.4.5
Fetching regexp_parser 2.10.0
Installing regexp_parser 2.10.0
Fetching rubocop-ast 1.45.0
Installing rubocop-ast 1.45.0
Fetching unicode-emoji 4.0.4
Installing unicode-emoji 4.0.4
Fetching unicode-display_width 3.1.4
Installing unicode-display_width 3.1.4
Fetching rubocop 1.76.0
Installing rubocop 1.76.0
Fetching rubocop-minitest 0.38.1
Installing rubocop-minitest 0.38.1
Fetching rubocop-performance 1.25.0
Installing rubocop-performance 1.25.0
Fetching rubocop-rake 0.7.1
Installing rubocop-rake 0.7.1
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
Fetching simplecov-cobertura 2.1.0
Installing simplecov-cobertura 2.1.0
Fetching webmock 3.25.1
Installing webmock 3.25.1
Bundle complete! 18 Gemfile dependencies, 88 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
[__rultor ed133216] version set to 0.12.1
 3 files changed, 3 insertions(+), 3 deletions(-)
make: Entering directory '/home/r/repo'
mkdir -p "$(dirname target/docker-image.txt)"
docker build -t judges-action "$(pwd)"
docker build -t judges-action -q "$(pwd)" > "target/docker-image.txt"
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  778.2MB
Step 1/13 : FROM ruby:3.4
3.4: Pulling from library/ruby

1B6b9d1a9511: Pulling fs layer
1B927ed901b1: Pulling fs layer
1Bb2f47ad444: Pulling fs layer
1B3f099911d6: Pulling fs layer
1B675c320b86: Pulling fs layer
1Bcd789427f3: Pulling fs layer
1BDigest:2sha256:4cf7641c6354e8f407afd2dbb0ab1968cd44ac443bd833c16bdf55cc074a3eb8
Status: Downloaded newer image for ruby:3.4
 ---> 4351ba9d9918
Step 2/13 : LABEL "repository"="https://github.com/zerocracy/judges-action"
 ---> Running in edf222109995
 ---> Removed intermediate container edf222109995
 ---> fe1402ecbcc0
Step 3/13 : LABEL "maintainer"="Yegor Bugayenko"
 ---> Running in 8693a7d32b27
 ---> Removed intermediate container 8693a7d32b27
 ---> 699877a6fabd
Step 4/13 : LABEL "version"="0.12.1"
 ---> Running in 4aaceb25821c
 ---> Removed intermediate container 4aaceb25821c
 ---> 849831afc92d
Step 5/13 : RUN apt-get update     && apt-get install --no-install-recommends -y curl=7.88.* jq=1.6*     && apt-get clean     && rm -rf /var/lib/apt/lists/*
 ---> Running in ec2b897cceaf
Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [47.9 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [265 kB]
Fetched 9313 kB in 2s (4494 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
curl is already the newest version (7.88.1-10+deb12u12).
The following additional packages will be installed:
  libjq1 libonig5
The following NEW packages will be installed:
  jq libjq1 libonig5
0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded.
Need to get 388 kB of archives.
After this operation, 1165 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libonig5 amd64 6.9.8-1 [188 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 jq amd64 1.6-2.1 [64.9 kB]
91mdebconf: delaying package configuration, since apt-utils is not installed
0mFetched 388 kB in 0s (10.8 MB/s)
Selecting previously unselected package libonig5:amd64.
(Reading database ... 23250 files and directories currently installed.)
Preparing to unpack .../libonig5_6.9.8-1_amd64.deb ...
Unpacking libonig5:amd64 (6.9.8-1) ...
Selecting previously unselected package libjq1:amd64.
Preparing to unpack .../libjq1_1.6-2.1_amd64.deb ...
Unpacking libjq1:amd64 (1.6-2.1) ...
Selecting previously unselected package jq.
Preparing to unpack .../archives/jq_1.6-2.1_amd64.deb ...
Unpacking jq (1.6-2.1) ...
Setting up libonig5:amd64 (6.9.8-1) ...
Setting up libjq1:amd64 (1.6-2.1) ...
Setting up jq (1.6-2.1) ...
Processing triggers for libc-bin (2.36-9+deb12u10) ...
 ---> Removed intermediate container ec2b897cceaf
 ---> 15aeee6ec217
Step 6/13 : WORKDIR /action
 ---> Running in 6b8a692f2f35
 ---> Removed intermediate container 6b8a692f2f35
 ---> 307828618726
Step 7/13 : COPY Gemfile /action
 ---> bf030767b57f
Step 8/13 : COPY Gemfile.lock /action
 ---> 14937f0ba0e6
Step 9/13 : RUN bundle update --gemfile=/action/Gemfile
 ---> Running in e887eea895f6
Fetching gem metadata from https://rubygems.org/...........
Resolving dependencies...
Fetching rake 13.3.0
Installing rake 13.3.0
Fetching base64 0.3.0
Installing base64 0.3.0
Fetching benchmark 0.4.1
Installing benchmark 0.4.1
Fetching bigdecimal 3.2.2
Installing bigdecimal 3.2.2 with native extensions
Fetching concurrent-ruby 1.3.5
Installing concurrent-ruby 1.3.5
Fetching connection_pool 2.5.3
Installing connection_pool 2.5.3
Fetching drb 2.2.3
Installing drb 2.2.3
Fetching i18n 1.14.7
Installing i18n 1.14.7
Fetching logger 1.7.0
Installing logger 1.7.0
Fetching minitest 5.25.5
Installing minitest 5.25.5
Fetching securerandom 0.4.1
Installing securerandom 0.4.1
Fetching tzinfo 2.0.6
Installing tzinfo 2.0.6
Fetching uri 1.0.3
Installing uri 1.0.3
Fetching activesupport 8.0.2
Installing activesupport 8.0.2
Fetching public_suffix 6.0.2
Installing public_suffix 6.0.2
Fetching addressable 2.8.7
Installing addressable 2.8.7
Fetching ansi 1.5.0
Installing ansi 1.5.0
Fetching ast 2.4.3
Installing ast 2.4.3
Fetching backtrace 0.4.1
Installing backtrace 0.4.1
Fetching loog 0.6.1
Installing loog 0.6.1
Fetching tago 0.1.0
Installing tago 0.1.0
Fetching elapsed 0.0.1
Installing elapsed 0.0.1
Fetching net-http 0.6.0
Installing net-http 0.6.0
Fetching faraday-net_http 3.4.0
Installing faraday-net_http 3.4.0
Fetching json 2.12.2
Installing json 2.12.2 with native extensions
Fetching faraday 2.13.1
Installing faraday 2.13.1
Fetching faraday-http-cache 2.5.1
Installing faraday-http-cache 2.5.1
Fetching multipart-post 2.4.1
Installing multipart-post 2.4.1
Fetching faraday-multipart 1.1.0
Installing faraday-multipart 1.1.0
Fetching faraday-retry 2.3.1
Installing faraday-retry 2.3.1
Fetching iri 0.11.2
Installing iri 0.11.2
Fetching retries 0.0.5
Installing retries 0.0.5
Fetching ffi 1.17.2 (x86_64-linux-gnu)
Installing ffi 1.17.2 (x86_64-linux-gnu)
Fetching ethon 0.16.0
Installing ethon 0.16.0
Fetching typhoeus 1.4.1
Installing typhoeus 1.4.1
Fetching baza.rb 0.5.1
Installing baza.rb 0.5.1
Fetching builder 3.3.0
Installing builder 3.3.0
Fetching rexml 3.4.1
Installing rexml 3.4.1
Fetching crack 1.0.0
Installing crack 1.0.0
Fetching decoor 0.0.1
Installing decoor 0.0.1
Fetching docile 1.4.1
Installing docile 1.4.1
Fetching nokogiri 1.18.8 (x86_64-linux-gnu)
Installing nokogiri 1.18.8 (x86_64-linux-gnu)
Fetching others 0.0.3
Installing others 0.0.3
Fetching yaml 0.4.0
Installing yaml 0.4.0
Fetching factbase 0.11.0
Installing factbase 0.11.0
Fetching fiber-storage 1.0.1
Installing fiber-storage 1.0.1
Fetching graphql 2.5.9
Installing graphql 2.5.9
Fetching graphql-client 0.26.0
Installing graphql-client 0.26.0
Fetching ostruct 0.6.1
Installing ostruct 0.6.1
Fetching gli 2.22.2
Installing gli 2.22.2
Fetching moments 0.3.0
Installing moments 0.3.0
Fetching timeout 0.4.3
Installing timeout 0.4.3
Fetching total 0.4.1
Installing total 0.4.1
Fetching judges 0.46.0
Installing judges 0.46.0
Fetching strscan 3.1.5
Installing strscan 3.1.5 with native extensions
Fetching liquid 5.8.6
Installing liquid 5.8.6
Fetching obk 0.3.2
Installing obk 0.3.2
Fetching sawyer 0.9.2
Installing sawyer 0.9.2
Fetching octokit 10.0.0
Installing octokit 10.0.0
Fetching sqlite3 2.6.0 (x86_64-linux-gnu)
Installing sqlite3 2.6.0 (x86_64-linux-gnu)
Fetching verbose 0.0.2
Installing verbose 0.0.2
Fetching fbe 0.19.2
Installing fbe 0.19.2
Fetching hashdiff 1.2.0
Installing hashdiff 1.2.0
Fetching language_server-protocol 3.17.0.5
Installing language_server-protocol 3.17.0.5
Fetching lint_roller 1.1.0
Installing lint_roller 1.1.0
Fetching ruby-progressbar 1.13.0
Installing ruby-progressbar 1.13.0
Fetching minitest-reporters 1.7.1
Installing minitest-reporters 1.7.1
Fetching os 1.1.4
Installing os 1.1.4
Fetching parallel 1.27.0
Installing parallel 1.27.0
Fetching parser 3.3.8.0
Installing parser 3.3.8.0
Fetching prism 1.4.0
Installing prism 1.4.0 with native extensions
Fetching qbash 0.4.5
Installing qbash 0.4.5
Fetching rainbow 3.1.1
Installing rainbow 3.1.1
Fetching regexp_parser 2.10.0
Installing regexp_parser 2.10.0
Fetching rubocop-ast 1.45.0
Installing rubocop-ast 1.45.0
Fetching unicode-emoji 4.0.4
Installing unicode-emoji 4.0.4
Fetching unicode-display_width 3.1.4
Installing unicode-display_width 3.1.4
Fetching rubocop 1.76.0
Installing rubocop 1.76.0
Fetching rubocop-minitest 0.38.1
Installing rubocop-minitest 0.38.1
Fetching rubocop-performance 1.25.0
Installing rubocop-performance 1.25.0
Fetching rubocop-rake 0.7.1
Installing rubocop-rake 0.7.1
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
Fetching simplecov-cobertura 2.1.0
Installing simplecov-cobertura 2.1.0
Fetching webmock 3.25.1
Installing webmock 3.25.1
Bundle updated!
 ---> Removed intermediate container e887eea895f6
 ---> 2488a3c889db
Step 10/13 : COPY judges /action/judges
 ---> d75eda08fee2
Step 11/13 : COPY lib /action/lib
 ---> 90463fdf32cd
Step 12/13 : COPY entry.sh /action
 ---> 4a1dce096e4a
Step 13/13 : ENTRYPOINT ["/action/entry.sh", "/action"]
 ---> Running in 12c6616dd8ea
 ---> Removed intermediate container 12c6616dd8ea
 ---> 663ed617f339
Successfully built 663ed617f339
Successfully tagged judges-action:latest
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

img=$(cat target/docker-image.txt)
docker run --rm --entrypoint '/bin/bash' "${img}" -c 'judges test --disable live --lib /action/lib /action/judges'
echo "$?" > target/test.exit
Testing judges in judges/...

👉 Testing add-review-comments.rb (#0) in judges/add-review-comments/...
🛠️ Testing judges/add-review-comments/adds-to-merge.yml:
Found 2 review comments in yegor256/test#94 (what: pull-was-merged)
add-review-comments completed in 14ms
🛠️ Testing judges/add-review-comments/scan-pulls.yml:
Found 2 review comments in yegor256/test#94 (what: pull-was-reviewed)
add-review-comments completed in 2ms

👉 Testing assignee-was-attached.rb (#1) in judges/assignee-was-attached/...
🛠️ Testing judges/assignee-was-attached/find-assignee.yml:
assignee-was-attached completed in 3ms

👉 Testing dimensions-of-terrain.rb (#2) in judges/dimensions-of-terrain/...
🛠️ Testing judges/dimensions-of-terrain/measure-all.yml:
Collected total_stars in 1ms (3ms total): [total_stars: 1, total_forks: 0]
Collected total_contributors in 745μs (4ms total): [total_contributors: 7]
Collected total_releases in 824μs (6ms total): [total_releases: 2]
Collected total_files in 1ms (8ms total): [total_files: 7]
Collected total_active_contributors in 1ms (10ms total): [total_active_contributors: 3]
Collected total_commits in 827μs (11ms total): [total_commits: 1484]
Collected total_repositories in 1ms (13ms total): [total_repositories: 1]
Collected total_issues in 2ms (16ms total): [total_issues: 23, total_pulls: 19]
dimensions-of-terrain completed in 18ms
dimensions-of-terrain completed in 1ms
dimensions-of-terrain completed in 1ms
🛠️ Testing judges/dimensions-of-terrain/skip-recounting.yml:
Collected total_contributors in 1ms (1ms total): [total_contributors: 7]
Collected total_stars in 1ms (3ms total): [total_stars: 1, total_forks: 0]
Collected total_issues in 1ms (5ms total): [total_issues: 23, total_pulls: 19]
Collected total_commits in 770μs (6ms total): [total_commits: 1484]
Collected total_active_contributors in 993μs (8ms total): [total_active_contributors: 3]
Collected total_repositories in 1ms (10ms total): [total_repositories: 1]
Collected total_releases in 937μs (11ms total): [total_releases: 2]
Collected total_files in 1ms (13ms total): [total_files: 7]
dimensions-of-terrain completed in 14ms
dimensions-of-terrain completed in 2ms
dimensions-of-terrain completed in 920μs

👉 Testing eliminate-ghosts.rb (#3) in judges/eliminate-ghosts/...
🛠️ Testing judges/eliminate-ghosts/scan-users.yml:
GitHub user #404001 is not found
GitHub user #404002 is not found
eliminate-ghosts completed in 1ms

👉 Testing erase-repository.rb (#4) in judges/erase-repository/...
🛠️ Testing judges/erase-repository/scan_repos.yml:
GitHub repository #404123 is not found
GitHub repository #404124 is not found
erase-repository completed in 2ms

👉 Testing find-all-issues.rb (#5) in judges/find-all-issues/...
🛠️ Testing judges/find-all-issues/scan-issues.yml:
Checked 1 issues in yegor256/test in 1ms
find-all-issues completed in 10ms
🛠️ Testing judges/find-all-issues/scan-with-existing-issue.yml:
Checked 1 issues in yegor256/test in 470μs
find-all-issues completed in 6ms

👉 Testing find-missing-open-issues.rb (#6) in judges/find-missing-open-issues/...
🛠️ Testing judges/find-missing-open-issues/find-missing-open-issues.yml:
find-missing-open-issues completed in 6ms

👉 Testing github-events.rb (#7) in judges/github-events/...
🛠️ Testing judges/github-events/quick-scan.yml:
Detected new event_id #124 (no.1) in 1396: IssuesEvent
Detected new event_id #125 (no.2) in 1396: IssuesEvent
In yegor256/test, detected 2 events out of 3 scanned in 5ms
github-events completed in 9ms
Skipped judges/github-events/scan-live.yml because of its category
🛠️ Testing judges/github-events/scan-many-repos.yml:
Detected new event_id #124 (no.1) in 1439: IssuesEvent
Detected new event_id #125 (no.2) in 1439: IssuesEvent
Detected new event_id #42 (no.3) in : PullRequestEvent
In yegor256/test, detected 3 events out of 5 scanned in 14ms
Detected new event_id #43 (no.4) in : PullRequestEvent
In yegor256/test, detected 1 events out of 5 scanned in 6ms
In yegor256/test, detected 0 events out of 5 scanned in 3ms
github-events completed in 38ms
🛠️ Testing judges/github-events/scan-over-existing.yml:
Detected new event_id #124 (no.1) in 1396: IssuesEvent
In yegor256/test, detected 1 events out of 2 scanned in 2ms
github-events completed in 7ms
🛠️ Testing judges/github-events/scan-with-defaults.yml:
Detected new event_id #124 (no.1) in 1396: IssuesEvent
Detected new event_id #125 (no.2) in 1396: IssuesEvent
Detected new event_id #42 (no.3) in : PullRequestEvent
In yegor256/test, detected 3 events out of 5 scanned in 15ms
github-events completed in 18ms

👉 Testing is-human-or-robot.rb (#8) in judges/is-human-or-robot/...
Skipped judges/is-human-or-robot/detect-bot-live.yml because of its category
Skipped judges/is-human-or-robot/detect-user-live.yml because of its category
🛠️ Testing judges/is-human-or-robot/detected-bot.yml:
GitHub user #29139614 (@torvalds) is actually a bot
is-human-or-robot completed in 1ms
🛠️ Testing judges/is-human-or-robot/detected-human.yml:
GitHub user #526301 (@yegor256) is not a bot
is-human-or-robot completed in 1ms

👉 Testing label-was-attached.rb (#9) in judges/label-was-attached/...
🛠️ Testing judges/label-was-attached/find-labels.yml:
label-was-attached completed in 7ms
Skipped judges/label-was-attached/find-one-label-live.yml because of its category
🛠️ Testing judges/label-was-attached/two-repositories.yml:
label-was-attached completed in 6ms

👉 Testing pull-was-merged.rb (#10) in judges/pull-was-merged/...
🛠️ Testing judges/pull-was-merged/find-pulls.yml:
pull-was-merged completed in 5ms

👉 Testing quality-of-service.rb (#11) in judges/quality-of-service/...
🛠️ Testing judges/quality-of-service/simple-collect.yml:
Collected average_pull_rejection_rate in 3ms (3ms total): [average_pull_rejection_rate: 0.5]
Collected average_issue_lifetime in 1ms (6ms total): [average_issue_lifetime: 0, average_pull_lifetime: 0]
Collected average_build_success_rate in 4ms (10ms total): [average_build_success_rate: 1.0, average_build_duration: 53.0, average_build_mttr: 0]
Collected average_pull_hoc_size in 3ms (14ms total): [average_pull_hoc_size: 17.0, average_pull_files_size: 3.0]
Collected average_review_time in 6ms (21ms total): [average_review_time: 162000.0, average_review_size: 3.0, average_reviewers_per_pull: 1.0, average_reviews_per_pull: 2.0]
Collected average_triage_time in 3ms (25ms total): [average_triage_time: 0]
Collected average_release_interval in 2ms (28ms total): [average_release_interval: 242.000003603]
Collected average_backlog_size in 3ms (32ms total): [average_backlog_size: 1.0]
Collected average_release_hoc_size in 3ms (36ms total): [average_release_hoc_size: 6.0, average_release_commits_size: 1.0]
Collected average_review_time in 3ms (3ms total): [average_review_time: 162000.0, average_review_size: 3.0, average_reviewers_per_pull: 1.0, average_reviews_per_pull: 2.0]
Collected average_pull_hoc_size in 1ms (5ms total): [average_pull_hoc_size: 17.0, average_pull_files_size: 3.0]
Collected average_pull_rejection_rate in 832μs (6ms total): [average_pull_rejection_rate: 0.5]
Collected average_backlog_size in 23ms (30ms total): [average_backlog_size: 1.0]
Collected average_issue_lifetime in 2ms (33ms total): [average_issue_lifetime: 0, average_pull_lifetime: 0]
Collected average_release_hoc_size in 2ms (36ms total): [average_release_hoc_size: 6.0, average_release_commits_size: 1.0]
Collected average_release_interval in 2ms (39ms total): [average_release_interval: 3773.000003583]
Collected average_triage_time in 4ms (43ms total): [average_triage_time: 0]
Collected average_build_success_rate in 4ms (49ms total): [average_build_success_rate: 1.0, average_build_duration: 53.0, average_build_mttr: 0]
quality-of-service completed in 90ms
quality-of-service completed in 3ms
quality-of-service completed in 4ms
🛠️ Testing judges/quality-of-service/skip-duplicate-scan.yml:
Collected average_review_time in 2ms (2ms total): [average_review_time: 162000.0, average_review_size: 3.0, average_reviewers_per_pull: 1.0, average_reviews_per_pull: 2.0]
Collected average_build_success_rate in 3ms (6ms total): [average_build_success_rate: 1.0, average_build_duration: 53.0, average_build_mttr: 0]
Collected average_release_hoc_size in 1ms (8ms total): [average_release_hoc_size: 6.0, average_release_commits_size: 1.0]
Collected average_triage_time in 2ms (11ms total): [average_triage_time: 0]
Collected average_backlog_size in 23ms (35ms total): [average_backlog_size: 1.0]
Collected average_pull_rejection_rate in 1ms (37ms total): [average_pull_rejection_rate: 0.5]
Collected average_issue_lifetime in 3ms (41ms total): [average_issue_lifetime: 0, average_pull_lifetime: 0]
Collected average_release_interval in 1ms (42ms total): [average_release_interval: 4951.000003309]
Collected average_pull_hoc_size in 2ms (45ms total): [average_pull_hoc_size: 17.0, average_pull_files_size: 3.0]
quality-of-service completed in 49ms

👉 Testing quantity-of-deliverables.rb (#12) in judges/quantity-of-deliverables/...
🛠️ Testing judges/quantity-of-deliverables/count-all.yml:
Collected total_builds_ran in 2ms (2ms total): [total_builds_ran: 2]
Collected total_commits_pushed in 1ms (4ms total): [total_commits_pushed: 2, total_hoc_committed: 246]
Collected total_reviews_submitted in 1ms (6ms total): [total_reviews_submitted: 0]
Collected total_releases_published in 1ms (8ms total): [total_releases_published: 2]
Collected total_issues_created in 2ms (11ms total): [total_issues_created: 2, total_pulls_submitted: 2]
quantity-of-deliverables completed in 14ms
quantity-of-deliverables completed in 2ms
quantity-of-deliverables completed in 1ms

👉 Testing type-was-attached.rb (#13) in judges/type-was-attached/...
🛠️ Testing judges/type-was-attached/find-types.yml:
type-was-attached completed in 8ms

👉 Testing who-has-name.rb (#14) in judges/who-has-name/...
🛠️ Testing judges/who-has-name/many-without-name.yml:
who-has-name completed in 438ms
🛠️ Testing judges/who-has-name/who-with-name.yml:
who-has-name completed in 9ms
🛠️ Testing judges/who-has-name/who-with-old-name.yml:
who-has-name completed in 3ms
🛠️ Testing judges/who-has-name/who-without-name.yml:
who-has-name completed in 12ms

👉 Testing who-is-alive.rb (#15) in judges/who-is-alive/...
🛠️ Testing judges/who-is-alive/ignores-alive.yml:
who-is-alive completed in 2ms
Test summary:
  Script                                                          Seconds       Result
  ---                                                                 ---       ---
  who-has-name/many-without-name                                    1.179       OK
  add-review-comments/adds-to-merge                                 0.768       OK
  quality-of-service/simple-collect                                 0.102       OK
  quality-of-service/skip-duplicate-scan                            0.051       OK
  github-events/scan-many-repos                                     0.042       OK
  dimensions-of-terrain/skip-recounting                             0.026       OK
  dimensions-of-terrain/measure-all                                 0.023       OK
  github-events/scan-with-defaults                                  0.021       OK
  quantity-of-deliverables/count-all                                0.021       OK
  who-has-name/who-without-name                                     0.014       OK
  who-has-name/who-with-name                                        0.012       OK
  find-all-issues/scan-issues                                       0.012       OK
  github-events/quick-scan                                          0.011       OK
  type-was-attached/find-types                                      0.010       OK
  label-was-attached/two-repositories                               0.010       OK
  who-has-name/who-with-old-name                                    0.010       OK
  github-events/scan-over-existing                                  0.009       OK
  label-was-attached/find-labels                                    0.009       OK
  find-all-issues/scan-with-existing-issue                          0.008       OK
  find-missing-open-issues/find-missing-open-issues                 0.008       OK
  pull-was-merged/find-pulls                                        0.007       OK
  assignee-was-attached/find-assignee                               0.007       OK
  add-review-comments/scan-pulls                                    0.005       OK
  eliminate-ghosts/scan-users                                       0.004       OK
  erase-repository/scan_repos                                       0.004       OK
  who-is-alive/ignores-alive                                        0.004       OK
  is-human-or-robot/detected-bot                                    0.003       OK
  is-human-or-robot/detected-human                                  0.002       OK
👍 All 16 judge(s) and 28 tests passed in 2s420ms
./test-action.sh "$(cat target/docker-image.txt)"
echo "$?" > target/entry.exit
+ '[' -z /action ']'
+ SELF=/action
+ '[' -z '' ']'
+ BUNDLE_GEMFILE=/action/Gemfile
+ export BUNDLE_GEMFILE
+ JUDGES='bundle exec judges'
+ bundle exec judges --version
The 'judges-action' 0.12.1 is running
judges version 0.46.0
+ '[' -z /tmp ']'
++ basename /tmp/jszkwymhcndakkqa.fb
+ name=jszkwymhcndakkqa.fb
+ name=jszkwymhcndakkqa
+++ [[ /tmp/jszkwymhcndakkqa.fb = /* ]]
+++ echo /tmp/jszkwymhcndakkqa.fb
++ realpath /tmp/jszkwymhcndakkqa.fb
+ fb=/tmp/jszkwymhcndakkqa.fb
+ [[ ! jszkwymhcndakkqa =~ ^[a-z][a-z0-9-]{1,23}$ ]]
+ '[' -z ZRCY-00000000-0000-0000-0000-000000000000 ']'
+ export GLI_DEBUG=true
+ GLI_DEBUG=true
+ cd /action
+ gopts=()
+ declare -a gopts
+ '[' true == true ']'
+ gopts+=('--verbose')
+ GITHUB_REPO_NAME=judges-action
+ VITALS_URL=https://zerocracy.github.io/judges-action/jszkwymhcndakkqa-vitals.html
+ options=()
+ declare -a options
+ IFS=
+ read -r o
++ xargs
++ echo testing=yes
+ s=testing=yes
+ '[' testing=yes = '' ']'
++ cut -f1 -d =
++ echo 'testing=yes '
+ k=testing
++ cut -f2- -d =
++ echo testing=yes
+ v=yes
+ [[ testing == vitals_url ]]
+ IFS=
+ read -r o
++ xargs
++ echo repositories=yegor256/judges
+ s=repositories=yegor256/judges
+ '[' repositories=yegor256/judges = '' ']'
++ cut -f1 -d =
++ echo 'repositories=yegor256/judges '
+ k=repositories
++ cut -f2- -d =
++ echo repositories=yegor256/judges
+ v=yegor256/judges
+ [[ repositories == vitals_url ]]
+ IFS=
+ read -r o
++ echo max_events=3
++ xargs
+ s=max_events=3
+ '[' max_events=3 = '' ']'
++ cut -f1 -d =
++ echo 'max_events=3 '
+ k=max_events
++ cut -f2- -d =
++ echo max_events=3
+ v=3
+ [[ max_events == vitals_url ]]
+ IFS=
+ read -r o
+ '[' -z zerocracy/judges-action ']'
+ options+=("--option=repositories=${INPUT_REPOSITORIES}")
+ options+=("--option=judges_action_version=${VERSION}")
+ options+=("--option=vitals_url=${VITALS_URL}")
++ printenv INPUT_FAIL-FAST
+ '[' true == true ']'
+ options+=("--fail-fast")
+ echo 'Since the '\''fail-fast'\'' is set to '\''true'\'', we'\''ll stop after the first failure'
Since the 'fail-fast' is set to 'true', we'll stop after the first failure
+ bundle exec judges --verbose eval /tmp/jszkwymhcndakkqa.fb '$fb.query("(eq what '\''judges-summary'\'')").delete!'
D: Judges 0.46.0
D: Factbase 0.11.0
D: Ruby: 3.4.4-p34
D: Current directory: /action
D: Time: 2025-06-08T09:20:48Z
D: Total memory: 1956Mb
D: Running 'eval' command...
Nothing to import from /tmp/jszkwymhcndakkqa.fb (file not found)
D: There were no facts, nothing deleted by '(eq what 'judges-summary')' in 1ms
Factbase exported to /tmp/jszkwymhcndakkqa.fb (4 bytes, 0 facts) in 292μs
👍 Evaluated successfully in 10ms
D: Command 'eval' completed in 11ms
++ printenv INPUT_DRY-RUN
++ echo false
+ '[' false == true ']'
+ ALL_JUDGES=/action/judges
+ github_token_found=false
+ for opt in "${options[@]}"
+ [[ --option=repositories=zerocracy/judges-action == \-\-\o\p\t\i\o\n\=\g\i\t\h\u\b\_\t\o\k\e\n\=* ]]
+ for opt in "${options[@]}"
+ [[ --option=judges_action_version=0.12.1 == \-\-\o\p\t\i\o\n\=\g\i\t\h\u\b\_\t\o\k\e\n\=* ]]
+ for opt in "${options[@]}"
+ [[ --option=vitals_url=https://zerocracy.github.io/judges-action/jszkwymhcndakkqa-vitals.html == \-\-\o\p\t\i\o\n\=\g\i\t\h\u\b\_\t\o\k\e\n\=* ]]
+ for opt in "${options[@]}"
+ [[ --fail-fast == \-\-\o\p\t\i\o\n\=\g\i\t\h\u\b\_\t\o\k\e\n\=* ]]
+ '[' false == true ']'
+ '[' false == false ']'
++ printenv INPUT_GITHUB-TOKEN
+ '[' -z 00000000-0000-0000-0000-000000000000 ']'
+ echo 'The '\''github-token'\'' plugin parameter is set, using it'
The 'github-token' plugin parameter is set, using it
+ options+=("--option=github_token=$(printenv "INPUT_GITHUB-TOKEN")")
++ printenv INPUT_GITHUB-TOKEN
+ github_token_found=true
+ '[' true == false ']'
+ owner=https://github.com/zerocracy/judges-action/actions/runs/0000
++ printenv INPUT_DRY-RUN
++ echo false
+ '[' false == true ']'
+ bundle exec judges --verbose pull --timeout=0 --token=ZRCY-00000000-0000-0000-0000-000000000000 --owner=https://github.com/zerocracy/judges-action/actions/runs/0000 jszkwymhcndakkqa /tmp/jszkwymhcndakkqa.fb
D: Judges 0.46.0
D: Factbase 0.11.0
D: Ruby: 3.4.4-p34
D: Current directory: /action
D: Time: 2025-06-08T09:20:49Z
D: Total memory: 1956Mb
D: Running 'pull' command...
D: GET https://api.zerocracy.com/exists/jszkwymhcndakkqa -> 200 (0.31s)
D: The name "jszkwymhcndakkqa" doesn't exist at api.zerocracy.com in 314ms
⚠️ Nothing to pull - name 'jszkwymhcndakkqa' not found on server in 315ms
D: Command 'pull' completed in 315ms
++ printenv INPUT_SQLITE-CACHE
++ true
+ sqlite=
+ '[' -n '' ']'
+ echo 'SQLite is not used for HTTP caching, because sqlite-cache option is not set'
SQLite is not used for HTTP caching, because sqlite-cache option is not set
+ bundle exec judges --verbose update --no-log --quiet --summary=add --shuffle=aaa --boost=github-events --timeout=180 --lib /action/lib --max-cycles 2 --option=repositories=zerocracy/judges-action --option=judges_action_version=0.12.1 --option=vitals_url=https://zerocracy.github.io/judges-action/jszkwymhcndakkqa-vitals.html --fail-fast --option=github_token=00000000-0000-0000-0000-000000000000 /action/judges /tmp/jszkwymhcndakkqa.fb
D: Judges 0.46.0
D: Factbase 0.11.0
D: Ruby: 3.4.4-p34
D: Current directory: /action
D: Time: 2025-06-08T09:20:50Z
D: Total memory: 1956Mb
D: Running 'update' command...
The factbase imported from /tmp/jszkwymhcndakkqa.fb (4 bytes, 0 facts) in 147μs
D: The following options provided:
        GITHUB_TOKEN → "0000****************************0000"
        JUDGES_ACTION_VERSION → "0.12.1"
        REPOSITORIES → "zero***************tion"
        VITALS_URL → "http**************************************************************html"
Summary fact not found

👉 Running github-events (#0) at judges/github-events/ (3ms already)...
D: The 'github_token' option was provided (36 chars)
E: GET https://api.github.com/rate_limit HTTP/1.1
     User-Agent: "Octokit Ruby Gem 10.0.0"
     Accept: "application/vnd.github.v3+json"
     Content-Type: "application/json"
     Authorization: "token 00000000-0000-0000-0000-000000000000"


   HTTP/1.1 401
     date: "Sun, 08 Jun 2025 09:20:50 GMT"
     content-type: "application/json; charset=utf-8"
     content-length: "95"
     x-github-media-type: "github.v3; format=json"
     x-ratelimit-limit: "60"
     x-ratelimit-remaining: "60"
     x-ratelimit-reset: "1749378050"
     x-ratelimit-used: "0"
     x-ratelimit-resource: "core"
     access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
     access-control-allow-origin: "*"
     strict-transport-security: "max-age=31536000; includeSubdomains; preload"
     x-frame-options: "deny"
     x-content-type-options: "nosniff"
     x-xss-protection: "0"
     referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
     content-security-policy: "default-src 'none'"
     vary: "Accept-Encoding, Accept, X-Requested-With"
     x-github-request-id: "937C:361628:F16D20:1EC246F:684555F2"
     server: "github.com"

     {"message":"Bad credentials","documentation_url":"https://docs.github.com/rest","status":"401"}
D: Octokit::Client.rate_limit() in 89ms
E: Octokit::Unauthorized: GET https://api.github.com/rate_limit: 401 - Bad credentials // See: https://docs.github.com/rest
        /usr/local/bundle/gems/octokit-10.0.0/lib/octokit/response/raise_error.rb:14:in 'Octokit::Response::RaiseError#on_complete'
        /usr/local/bundle/gems/faraday-2.13.1/lib/faraday/middleware.rb:57:in 'block in Faraday::Middleware#call'
        /usr/local/bundle/gems/faraday-2.13.1/lib/faraday/response.rb:42:in 'Faraday::Response#on_complete'
        /usr/local/bundle/gems/faraday-2.13.1/lib/faraday/middleware.rb:56:in 'Faraday::Middleware#call'
        /usr/local/bundle/gems/faraday-retry-2.3.1/lib/faraday/retry/middleware.rb:171:in 'block in Faraday::Retry::Middleware#call'
        /usr/local/bundle/gems/faraday-retry-2.3.1/lib/faraday/retry/retryable.rb:7:in 'Faraday::Retryable#with_retries'
        /usr/local/bundle/gems/faraday-retry-2.3.1/lib/faraday/retry/middleware.rb:167:in 'Faraday::Retry::Middleware#call'
        /usr/local/bundle/gems/faraday-2.13.1/lib/faraday/rack_builder.rb:153:in 'Faraday::RackBuilder#build_response'
        /usr/local/bundle/gems/faraday-2.13.1/lib/faraday/connection.rb:452:in 'Faraday::Connection#run_request'
        /usr/local/bundle/gems/faraday-2.13.1/lib/faraday/connection.rb:200:in 'Faraday::Connection#get'
        /usr/local/bundle/gems/sawyer-0.9.2/lib/sawyer/agent.rb:99:in 'Sawyer::Agent#call'
        /usr/local/bundle/gems/octokit-10.0.0/lib/octokit/connection.rb:158:in 'Octokit::Connection#request'
        /usr/local/bundle/gems/octokit-10.0.0/lib/octokit/connection.rb:19:in 'Octokit::Connection#get'
        /usr/local/bundle/gems/octokit-10.0.0/lib/octokit/client/rate_limit.rb:36:in 'Octokit::Client::RateLimit#rate_limit!'
        /usr/local/bundle/gems/octokit-10.0.0/lib/octokit/client/rate_limit.rb:15:in 'Octokit::Client::RateLimit#rate_limit'
        /usr/local/bundle/gems/verbose-0.0.2/lib/verbose.rb:48:in 'Verbose#method_missing'
        /usr/local/bundle/gems/fbe-0.19.2/lib/fbe/octo.rb:99:in 'Fbe.octo'
        /usr/local/bundle/gems/fbe-0.19.2/lib/fbe/iterate.rb:201:in 'Fbe::Iterate#over'
        /action/judges/github-events/github-events.rb:270:in 'block in <top (required)>'
        /usr/local/bundle/gems/fbe-0.19.2/lib/fbe/iterate.rb:43:in 'BasicObject#instance_eval'
        /usr/local/bundle/gems/fbe-0.19.2/lib/fbe/iterate.rb:43:in 'Fbe.iterate'
        /action/judges/github-events/github-events.rb:27:in '<top (required)>'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/judge.rb:70:in 'Kernel#load'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/judge.rb:70:in 'block in Judges::Judge#run'
        /usr/local/bundle/gems/elapsed-0.0.1/lib/elapsed.rb:45:in 'Object#elapsed'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/judge.rb:69:in 'Judges::Judge#run'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/commands/update.rb:208:in 'block in Judges::Update#one_judge'
        /usr/local/bundle/gems/timeout-0.4.3/lib/timeout.rb:185:in 'block in Timeout.timeout'
        /usr/local/bundle/gems/timeout-0.4.3/lib/timeout.rb:38:in 'Timeout::Error.handle_timeout'
        /usr/local/bundle/gems/timeout-0.4.3/lib/timeout.rb:194:in 'Timeout.timeout'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/commands/update.rb:207:in 'Judges::Update#one_judge'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/commands/update.rb:168:in 'block (3 levels) in Judges::Update#cycle'
        /usr/local/bundle/gems/elapsed-0.0.1/lib/elapsed.rb:45:in 'Object#elapsed'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/commands/update.rb:167:in 'block (2 levels) in Judges::Update#cycle'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/judges.rb:120:in 'block in Judges::Judges#each_with_index'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/judges.rb:106:in 'Array#each'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/judges.rb:106:in 'Judges::Judges#each'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/judges.rb:119:in 'Judges::Judges#each_with_index'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/commands/update.rb:159:in 'block in Judges::Update#cycle'
        /usr/local/bundle/gems/elapsed-0.0.1/lib/elapsed.rb:45:in 'Object#elapsed'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/commands/update.rb:157:in 'Judges::Update#cycle'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/commands/update.rb:84:in 'block (2 levels) in Judges::Update#run'
        <internal:kernel>:168:in 'Kernel#loop'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/commands/update.rb:79:in 'block in Judges::Update#run'
        /usr/local/bundle/gems/elapsed-0.0.1/lib/elapsed.rb:45:in 'Object#elapsed'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/commands/update.rb:78:in 'Judges::Update#run'
        /usr/local/bundle/gems/judges-0.46.0/bin/judges:25:in 'block in JudgesGLI.run_it'
        /usr/local/bundle/gems/gli-2.22.2/lib/gli/command_support.rb:131:in 'GLI::CommandSupport#execute'
        /usr/local/bundle/gems/gli-2.22.2/lib/gli/app_support.rb:298:in 'block in GLI::AppSupport#call_command'
        /usr/local/bundle/gems/gli-2.22.2/lib/gli/app_support.rb:311:in 'GLI::AppSupport#call_command'
        /usr/local/bundle/gems/gli-2.22.2/lib/gli/app_support.rb:85:in 'GLI::AppSupport#run'
        /usr/local/bundle/gems/judges-0.46.0/bin/judges:222:in '<top (required)>'
        /usr/local/bundle/bin/judges:25:in 'Kernel#load'
        /usr/local/bundle/bin/judges:25:in '<top (required)>'
        /usr/local/lib/ruby/3.4.0/bundler/cli/exec.rb:59:in 'Kernel.load'
        /usr/local/lib/ruby/3.4.0/bundler/cli/exec.rb:59:in 'Bundler::CLI::Exec#kernel_load'
        /usr/local/lib/ruby/3.4.0/bundler/cli/exec.rb:23:in 'Bundler::CLI::Exec#run'
        /usr/local/lib/ruby/3.4.0/bundler/cli.rb:452:in 'Bundler::CLI#exec'
        /usr/local/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor/command.rb:28:in 'Bundler::Thor::Command#run'
        /usr/local/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in 'Bundler::Thor::Invocation#invoke_command'
        /usr/local/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor.rb:538:in 'Bundler::Thor.dispatch'
        /usr/local/lib/ruby/3.4.0/bundler/cli.rb:35:in 'Bundler::CLI.dispatch'
        /usr/local/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor/base.rb:584:in 'Bundler::Thor::Base::ClassMethods#start'
        /usr/local/lib/ruby/3.4.0/bundler/cli.rb:29:in 'Bundler::CLI.start'
        /usr/local/lib/ruby/gems/3.4.0/gems/bundler-2.6.7/exe/bundle:28:in 'block in <top (required)>'
        /usr/local/lib/ruby/3.4.0/bundler/friendly_errors.rb:117:in 'Bundler.with_friendly_errors'
        /usr/local/lib/ruby/gems/3.4.0/gems/bundler-2.6.7/exe/bundle:20:in '<top (required)>'
        /usr/local/bin/bundle:25:in 'Kernel#load'
        /usr/local/bin/bundle:25:in '<main>'
Octokit::Unauthorized: GET https://api.github.com/rate_limit: 401 - Bad credentials // See: https://docs.github.com/rest
        /usr/local/bundle/gems/octokit-10.0.0/lib/octokit/response/raise_error.rb:14:in 'Octokit::Response::RaiseError#on_complete'
        /usr/local/bundle/gems/faraday-2.13.1/lib/faraday/middleware.rb:57:in 'block in Faraday::Middleware#call'
        /usr/local/bundle/gems/faraday-2.13.1/lib/faraday/response.rb:42:in 'Faraday::Response#on_complete'
        /usr/local/bundle/gems/faraday-2.13.1/lib/faraday/middleware.rb:56:in 'Faraday::Middleware#call'
        /usr/local/bundle/gems/faraday-retry-2.3.1/lib/faraday/retry/middleware.rb:171:in 'block in Faraday::Retry::Middleware#call'
        /usr/local/bundle/gems/faraday-retry-2.3.1/lib/faraday/retry/retryable.rb:7:in 'Faraday::Retryable#with_retries'
        /usr/local/bundle/gems/faraday-retry-2.3.1/lib/faraday/retry/middleware.rb:167:in 'Faraday::Retry::Middleware#call'
        /usr/local/bundle/gems/faraday-2.13.1/lib/faraday/rack_builder.rb:153:in 'Faraday::RackBuilder#build_response'
        /usr/local/bundle/gems/faraday-2.13.1/lib/faraday/connection.rb:452:in 'Faraday::Connection#run_request'
        /usr/local/bundle/gems/faraday-2.13.1/lib/faraday/connection.rb:200:in 'Faraday::Connection#get'
        /usr/local/bundle/gems/sawyer-0.9.2/lib/sawyer/agent.rb:99:in 'Sawyer::Agent#call'
        /usr/local/bundle/gems/octokit-10.0.0/lib/octokit/connection.rb:158:in 'Octokit::Connection#request'
        /usr/local/bundle/gems/octokit-10.0.0/lib/octokit/connection.rb:19:in 'Octokit::Connection#get'
        /usr/local/bundle/gems/octokit-10.0.0/lib/octokit/client/rate_limit.rb:36:in 'Octokit::Client::RateLimit#rate_limit!'
        /usr/local/bundle/gems/octokit-10.0.0/lib/octokit/client/rate_limit.rb:15:in 'Octokit::Client::RateLimit#rate_limit'
        /usr/local/bundle/gems/verbose-0.0.2/lib/verbose.rb:48:in 'Verbose#method_missing'
        /usr/local/bundle/gems/fbe-0.19.2/lib/fbe/octo.rb:99:in 'Fbe.octo'
        /usr/local/bundle/gems/fbe-0.19.2/lib/fbe/iterate.rb:201:in 'Fbe::Iterate#over'
        /action/judges/github-events/github-events.rb:270:in 'block in <top (required)>'
        /usr/local/bundle/gems/fbe-0.19.2/lib/fbe/iterate.rb:43:in 'BasicObject#instance_eval'
        /usr/local/bundle/gems/fbe-0.19.2/lib/fbe/iterate.rb:43:in 'Fbe.iterate'
        /action/judges/github-events/github-events.rb:27:in '<top (required)>'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/judge.rb:70:in 'Kernel#load'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/judge.rb:70:in 'block in Judges::Judge#run'
        /usr/local/bundle/gems/elapsed-0.0.1/lib/elapsed.rb:45:in 'Object#elapsed'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/judge.rb:69:in 'Judges::Judge#run'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/commands/update.rb:208:in 'block in Judges::Update#one_judge'
        /usr/local/bundle/gems/timeout-0.4.3/lib/timeout.rb:185:in 'block in Timeout.timeout'
        /usr/local/bundle/gems/timeout-0.4.3/lib/timeout.rb:38:in 'Timeout::Error.handle_timeout'
        /usr/local/bundle/gems/timeout-0.4.3/lib/timeout.rb:194:in 'Timeout.timeout'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/commands/update.rb:207:in 'Judges::Update#one_judge'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/commands/update.rb:168:in 'block (3 levels) in Judges::Update#cycle'
        /usr/local/bundle/gems/elapsed-0.0.1/lib/elapsed.rb:45:in 'Object#elapsed'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/commands/update.rb:167:in 'block (2 levels) in Judges::Update#cycle'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/judges.rb:120:in 'block in Judges::Judges#each_with_index'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/judges.rb:106:in 'Array#each'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/judges.rb:106:in 'Judges::Judges#each'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/judges.rb:119:in 'Judges::Judges#each_with_index'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/commands/update.rb:159:in 'block in Judges::Update#cycle'
        /usr/local/bundle/gems/elapsed-0.0.1/lib/elapsed.rb:45:in 'Object#elapsed'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/commands/update.rb:157:in 'Judges::Update#cycle'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/commands/update.rb:84:in 'block (2 levels) in Judges::Update#run'
        <internal:kernel>:168:in 'Kernel#loop'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/commands/update.rb:79:in 'block in Judges::Update#run'
        /usr/local/bundle/gems/elapsed-0.0.1/lib/elapsed.rb:45:in 'Object#elapsed'
        /usr/local/bundle/gems/judges-0.46.0/lib/judges/commands/update.rb:78:in 'Judges::Update#run'
        /usr/local/bundle/gems/judges-0.46.0/bin/judges:25:in 'block in JudgesGLI.run_it'
        /usr/local/bundle/gems/gli-2.22.2/lib/gli/command_support.rb:131:in 'GLI::CommandSupport#execute'
        /usr/local/bundle/gems/gli-2.22.2/lib/gli/app_support.rb:298:in 'block in GLI::AppSupport#call_command'
        /usr/local/bundle/gems/gli-2.22.2/lib/gli/app_support.rb:311:in 'GLI::AppSupport#call_command'
        /usr/local/bundle/gems/gli-2.22.2/lib/gli/app_support.rb:85:in 'GLI::AppSupport#run'
        /usr/local/bundle/gems/judges-0.46.0/bin/judges:222:in '<top (required)>'
        /usr/local/bundle/bin/judges:25:in 'Kernel#load'
        /usr/local/bundle/bin/judges:25:in '<top (required)>'
        /usr/local/lib/ruby/3.4.0/bundler/cli/exec.rb:59:in 'Kernel.load'
        /usr/local/lib/ruby/3.4.0/bundler/cli/exec.rb:59:in 'Bundler::CLI::Exec#kernel_load'
        /usr/local/lib/ruby/3.4.0/bundler/cli/exec.rb:23:in 'Bundler::CLI::Exec#run'
        /usr/local/lib/ruby/3.4.0/bundler/cli.rb:452:in 'Bundler::CLI#exec'
        /usr/local/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor/command.rb:28:in 'Bundler::Thor::Command#run'
        /usr/local/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in 'Bundler::Thor::Invocation#invoke_command'
        /usr/local/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor.rb:538:in 'Bundler::Thor.dispatch'
        /usr/local/lib/ruby/3.4.0/bundler/cli.rb:35:in 'Bundler::CLI.dispatch'
        /usr/local/lib/ruby/3.4.0/bundler/vendor/thor/lib/thor/base.rb:584:in 'Bundler::Thor::Base::ClassMethods#start'
        /usr/local/lib/ruby/3.4.0/bundler/cli.rb:29:in 'Bundler::CLI.start'
        /usr/local/lib/ruby/gems/3.4.0/gems/bundler-2.6.7/exe/bundle:28:in 'block in <top (required)>'
        /usr/local/lib/ruby/3.4.0/bundler/friendly_errors.rb:117:in 'Bundler.with_friendly_errors'
        /usr/local/lib/ruby/gems/3.4.0/gems/bundler-2.6.7/exe/bundle:20:in '<top (required)>'
        /usr/local/bin/bundle:25:in 'Kernel#load'
        /usr/local/bin/bundle:25:in '<main>'
Not running "erase-repository" due to 1 errors above, in --fail-fast mode
Not running "type-was-attached" due to 1 errors above, in --fail-fast mode
Not running "find-all-issues" due to 1 errors above, in --fail-fast mode
Not running "quantity-of-deliverables" due to 1 errors above, in --fail-fast mode
Not running "assignee-was-attached" due to 1 errors above, in --fail-fast mode
Not running "eliminate-ghosts" due to 1 errors above, in --fail-fast mode
Not running "dimensions-of-terrain" due to 1 errors above, in --fail-fast mode
Not running "find-missing-open-issues" due to 1 errors above, in --fail-fast mode
Not running "who-has-name" due to 1 errors above, in --fail-fast mode
Not running "add-review-comments" due to 1 errors above, in --fail-fast mode
Not running "quality-of-service" due to 1 errors above, in --fail-fast mode
Not running "pull-was-merged" due to 1 errors above, in --fail-fast mode
Not running "is-human-or-robot" due to 1 errors above, in --fail-fast mode
Not running "label-was-attached" due to 1 errors above, in --fail-fast mode
Not running "who-is-alive" due to 1 errors above, in --fail-fast mode
❌ 16 judge(s) processed with 1 errors in 621ms
Not failing because of the --quiet flag provided
Factbase exported to /tmp/jszkwymhcndakkqa.fb (4 bytes, 0 facts) in 299μs
The update cycle #1 has made no changes to the factbase, let's stop
👍 Update completed in 1 cycle(s), did 0i/0d/0a in 622ms
1 error added to the summary
Factbase exported to /tmp/jszkwymhcndakkqa.fb (373 bytes, 1 facts) in 223μs
D: Command 'update' completed in 627ms
++ jq -r .tag_name
++ curl --retry 5 --retry-delay 5 --retry-max-time 40 --connect-timeout 5 -sL https://api.github.com/repos/zerocracy/judges-action/releases/latest
+ action_version=0.12.0
+ '[' 0.12.0 == 0.12.1 ']'
+ '[' 0.12.0 == null ']'
+ action_version='0.12.1!0.12.0'
++ printenv INPUT_DRY-RUN
++ echo false
+ '[' false == true ']'
++ date +%s
+ bundle exec judges --verbose push --no-zip --timeout=0 --owner=https://github.com/zerocracy/judges-action/actions/runs/0000 --meta=workflow_url:https://github.com/zerocracy/judges-action/actions/runs/0000 --meta=vitals_url:https://zerocracy.github.io/judges-action/jszkwymhcndakkqa-vitals.html --meta=duration:2 '--meta=action_version:0.12.1!0.12.0' --token=ZRCY-00000000-0000-0000-0000-000000000000 jszkwymhcndakkqa /tmp/jszkwymhcndakkqa.fb
D: Judges 0.46.0
D: Factbase 0.11.0
D: Ruby: 3.4.4-p34
D: Current directory: /action
D: Time: 2025-06-08T09:20:51Z
D: Total memory: 1956Mb
D: Running 'push' command...
The factbase imported from /tmp/jszkwymhcndakkqa.fb (373 bytes, 1 facts) in 900μs
D: GET https://api.zerocracy.com/lock/jszkwymhcndakkqa?owner=https%3A%2F%2Fgithub.com%2Fzerocracy%2Fjudges-action%2Factions%2Fruns%2F0000 -> 302 (0.32s)
D: Job name 'jszkwymhcndakkqa' locked at api.zerocracy.com in 320ms
D: PUT https://api.zerocracy.com/push/jszkwymhcndakkqa -> 200 (1.31s)
D: Pushed 373 bytes to api.zerocracy.com, job ID is #24125 in 1s310ms
D: GET https://api.zerocracy.com/unlock/jszkwymhcndakkqa?owner=https%3A%2F%2Fgithub.com%2Fzerocracy%2Fjudges-action%2Factions%2Fruns%2F0000 -> 302 (0.09s)
D: Job name 'jszkwymhcndakkqa' unlocked at api.zerocracy.com in 94ms
👍 Pushed 1 facts, job ID is 24125 in 1s726ms
D: Command 'push' completed in 1s728ms
img=$(cat target/docker-image.txt)
docker rmi "${img}"
rm "target/docker-image.txt"
Untagged: judges-action:latest
Deleted: sha256:663ed617f339e511ac5b64611ecc83846466e86a818d683ea4184fef973978fe
Deleted: sha256:4a1dce096e4abc9c6a305cd56bbe3839662fb0abe19fe92c74188a9a9ede2056
Deleted: sha256:b1a86d888dd4419a37052d0a94317a1b2a01b9c534e09cc9234ecee4dedbaa2b
Deleted: sha256:90463fdf32cdfedd75f5adc3c384cf9fbe9e8af4958838d360beae5c60f6be1c
Deleted: sha256:4a273d5c7823fcf91f1e86e92dd83d1956c463bb2bc1931ef98849ec846c1255
Deleted: sha256:d75eda08fee26e5a3fe8c77fb37c1306f4d2ac7f1d0675f7ec5fd0c3ece6a5fe
Deleted: sha256:9bafe80b4fbd3601c5a8f0d78b197b73031c891b3e99b26ba279a6bd6be8719d
Deleted: sha256:2488a3c889db74ba3283b4fa553ad4d8fffb437143ed2cd5f8e1412e38cc3422
Deleted: sha256:92046a37520de70ee58745c5f619d80f40bea9c27c97b9b8b947da8d40521f14
Deleted: sha256:14937f0ba0e689c6800beab0a03002d6f33f10a6dbda6001ed273e0f40249431
Deleted: sha256:8899d7726b1aa9eb81ca09f77988032c060e9f085c964cb245a6517c197f6826
Deleted: sha256:bf030767b57f65b9625ffb958c4ed3621146be098fcb4bcba7a75e4328ca39b3
Deleted: sha256:e36752da7ae0cb9e131fe2b37a4c9d51566efa10ca05df6bf3cceba1dbdc9ace
Deleted: sha256:30782861872699e84970f792d777e4c834c10db719561f8d888ecf7df30117cf
Deleted: sha256:f331d7fc1dec7959932ca64460375ec864a46968031c594a9d80dcad1d909665
Deleted: sha256:15aeee6ec2170ae239c8b6f2cb40f0218cd2049a58244ca656f3e90fc22f187d
Deleted: sha256:698334dec6e20556a890c02da016b02263fe8ccd6cf54621e92889408cbbe9f4
Deleted: sha256:849831afc92d4e549f40138914b8a806187cc380c68ec987d53cf77ac6f7628c
Deleted: sha256:699877a6fabd546739147f4d3c371d01b199f1f9d483a760087cb3718323fe33
Deleted: sha256:fe1402ecbcc002aa18b1334f7ff9251158a083fd3ca682bde056418a0063de82
e1=$(cat target/test.exit)
test "${e1}" = "0"
e2=$(cat target/entry.exit)
test "${e2}" = "0"
./makes/entries.sh
👍🏻 passes-github-token.sh passed
👍🏻 fails-without-dry-run.sh passed
👍🏻 scans-one-repo.sh passed
👍🏻 fails-fast.sh passed
👍🏻 with-sqlite-cache.sh passed
👍🏻 fails-without-github-token.sh passed
make: Leaving directory '/home/r/repo'
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  79.08MB
Step 1/13 : FROM ruby:3.4
 ---> 4351ba9d9918
Step 2/13 : LABEL "repository"="https://github.com/zerocracy/judges-action"
 ---> Running in 03ac08cc8ac6
 ---> Removed intermediate container 03ac08cc8ac6
 ---> 3c359989732f
Step 3/13 : LABEL "maintainer"="Yegor Bugayenko"
 ---> Running in 66f358480439
 ---> Removed intermediate container 66f358480439
 ---> 362e170552ff
Step 4/13 : LABEL "version"="0.12.1"
 ---> Running in 09b96ba68e12
 ---> Removed intermediate container 09b96ba68e12
 ---> 94a0d167213b
Step 5/13 : RUN apt-get update     && apt-get install --no-install-recommends -y curl=7.88.* jq=1.6*     && apt-get clean     && rm -rf /var/lib/apt/lists/*
 ---> Running in 7b609c73672b
Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [47.9 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [265 kB]
Fetched 9313 kB in 1s (6227 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
curl is already the newest version (7.88.1-10+deb12u12).
The following additional packages will be installed:
  libjq1 libonig5
The following NEW packages will be installed:
  jq libjq1 libonig5
0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded.
Need to get 388 kB of archives.
After this operation, 1165 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libonig5 amd64 6.9.8-1 [188 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 jq amd64 1.6-2.1 [64.9 kB]
91mdebconf: delaying package configuration, since apt-utils is not installed
0mFetched 388 kB in 0s (18.6 MB/s)
Selecting previously unselected package libonig5:amd64.
(Reading database ... 23250 files and directories currently installed.)
Preparing to unpack .../libonig5_6.9.8-1_amd64.deb ...
Unpacking libonig5:amd64 (6.9.8-1) ...
Selecting previously unselected package libjq1:amd64.
Preparing to unpack .../libjq1_1.6-2.1_amd64.deb ...
Unpacking libjq1:amd64 (1.6-2.1) ...
Selecting previously unselected package jq.
Preparing to unpack .../archives/jq_1.6-2.1_amd64.deb ...
Unpacking jq (1.6-2.1) ...
Setting up libonig5:amd64 (6.9.8-1) ...
Setting up libjq1:amd64 (1.6-2.1) ...
Setting up jq (1.6-2.1) ...
Processing triggers for libc-bin (2.36-9+deb12u10) ...
 ---> Removed intermediate container 7b609c73672b
 ---> 4897153a74f8
Step 6/13 : WORKDIR /action
 ---> Running in 6dd75b8b589a
 ---> Removed intermediate container 6dd75b8b589a
 ---> 4e97453cfee4
Step 7/13 : COPY Gemfile /action
 ---> a5c7a16e09ce
Step 8/13 : COPY Gemfile.lock /action
 ---> ee04bdd1a6d4
Step 9/13 : RUN bundle update --gemfile=/action/Gemfile
 ---> Running in 3afb6ad44eb1
Fetching gem metadata from https://rubygems.org/...........
Resolving dependencies...
Fetching rake 13.3.0
Installing rake 13.3.0
Fetching base64 0.3.0
Installing base64 0.3.0
Fetching benchmark 0.4.1
Installing benchmark 0.4.1
Fetching bigdecimal 3.2.2
Installing bigdecimal 3.2.2 with native extensions
Fetching concurrent-ruby 1.3.5
Installing concurrent-ruby 1.3.5
Fetching connection_pool 2.5.3
Installing connection_pool 2.5.3
Fetching drb 2.2.3
Installing drb 2.2.3
Fetching i18n 1.14.7
Installing i18n 1.14.7
Fetching logger 1.7.0
Installing logger 1.7.0
Fetching minitest 5.25.5
Installing minitest 5.25.5
Fetching securerandom 0.4.1
Installing securerandom 0.4.1
Fetching tzinfo 2.0.6
Installing tzinfo 2.0.6
Fetching uri 1.0.3
Installing uri 1.0.3
Fetching activesupport 8.0.2
Installing activesupport 8.0.2
Fetching public_suffix 6.0.2
Installing public_suffix 6.0.2
Fetching addressable 2.8.7
Installing addressable 2.8.7
Fetching ansi 1.5.0
Installing ansi 1.5.0
Fetching ast 2.4.3
Installing ast 2.4.3
Fetching backtrace 0.4.1
Installing backtrace 0.4.1
Fetching loog 0.6.1
Installing loog 0.6.1
Fetching tago 0.1.0
Installing tago 0.1.0
Fetching elapsed 0.0.1
Installing elapsed 0.0.1
Fetching net-http 0.6.0
Installing net-http 0.6.0
Fetching faraday-net_http 3.4.0
Installing faraday-net_http 3.4.0
Fetching json 2.12.2
Installing json 2.12.2 with native extensions
Fetching faraday 2.13.1
Installing faraday 2.13.1
Fetching faraday-http-cache 2.5.1
Installing faraday-http-cache 2.5.1
Fetching multipart-post 2.4.1
Installing multipart-post 2.4.1
Fetching faraday-multipart 1.1.0
Installing faraday-multipart 1.1.0
Fetching faraday-retry 2.3.1
Installing faraday-retry 2.3.1
Fetching iri 0.11.2
Installing iri 0.11.2
Fetching retries 0.0.5
Installing retries 0.0.5
Fetching ffi 1.17.2 (x86_64-linux-gnu)
Installing ffi 1.17.2 (x86_64-linux-gnu)
Fetching ethon 0.16.0
Installing ethon 0.16.0
Fetching typhoeus 1.4.1
Installing typhoeus 1.4.1
Fetching baza.rb 0.5.1
Installing baza.rb 0.5.1
Fetching builder 3.3.0
Installing builder 3.3.0
Fetching rexml 3.4.1
Installing rexml 3.4.1
Fetching crack 1.0.0
Installing crack 1.0.0
Fetching decoor 0.0.1
Installing decoor 0.0.1
Fetching docile 1.4.1
Installing docile 1.4.1
Fetching nokogiri 1.18.8 (x86_64-linux-gnu)
Installing nokogiri 1.18.8 (x86_64-linux-gnu)
Fetching others 0.0.3
Installing others 0.0.3
Fetching yaml 0.4.0
Installing yaml 0.4.0
Fetching factbase 0.11.0
Installing factbase 0.11.0
Fetching fiber-storage 1.0.1
Installing fiber-storage 1.0.1
Fetching graphql 2.5.9
Installing graphql 2.5.9
Fetching graphql-client 0.26.0
Installing graphql-client 0.26.0
Fetching ostruct 0.6.1
Installing ostruct 0.6.1
Fetching gli 2.22.2
Installing gli 2.22.2
Fetching moments 0.3.0
Installing moments 0.3.0
Fetching timeout 0.4.3
Installing timeout 0.4.3
Fetching total 0.4.1
Installing total 0.4.1
Fetching judges 0.46.0
Installing judges 0.46.0
Fetching strscan 3.1.5
Installing strscan 3.1.5 with native extensions
Fetching liquid 5.8.6
Installing liquid 5.8.6
Fetching obk 0.3.2
Installing obk 0.3.2
Fetching sawyer 0.9.2
Installing sawyer 0.9.2
Fetching octokit 10.0.0
Installing octokit 10.0.0
Fetching sqlite3 2.6.0 (x86_64-linux-gnu)
Installing sqlite3 2.6.0 (x86_64-linux-gnu)
Fetching verbose 0.0.2
Installing verbose 0.0.2
Fetching fbe 0.19.2
Installing fbe 0.19.2
Fetching hashdiff 1.2.0
Installing hashdiff 1.2.0
Fetching language_server-protocol 3.17.0.5
Installing language_server-protocol 3.17.0.5
Fetching lint_roller 1.1.0
Installing lint_roller 1.1.0
Fetching ruby-progressbar 1.13.0
Installing ruby-progressbar 1.13.0
Fetching minitest-reporters 1.7.1
Installing minitest-reporters 1.7.1
Fetching os 1.1.4
Installing os 1.1.4
Fetching parallel 1.27.0
Installing parallel 1.27.0
Fetching parser 3.3.8.0
Installing parser 3.3.8.0
Fetching prism 1.4.0
Installing prism 1.4.0 with native extensions
Fetching qbash 0.4.5
Installing qbash 0.4.5
Fetching rainbow 3.1.1
Installing rainbow 3.1.1
Fetching regexp_parser 2.10.0
Installing regexp_parser 2.10.0
Fetching rubocop-ast 1.45.0
Installing rubocop-ast 1.45.0
Fetching unicode-emoji 4.0.4
Installing unicode-emoji 4.0.4
Fetching unicode-display_width 3.1.4
Installing unicode-display_width 3.1.4
Fetching rubocop 1.76.0
Installing rubocop 1.76.0
Fetching rubocop-minitest 0.38.1
Installing rubocop-minitest 0.38.1
Fetching rubocop-performance 1.25.0
Installing rubocop-performance 1.25.0
Fetching rubocop-rake 0.7.1
Installing rubocop-rake 0.7.1
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
Fetching simplecov-cobertura 2.1.0
Installing simplecov-cobertura 2.1.0
Fetching webmock 3.25.1
Installing webmock 3.25.1
Bundle updated!
 ---> Removed intermediate container 3afb6ad44eb1
 ---> 804b9de74844
Step 10/13 : COPY judges /action/judges
 ---> 46142bf48a20
Step 11/13 : COPY lib /action/lib
 ---> 24e873878758
Step 12/13 : COPY entry.sh /action
 ---> 9509300fb505
Step 13/13 : ENTRYPOINT ["/action/entry.sh", "/action"]
 ---> Running in cb2747baf639
 ---> Removed intermediate container cb2747baf639
 ---> 0a1ede40a348
Successfully built 0a1ede40a348
Successfully tagged yegor256/judges-action:0.12.1
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  79.08MB
Step 1/13 : FROM ruby:3.4
 ---> 4351ba9d9918
Step 2/13 : LABEL "repository"="https://github.com/zerocracy/judges-action"
 ---> Using cache
 ---> 3c359989732f
Step 3/13 : LABEL "maintainer"="Yegor Bugayenko"
 ---> Using cache
 ---> 362e170552ff
Step 4/13 : LABEL "version"="0.12.1"
 ---> Using cache
 ---> 94a0d167213b
Step 5/13 : RUN apt-get update     && apt-get install --no-install-recommends -y curl=7.88.* jq=1.6*     && apt-get clean     && rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 4897153a74f8
Step 6/13 : WORKDIR /action
 ---> Using cache
 ---> 4e97453cfee4
Step 7/13 : COPY Gemfile /action
 ---> Using cache
 ---> a5c7a16e09ce
Step 8/13 : COPY Gemfile.lock /action
 ---> Using cache
 ---> ee04bdd1a6d4
Step 9/13 : RUN bundle update --gemfile=/action/Gemfile
 ---> Using cache
 ---> 804b9de74844
Step 10/13 : COPY judges /action/judges
 ---> Using cache
 ---> 46142bf48a20
Step 11/13 : COPY lib /action/lib
 ---> Using cache
 ---> 24e873878758
Step 12/13 : COPY entry.sh /action
 ---> Using cache
 ---> 9509300fb505
Step 13/13 : ENTRYPOINT ["/action/entry.sh", "/action"]
 ---> Using cache
 ---> 0a1ede40a348
Successfully built 0a1ede40a348
Successfully tagged yegor256/judges-action:latest
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credential-stores

Login Succeeded
The push refers to repository [docker.io/yegor256/judges-action]

1B73dd390d28: Preparing
1Be32438985a: Preparing
1B90989bca74: Preparing
1B785af495bf: Preparing
1Bf3bbe6eb41: Preparing
1B9929aaac6f: Preparing
1Bb3d5025204: Preparing
1B78b77a7850: Preparing
1B0ca35f4469: Preparing
1Bdcf7b5c307: Preparing
1B9cc273f2c9: Preparing
1B84ba212e49: Preparing
1Bdc8cd9ecc8: Preparing
1B28cc293366: Preparing
12B0.12.1:bdigest:esha256:3a3c20d6f0d5aee6c2f53fd500ec804bf77815a4cb99a1fc6860ee1316578eb4 size: 3461
The push refers to repository [docker.io/yegor256/judges-action]

1B73dd390d28: Preparing
1Be32438985a: Preparing
1B90989bca74: Preparing
1B785af495bf: Preparing
1Bf3bbe6eb41: Preparing
1B9929aaac6f: Preparing
1Bb3d5025204: Preparing
1B78b77a7850: Preparing
1B0ca35f4469: Preparing
1Bdcf7b5c307: Preparing
1B9cc273f2c9: Preparing
1B84ba212e49: Preparing
1Bdc8cd9ecc8: Preparing
1B28cc293366: Preparing
1Blatest:adigest:esha256:3a3c20d6f0d5aee6c2f53fd500ec804bf77815a4cb99a1fc6860ee1316578eb4 size: 3461
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.12.1 -m '0.12.1: tagged by rultor.com'
+ git reset --hard
HEAD is now at ed133216 version set to 0.12.1
+ git clean -fd
+ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was ed133216).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:zerocracy/judges-action.git
 * [new tag]           0.12.1 -> 0.12.1
container ec7f29dbbb839a7538cd0cc589e6b9cd5a16c6eed494f1a70e9d1c988d618bf6 is dead
Sun Jun  8 09:22:59 UTC 2025