++ dirname ./run.sh + cd . + echo 1130 + echo '2.0-SNAPSHOT BUILD' 2.0-SNAPSHOT BUILD + date Tue Jul 22 09:39:59 UTC 2025 + uptime 09:39:59 up 0 min, 0 users, load average: 1.99, 0.47, 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.15.0 + vars=('--env=head=git@github.com:zerocracy/judges-action.git' '--env=tag=0.15.0' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zerocracy/judges-action.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.15.0'\''\'\'''\'''\'' '\'';'\'' '\''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.15.0'\''' ';' '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_817 + as_root=false + set -e -o pipefail + hostname ip-172-31-31-89 + pwd /tmp/rultor-70nG + 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.15.0'\''' ';' '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.15.0 ']' + [[ 0.15.0 =~ ^[a-zA-Z0-9\.\-]+$ ]] + echo 'tag name is valid: "0.15.0"' tag name is valid: "0.15.0" + cd repo ++ git tag -l 0.15.0 + '[' -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=1.00 ++ bc ++ echo 1.00 '>' 30 + '[' 0 -eq 1 ']' + echo 'load average is 1.00, low enough to run a new Docker container' load average is 1.00, 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 72049b7b8f26: Pulling fs layer cac8156a957a: Pulling fs layer a2678613884c: Pulling fs layer a5c662499587: Pulling fs layer 36160d2877bb: Pulling fs layer 40bfde081b4e: Pulling fs layer e17fd6a8908f: Pulling fs layer 4f4fb700ef54: Pulling fs layer d5de12645ff5: Pulling fs layer 521a1fd9d30a: Pulling fs layer 159470902a51: Pulling fs layer b5ada550863b: Pulling fs layer c3410fe156ab: Pulling fs layer e17a5e990a4d: Pulling fs layer a5c662499587: Waiting 36160d2877bb: Waiting 40bfde081b4e: Waiting e17fd6a8908f: Waiting 4f4fb700ef54: Waiting d5de12645ff5: Waiting 521a1fd9d30a: Waiting 159470902a51: Waiting b5ada550863b: Waiting c3410fe156ab: Waiting e17a5e990a4d: Waiting cac8156a957a: Verifying Checksum cac8156a957a: Download complete a2678613884c: Verifying Checksum a2678613884c: Download complete 36160d2877bb: Verifying Checksum 36160d2877bb: Download complete 40bfde081b4e: Verifying Checksum 40bfde081b4e: Download complete e17fd6a8908f: Verifying Checksum e17fd6a8908f: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 72049b7b8f26: Verifying Checksum 72049b7b8f26: Download complete d5de12645ff5: Verifying Checksum d5de12645ff5: Download complete 521a1fd9d30a: Verifying Checksum 521a1fd9d30a: Download complete 159470902a51: Verifying Checksum 159470902a51: Download complete b5ada550863b: Verifying Checksum b5ada550863b: Download complete c3410fe156ab: Verifying Checksum c3410fe156ab: Download complete a5c662499587: Verifying Checksum a5c662499587: Download complete e17a5e990a4d: Verifying Checksum e17a5e990a4d: Download complete 72049b7b8f26: Pull complete cac8156a957a: Pull complete a2678613884c: Pull complete a5c662499587: Pull complete 36160d2877bb: Pull complete 40bfde081b4e: Pull complete e17fd6a8908f: Pull complete 4f4fb700ef54: Pull complete d5de12645ff5: Pull complete 521a1fd9d30a: Pull complete 159470902a51: Pull complete b5ada550863b: Pull complete c3410fe156ab: Pull complete e17a5e990a4d: Pull complete Digest: sha256:ad360ceecd591b173a5973b28ce92246eefcf2bdd4a5e37ed82e0116daac0394 Status: Downloaded newer image for yegor256/ruby:latest docker.io/yegor256/ruby:latest + docker ps --filter=status=exited + grep --quiet '\szerocracy_judges-action_817\s*$' + ls -al . total 48 drwx------ 3 ubuntu ubuntu 4096 Jul 22 09:52 . drwxrwxrwt 12 root root 4096 Jul 22 09:45 .. -rw-rw-r-- 1 ubuntu ubuntu 9 Jul 22 09:39 docker-password -rwxrwxr-x 1 ubuntu ubuntu 658 Jul 22 09:51 end.sh -rwxrwxr-x 1 ubuntu ubuntu 490 Jul 22 09:52 entry.sh -rw-rw-r-- 1 ubuntu ubuntu 5 Jul 22 09:39 pid drwxrwxr-x 10 ubuntu ubuntu 4096 Jul 22 09:52 repo -rwxrwxr-x 1 ubuntu ubuntu 7214 Jul 22 09:39 run.sh -rw-rw-r-- 1 ubuntu ubuntu 956 Jul 22 09:52 script.sh -rw-rw-r-- 1 ubuntu ubuntu 7254 Jul 22 09:52 stdout ++ pwd ++ pwd + docker run -t --rm -v /tmp/rultor-70nG:/main --env=head=git@github.com:zerocracy/judges-action.git --env=tag=0.15.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zerocracy/judges-action.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.15.0'\''\'\'''\'''\'' '\'';'\'' '\''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-70nG/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=zerocracy_judges-action_817 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.15.0' ; 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.1.0 Installing elapsed 0.1.0 Fetching net-http 0.6.0 Installing net-http 0.6.0 Fetching faraday-net_http 3.4.1 Installing faraday-net_http 3.4.1 Fetching json 2.13.0 Installing json 2.13.0 with native extensions Fetching faraday 2.13.2 Installing faraday 2.13.2 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.1 Installing faraday-multipart 1.1.1 Fetching faraday-retry 2.3.2 Installing faraday-retry 2.3.2 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.9.11 Installing baza.rb 0.9.11 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.1.0 Installing decoor 0.1.0 Fetching docile 1.4.1 Installing docile 1.4.1 Fetching ellipsized 0.3.0 Installing ellipsized 0.3.0 Fetching nokogiri 1.18.9 (x86_64-linux-gnu) Installing nokogiri 1.18.9 (x86_64-linux-gnu) Fetching others 0.1.1 Installing others 0.1.1 Fetching yaml 0.4.0 Installing yaml 0.4.0 Fetching factbase 0.13.0 Installing factbase 0.13.0 Fetching filesize 0.2.0 Installing filesize 0.2.0 Fetching fiber-storage 1.0.1 Installing fiber-storage 1.0.1 Fetching graphql 2.5.11 Installing graphql 2.5.11 Fetching graphql-client 0.26.0 Installing graphql-client 0.26.0 Fetching intercepted 0.2.0 Installing intercepted 0.2.0 Fetching joined 0.4.0 Installing joined 0.4.0 Fetching ostruct 0.6.3 Installing ostruct 0.6.3 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.51.1 Installing judges 0.51.1 Fetching strscan 3.1.5 Installing strscan 3.1.5 with native extensions Fetching liquid 5.8.7 Installing liquid 5.8.7 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.7.3 (x86_64-linux-gnu) Installing sqlite3 2.7.3 (x86_64-linux-gnu) Fetching verbose 0.0.2 Installing verbose 0.0.2 Fetching fbe 0.25.1 Installing fbe 0.25.1 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 online 0.0.1 Installing online 0.0.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.46.0 Installing rubocop-ast 1.46.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.78.0 Installing rubocop 1.78.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.2 Installing simplecov-html 0.13.2 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 3.0.0 Installing simplecov-cobertura 3.0.0 Fetching webmock 3.25.1 Installing webmock 3.25.1 Bundle complete! 20 Gemfile dependencies, 93 gems now installed. Use `bundle info [gemname]` to see where a bundled gem is installed. [__rultor 074e6fbff] version set to 0.15.0 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 122.6MB Step 1/13 : FROM ruby:3.4 3.4: Pulling from library/ruby 1Bed137c7c18: Pulling fs layer 1Be76af9483f: Pulling fs layer 1Bf838b71c6b: Pulling fs layer 1B3a4c802874: Pulling fs layer 1Ba5bcad71cb: Pulling fs layer 1Be62098c374: Pulling fs layer 1BDigest:3sha256:18aff7793b70a2b8a7b6b9789de9e8fa749742ae989be7a1c2cd54acacf84abe Status: Downloaded newer image for ruby:3.4 ---> 313cb9dda2ff Step 2/13 : LABEL "repository"="https://github.com/zerocracy/judges-action" ---> Running in f0e5e25779d4 ---> Removed intermediate container f0e5e25779d4 ---> f69bc8f9b4bb Step 3/13 : LABEL "maintainer"="Yegor Bugayenko" ---> Running in a787c947a536 ---> Removed intermediate container a787c947a536 ---> 26fac7b7599a Step 4/13 : LABEL "version"="0.15.0" ---> Running in 25ecb872ab32 ---> Removed intermediate container 25ecb872ab32 ---> f484f2abccdc 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 aed3b51f3258 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 [48.0 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 [756 B] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [272 kB] Fetched 9320 kB in 2s (5577 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 0 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 (17.3 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 aed3b51f3258 ---> 98f059a75bfb Step 6/13 : WORKDIR /action ---> Running in 36746a4f6504 ---> Removed intermediate container 36746a4f6504 ---> 34aaaca7aecf Step 7/13 : COPY Gemfile /action ---> 7a7fdece9c50 Step 8/13 : COPY Gemfile.lock /action ---> 9e2068b1cd9e Step 9/13 : RUN bundle update --gemfile=/action/Gemfile ---> Running in 6264dff6c386 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.1.0 Installing elapsed 0.1.0 Fetching net-http 0.6.0 Installing net-http 0.6.0 Fetching faraday-net_http 3.4.1 Installing faraday-net_http 3.4.1 Fetching json 2.13.0 Installing json 2.13.0 with native extensions Fetching faraday 2.13.3 (was 2.13.2) Installing faraday 2.13.3 (was 2.13.2) 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.1 Installing faraday-multipart 1.1.1 Fetching faraday-retry 2.3.2 Installing faraday-retry 2.3.2 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.9.11 Installing baza.rb 0.9.11 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.1.0 Installing decoor 0.1.0 Fetching docile 1.4.1 Installing docile 1.4.1 Fetching ellipsized 0.3.0 Installing ellipsized 0.3.0 Fetching nokogiri 1.18.9 (x86_64-linux-gnu) Installing nokogiri 1.18.9 (x86_64-linux-gnu) Fetching others 0.1.1 Installing others 0.1.1 Fetching yaml 0.4.0 Installing yaml 0.4.0 Fetching factbase 0.13.0 Installing factbase 0.13.0 Fetching filesize 0.2.0 Installing filesize 0.2.0 Fetching fiber-storage 1.0.1 Installing fiber-storage 1.0.1 Fetching graphql 2.5.11 Installing graphql 2.5.11 Fetching graphql-client 0.26.0 Installing graphql-client 0.26.0 Fetching intercepted 0.2.0 Installing intercepted 0.2.0 Fetching joined 0.4.0 Installing joined 0.4.0 Fetching ostruct 0.6.3 Installing ostruct 0.6.3 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.51.1 Installing judges 0.51.1 Fetching strscan 3.1.5 Installing strscan 3.1.5 with native extensions Fetching liquid 5.8.7 Installing liquid 5.8.7 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.7.3 (x86_64-linux-gnu) Installing sqlite3 2.7.3 (x86_64-linux-gnu) Fetching verbose 0.0.2 Installing verbose 0.0.2 Fetching fbe 0.25.1 Installing fbe 0.25.1 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 online 0.0.1 Installing online 0.0.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.46.0 Installing rubocop-ast 1.46.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.78.0 Installing rubocop 1.78.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.2 Installing simplecov-html 0.13.2 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 3.0.0 Installing simplecov-cobertura 3.0.0 Fetching webmock 3.25.1 Installing webmock 3.25.1 Bundle updated! ---> Removed intermediate container 6264dff6c386 ---> e7caf8b14d61 Step 10/13 : COPY judges /action/judges ---> dbbc3e9d2302 Step 11/13 : COPY lib /action/lib ---> 750ea2902fe8 Step 12/13 : COPY entry.sh /action ---> 712c57390574 Step 13/13 : ENTRYPOINT ["/action/entry.sh", "/action"] ---> Running in 787d40a995cb ---> Removed intermediate container 787d40a995cb ---> 374401d4fe4c Successfully built 374401d4fe4c 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 dimensions-of-terrain.rb (#1) in judges/dimensions-of-terrain/... 👉 Testing eliminate-ghosts.rb (#2) in judges/eliminate-ghosts/... 👉 Testing erase-repository.rb (#3) in judges/erase-repository/... 👉 Testing find-all-issues.rb (#4) in judges/find-all-issues/... 👉 Testing find-missing-issues.rb (#5) in judges/find-missing-issues/... 👉 Testing fix-missing-branch.rb (#6) in judges/fix-missing-branch/... 👉 Testing fix-missing-comments.rb (#7) in judges/fix-missing-comments/... 👉 Testing fix-missing-hoc.rb (#8) in judges/fix-missing-hoc/... 👉 Testing fix-missing-who.rb (#9) in judges/fix-missing-who/... 👉 Testing github-events.rb (#10) in judges/github-events/... 👉 Testing is-human-or-robot.rb (#11) in judges/is-human-or-robot/... 👉 Testing issue-was-assigned.rb (#12) in judges/issue-was-assigned/... 👉 Testing issue-was-closed.rb (#13) in judges/issue-was-closed/... 👉 Testing issue-was-opened.rb (#14) in judges/issue-was-opened/... 👉 Testing label-was-attached.rb (#15) in judges/label-was-attached/... 👉 Testing pull-was-merged.rb (#16) in judges/pull-was-merged/... 👉 Testing pull-was-opened.rb (#17) in judges/pull-was-opened/... 👉 Testing quality-of-service.rb (#18) in judges/quality-of-service/... 👉 Testing quantity-of-deliverables.rb (#19) in judges/quantity-of-deliverables/... 👉 Testing type-was-attached.rb (#20) in judges/type-was-attached/... 👉 Testing who-has-name.rb (#21) in judges/who-has-name/... 👉 Testing who-is-alive.rb (#22) in judges/who-is-alive/... Test summary: Script Seconds Result --- --- --- who-has-name/many-without-name 1.511 OK add-review-comments/adds-to-merge 0.948 OK quality-of-service/simple-collect 0.147 OK quality-of-service/skip-duplicate-scan 0.090 OK github-events/scan-many-repos 0.045 OK dimensions-of-terrain/skip-recounting 0.034 OK dimensions-of-terrain/measure-all 0.028 OK quantity-of-deliverables/count-all 0.024 OK github-events/scan-with-defaults 0.022 OK issue-was-assigned/find-assignee 0.017 OK find-all-issues/scan-with-existing-issue 0.016 OK type-was-attached/find-types 0.016 OK label-was-attached/two-repositories 0.016 OK pull-was-merged/merges-open-pull 0.015 OK issue-was-closed/find-closed-issues 0.015 OK find-all-issues/scan-issues 0.015 OK github-events/quick-scan 0.015 OK label-was-attached/find-labels 0.014 OK github-events/scan-over-existing 0.011 OK fix-missing-who/stale-who 0.011 OK eliminate-ghosts/scan-users 0.009 OK pull-was-merged/ignores-merged-pull 0.008 OK pull-was-opened/find-one-pull 0.006 OK find-missing-issues/find-one 0.006 OK fix-missing-who/found-who 0.006 OK who-has-name/who-with-old-name 0.006 OK who-has-name/who-with-name 0.006 OK issue-was-opened/find-one 0.005 OK pull-was-opened/find-no-dups 0.005 OK who-has-name/who-without-name 0.005 OK erase-repository/scan_repos 0.004 OK issue-was-opened/find-no-dups 0.004 OK fix-missing-comments/found-lost-comments 0.004 OK find-missing-issues/none-missing 0.003 OK fix-missing-hoc/found-lost-hoc 0.003 OK add-review-comments/scan-pulls 0.003 OK who-is-alive/ignores-alive 0.003 OK fix-missing-branch/stale-branch 0.003 OK is-human-or-robot/detected-human 0.003 OK is-human-or-robot/detected-bot 0.002 OK 👍 All 23 judge(s) and 40 tests passed in 3s157ms ./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.15.0 is running judges version 0.51.1 + '[' -z /tmp ']' ++ basename /tmp/rqaxwipxttgpmdsj.fb + name=rqaxwipxttgpmdsj.fb + name=rqaxwipxttgpmdsj +++ [[ /tmp/rqaxwipxttgpmdsj.fb = /* ]] +++ echo /tmp/rqaxwipxttgpmdsj.fb ++ realpath /tmp/rqaxwipxttgpmdsj.fb + fb=/tmp/rqaxwipxttgpmdsj.fb + [[ ! rqaxwipxttgpmdsj =~ ^[a-z][a-z0-9-]{1,23}$ ]] + '[' -z ZRCY-00000000-0000-0000-0000-000000000000 ']' + export GLI_DEBUG=true + GLI_DEBUG=true + cd /action + gopts=('--echo') + declare -a gopts + '[' true == true ']' + gopts+=('--verbose') + GITHUB_REPO_NAME=judges-action + VITALS_URL=https://zerocracy.github.io/judges-action/rqaxwipxttgpmdsj-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 ]] + options+=("--option=${k}=${v}") + 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 ]] + options+=("--option=${k}=${v}") + IFS= + read -r o ++ xargs ++ echo max_events=3 + 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 ]] + options+=("--option=${k}=${v}") + 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 '\''fail-fast'\'' is set to '\''true'\'', we'\''ll stop after the first failure' Since 'fail-fast' is set to 'true', we'll stop after the first failure + bundle exec judges --echo --verbose eval /tmp/rqaxwipxttgpmdsj.fb '$fb.query("(eq what '\''judges-summary'\'')").delete!' + /usr/local/bundle/bin/judges --echo --verbose eval /tmp/rqaxwipxttgpmdsj.fb $fb.query("(eq what 'judges-summary')").delete! D: Judges 0.51.1 D: Running 'eval' command... Nothing to import from /tmp/rqaxwipxttgpmdsj.fb (file not found) D: There were no facts, nothing deleted by '(eq what 'judges-summary')' in 763μs Factbase exported to /tmp/rqaxwipxttgpmdsj.fb (4 bytes, 0 facts) in 554μs 👍 Evaluated successfully in 11ms D: Command 'eval' completed in 12ms ++ printenv INPUT_DRY-RUN ++ echo false + '[' false == true ']' + ALL_JUDGES=/action/judges + github_token_found=false + for opt in "${options[@]}" + [[ --option=testing=yes == \-\-\o\p\t\i\o\n\=\g\i\t\h\u\b\_\t\o\k\e\n\=* ]] + for opt in "${options[@]}" + [[ --option=repositories=yegor256/judges == \-\-\o\p\t\i\o\n\=\g\i\t\h\u\b\_\t\o\k\e\n\=* ]] + for opt in "${options[@]}" + [[ --option=max_events=3 == \-\-\o\p\t\i\o\n\=\g\i\t\h\u\b\_\t\o\k\e\n\=* ]] + 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.15.0 == \-\-\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/rqaxwipxttgpmdsj-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 --echo --verbose pull --timeout=0 --token=ZRCY-00000000-0000-0000-0000-000000000000 --owner=https://github.com/zerocracy/judges-action/actions/runs/0000 rqaxwipxttgpmdsj /tmp/rqaxwipxttgpmdsj.fb + /usr/local/bundle/bin/judges --echo --verbose pull --timeout=0 --token=ZRCY-00000000-0000-0000-0000-000000000000 --owner=https://github.com/zerocracy/judges-action/actions/runs/0000 rqaxwipxttgpmdsj /tmp/rqaxwipxttgpmdsj.fb D: Judges 0.51.1 D: Running 'pull' command... D: GET https://api.zerocracy.com/exists/rqaxwipxttgpmdsj -> 200 (0.22s) D: The name "rqaxwipxttgpmdsj" doesn't exist at api.zerocracy.com in 227ms ⚠️ Nothing to pull - name 'rqaxwipxttgpmdsj' not found on server in 228ms D: Command 'pull' completed in 229ms ++ printenv INPUT_SQLITE-CACHE ++ true + sqlite= + '[' -n '' ']' + echo 'SQLite is not used for HTTP caching because the sqlite-cache option is not set' SQLite is not used for HTTP caching because the sqlite-cache option is not set + timeout= + '[' -z '' ']' + timeout=10 + timeout=600 + echo 'Each judge will spend up to 600 seconds' Each judge will spend up to 600 seconds + lifetime= + '[' -z '' ']' + lifetime=15 + lifetime=900 + echo 'The update will run for up to 900 seconds' The update will run for up to 900 seconds + cycles=2 + '[' -z 2 ']' + echo 'The total number of cycles to run is 2' The total number of cycles to run is 2 + bundle exec judges --echo --verbose update --no-log --quiet --summary=add --shuffle=aaa --boost=github-events --lifetime 900 --timeout 600 --lib /action/lib --max-cycles 2 --option=testing=yes --option=repositories=yegor256/judges --option=max_events=3 --option=repositories=zerocracy/judges-action --option=judges_action_version=0.15.0 --option=vitals_url=https://zerocracy.github.io/judges-action/rqaxwipxttgpmdsj-vitals.html --fail-fast --option=github_token=00000000-0000-0000-0000-000000000000 /action/judges /tmp/rqaxwipxttgpmdsj.fb + /usr/local/bundle/bin/judges --echo --verbose update --no-log --quiet --summary=add --shuffle=aaa --boost=github-events --lifetime 900 --timeout 600 --lib /action/lib --max-cycles 2 --option=testing=yes --option=repositories=yegor256/judges --option=max_events=3 --option=repositories=zerocracy/judges-action --option=judges_action_version=0.15.0 --option=vitals_url=https://zerocracy.github.io/judges-action/rqaxwipxttgpmdsj-vitals.html --fail-fast --option=github_token=00000000-0000-0000-0000-000000000000 /action/judges /tmp/rqaxwipxttgpmdsj.fb D: Judges 0.51.1 D: Running 'update' command... The factbase imported from /tmp/rqaxwipxttgpmdsj.fb (4 bytes, 0 facts) in 199μs D: The following options provided: GITHUB_TOKEN → "0000****************************0000" JUDGES_ACTION_VERSION → "0.15.0" MAX_EVENTS → "3" REPOSITORIES → "zero***************tion" TESTING → "yes" VITALS_URL → "http**************************************************************html" Summary fact not found 👉 Running github-events (#0) at judges/github-events/ (3ms already)... D: The connection to GitHub API is mocked D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub repository "zerocracy/judges-action" has an ID: #2350 D: Nothing found by '(agg (and (eq what 'events-were-scanned') (eq where 'github') (eq repository 2350)) (first latest))' in 572μs D: There were no facts, nothing deleted by '(and (eq what 'events-were-scanned') (eq where 'github') (eq repository 2350))' in 46μs D: Found 0 (Integer) by '(plus 0 $before)' in 95μs D: Next is #0, starting from it... D: Still 100 GitHub API quota left (>50) D: GitHub repository #2350 has a name: yegor256/test D: Starting to scan repository yegor256/test (#2350), the latest event_id was #0... D: Still 100 GitHub API quota left (>50) D: Zero/0 facts found by '(and (eq where 'github') (eq event_id 123))' in 78μs D: Inserted new fact #1 in 410μs D: Set 'where' to "github" (String) D: Set 'event_id' to 123 (Integer) D: Set 'when' to 2025-07-22T09:29:23Z (Time) D: Set 'event_type' to "PushEvent" (String) D: Set 'repository' to 2350 (Integer) D: Set 'who' to 888 (Integer) D: Still 100 GitHub API quota left (>50) D: GitHub repository #2350 has a name: yegor256/test D: Set 'what' to "git-was-pushed" (String) D: Set 'push_id' to 42 (Integer) D: Set 'ref' to "refs/heads/master" (String) D: Set 'commit' to "b7089c51cc2526a0d2619d35379f921d53c72731" (String) D: Still 100 GitHub API quota left (>50) D: Set 'default_branch' to "master" (String) D: Set 'to_master' to 1 (Integer) D: Still 100 GitHub API quota left (>50) D: Push b7089c51cc2526a0d2619d35379f921d53c72731 has been made inside 1 pull request(s), ignoring it D: Event #123 (PushEvent) in 2350 ignored (26m47s ago) D: Txn #1696 rolled back in 12ms D: Zero/0 facts found by '(and (eq where 'github') (eq event_id 124))' in 54μs D: Inserted new fact #1 in 286μs D: Set 'where' to "github" (String) D: Set 'event_id' to 124 (Integer) D: Set 'when' to 2025-07-22T08:24:40Z (Time) D: Set 'event_type' to "IssuesEvent" (String) D: Set 'repository' to 2350 (Integer) D: Set 'who' to 888 (Integer) D: Still 100 GitHub API quota left (>50) D: GitHub repository #2350 has a name: yegor256/test D: Set 'issue' to 42 (Integer) D: Set 'what' to "issue-was-closed" (String) D: Still 100 GitHub API quota left (>50) D: GitHub repository #2350 has a name: yegor256/test D: Still 100 GitHub API quota left (>50) D: GitHub user #888 has a name: @torvalds D: Set 'details' to "The issue yegor256/test#42 has been closed by @torvalds." (String) D: Still 100 GitHub API quota left (>50) D: GitHub repository #2350 has a name: yegor256/test D: Still 100 GitHub API quota left (>50) D: GitHub user #888 has a name: @torvalds D: Issue yegor256/test#42 closed by @torvalds D: Zero/0 facts found by '(and (eq repository 2350) (eq where 'github') (not (eq event_id 124)) (eq what 'issue-was-closed') (eq issue 42))' in 75μs Detected new event_id #124 (no.1) in 2350: IssuesEvent D: Txn #1720 touched 1i/0d/0a in 13ms D: Zero/1 facts found by '(and (eq where 'github') (eq event_id 125))' in 64μs D: Inserted new fact #2 in 367μs D: Set 'where' to "github" (String) D: Set 'event_id' to 125 (Integer) D: Set 'when' to 2025-07-22T07:31:08Z (Time) D: Set 'event_type' to "IssuesEvent" (String) D: Set 'repository' to 2350 (Integer) D: Set 'who' to 888 (Integer) D: Still 100 GitHub API quota left (>50) D: GitHub repository #2350 has a name: yegor256/test D: Set 'issue' to 42 (Integer) D: Set 'what' to "issue-was-opened" (String) D: Still 100 GitHub API quota left (>50) D: GitHub repository #2350 has a name: yegor256/test D: Still 100 GitHub API quota left (>50) D: GitHub user #888 has a name: @torvalds D: Set 'details' to "The issue yegor256/test#42 has been opened by @torvalds." (String) D: Still 100 GitHub API quota left (>50) D: GitHub repository #2350 has a name: yegor256/test D: Still 100 GitHub API quota left (>50) D: GitHub user #888 has a name: @torvalds D: Issue yegor256/test#42 opened by @torvalds D: Zero/1 facts found by '(and (eq repository 2350) (eq where 'github') (not (eq event_id 125)) (eq what 'issue-was-opened') (eq issue 42))' in 101μs Detected new event_id #125 (no.2) in 2350: IssuesEvent D: Txn #1752 touched 1i/0d/0a in 13ms D: Already scanned 3 events in yegor256/test, stop now In yegor256/test, detected 2 events out of 3 scanned in 41ms D: Finished scanning yegor256/test correctly in 41ms, next time will scan until #123 D: Inserted new fact #3 in 368μs D: Set 'where' to "github" (String) D: Set 'repository' to 2350 (Integer) D: After is #123 at zerocracy/judges-action, setting the 'latest' to it D: Set 'latest' to 123 (Integer) D: Set 'what' to "events-were-scanned" (String) D: No more repos to scan (out of 1), quitting after 51ms D: Finished scanning 1 repos in 51ms: zerocracy/judges-action:1 D: GitHub API trace is empty github-events completed in 60ms 👍 The 'github-events' judge 4i/0d/46a out of 3 facts in 680ms 👉 Running issue-was-assigned (#1) at judges/issue-was-assigned/ (685ms already)... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub repository "zerocracy/judges-action" has an ID: #2350 D: Nothing found by '(agg (and (eq what 'assignees-were-scanned') (eq where 'github') (eq repository 2350)) (first latest))' in 216μs D: No facts out of 3 deleted by '(and (eq what 'assignees-were-scanned') (eq where 'github') (eq repository 2350))' in 122μs D: Zero/3 facts found by '(and (eq where $where) (eq repository $repository) (eq issue $issue) (eq what 'issue-was-assigned'))' in 97μs D: Found 1/3 fact(s) by '(and (eq where 'github') (eq what 'issue-was-opened') (eq repository $repository) (not (exists stale)) (gt issue $before) (empty (and (eq where $where) (eq repository $repository) (eq issue $issue) (eq what 'issue-was-assigned'))))' in 1ms D: Found 42 (Integer) by '(agg (and (eq where 'github') (eq what 'issue-was-opened') (eq repository $repository) (not (exists stale)) (gt issue $before) (empty (and (eq where $where) (eq repository $repository) (eq issue $issue) (eq what 'issue-was-assigned')))) (min issue))' in 1ms D: Next is #42, starting from it... D: Still 100 GitHub API quota left (>50) D: GitHub repository #2350 has a name: yegor256/test D: Still 100 GitHub API quota left (>50) D: Zero/3 facts found by '(and (eq where 'github') (eq repository 2350) (eq issue 42) (eq what 'issue-was-assigned') (eq who 422) (eq assigner 411) (eq when 2025-05-30T17:59:08Z))' in 100μs D: Inserted new fact #4 in 329μs D: Set 'where' to "github" (String) D: Set 'repository' to 2350 (Integer) D: Set 'issue' to 42 (Integer) D: Set 'what' to "issue-was-assigned" (String) D: Set 'who' to 422 (Integer) D: Set 'assigner' to 411 (Integer) D: Set 'when' to 2025-05-30T17:59:08Z (Time) D: Still 100 GitHub API quota left (>50) D: GitHub repository #2350 has a name: yegor256/test D: Still 100 GitHub API quota left (>50) D: GitHub user #422 has a name: @torvalds D: Still 100 GitHub API quota left (>50) D: GitHub user #411 has a name: @torvalds D: Set 'details' to "yegor256/test#42 was assigned to @torvalds by @torvalds ." (String) D: Inserted new fact #5 in 296μs D: Set 'where' to "github" (String) D: Set 'repository' to 2350 (Integer) D: After is #42 at zerocracy/judges-action, setting the 'latest' to it D: Set 'latest' to 42 (Integer) D: Set 'what' to "assignees-were-scanned" (String) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub repository "zerocracy/judges-action" has an ID: #2350 D: Found [42] (Array) by '(agg (and (eq what 'assignees-were-scanned') (eq where 'github') (eq repository 2350)) (first latest))' in 361μs D: Deleted 1 fact(s) out of 5 by '(and (eq what 'assignees-were-scanned') (eq where 'github') (eq repository 2350))' in 151μs D: Zero/4 facts found by '(and (eq where 'github') (eq what 'issue-was-opened') (eq repository $repository) (not (exists stale)) (gt issue $before) (empty (and (eq where $where) (eq repository $repository) (eq issue $issue) (eq what 'issue-was-assigned'))))' in 342μs D: Nothing found by '(agg (and (eq where 'github') (eq what 'issue-was-opened') (eq repository $repository) (not (exists stale)) (gt issue $before) (empty (and (eq where $where) (eq repository $repository) (eq issue $issue) (eq what 'issue-was-assigned')))) (min issue))' in 1ms D: Next element after #42 not suggested, re-starting from #0: (agg (and (eq where 'github') (eq what 'issue-was-opened') (eq repository $repository) (not (exists stale)) (gt issue $before) (empty (and (eq where $where) (eq repository $repository) (eq issue $issue) (eq what 'issue-was-assigned')))) (min issue)) D: Inserted new fact #5 in 321μs D: Set 'where' to "github" (String) D: Set 'repository' to 2350 (Integer) D: After is #0 at zerocracy/judges-action, setting the 'latest' to it D: Set 'latest' to 0 (Integer) D: Set 'what' to "assignees-were-scanned" (String) D: No more repos to scan (out of 1), quitting after 30ms D: Finished scanning 1 repos in 30ms: zerocracy/judges-action:2 D: GitHub API trace is empty issue-was-assigned completed in 33ms 👍 The 'issue-was-assigned' judge 3i/1d/25a out of 5 facts in 34ms 👉 Running issue-was-closed (#2) at judges/issue-was-closed/ (720ms already)... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub repository "zerocracy/judges-action" has an ID: #2350 D: Nothing found by '(agg (and (eq what 'issues-were-scanned') (eq where 'github') (eq repository 2350)) (first latest))' in 200μs D: No facts out of 5 deleted by '(and (eq what 'issues-were-scanned') (eq where 'github') (eq repository 2350))' in 119μs D: Zero/5 facts found by '(and (eq where 'github') (eq what 'issue-was-opened') (eq repository $repository) (gt issue $before) (empty (and (eq where $where) (eq repository $repository) (eq issue $issue) (eq what 'issue-was-closed'))))' in 606μs D: Nothing found by '(agg (and (eq where 'github') (eq what 'issue-was-opened') (eq repository $repository) (gt issue $before) (empty (and (eq where $where) (eq repository $repository) (eq issue $issue) (eq what 'issue-was-closed')))) (min issue))' in 2ms D: Next element after #0 not suggested, re-starting from #0: (agg (and (eq where 'github') (eq what 'issue-was-opened') (eq repository $repository) (gt issue $before) (empty (and (eq where $where) (eq repository $repository) (eq issue $issue) (eq what 'issue-was-closed')))) (min issue)) D: Inserted new fact #6 in 636μs D: Set 'where' to "github" (String) D: Set 'repository' to 2350 (Integer) D: After is #0 at zerocracy/judges-action, setting the 'latest' to it D: Set 'latest' to 0 (Integer) D: Set 'what' to "issues-were-scanned" (String) D: No more repos to scan (out of 1), quitting after 24ms D: Finished scanning 1 repos in 24ms: zerocracy/judges-action:1 D: GitHub API trace is empty issue-was-closed completed in 27ms 👍 The 'issue-was-closed' judge 1i/0d/7a out of 6 facts in 28ms 👉 Running dimensions-of-terrain (#3) at judges/dimensions-of-terrain/ (749ms already)... D: Zero/6 facts found by '(and (eq what 'dimensions-of-terrain') (gt when (minus (to_time (env 'TODAY' '2025-07-22T09:56:10Z')) '1 days')))' in 59μs D: Inserted new fact #7 in 300μs D: Set 'what' to "dimensions-of-terrain" (String) D: Set 'when' to 2025-07-22T09:56:10Z (Time) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Deleted 1 fact(s) out of 7 by '(eq _id 7)' in 438μs D: Inserted new fact #7 in 321μs D: Set 'what' to "dimensions-of-terrain" (String) D: Set 'when' to 2025-07-22T09:56:10Z (Time) D: Set 'total_files' to 7 (Integer) D: Collected total_files (5ms total): [total_files: 7] in 5ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Deleted 1 fact(s) out of 7 by '(eq _id 7)' in 87μs D: Inserted new fact #7 in 293μs D: Set 'what' to "dimensions-of-terrain" (String) D: Set 'when' to 2025-07-22T09:56:10Z (Time) D: Set 'total_files' to 7 (Integer) D: Set 'total_releases' to 2 (Integer) D: Collected total_releases (11ms total): [total_releases: 2] in 4ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Deleted 1 fact(s) out of 7 by '(eq _id 7)' in 85μs D: Inserted new fact #7 in 293μs D: Set 'what' to "dimensions-of-terrain" (String) D: Set 'when' to 2025-07-22T09:56:10Z (Time) D: Set 'total_files' to 7 (Integer) D: Set 'total_releases' to 2 (Integer) D: Set 'total_repositories' to 1 (Integer) D: Collected total_repositories (18ms total): [total_repositories: 1] in 5ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Deleted 1 fact(s) out of 7 by '(eq _id 7)' in 125μs D: Inserted new fact #7 in 384μs D: Set 'what' to "dimensions-of-terrain" (String) D: Set 'when' to 2025-07-22T09:56:10Z (Time) D: Set 'total_files' to 7 (Integer) D: Set 'total_releases' to 2 (Integer) D: Set 'total_repositories' to 1 (Integer) D: Set 'total_stars' to 1 (Integer) D: Deleted 1 fact(s) out of 7 by '(eq _id 7)' in 87μs D: Inserted new fact #7 in 255μs D: Set 'what' to "dimensions-of-terrain" (String) D: Set 'when' to 2025-07-22T09:56:10Z (Time) D: Set 'total_files' to 7 (Integer) D: Set 'total_releases' to 2 (Integer) D: Set 'total_repositories' to 1 (Integer) D: Set 'total_stars' to 1 (Integer) D: Set 'total_forks' to 0 (Integer) D: Collected total_stars (31ms total): [total_stars: 1, total_forks: 0] in 11ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Deleted 1 fact(s) out of 7 by '(eq _id 7)' in 87μs D: Inserted new fact #7 in 336μs D: Set 'what' to "dimensions-of-terrain" (String) D: Set 'when' to 2025-07-22T09:56:10Z (Time) D: Set 'total_files' to 7 (Integer) D: Set 'total_releases' to 2 (Integer) D: Set 'total_repositories' to 1 (Integer) D: Set 'total_stars' to 1 (Integer) D: Set 'total_forks' to 0 (Integer) D: Set 'total_contributors' to 7 (Integer) D: Collected total_contributors (39ms total): [total_contributors: 7] in 7ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: The connection to GitHub GraphQL API is mocked D: Deleted 1 fact(s) out of 7 by '(eq _id 7)' in 89μs D: Inserted new fact #7 in 468μs D: Set 'what' to "dimensions-of-terrain" (String) D: Set 'when' to 2025-07-22T09:56:10Z (Time) D: Set 'total_files' to 7 (Integer) D: Set 'total_releases' to 2 (Integer) D: Set 'total_repositories' to 1 (Integer) D: Set 'total_stars' to 1 (Integer) D: Set 'total_forks' to 0 (Integer) D: Set 'total_contributors' to 7 (Integer) D: Set 'total_commits' to 1484 (Integer) D: Collected total_commits (49ms total): [total_commits: 1484] in 8ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Deleted 1 fact(s) out of 7 by '(eq _id 7)' in 125μs D: Inserted new fact #7 in 401μs D: Set 'what' to "dimensions-of-terrain" (String) D: Set 'when' to 2025-07-22T09:56:10Z (Time) D: Set 'total_files' to 7 (Integer) D: Set 'total_releases' to 2 (Integer) D: Set 'total_repositories' to 1 (Integer) D: Set 'total_stars' to 1 (Integer) D: Set 'total_forks' to 0 (Integer) D: Set 'total_contributors' to 7 (Integer) D: Set 'total_commits' to 1484 (Integer) D: Set 'total_issues' to 23 (Integer) D: Deleted 1 fact(s) out of 7 by '(eq _id 7)' in 116μs D: Inserted new fact #7 in 340μs D: Set 'what' to "dimensions-of-terrain" (String) D: Set 'when' to 2025-07-22T09:56:10Z (Time) D: Set 'total_files' to 7 (Integer) D: Set 'total_releases' to 2 (Integer) D: Set 'total_repositories' to 1 (Integer) D: Set 'total_stars' to 1 (Integer) D: Set 'total_forks' to 0 (Integer) D: Set 'total_contributors' to 7 (Integer) D: Set 'total_commits' to 1484 (Integer) D: Set 'total_issues' to 23 (Integer) D: Set 'total_pulls' to 19 (Integer) D: Collected total_issues (71ms total): [total_issues: 23, total_pulls: 19] in 20ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Deleted 1 fact(s) out of 7 by '(eq _id 7)' in 975μs D: Inserted new fact #7 in 1ms D: Set 'what' to "dimensions-of-terrain" (String) D: Set 'when' to 2025-07-22T09:56:10Z (Time) D: Set 'total_files' to 7 (Integer) D: Set 'total_releases' to 2 (Integer) D: Set 'total_repositories' to 1 (Integer) D: Set 'total_stars' to 1 (Integer) D: Set 'total_forks' to 0 (Integer) D: Set 'total_contributors' to 7 (Integer) D: Set 'total_commits' to 1484 (Integer) D: Set 'total_issues' to 23 (Integer) D: Set 'total_pulls' to 19 (Integer) D: Set 'total_active_contributors' to 3 (Integer) D: Collected total_active_contributors (89ms total): [total_active_contributors: 3] in 17ms D: GitHub API trace is empty dimensions-of-terrain completed in 93ms 👍 The 'dimensions-of-terrain' judge 11i/10d/110a out of 7 facts in 94ms 👉 Running fix-missing-branch (#4) at judges/fix-missing-branch/ (845ms already)... D: Zero/7 facts found by '(and (eq what 'pull-was-opened') (eq where 'github') (exists issue) (exists repository) (not (exists stale)) (not (exists branch)))' in 77μs D: Found and processed 0 facts by: (and (eq what 'pull-was-opened') (eq where 'github') (exists issue) (exists repository) (not (exists stale)) (not (exists branch))) D: GitHub API trace is empty fix-missing-branch completed in 4ms 👍 The 'fix-missing-branch' judge made zero changes to 7 facts in 5ms 👉 Running fix-missing-comments (#5) at judges/fix-missing-comments/ (852ms already)... D: Zero/7 facts found by '(and (or (eq what 'pull-was-merged') (eq what 'pull-was-closed')) (eq where 'github') (exists issue) (exists repository) (not (exists stale)) (not (exists comments)))' in 82μs D: Found and processed 0 facts by: (and (or (eq what 'pull-was-merged') (eq what 'pull-was-closed')) (eq where 'github') (exists issue) (exists repository) (not (exists stale)) (not (exists comments))) D: GitHub API trace is empty fix-missing-comments completed in 9ms 👍 The 'fix-missing-comments' judge made zero changes to 7 facts in 9ms 👉 Running issue-was-opened (#6) at judges/issue-was-opened/ (864ms already)... D: Zero/7 facts found by '(and (eq what 'issue-was-closed') (eq where 'github') (exists repository) (exists what) (exists issue) (not (exists stale)) (unique issue) (empty (and (eq issue $issue) (eq repository $repository) (eq where 'github') (eq what 'issue-was-opened'))))' in 645μs D: Found and processed 0 facts by: (and (eq what 'issue-was-closed') (eq where 'github') (exists repository) (exists what) (exists issue) (not (exists stale)) (unique issue) (empty (and (eq issue $issue) (eq repository $repository) (eq where 'github') (eq what 'issue-was-opened')))) D: GitHub API trace is empty issue-was-opened completed in 6ms 👍 The 'issue-was-opened' judge made zero changes to 7 facts in 6ms 👉 Running pull-was-opened (#7) at judges/pull-was-opened/ (873ms already)... D: Zero/7 facts found by '(and (eq where 'github') (exists repository) (exists what) (exists issue) (not (exists stale)) (or (eq what 'pull-was-closed') (eq what 'pull-was-merged')) (unique issue) (empty (and (eq where 'github') (eq repository $repository) (eq issue $issue) (eq what 'pull-was-opened'))))' in 186μs D: Found and processed 0 facts by: (and (eq where 'github') (exists repository) (exists what) (exists issue) (not (exists stale)) (or (eq what 'pull-was-closed') (eq what 'pull-was-merged')) (unique issue) (empty (and (eq where 'github') (eq repository $repository) (eq issue $issue) (eq what 'pull-was-opened')))) D: GitHub API trace is empty pull-was-opened completed in 3ms 👍 The 'pull-was-opened' judge made zero changes to 7 facts in 4ms 👉 Running fix-missing-who (#8) at judges/fix-missing-who/ (879ms already)... D: Zero/7 facts found by '(and (eq where 'github') (exists issue) (exists repository) (eq what 'issue-was-opened') (not (exists stale)) (not (exists who)))' in 561μs D: Found and processed 0 facts by: (and (eq where 'github') (exists issue) (exists repository) (eq what 'issue-was-opened') (not (exists stale)) (not (exists who))) D: Zero/7 facts found by '(and (eq where 'github') (exists issue) (exists repository) (eq what 'pull-was-opened') (not (exists stale)) (not (exists who)))' in 64μs D: Found and processed 0 facts by: (and (eq where 'github') (exists issue) (exists repository) (eq what 'pull-was-opened') (not (exists stale)) (not (exists who))) D: Zero/7 facts found by '(and (eq where 'github') (exists issue) (exists repository) (eq what 'issue-was-closed') (not (exists stale)) (not (exists who)))' in 169μs D: Found and processed 0 facts by: (and (eq where 'github') (exists issue) (exists repository) (eq what 'issue-was-closed') (not (exists stale)) (not (exists who))) D: Zero/7 facts found by '(and (eq where 'github') (exists issue) (exists repository) (eq what 'pull-was-closed') (not (exists stale)) (not (exists who)))' in 65μs D: Found and processed 0 facts by: (and (eq where 'github') (exists issue) (exists repository) (eq what 'pull-was-closed') (not (exists stale)) (not (exists who))) D: Zero/7 facts found by '(and (eq where 'github') (exists issue) (exists repository) (eq what 'pull-was-merged') (not (exists stale)) (not (exists who)))' in 64μs D: Found and processed 0 facts by: (and (eq where 'github') (exists issue) (exists repository) (eq what 'pull-was-merged') (not (exists stale)) (not (exists who))) D: GitHub API trace is empty fix-missing-who completed in 9ms 👍 The 'fix-missing-who' judge made zero changes to 7 facts in 10ms 👉 Running quantity-of-deliverables (#9) at judges/quantity-of-deliverables/ (890ms already)... D: Zero/7 facts found by '(and (eq what 'pmp') (eq area 'scope') (exists qod_interval))' in 48μs D: Zero/7 facts found by '(and (eq what 'quantity-of-deliverables') (gt when (minus (to_time (env 'TODAY' '2025-07-22T09:56:10Z')) '7 days')))' in 34μs D: Inserted new fact #8 in 376μs D: Set 'what' to "quantity-of-deliverables" (String) D: Set 'when' to 2025-07-22T09:56:10Z (Time) D: Set 'since' to 2025-06-24T09:56:10Z (Time) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Deleted 1 fact(s) out of 8 by '(eq _id 8)' in 100μs D: Inserted new fact #8 in 298μs D: Set 'what' to "quantity-of-deliverables" (String) D: Set 'when' to 2025-07-22T09:56:10Z (Time) D: Set 'since' to 2025-06-24T09:56:10Z (Time) D: Set 'total_issues_created' to 2 (Integer) D: Deleted 1 fact(s) out of 8 by '(eq _id 8)' in 128μs D: Inserted new fact #8 in 368μs D: Set 'what' to "quantity-of-deliverables" (String) D: Set 'when' to 2025-07-22T09:56:10Z (Time) D: Set 'since' to 2025-06-24T09:56:10Z (Time) D: Set 'total_issues_created' to 2 (Integer) D: Set 'total_pulls_submitted' to 2 (Integer) D: Collected total_issues_created (10ms total): [total_issues_created: 2, total_pulls_submitted: 2] in 9ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Deleted 1 fact(s) out of 8 by '(eq _id 8)' in 95μs D: Inserted new fact #8 in 285μs D: Set 'what' to "quantity-of-deliverables" (String) D: Set 'when' to 2025-07-22T09:56:10Z (Time) D: Set 'since' to 2025-06-24T09:56:10Z (Time) D: Set 'total_issues_created' to 2 (Integer) D: Set 'total_pulls_submitted' to 2 (Integer) D: Set 'total_commits_pushed' to 2 (Integer) D: Deleted 1 fact(s) out of 8 by '(eq _id 8)' in 93μs D: Inserted new fact #8 in 302μs D: Set 'what' to "quantity-of-deliverables" (String) D: Set 'when' to 2025-07-22T09:56:10Z (Time) D: Set 'since' to 2025-06-24T09:56:10Z (Time) D: Set 'total_issues_created' to 2 (Integer) D: Set 'total_pulls_submitted' to 2 (Integer) D: Set 'total_commits_pushed' to 2 (Integer) D: Set 'total_hoc_committed' to 246 (Integer) D: Collected total_commits_pushed (23ms total): [total_commits_pushed: 2, total_hoc_committed: 246] in 12ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Deleted 1 fact(s) out of 8 by '(eq _id 8)' in 103μs D: Inserted new fact #8 in 318μs D: Set 'what' to "quantity-of-deliverables" (String) D: Set 'when' to 2025-07-22T09:56:10Z (Time) D: Set 'since' to 2025-06-24T09:56:10Z (Time) D: Set 'total_issues_created' to 2 (Integer) D: Set 'total_pulls_submitted' to 2 (Integer) D: Set 'total_commits_pushed' to 2 (Integer) D: Set 'total_hoc_committed' to 246 (Integer) D: Set 'total_releases_published' to 2 (Integer) D: Collected total_releases_published (31ms total): [total_releases_published: 2] in 6ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Deleted 1 fact(s) out of 8 by '(eq _id 8)' in 161μs D: Inserted new fact #8 in 461μs D: Set 'what' to "quantity-of-deliverables" (String) D: Set 'when' to 2025-07-22T09:56:10Z (Time) D: Set 'since' to 2025-06-24T09:56:10Z (Time) D: Set 'total_issues_created' to 2 (Integer) D: Set 'total_pulls_submitted' to 2 (Integer) D: Set 'total_commits_pushed' to 2 (Integer) D: Set 'total_hoc_committed' to 246 (Integer) D: Set 'total_releases_published' to 2 (Integer) D: Set 'total_reviews_submitted' to 0 (Integer) D: Collected total_reviews_submitted (42ms total): [total_reviews_submitted: 0] in 9ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Deleted 1 fact(s) out of 8 by '(eq _id 8)' in 103μs D: Inserted new fact #8 in 325μs D: Set 'what' to "quantity-of-deliverables" (String) D: Set 'when' to 2025-07-22T09:56:10Z (Time) D: Set 'since' to 2025-06-24T09:56:10Z (Time) D: Set 'total_issues_created' to 2 (Integer) D: Set 'total_pulls_submitted' to 2 (Integer) D: Set 'total_commits_pushed' to 2 (Integer) D: Set 'total_hoc_committed' to 246 (Integer) D: Set 'total_releases_published' to 2 (Integer) D: Set 'total_reviews_submitted' to 0 (Integer) D: Set 'total_builds_ran' to 2 (Integer) D: Collected total_builds_ran (51ms total): [total_builds_ran: 2] in 8ms D: GitHub API trace is empty quantity-of-deliverables completed in 57ms 👍 The 'quantity-of-deliverables' judge 8i/7d/76a out of 8 facts in 58ms 👉 Running fix-missing-hoc (#10) at judges/fix-missing-hoc/ (949ms already)... D: Zero/8 facts found by '(and (or (eq what 'pull-was-merged') (eq what 'pull-was-closed')) (eq where 'github') (exists issue) (exists repository) (not (exists stale)) (not (exists hoc)))' in 84μs D: Found and processed 0 facts by: (and (or (eq what 'pull-was-merged') (eq what 'pull-was-closed')) (eq where 'github') (exists issue) (exists repository) (not (exists stale)) (not (exists hoc))) D: GitHub API trace is empty fix-missing-hoc completed in 2ms 👍 The 'fix-missing-hoc' judge made zero changes to 8 facts in 3ms 👉 Running who-has-name (#11) at judges/who-has-name/ (953ms already)... D: Still 100 GitHub API quota left (>50) D: Inserted new fact #9 in 252μs D: Set 'who' to 888 (Integer) D: Set 'where' to "github" (String) D: Still 100 GitHub API quota left (>50) D: GitHub user #888 has a name: @torvalds D: User #888 is actually @torvalds D: Set 'name' to "torvalds" (String) D: Set 'details' to "torvalds" (String) D: Set 'what' to "who-has-name" (String) who-has-name: torvalds D: Txn #1968 touched 1i/0d/0a in 5ms D: Still 100 GitHub API quota left (>50) D: Inserted new fact #10 in 293μs D: Set 'who' to 422 (Integer) D: Set 'where' to "github" (String) D: Still 100 GitHub API quota left (>50) D: GitHub user #422 has a name: @torvalds D: User #422 is actually @torvalds D: Set 'name' to "torvalds" (String) D: Set 'details' to "torvalds" (String) D: Set 'what' to "who-has-name" (String) who-has-name: torvalds D: Txn #2056 touched 1i/0d/0a in 5ms D: Found 2/10 fact(s) by '(and (eq where 'github') (exists who) (not (exists stale)) (unique who) (empty (and (eq who $who) (eq what 'who-has-name') (eq where $where))))' in 13ms D: Found and processed 2 facts by: (and (eq where 'github') (exists who) (not (exists stale)) (unique who) (empty (and (eq who $who) (eq what 'who-has-name') (eq where $where)))) D: Zero/10 facts found by '(and (eq what 'who-has-name') (not (exists stale)) (eq where 'github') (exists who) (lt when (minus (to_time (env 'TODAY' '2025-07-22T09:56:11Z')) '5 days')))' in 523μs D: Found and processed 0 facts by: (and (eq what 'who-has-name') (not (exists stale)) (eq where 'github') (exists who) (lt when (minus (to_time (env 'TODAY' '2025-07-22T09:56:11Z')) '5 days'))) D: GitHub API trace is empty who-has-name completed in 17ms 👍 The 'who-has-name' judge 2i/0d/16a out of 10 facts in 18ms 👉 Running pull-was-merged (#12) at judges/pull-was-merged/ (972ms already)... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub repository "zerocracy/judges-action" has an ID: #2350 D: Nothing found by '(agg (and (eq what 'merges-were-scanned') (eq where 'github') (eq repository 2350)) (first latest))' in 323μs D: No facts out of 10 deleted by '(and (eq what 'merges-were-scanned') (eq where 'github') (eq repository 2350))' in 166μs D: Zero/10 facts found by '(and (eq where 'github') (eq what 'pull-was-opened') (eq repository $repository) (gt issue $before) (empty (and (eq where $where) (eq repository $repository) (eq issue $issue) (or (eq what 'pull-was-closed') (eq what 'pull-was-merged')))))' in 76μs D: Nothing found by '(agg (and (eq where 'github') (eq what 'pull-was-opened') (eq repository $repository) (gt issue $before) (empty (and (eq where $where) (eq repository $repository) (eq issue $issue) (or (eq what 'pull-was-closed') (eq what 'pull-was-merged'))))) (min issue))' in 936μs D: Next element after #0 not suggested, re-starting from #0: (agg (and (eq where 'github') (eq what 'pull-was-opened') (eq repository $repository) (gt issue $before) (empty (and (eq where $where) (eq repository $repository) (eq issue $issue) (or (eq what 'pull-was-closed') (eq what 'pull-was-merged'))))) (min issue)) D: Inserted new fact #11 in 448μs D: Set 'where' to "github" (String) D: Set 'repository' to 2350 (Integer) D: After is #0 at zerocracy/judges-action, setting the 'latest' to it D: Set 'latest' to 0 (Integer) D: Set 'what' to "merges-were-scanned" (String) D: No more repos to scan (out of 1), quitting after 9ms D: Finished scanning 1 repos in 9ms: zerocracy/judges-action:1 D: GitHub API trace is empty pull-was-merged completed in 13ms 👍 The 'pull-was-merged' judge 1i/0d/7a out of 11 facts in 13ms 👉 Running erase-repository (#13) at judges/erase-repository/ (987ms already)... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub repository #2350 is found: yegor256/test in 535μs D: Txn #2184 touched 0i/0d/0a in 1ms D: Still 100 GitHub API quota left (>50) D: Txn #2280 touched 0i/0d/0a in 409μs D: Still 100 GitHub API quota left (>50) D: Txn #2376 touched 0i/0d/0a in 334μs D: Still 100 GitHub API quota left (>50) D: Txn #2472 touched 0i/0d/0a in 336μs D: Still 100 GitHub API quota left (>50) D: Txn #2568 touched 0i/0d/0a in 436μs D: Still 100 GitHub API quota left (>50) D: Txn #2664 touched 0i/0d/0a in 300μs D: Still 100 GitHub API quota left (>50) D: Txn #2760 touched 0i/0d/0a in 310μs D: Found 7/11 fact(s) by '(and (eq where 'github') (exists repository) (not (exists stale)))' in 10ms D: Found and processed 7 facts by: (and (eq where "github") (exists repository) (not (exists stale))) D: GitHub API trace is empty erase-repository completed in 12ms 👍 The 'erase-repository' judge made zero changes to 11 facts in 13ms 👉 Running label-was-attached (#14) at judges/label-was-attached/ (1s001ms already)... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub repository "zerocracy/judges-action" has an ID: #2350 D: Nothing found by '(agg (and (eq what 'labels-were-scanned') (eq where 'github') (eq repository 2350)) (first latest))' in 251μs D: No facts out of 11 deleted by '(and (eq what 'labels-were-scanned') (eq where 'github') (eq repository 2350))' in 280μs D: Zero/11 facts found by '(and (eq where 'github') (eq repository $repository) (eq issue $issue) (eq what 'label-was-attached'))' in 109μs D: Found 1/11 fact(s) by '(and (eq where 'github') (eq repository $repository) (eq what 'issue-was-opened') (not (exists stale)) (gt issue $before) (empty (and (eq where 'github') (eq repository $repository) (eq issue $issue) (eq what 'label-was-attached'))))' in 1ms D: Found 42 (Integer) by '(agg (and (eq where 'github') (eq repository $repository) (eq what 'issue-was-opened') (not (exists stale)) (gt issue $before) (empty (and (eq where 'github') (eq repository $repository) (eq issue $issue) (eq what 'label-was-attached')))) (min issue))' in 2ms D: Next is #42, starting from it... D: Still 100 GitHub API quota left (>50) D: Zero/11 facts found by '(and (eq where 'github') (eq repository 2350) (eq issue 42) (eq label 'bug') (eq what 'label-was-attached'))' in 99μs D: Inserted new fact #12 in 352μs D: Set 'where' to "github" (String) D: Set 'repository' to 2350 (Integer) D: Set 'issue' to 42 (Integer) D: Set 'label' to "bug" (String) D: Set 'what' to "label-was-attached" (String) D: Set 'who' to 888 (Integer) D: Set 'when' to 2025-07-22T07:45:28Z (Time) D: Still 100 GitHub API quota left (>50) D: GitHub repository #2350 has a name: yegor256/test D: Set 'details' to "The 'bug' label was attached by ... to the issue yegor256/test#42." (String) D: Inserted new fact #13 in 423μs D: Set 'where' to "github" (String) D: Set 'repository' to 2350 (Integer) D: After is #42 at zerocracy/judges-action, setting the 'latest' to it D: Set 'latest' to 42 (Integer) D: Set 'what' to "labels-were-scanned" (String) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub repository "zerocracy/judges-action" has an ID: #2350 D: Found [42] (Array) by '(agg (and (eq what 'labels-were-scanned') (eq where 'github') (eq repository 2350)) (first latest))' in 409μs D: Deleted 1 fact(s) out of 13 by '(and (eq what 'labels-were-scanned') (eq where 'github') (eq repository 2350))' in 220μs D: Zero/12 facts found by '(and (eq where 'github') (eq repository $repository) (eq what 'issue-was-opened') (not (exists stale)) (gt issue $before) (empty (and (eq where 'github') (eq repository $repository) (eq issue $issue) (eq what 'label-was-attached'))))' in 762μs D: Nothing found by '(agg (and (eq where 'github') (eq repository $repository) (eq what 'issue-was-opened') (not (exists stale)) (gt issue $before) (empty (and (eq where 'github') (eq repository $repository) (eq issue $issue) (eq what 'label-was-attached')))) (min issue))' in 1ms D: Next element after #42 not suggested, re-starting from #0: (agg (and (eq where 'github') (eq repository $repository) (eq what 'issue-was-opened') (not (exists stale)) (gt issue $before) (empty (and (eq where 'github') (eq repository $repository) (eq issue $issue) (eq what 'label-was-attached')))) (min issue)) D: Inserted new fact #13 in 338μs D: Set 'where' to "github" (String) D: Set 'repository' to 2350 (Integer) D: After is #0 at zerocracy/judges-action, setting the 'latest' to it D: Set 'latest' to 0 (Integer) D: Set 'what' to "labels-were-scanned" (String) D: No more repos to scan (out of 1), quitting after 28ms D: Finished scanning 1 repos in 29ms: zerocracy/judges-action:2 D: GitHub API trace is empty label-was-attached completed in 31ms 👍 The 'label-was-attached' judge 3i/1d/25a out of 13 facts in 32ms 👉 Running eliminate-ghosts (#15) at judges/eliminate-ghosts/ (1s035ms already)... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub user #888 has a name: @torvalds D: User #888 is actually @torvalds D: GitHub user #888 (#1) is good: @torvalds in 1ms D: Txn #2904 touched 0i/0d/0a in 2ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub user #422 has a name: @torvalds D: User #422 is actually @torvalds D: GitHub user #422 (#2) is good: @torvalds in 1ms D: Txn #3016 touched 0i/0d/0a in 2ms D: Found 2/13 fact(s) by '(and (eq where 'github') (exists who) (unique who) (not (exists stale)))' in 6ms D: Found and processed 2 facts by: (and (eq where "github") (exists who) (unique who) (not (exists stale))) D: Zero/13 facts found by '(and (eq where 'github') (exists who) (unique who) (exists stale))' in 509μs D: Found and processed 0 facts by: (and (eq where "github") (exists who) (unique who) (exists stale)) D: GitHub API trace is empty eliminate-ghosts completed in 10ms 👍 The 'eliminate-ghosts' judge made zero changes to 13 facts in 11ms 👉 Running find-all-issues (#16) at judges/find-all-issues/ (1s047ms already)... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub repository "zerocracy/judges-action" has an ID: #2350 D: Nothing found by '(agg (and (eq what 'min-issue-was-found') (eq where 'github') (eq repository 2350)) (first latest))' in 328μs D: No facts out of 13 deleted by '(and (eq what 'min-issue-was-found') (eq where 'github') (eq repository 2350))' in 197μs D: Found 1/13 fact(s) by '(and (eq where 'github') (eq repository $repository) (eq what 'issue-was-opened') (gt issue $before))' in 694μs D: Found 42 (Integer) by '(agg (and (eq where 'github') (eq repository $repository) (eq what 'issue-was-opened') (gt issue $before)) (min issue))' in 1ms D: Next is #42, starting from it... D: Still 100 GitHub API quota left (>50) D: GitHub repository #2350 has a name: yegor256/test D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Found 1/13 fact(s) by '(and (eq where 'github') (eq what 'issue-was-opened') (eq repository 2350) (eq issue 42))' in 207μs D: Checked 1 issues in yegor256/test, from 42 to 42, found 0 in 6ms D: Inserted new fact #14 in 459μs D: Set 'where' to "github" (String) D: Set 'repository' to 2350 (Integer) D: After is #42 at zerocracy/judges-action, setting the 'latest' to it D: Set 'latest' to 42 (Integer) D: Set 'what' to "min-issue-was-found" (String) D: No more repos to scan (out of 1), quitting after 18ms D: Finished scanning 1 repos in 19ms: zerocracy/judges-action:1 D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub repository "zerocracy/judges-action" has an ID: #2350 D: Nothing found by '(agg (and (eq what 'min-pull-was-found') (eq where 'github') (eq repository 2350)) (first latest))' in 246μs D: No facts out of 14 deleted by '(and (eq what 'min-pull-was-found') (eq where 'github') (eq repository 2350))' in 295μs D: Zero/14 facts found by '(and (eq where 'github') (eq repository $repository) (eq what 'pull-was-opened') (gt issue $before))' in 175μs D: Nothing found by '(agg (and (eq where 'github') (eq repository $repository) (eq what 'pull-was-opened') (gt issue $before)) (min issue))' in 888μs D: Next element after #0 not suggested, re-starting from #0: (agg (and (eq where 'github') (eq repository $repository) (eq what 'pull-was-opened') (gt issue $before)) (min issue)) D: Inserted new fact #15 in 942μs D: Set 'where' to "github" (String) D: Set 'repository' to 2350 (Integer) D: After is #0 at zerocracy/judges-action, setting the 'latest' to it D: Set 'latest' to 0 (Integer) D: Set 'what' to "min-pull-was-found" (String) D: No more repos to scan (out of 1), quitting after 12ms D: Finished scanning 1 repos in 13ms: zerocracy/judges-action:1 D: GitHub API trace is empty find-all-issues completed in 37ms 👍 The 'find-all-issues' judge 2i/0d/14a out of 15 facts in 38ms 👉 Running find-missing-issues (#17) at judges/find-missing-issues/ (1s088ms already)... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub repository #2350 has a name: yegor256/test D: Found 1/15 fact(s) by '(and (eq where 'github') (eq repository 2350) (exists issue) (unique issue))' in 650μs No missing issues in yegor256/test D: Found 1/15 fact(s) by '(and (eq where 'github') (exists repository) (unique repository))' in 5ms D: GitHub API trace is empty find-missing-issues completed in 7ms 👍 The 'find-missing-issues' judge made zero changes to 15 facts in 7ms 👉 Running type-was-attached (#18) at judges/type-was-attached/ (1s096ms already)... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub repository "zerocracy/judges-action" has an ID: #2350 D: Nothing found by '(agg (and (eq what 'types-were-scanned') (eq where 'github') (eq repository 2350)) (first latest))' in 254μs D: No facts out of 15 deleted by '(and (eq what 'types-were-scanned') (eq where 'github') (eq repository 2350))' in 230μs D: Zero/15 facts found by '(and (eq where 'github') (eq repository $repository) (eq issue $issue) (eq what 'type-was-attached'))' in 134μs D: Found 1/15 fact(s) by '(and (eq where 'github') (eq repository $repository) (eq what 'issue-was-opened') (not (exists stale)) (gt issue $before) (empty (and (eq where 'github') (eq repository $repository) (eq issue $issue) (eq what 'type-was-attached'))))' in 3ms D: Found 42 (Integer) by '(agg (and (eq where 'github') (eq repository $repository) (eq what 'issue-was-opened') (not (exists stale)) (gt issue $before) (empty (and (eq where 'github') (eq repository $repository) (eq issue $issue) (eq what 'type-was-attached')))) (min issue))' in 4ms D: Next is #42, starting from it... D: Still 100 GitHub API quota left (>50) D: Zero/15 facts found by '(and (eq where 'github') (eq repository 2350) (eq issue 42) (eq type 'Bug') (eq what 'type-was-attached'))' in 150μs D: Inserted new fact #16 in 474μs D: Set 'where' to "github" (String) D: Set 'repository' to 2350 (Integer) D: Set 'issue' to 42 (Integer) D: Set 'type' to "Bug" (String) D: Set 'what' to "type-was-attached" (String) D: Set 'who' to 526301 (Integer) D: Set 'when' to 2025-05-11T18:17:16Z (Time) D: Still 100 GitHub API quota left (>50) D: GitHub repository #2350 has a name: yegor256/test D: Set 'details' to "The 'Bug' type was attached by @... to the issue yegor256/test#42." (String) D: Zero/16 facts found by '(and (eq where 'github') (eq repository 2350) (eq issue 42) (eq type 'Task') (eq what 'type-was-attached'))' in 129μs D: Inserted new fact #17 in 307μs D: Set 'where' to "github" (String) D: Set 'repository' to 2350 (Integer) D: Set 'issue' to 42 (Integer) D: Set 'type' to "Task" (String) D: Set 'what' to "type-was-attached" (String) D: Set 'who' to 526301 (Integer) D: Set 'when' to 2025-05-11T20:23:13Z (Time) D: Still 100 GitHub API quota left (>50) D: GitHub repository #2350 has a name: yegor256/test D: Set 'details' to "The 'Task' type was attached by ... to the issue yegor256/test#42." (String) D: Inserted new fact #18 in 297μs D: Set 'where' to "github" (String) D: Set 'repository' to 2350 (Integer) D: After is #42 at zerocracy/judges-action, setting the 'latest' to it D: Set 'latest' to 42 (Integer) D: Set 'what' to "types-were-scanned" (String) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub repository "zerocracy/judges-action" has an ID: #2350 D: Found [42] (Array) by '(agg (and (eq what 'types-were-scanned') (eq where 'github') (eq repository 2350)) (first latest))' in 385μs D: Deleted 1 fact(s) out of 18 by '(and (eq what 'types-were-scanned') (eq where 'github') (eq repository 2350))' in 260μs D: Zero/17 facts found by '(and (eq where 'github') (eq repository $repository) (eq what 'issue-was-opened') (not (exists stale)) (gt issue $before) (empty (and (eq where 'github') (eq repository $repository) (eq issue $issue) (eq what 'type-was-attached'))))' in 1ms D: Nothing found by '(agg (and (eq where 'github') (eq repository $repository) (eq what 'issue-was-opened') (not (exists stale)) (gt issue $before) (empty (and (eq where 'github') (eq repository $repository) (eq issue $issue) (eq what 'type-was-attached')))) (min issue))' in 2ms D: Next element after #42 not suggested, re-starting from #0: (agg (and (eq where 'github') (eq repository $repository) (eq what 'issue-was-opened') (not (exists stale)) (gt issue $before) (empty (and (eq where 'github') (eq repository $repository) (eq issue $issue) (eq what 'type-was-attached')))) (min issue)) D: Inserted new fact #18 in 600μs D: Set 'where' to "github" (String) D: Set 'repository' to 2350 (Integer) D: After is #0 at zerocracy/judges-action, setting the 'latest' to it D: Set 'latest' to 0 (Integer) D: Set 'what' to "types-were-scanned" (String) D: No more repos to scan (out of 1), quitting after 47ms D: Finished scanning 1 repos in 47ms: zerocracy/judges-action:2 D: GitHub API trace is empty type-was-attached completed in 50ms 👍 The 'type-was-attached' judge 4i/1d/36a out of 18 facts in 51ms 👉 Running who-is-alive (#19) at judges/who-is-alive/ (1s148ms already)... D: Zero/18 facts found by '(and (eq where 'github') (eq what 'who-has-name') (not (exists stale)) (exists who) (lt when (minus (to_time (env 'TODAY' '2025-07-22T09:56:11Z')) '2 days')))' in 1ms D: Found and processed 0 facts by: (and (eq where 'github') (eq what 'who-has-name') (not (exists stale)) (exists who) (lt when (minus (to_time (env 'TODAY' '2025-07-22T09:56:11Z')) '2 days'))) D: GitHub API trace is empty who-is-alive completed in 3ms 👍 The 'who-is-alive' judge made zero changes to 18 facts in 4ms 👉 Running quality-of-service (#20) at judges/quality-of-service/ (1s154ms already)... D: Zero/18 facts found by '(and (eq what 'pmp') (eq area 'quality') (exists qos_interval))' in 73μs D: Zero/18 facts found by '(and (eq what 'quality-of-service') (gt when (minus (to_time (env 'TODAY' '2025-07-22T09:56:11Z')) '7 days')))' in 70μs D: Inserted new fact #19 in 352μs D: Set 'what' to "quality-of-service" (String) D: Set 'when' to 2025-07-22T09:56:11Z (Time) D: Set 'since' to 2025-06-24T09:56:11Z (Time) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Deleted 1 fact(s) out of 19 by '(eq _id 19)' in 153μs D: Inserted new fact #19 in 323μs D: Set 'what' to "quality-of-service" (String) D: Set 'when' to 2025-07-22T09:56:11Z (Time) D: Set 'since' to 2025-06-24T09:56:11Z (Time) D: Set 'average_pull_rejection_rate' to 0.5 (Float) D: Collected average_pull_rejection_rate (6ms total): [average_pull_rejection_rate: 0.5] in 5ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Deleted 1 fact(s) out of 19 by '(eq _id 19)' in 153μs D: Inserted new fact #19 in 344μs D: Set 'what' to "quality-of-service" (String) D: Set 'when' to 2025-07-22T09:56:11Z (Time) D: Set 'since' to 2025-06-24T09:56:11Z (Time) D: Set 'average_pull_rejection_rate' to 0.5 (Float) D: Set 'average_release_hoc_size' to 6.0 (Float) D: Deleted 1 fact(s) out of 19 by '(eq _id 19)' in 223μs D: Inserted new fact #19 in 427μs D: Set 'what' to "quality-of-service" (String) D: Set 'when' to 2025-07-22T09:56:11Z (Time) D: Set 'since' to 2025-06-24T09:56:11Z (Time) D: Set 'average_pull_rejection_rate' to 0.5 (Float) D: Set 'average_release_hoc_size' to 6.0 (Float) D: Set 'average_release_commits_size' to 1.0 (Float) D: Collected average_release_hoc_size (20ms total): [average_release_hoc_size: 6.0, average_release_commits_size: 1.0] in 12ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Deleted 1 fact(s) out of 19 by '(eq _id 19)' in 147μs D: Inserted new fact #19 in 562μs D: Set 'what' to "quality-of-service" (String) D: Set 'when' to 2025-07-22T09:56:11Z (Time) D: Set 'since' to 2025-06-24T09:56:11Z (Time) D: Set 'average_pull_rejection_rate' to 0.5 (Float) D: Set 'average_release_hoc_size' to 6.0 (Float) D: Set 'average_release_commits_size' to 1.0 (Float) D: Set 'average_issue_lifetime' to 0 (Integer) D: Deleted 1 fact(s) out of 19 by '(eq _id 19)' in 148μs D: Inserted new fact #19 in 319μs D: Set 'what' to "quality-of-service" (String) D: Set 'when' to 2025-07-22T09:56:11Z (Time) D: Set 'since' to 2025-06-24T09:56:11Z (Time) D: Set 'average_pull_rejection_rate' to 0.5 (Float) D: Set 'average_release_hoc_size' to 6.0 (Float) D: Set 'average_release_commits_size' to 1.0 (Float) D: Set 'average_issue_lifetime' to 0 (Integer) D: Set 'average_pull_lifetime' to 0 (Integer) D: Collected average_issue_lifetime (35ms total): [average_issue_lifetime: 0, average_pull_lifetime: 0] in 14ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Deleted 1 fact(s) out of 19 by '(eq _id 19)' in 162μs D: Inserted new fact #19 in 293μs D: Set 'what' to "quality-of-service" (String) D: Set 'when' to 2025-07-22T09:56:11Z (Time) D: Set 'since' to 2025-06-24T09:56:11Z (Time) D: Set 'average_pull_rejection_rate' to 0.5 (Float) D: Set 'average_release_hoc_size' to 6.0 (Float) D: Set 'average_release_commits_size' to 1.0 (Float) D: Set 'average_issue_lifetime' to 0 (Integer) D: Set 'average_pull_lifetime' to 0 (Integer) D: Set 'average_pull_hoc_size' to 17.0 (Float) D: Deleted 1 fact(s) out of 19 by '(eq _id 19)' in 222μs D: Inserted new fact #19 in 419μs D: Set 'what' to "quality-of-service" (String) D: Set 'when' to 2025-07-22T09:56:11Z (Time) D: Set 'since' to 2025-06-24T09:56:11Z (Time) D: Set 'average_pull_rejection_rate' to 0.5 (Float) D: Set 'average_release_hoc_size' to 6.0 (Float) D: Set 'average_release_commits_size' to 1.0 (Float) D: Set 'average_issue_lifetime' to 0 (Integer) D: Set 'average_pull_lifetime' to 0 (Integer) D: Set 'average_pull_hoc_size' to 17.0 (Float) D: Set 'average_pull_files_size' to 3.0 (Float) D: Collected average_pull_hoc_size (53ms total): [average_pull_hoc_size: 17.0, average_pull_files_size: 3.0] in 16ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Deleted 1 fact(s) out of 19 by '(eq _id 19)' in 175μs D: Inserted new fact #19 in 344μs D: Set 'what' to "quality-of-service" (String) D: Set 'when' to 2025-07-22T09:56:11Z (Time) D: Set 'since' to 2025-06-24T09:56:11Z (Time) D: Set 'average_pull_rejection_rate' to 0.5 (Float) D: Set 'average_release_hoc_size' to 6.0 (Float) D: Set 'average_release_commits_size' to 1.0 (Float) D: Set 'average_issue_lifetime' to 0 (Integer) D: Set 'average_pull_lifetime' to 0 (Integer) D: Set 'average_pull_hoc_size' to 17.0 (Float) D: Set 'average_pull_files_size' to 3.0 (Float) D: Set 'average_review_time' to 162000.0 (Float) D: Deleted 1 fact(s) out of 19 by '(eq _id 19)' in 156μs D: Inserted new fact #19 in 333μs D: Set 'what' to "quality-of-service" (String) D: Set 'when' to 2025-07-22T09:56:11Z (Time) D: Set 'since' to 2025-06-24T09:56:11Z (Time) D: Set 'average_pull_rejection_rate' to 0.5 (Float) D: Set 'average_release_hoc_size' to 6.0 (Float) D: Set 'average_release_commits_size' to 1.0 (Float) D: Set 'average_issue_lifetime' to 0 (Integer) D: Set 'average_pull_lifetime' to 0 (Integer) D: Set 'average_pull_hoc_size' to 17.0 (Float) D: Set 'average_pull_files_size' to 3.0 (Float) D: Set 'average_review_time' to 162000.0 (Float) D: Set 'average_review_size' to 3.0 (Float) D: Deleted 1 fact(s) out of 19 by '(eq _id 19)' in 222μs D: Inserted new fact #19 in 444μs D: Set 'what' to "quality-of-service" (String) D: Set 'when' to 2025-07-22T09:56:11Z (Time) D: Set 'since' to 2025-06-24T09:56:11Z (Time) D: Set 'average_pull_rejection_rate' to 0.5 (Float) D: Set 'average_release_hoc_size' to 6.0 (Float) D: Set 'average_release_commits_size' to 1.0 (Float) D: Set 'average_issue_lifetime' to 0 (Integer) D: Set 'average_pull_lifetime' to 0 (Integer) D: Set 'average_pull_hoc_size' to 17.0 (Float) D: Set 'average_pull_files_size' to 3.0 (Float) D: Set 'average_review_time' to 162000.0 (Float) D: Set 'average_review_size' to 3.0 (Float) D: Set 'average_reviewers_per_pull' to 1.0 (Float) D: Deleted 1 fact(s) out of 19 by '(eq _id 19)' in 157μs D: Inserted new fact #19 in 344μs D: Set 'what' to "quality-of-service" (String) D: Set 'when' to 2025-07-22T09:56:11Z (Time) D: Set 'since' to 2025-06-24T09:56:11Z (Time) D: Set 'average_pull_rejection_rate' to 0.5 (Float) D: Set 'average_release_hoc_size' to 6.0 (Float) D: Set 'average_release_commits_size' to 1.0 (Float) D: Set 'average_issue_lifetime' to 0 (Integer) D: Set 'average_pull_lifetime' to 0 (Integer) D: Set 'average_pull_hoc_size' to 17.0 (Float) D: Set 'average_pull_files_size' to 3.0 (Float) D: Set 'average_review_time' to 162000.0 (Float) D: Set 'average_review_size' to 3.0 (Float) D: Set 'average_reviewers_per_pull' to 1.0 (Float) D: Set 'average_reviews_per_pull' to 2.0 (Float) D: Collected average_review_time (92ms total): [average_review_time: 162000.0, average_review_size: 3.0, average_reviewers_per_pull: 1.0, average_reviews_per_pull: 2.0] in 37ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Deleted 1 fact(s) out of 19 by '(eq _id 19)' in 164μs D: Inserted new fact #19 in 382μs D: Set 'what' to "quality-of-service" (String) D: Set 'when' to 2025-07-22T09:56:11Z (Time) D: Set 'since' to 2025-06-24T09:56:11Z (Time) D: Set 'average_pull_rejection_rate' to 0.5 (Float) D: Set 'average_release_hoc_size' to 6.0 (Float) D: Set 'average_release_commits_size' to 1.0 (Float) D: Set 'average_issue_lifetime' to 0 (Integer) D: Set 'average_pull_lifetime' to 0 (Integer) D: Set 'average_pull_hoc_size' to 17.0 (Float) D: Set 'average_pull_files_size' to 3.0 (Float) D: Set 'average_review_time' to 162000.0 (Float) D: Set 'average_review_size' to 3.0 (Float) D: Set 'average_reviewers_per_pull' to 1.0 (Float) D: Set 'average_reviews_per_pull' to 2.0 (Float) D: Set 'average_release_interval' to 3573.000007299 (Float) D: Collected average_release_interval (106ms total): [average_release_interval: 3573.000007299] in 11ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Deleted 1 fact(s) out of 19 by '(eq _id 19)' in 172μs D: Inserted new fact #19 in 347μs D: Set 'what' to "quality-of-service" (String) D: Set 'when' to 2025-07-22T09:56:11Z (Time) D: Set 'since' to 2025-06-24T09:56:11Z (Time) D: Set 'average_pull_rejection_rate' to 0.5 (Float) D: Set 'average_release_hoc_size' to 6.0 (Float) D: Set 'average_release_commits_size' to 1.0 (Float) D: Set 'average_issue_lifetime' to 0 (Integer) D: Set 'average_pull_lifetime' to 0 (Integer) D: Set 'average_pull_hoc_size' to 17.0 (Float) D: Set 'average_pull_files_size' to 3.0 (Float) D: Set 'average_review_time' to 162000.0 (Float) D: Set 'average_review_size' to 3.0 (Float) D: Set 'average_reviewers_per_pull' to 1.0 (Float) D: Set 'average_reviews_per_pull' to 2.0 (Float) D: Set 'average_release_interval' to 3573.000007299 (Float) D: Set 'average_build_success_rate' to 1.0 (Float) D: Deleted 1 fact(s) out of 19 by '(eq _id 19)' in 184μs D: Inserted new fact #19 in 290μs D: Set 'what' to "quality-of-service" (String) D: Set 'when' to 2025-07-22T09:56:11Z (Time) D: Set 'since' to 2025-06-24T09:56:11Z (Time) D: Set 'average_pull_rejection_rate' to 0.5 (Float) D: Set 'average_release_hoc_size' to 6.0 (Float) D: Set 'average_release_commits_size' to 1.0 (Float) D: Set 'average_issue_lifetime' to 0 (Integer) D: Set 'average_pull_lifetime' to 0 (Integer) D: Set 'average_pull_hoc_size' to 17.0 (Float) D: Set 'average_pull_files_size' to 3.0 (Float) D: Set 'average_review_time' to 162000.0 (Float) D: Set 'average_review_size' to 3.0 (Float) D: Set 'average_reviewers_per_pull' to 1.0 (Float) D: Set 'average_reviews_per_pull' to 2.0 (Float) D: Set 'average_release_interval' to 3573.000007299 (Float) D: Set 'average_build_success_rate' to 1.0 (Float) D: Set 'average_build_duration' to 53.0 (Float) D: Deleted 1 fact(s) out of 19 by '(eq _id 19)' in 227μs D: Inserted new fact #19 in 414μs D: Set 'what' to "quality-of-service" (String) D: Set 'when' to 2025-07-22T09:56:11Z (Time) D: Set 'since' to 2025-06-24T09:56:11Z (Time) D: Set 'average_pull_rejection_rate' to 0.5 (Float) D: Set 'average_release_hoc_size' to 6.0 (Float) D: Set 'average_release_commits_size' to 1.0 (Float) D: Set 'average_issue_lifetime' to 0 (Integer) D: Set 'average_pull_lifetime' to 0 (Integer) D: Set 'average_pull_hoc_size' to 17.0 (Float) D: Set 'average_pull_files_size' to 3.0 (Float) D: Set 'average_review_time' to 162000.0 (Float) D: Set 'average_review_size' to 3.0 (Float) D: Set 'average_reviewers_per_pull' to 1.0 (Float) D: Set 'average_reviews_per_pull' to 2.0 (Float) D: Set 'average_release_interval' to 3573.000007299 (Float) D: Set 'average_build_success_rate' to 1.0 (Float) D: Set 'average_build_duration' to 53.0 (Float) D: Set 'average_build_mttr' to 0 (Integer) D: Collected average_build_success_rate (143ms total): [average_build_success_rate: 1.0, average_build_duration: 53.0, average_build_mttr: 0] in 35ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Deleted 1 fact(s) out of 19 by '(eq _id 19)' in 219μs D: Inserted new fact #19 in 498μs D: Set 'what' to "quality-of-service" (String) D: Set 'when' to 2025-07-22T09:56:11Z (Time) D: Set 'since' to 2025-06-24T09:56:11Z (Time) D: Set 'average_pull_rejection_rate' to 0.5 (Float) D: Set 'average_release_hoc_size' to 6.0 (Float) D: Set 'average_release_commits_size' to 1.0 (Float) D: Set 'average_issue_lifetime' to 0 (Integer) D: Set 'average_pull_lifetime' to 0 (Integer) D: Set 'average_pull_hoc_size' to 17.0 (Float) D: Set 'average_pull_files_size' to 3.0 (Float) D: Set 'average_review_time' to 162000.0 (Float) D: Set 'average_review_size' to 3.0 (Float) D: Set 'average_reviewers_per_pull' to 1.0 (Float) D: Set 'average_reviews_per_pull' to 2.0 (Float) D: Set 'average_release_interval' to 3573.000007299 (Float) D: Set 'average_build_success_rate' to 1.0 (Float) D: Set 'average_build_duration' to 53.0 (Float) D: Set 'average_build_mttr' to 0 (Integer) D: Set 'average_backlog_size' to 1.0 (Float) D: Collected average_backlog_size (173ms total): [average_backlog_size: 1.0] in 29ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub repository "zerocracy/judges-action" has an ID: #2350 D: Found 1/19 fact(s) by '(and (eq where 'github') (eq repository 2350) (eq issue 42) (not (exists stale)) (eq what 'label-was-attached') (exists when) (or (eq label 'bug') (eq label 'enhancement')))' in 907μs D: Deleted 1 fact(s) out of 19 by '(eq _id 19)' in 156μs D: Inserted new fact #19 in 388μs D: Set 'what' to "quality-of-service" (String) D: Set 'when' to 2025-07-22T09:56:11Z (Time) D: Set 'since' to 2025-06-24T09:56:11Z (Time) D: Set 'average_pull_rejection_rate' to 0.5 (Float) D: Set 'average_release_hoc_size' to 6.0 (Float) D: Set 'average_release_commits_size' to 1.0 (Float) D: Set 'average_issue_lifetime' to 0 (Integer) D: Set 'average_pull_lifetime' to 0 (Integer) D: Set 'average_pull_hoc_size' to 17.0 (Float) D: Set 'average_pull_files_size' to 3.0 (Float) D: Set 'average_review_time' to 162000.0 (Float) D: Set 'average_review_size' to 3.0 (Float) D: Set 'average_reviewers_per_pull' to 1.0 (Float) D: Set 'average_reviews_per_pull' to 2.0 (Float) D: Set 'average_release_interval' to 3573.000007299 (Float) D: Set 'average_build_success_rate' to 1.0 (Float) D: Set 'average_build_duration' to 53.0 (Float) D: Set 'average_build_mttr' to 0 (Integer) D: Set 'average_backlog_size' to 1.0 (Float) D: Set 'average_triage_time' to 28989928.095835134 (Float) D: Collected average_triage_time (192ms total): [average_triage_time: 28989928.095835134] in 17ms D: Zero/19 facts found by '(and (eq what 'quality-of-service') (exists when) (absent since))' in 656μs D: Found and processed 0 facts by: (and (eq what "quality-of-service") (exists when) (absent since)) D: Still 100 GitHub API quota left (>50) D: average_triage_time is here: 28989928.095835134 D: average_issue_lifetime is here: 0 D: average_review_time is here: 162000.0 D: average_build_success_rate is here: 1.0 D: average_release_interval is here: 3573.000007299 D: average_pull_rejection_rate is here: 0.5 D: average_pull_hoc_size is here: 17.0 D: average_backlog_size is here: 1.0 D: average_release_hoc_size is here: 6.0 D: Txn #3256 touched 0i/0d/0a in 4ms D: Found 1/19 fact(s) by '(and (eq what 'quality-of-service') (exists since))' in 5ms D: Found and processed 1 facts by: (and (eq what "quality-of-service") (exists since)) D: GitHub API trace is empty quality-of-service completed in 207ms 👍 The 'quality-of-service' judge 18i/17d/261a out of 19 facts in 208ms 👉 Running is-human-or-robot (#21) at judges/is-human-or-robot/ (1s363ms already)... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) GitHub user #888 (@torvalds) is not a bot, in issue-was-closed D: Txn #3432 touched 0i/0d/0a in 4ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) GitHub user #888 (@torvalds) is not a bot, in issue-was-opened D: Txn #3592 touched 0i/0d/0a in 1ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) GitHub user #422 (@torvalds) is not a bot, in issue-was-assigned D: Txn #3752 touched 0i/0d/0a in 2ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) GitHub user #888 (@torvalds) is not a bot, in who-has-name D: Txn #3912 touched 0i/0d/0a in 1ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) GitHub user #422 (@torvalds) is not a bot, in who-has-name D: Txn #4072 touched 0i/0d/0a in 1ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) GitHub user #888 (@torvalds) is not a bot, in label-was-attached D: Txn #4232 touched 0i/0d/0a in 2ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) GitHub user #526301 (@yegor256) is not a bot, in type-was-attached D: Txn #4392 touched 0i/0d/0a in 1ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) GitHub user #526301 (@yegor256) is not a bot, in type-was-attached D: Txn #4552 touched 0i/0d/0a in 1ms D: Found 8/19 fact(s) by '(and (eq where 'github') (not (exists stale)) (exists what) (exists who) (not (exists is_human)))' in 25ms D: Found and processed 8 facts by: (and (eq where "github") (not (exists stale)) (exists what) (exists who) (not (exists is_human))) D: GitHub API trace is empty is-human-or-robot completed in 27ms 👍 The 'is-human-or-robot' judge 0i/0d/8a out of 19 facts in 28ms 👉 Running add-review-comments (#22) at judges/add-review-comments/ (1s392ms already)... D: Zero/19 facts found by '(and (exists issue) (exists repository) (eq where 'github') (not (exists stale)) (or (eq what 'pull-was-reviewed') (eq what 'pull-was-merged')) (not (exists review_comments)))' in 535μs D: Found and processed 0 facts by: (and (exists issue) (exists repository) (eq where "github") (not (exists stale)) (or (eq what "pull-was-reviewed") (eq what "pull-was-merged")) (not (exists review_comments))) D: GitHub API trace is empty add-review-comments completed in 3ms 👍 The 'add-review-comments' judge made zero changes to 19 facts in 4ms 👍 23 judge(s) processed in 1s395ms Factbase exported to /tmp/rqaxwipxttgpmdsj.fb (4566 bytes, 19 facts) in 596μs The cycle 1 did 57i/37d/631a Starting cycle #2 (out of 2)... 👉 Running github-events (#0) at judges/github-events/ (1s400ms already)... D: The connection to GitHub API is mocked D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub repository "zerocracy/judges-action" has an ID: #2350 D: Found [123] (Array) by '(agg (and (eq what 'events-were-scanned') (eq where 'github') (eq repository 2350)) (first latest))' in 651μs D: Deleted 1 fact(s) out of 19 by '(and (eq what 'events-were-scanned') (eq where 'github') (eq repository 2350))' in 410μs D: Found 123 (Integer) by '(plus 0 $before)' in 109μs D: Next is #123, starting from it... D: Still 100 GitHub API quota left (>50) D: GitHub repository #2350 has a name: yegor256/test D: Starting to scan repository yegor256/test (#2350), the latest event_id was #123... D: Still 100 GitHub API quota left (>50) D: The event_id #123 (no.0) is not larger than #123, good stop in 2350 In yegor256/test, detected 0 events out of 1 scanned in 925μs D: Finished scanning yegor256/test correctly in 1ms, next time will scan until #123 D: Inserted new fact #19 in 433μs D: Set 'where' to "github" (String) D: Set 'repository' to 2350 (Integer) D: After is #123 at zerocracy/judges-action, setting the 'latest' to it D: Set 'latest' to 123 (Integer) D: Set 'what' to "events-were-scanned" (String) D: No more repos to scan (out of 1), quitting after 12ms D: Finished scanning 1 repos in 13ms: zerocracy/judges-action:1 D: GitHub API trace is empty github-events completed in 18ms 👍 The 'github-events' judge 1i/1d/7a out of 19 facts in 19ms 👉 Running issue-was-opened (#1) at judges/issue-was-opened/ (1s421ms already)... D: Zero/19 facts found by '(and (eq what 'issue-was-closed') (eq where 'github') (exists repository) (exists what) (exists issue) (not (exists stale)) (unique issue) (empty (and (eq issue $issue) (eq repository $repository) (eq where 'github') (eq what 'issue-was-opened'))))' in 1ms D: Found and processed 0 facts by: (and (eq what 'issue-was-closed') (eq where 'github') (exists repository) (exists what) (exists issue) (not (exists stale)) (unique issue) (empty (and (eq issue $issue) (eq repository $repository) (eq where 'github') (eq what 'issue-was-opened')))) D: GitHub API trace is empty issue-was-opened completed in 4ms 👍 The 'issue-was-opened' judge made zero changes to 19 facts in 5ms 👉 Running add-review-comments (#2) at judges/add-review-comments/ (1s427ms already)... D: Zero/19 facts found by '(and (exists issue) (exists repository) (eq where 'github') (not (exists stale)) (or (eq what 'pull-was-reviewed') (eq what 'pull-was-merged')) (not (exists review_comments)))' in 559μs D: Found and processed 0 facts by: (and (exists issue) (exists repository) (eq where "github") (not (exists stale)) (or (eq what "pull-was-reviewed") (eq what "pull-was-merged")) (not (exists review_comments))) D: GitHub API trace is empty add-review-comments completed in 2ms 👍 The 'add-review-comments' judge made zero changes to 19 facts in 3ms 👉 Running quantity-of-deliverables (#3) at judges/quantity-of-deliverables/ (1s432ms already)... D: Zero/19 facts found by '(and (eq what 'pmp') (eq area 'scope') (exists qod_interval))' in 79μs D: Found 1/19 fact(s) by '(and (eq what 'quantity-of-deliverables') (gt when (minus (to_time (env 'TODAY' '2025-07-22T09:56:11Z')) '7 days')))' in 546μs D: quantity-of-deliverables statistics have recently been collected, skipping now D: GitHub API trace is empty quantity-of-deliverables completed in 3ms 👍 The 'quantity-of-deliverables' judge made zero changes to 19 facts in 4ms 👉 Running pull-was-merged (#4) at judges/pull-was-merged/ (1s437ms already)... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub repository "zerocracy/judges-action" has an ID: #2350 D: Found [0] (Array) by '(agg (and (eq what 'merges-were-scanned') (eq where 'github') (eq repository 2350)) (first latest))' in 581μs D: Deleted 1 fact(s) out of 19 by '(and (eq what 'merges-were-scanned') (eq where 'github') (eq repository 2350))' in 559μs D: Zero/18 facts found by '(and (eq where 'github') (eq what 'pull-was-opened') (eq repository $repository) (gt issue $before) (empty (and (eq where $where) (eq repository $repository) (eq issue $issue) (or (eq what 'pull-was-closed') (eq what 'pull-was-merged')))))' in 129μs D: Nothing found by '(agg (and (eq where 'github') (eq what 'pull-was-opened') (eq repository $repository) (gt issue $before) (empty (and (eq where $where) (eq repository $repository) (eq issue $issue) (or (eq what 'pull-was-closed') (eq what 'pull-was-merged'))))) (min issue))' in 994μs D: Next element after #0 not suggested, re-starting from #0: (agg (and (eq where 'github') (eq what 'pull-was-opened') (eq repository $repository) (gt issue $before) (empty (and (eq where $where) (eq repository $repository) (eq issue $issue) (or (eq what 'pull-was-closed') (eq what 'pull-was-merged'))))) (min issue)) D: Inserted new fact #19 in 362μs D: Set 'where' to "github" (String) D: Set 'repository' to 2350 (Integer) D: After is #0 at zerocracy/judges-action, setting the 'latest' to it D: Set 'latest' to 0 (Integer) D: Set 'what' to "merges-were-scanned" (String) D: No more repos to scan (out of 1), quitting after 10ms D: Finished scanning 1 repos in 10ms: zerocracy/judges-action:1 D: GitHub API trace is empty pull-was-merged completed in 13ms 👍 The 'pull-was-merged' judge 1i/1d/7a out of 19 facts in 14ms 👉 Running who-has-name (#5) at judges/who-has-name/ (1s452ms already)... D: Still 100 GitHub API quota left (>50) D: Inserted new fact #20 in 261μs D: Set 'who' to 526301 (Integer) D: Set 'where' to "github" (String) D: Still 100 GitHub API quota left (>50) D: GitHub user #526301 has a name: @yegor256 D: User #526301 is actually @yegor256 D: Set 'name' to "yegor256" (String) D: Set 'details' to "yegor256" (String) D: Set 'what' to "who-has-name" (String) who-has-name: yegor256 D: Txn #4760 touched 1i/0d/0a in 5ms D: Found 1/20 fact(s) by '(and (eq where 'github') (exists who) (not (exists stale)) (unique who) (empty (and (eq who $who) (eq what 'who-has-name') (eq where $where))))' in 7ms D: Found and processed 1 facts by: (and (eq where 'github') (exists who) (not (exists stale)) (unique who) (empty (and (eq who $who) (eq what 'who-has-name') (eq where $where)))) D: Zero/20 facts found by '(and (eq what 'who-has-name') (not (exists stale)) (eq where 'github') (exists who) (lt when (minus (to_time (env 'TODAY' '2025-07-22T09:56:11Z')) '5 days')))' in 1ms D: Found and processed 0 facts by: (and (eq what 'who-has-name') (not (exists stale)) (eq where 'github') (exists who) (lt when (minus (to_time (env 'TODAY' '2025-07-22T09:56:11Z')) '5 days'))) D: GitHub API trace is empty who-has-name completed in 13ms 👍 The 'who-has-name' judge 1i/0d/8a out of 20 facts in 13ms 👉 Running dimensions-of-terrain (#6) at judges/dimensions-of-terrain/ (1s467ms already)... D: Found 1/20 fact(s) by '(and (eq what 'dimensions-of-terrain') (gt when (minus (to_time (env 'TODAY' '2025-07-22T09:56:11Z')) '1 days')))' in 781μs D: total_stars is here: 1 D: total_commits is here: 1484 D: total_active_contributors is here: 3 D: total_issues is here: 23 D: total_files is here: 7 D: total_repositories is here: 1 D: total_contributors is here: 7 D: total_releases is here: 2 D: GitHub API trace is empty dimensions-of-terrain completed in 6ms 👍 The 'dimensions-of-terrain' judge made zero changes to 20 facts in 7ms 👉 Running type-was-attached (#7) at judges/type-was-attached/ (1s475ms already)... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub repository "zerocracy/judges-action" has an ID: #2350 D: Found [0] (Array) by '(agg (and (eq what 'types-were-scanned') (eq where 'github') (eq repository 2350)) (first latest))' in 631μs D: Deleted 1 fact(s) out of 20 by '(and (eq what 'types-were-scanned') (eq where 'github') (eq repository 2350))' in 283μs D: Zero/19 facts found by '(and (eq where 'github') (eq repository $repository) (eq what 'issue-was-opened') (not (exists stale)) (gt issue $before) (empty (and (eq where 'github') (eq repository $repository) (eq issue $issue) (eq what 'type-was-attached'))))' in 1ms D: Nothing found by '(agg (and (eq where 'github') (eq repository $repository) (eq what 'issue-was-opened') (not (exists stale)) (gt issue $before) (empty (and (eq where 'github') (eq repository $repository) (eq issue $issue) (eq what 'type-was-attached')))) (min issue))' in 2ms D: Next element after #0 not suggested, re-starting from #0: (agg (and (eq where 'github') (eq repository $repository) (eq what 'issue-was-opened') (not (exists stale)) (gt issue $before) (empty (and (eq where 'github') (eq repository $repository) (eq issue $issue) (eq what 'type-was-attached')))) (min issue)) D: Inserted new fact #20 in 346μs D: Set 'where' to "github" (String) D: Set 'repository' to 2350 (Integer) D: After is #0 at zerocracy/judges-action, setting the 'latest' to it D: Set 'latest' to 0 (Integer) D: Set 'what' to "types-were-scanned" (String) D: No more repos to scan (out of 1), quitting after 11ms D: Finished scanning 1 repos in 11ms: zerocracy/judges-action:1 D: GitHub API trace is empty type-was-attached completed in 14ms 👍 The 'type-was-attached' judge 1i/1d/7a out of 20 facts in 15ms 👉 Running pull-was-opened (#8) at judges/pull-was-opened/ (1s492ms already)... D: Zero/20 facts found by '(and (eq where 'github') (exists repository) (exists what) (exists issue) (not (exists stale)) (or (eq what 'pull-was-closed') (eq what 'pull-was-merged')) (unique issue) (empty (and (eq where 'github') (eq repository $repository) (eq issue $issue) (eq what 'pull-was-opened'))))' in 1ms D: Found and processed 0 facts by: (and (eq where 'github') (exists repository) (exists what) (exists issue) (not (exists stale)) (or (eq what 'pull-was-closed') (eq what 'pull-was-merged')) (unique issue) (empty (and (eq where 'github') (eq repository $repository) (eq issue $issue) (eq what 'pull-was-opened')))) D: GitHub API trace is empty pull-was-opened completed in 4ms 👍 The 'pull-was-opened' judge made zero changes to 20 facts in 4ms 👉 Running quality-of-service (#9) at judges/quality-of-service/ (1s497ms already)... D: Zero/20 facts found by '(and (eq what 'pmp') (eq area 'quality') (exists qos_interval))' in 80μs D: Found 1/20 fact(s) by '(and (eq what 'quality-of-service') (gt when (minus (to_time (env 'TODAY' '2025-07-22T09:56:11Z')) '7 days')))' in 737μs D: quality-of-service statistics have recently been collected, skipping now D: Zero/20 facts found by '(and (eq what 'quality-of-service') (exists when) (absent since))' in 558μs D: Found and processed 0 facts by: (and (eq what "quality-of-service") (exists when) (absent since)) D: Still 100 GitHub API quota left (>50) D: average_build_success_rate is here: 1.0 D: average_issue_lifetime is here: 0 D: average_triage_time is here: 28989928.095835134 D: average_pull_hoc_size is here: 17.0 D: average_release_interval is here: 3573.000007299 D: average_release_hoc_size is here: 6.0 D: average_review_time is here: 162000.0 D: average_backlog_size is here: 1.0 D: average_pull_rejection_rate is here: 0.5 D: Txn #4968 touched 0i/0d/0a in 4ms D: Found 1/20 fact(s) by '(and (eq what 'quality-of-service') (exists since))' in 5ms D: Found and processed 1 facts by: (and (eq what "quality-of-service") (exists since)) D: GitHub API trace is empty quality-of-service completed in 12ms 👍 The 'quality-of-service' judge made zero changes to 20 facts in 13ms 👉 Running find-all-issues (#10) at judges/find-all-issues/ (1s512ms already)... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub repository "zerocracy/judges-action" has an ID: #2350 D: Found [42] (Array) by '(agg (and (eq what 'min-issue-was-found') (eq where 'github') (eq repository 2350)) (first latest))' in 382μs D: Deleted 1 fact(s) out of 20 by '(and (eq what 'min-issue-was-found') (eq where 'github') (eq repository 2350))' in 295μs D: Zero/19 facts found by '(and (eq where 'github') (eq repository $repository) (eq what 'issue-was-opened') (gt issue $before))' in 893μs D: Nothing found by '(agg (and (eq where 'github') (eq repository $repository) (eq what 'issue-was-opened') (gt issue $before)) (min issue))' in 1ms D: Next element after #42 not suggested, re-starting from #0: (agg (and (eq where 'github') (eq repository $repository) (eq what 'issue-was-opened') (gt issue $before)) (min issue)) D: Inserted new fact #20 in 361μs D: Set 'where' to "github" (String) D: Set 'repository' to 2350 (Integer) D: After is #0 at zerocracy/judges-action, setting the 'latest' to it D: Set 'latest' to 0 (Integer) D: Set 'what' to "min-issue-was-found" (String) D: No more repos to scan (out of 1), quitting after 9ms D: Finished scanning 1 repos in 10ms: zerocracy/judges-action:1 D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub repository "zerocracy/judges-action" has an ID: #2350 D: Found [0] (Array) by '(agg (and (eq what 'min-pull-was-found') (eq where 'github') (eq repository 2350)) (first latest))' in 578μs D: Deleted 1 fact(s) out of 20 by '(and (eq what 'min-pull-was-found') (eq where 'github') (eq repository 2350))' in 388μs D: Zero/19 facts found by '(and (eq where 'github') (eq repository $repository) (eq what 'pull-was-opened') (gt issue $before))' in 294μs D: Nothing found by '(agg (and (eq where 'github') (eq repository $repository) (eq what 'pull-was-opened') (gt issue $before)) (min issue))' in 1ms D: Next element after #0 not suggested, re-starting from #0: (agg (and (eq where 'github') (eq repository $repository) (eq what 'pull-was-opened') (gt issue $before)) (min issue)) D: Inserted new fact #20 in 352μs D: Set 'where' to "github" (String) D: Set 'repository' to 2350 (Integer) D: After is #0 at zerocracy/judges-action, setting the 'latest' to it D: Set 'latest' to 0 (Integer) D: Set 'what' to "min-pull-was-found" (String) D: No more repos to scan (out of 1), quitting after 9ms D: Finished scanning 1 repos in 10ms: zerocracy/judges-action:1 D: GitHub API trace is empty find-all-issues completed in 25ms 👍 The 'find-all-issues' judge 2i/2d/14a out of 20 facts in 25ms 👉 Running issue-was-assigned (#11) at judges/issue-was-assigned/ (1s538ms already)... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub repository "zerocracy/judges-action" has an ID: #2350 D: Found [0] (Array) by '(agg (and (eq what 'assignees-were-scanned') (eq where 'github') (eq repository 2350)) (first latest))' in 379μs D: Deleted 1 fact(s) out of 20 by '(and (eq what 'assignees-were-scanned') (eq where 'github') (eq repository 2350))' in 284μs D: Zero/19 facts found by '(and (eq where 'github') (eq what 'issue-was-opened') (eq repository $repository) (not (exists stale)) (gt issue $before) (empty (and (eq where $where) (eq repository $repository) (eq issue $issue) (eq what 'issue-was-assigned'))))' in 1ms D: Nothing found by '(agg (and (eq where 'github') (eq what 'issue-was-opened') (eq repository $repository) (not (exists stale)) (gt issue $before) (empty (and (eq where $where) (eq repository $repository) (eq issue $issue) (eq what 'issue-was-assigned')))) (min issue))' in 2ms D: Next element after #0 not suggested, re-starting from #0: (agg (and (eq where 'github') (eq what 'issue-was-opened') (eq repository $repository) (not (exists stale)) (gt issue $before) (empty (and (eq where $where) (eq repository $repository) (eq issue $issue) (eq what 'issue-was-assigned')))) (min issue)) D: Inserted new fact #20 in 431μs D: Set 'where' to "github" (String) D: Set 'repository' to 2350 (Integer) D: After is #0 at zerocracy/judges-action, setting the 'latest' to it D: Set 'latest' to 0 (Integer) D: Set 'what' to "assignees-were-scanned" (String) D: No more repos to scan (out of 1), quitting after 10ms D: Finished scanning 1 repos in 11ms: zerocracy/judges-action:1 D: GitHub API trace is empty issue-was-assigned completed in 13ms 👍 The 'issue-was-assigned' judge 1i/1d/7a out of 20 facts in 14ms 👉 Running fix-missing-who (#12) at judges/fix-missing-who/ (1s554ms already)... D: Zero/20 facts found by '(and (eq where 'github') (exists issue) (exists repository) (eq what 'issue-was-opened') (not (exists stale)) (not (exists who)))' in 1ms D: Found and processed 0 facts by: (and (eq where 'github') (exists issue) (exists repository) (eq what 'issue-was-opened') (not (exists stale)) (not (exists who))) D: Zero/20 facts found by '(and (eq where 'github') (exists issue) (exists repository) (eq what 'pull-was-opened') (not (exists stale)) (not (exists who)))' in 398μs D: Found and processed 0 facts by: (and (eq where 'github') (exists issue) (exists repository) (eq what 'pull-was-opened') (not (exists stale)) (not (exists who))) D: Zero/20 facts found by '(and (eq where 'github') (exists issue) (exists repository) (eq what 'issue-was-closed') (not (exists stale)) (not (exists who)))' in 863μs D: Found and processed 0 facts by: (and (eq where 'github') (exists issue) (exists repository) (eq what 'issue-was-closed') (not (exists stale)) (not (exists who))) D: Zero/20 facts found by '(and (eq where 'github') (exists issue) (exists repository) (eq what 'pull-was-closed') (not (exists stale)) (not (exists who)))' in 307μs D: Found and processed 0 facts by: (and (eq where 'github') (exists issue) (exists repository) (eq what 'pull-was-closed') (not (exists stale)) (not (exists who))) D: Zero/20 facts found by '(and (eq where 'github') (exists issue) (exists repository) (eq what 'pull-was-merged') (not (exists stale)) (not (exists who)))' in 349μs D: Found and processed 0 facts by: (and (eq where 'github') (exists issue) (exists repository) (eq what 'pull-was-merged') (not (exists stale)) (not (exists who))) D: GitHub API trace is empty fix-missing-who completed in 12ms 👍 The 'fix-missing-who' judge made zero changes to 20 facts in 12ms 👉 Running fix-missing-hoc (#13) at judges/fix-missing-hoc/ (1s568ms already)... D: Zero/20 facts found by '(and (or (eq what 'pull-was-merged') (eq what 'pull-was-closed')) (eq where 'github') (exists issue) (exists repository) (not (exists stale)) (not (exists hoc)))' in 99μs D: Found and processed 0 facts by: (and (or (eq what 'pull-was-merged') (eq what 'pull-was-closed')) (eq where 'github') (exists issue) (exists repository) (not (exists stale)) (not (exists hoc))) D: GitHub API trace is empty fix-missing-hoc completed in 5ms 👍 The 'fix-missing-hoc' judge made zero changes to 20 facts in 6ms 👉 Running who-is-alive (#14) at judges/who-is-alive/ (1s575ms already)... D: Zero/20 facts found by '(and (eq where 'github') (eq what 'who-has-name') (not (exists stale)) (exists who) (lt when (minus (to_time (env 'TODAY' '2025-07-22T09:56:11Z')) '2 days')))' in 2ms D: Found and processed 0 facts by: (and (eq where 'github') (eq what 'who-has-name') (not (exists stale)) (exists who) (lt when (minus (to_time (env 'TODAY' '2025-07-22T09:56:11Z')) '2 days'))) D: GitHub API trace is empty who-is-alive completed in 4ms 👍 The 'who-is-alive' judge made zero changes to 20 facts in 5ms 👉 Running erase-repository (#15) at judges/erase-repository/ (1s582ms already)... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub repository #2350 is found: yegor256/test in 536μs D: Txn #5216 touched 0i/0d/0a in 1ms D: Still 100 GitHub API quota left (>50) D: Txn #5384 touched 0i/0d/0a in 551μs D: Still 100 GitHub API quota left (>50) D: Txn #5552 touched 0i/0d/0a in 942μs D: Still 100 GitHub API quota left (>50) D: Txn #5720 touched 0i/0d/0a in 510μs D: Still 100 GitHub API quota left (>50) D: Txn #5888 touched 0i/0d/0a in 519μs D: Still 100 GitHub API quota left (>50) D: Txn #6056 touched 0i/0d/0a in 773μs D: Still 100 GitHub API quota left (>50) D: Txn #6224 touched 0i/0d/0a in 447μs D: Still 100 GitHub API quota left (>50) D: Txn #6392 touched 0i/0d/0a in 488μs D: Still 100 GitHub API quota left (>50) D: Txn #6560 touched 0i/0d/0a in 626μs D: Still 100 GitHub API quota left (>50) D: Txn #6728 touched 0i/0d/0a in 454μs D: Still 100 GitHub API quota left (>50) D: Txn #6896 touched 0i/0d/0a in 419μs D: Still 100 GitHub API quota left (>50) D: Txn #7064 touched 0i/0d/0a in 411μs D: Still 100 GitHub API quota left (>50) D: Txn #7232 touched 0i/0d/0a in 634μs D: Still 100 GitHub API quota left (>50) D: Txn #7400 touched 0i/0d/0a in 409μs D: Found 14/20 fact(s) by '(and (eq where 'github') (exists repository) (not (exists stale)))' in 21ms D: Found and processed 14 facts by: (and (eq where "github") (exists repository) (not (exists stale))) D: GitHub API trace is empty erase-repository completed in 23ms 👍 The 'erase-repository' judge made zero changes to 20 facts in 24ms 👉 Running fix-missing-comments (#16) at judges/fix-missing-comments/ (1s607ms already)... D: Zero/20 facts found by '(and (or (eq what 'pull-was-merged') (eq what 'pull-was-closed')) (eq where 'github') (exists issue) (exists repository) (not (exists stale)) (not (exists comments)))' in 94μs D: Found and processed 0 facts by: (and (or (eq what 'pull-was-merged') (eq what 'pull-was-closed')) (eq where 'github') (exists issue) (exists repository) (not (exists stale)) (not (exists comments))) D: GitHub API trace is empty fix-missing-comments completed in 2ms 👍 The 'fix-missing-comments' judge made zero changes to 20 facts in 3ms 👉 Running find-missing-issues (#17) at judges/find-missing-issues/ (1s611ms already)... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub repository #2350 has a name: yegor256/test D: Found 1/20 fact(s) by '(and (eq where 'github') (eq repository 2350) (exists issue) (unique issue))' in 1ms No missing issues in yegor256/test D: Found 1/20 fact(s) by '(and (eq where 'github') (exists repository) (unique repository))' in 4ms D: GitHub API trace is empty find-missing-issues completed in 6ms 👍 The 'find-missing-issues' judge made zero changes to 20 facts in 7ms 👉 Running eliminate-ghosts (#18) at judges/eliminate-ghosts/ (1s619ms already)... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub user #888 has a name: @torvalds D: User #888 is actually @torvalds D: GitHub user #888 (#1) is good: @torvalds in 1ms D: Txn #7568 touched 0i/0d/0a in 2ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub user #422 has a name: @torvalds D: User #422 is actually @torvalds D: GitHub user #422 (#2) is good: @torvalds in 1ms D: Txn #7736 touched 0i/0d/0a in 2ms D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub user #526301 has a name: @yegor256 D: User #526301 is actually @yegor256 D: GitHub user #526301 (#3) is good: @yegor256 in 1ms D: Txn #7904 touched 0i/0d/0a in 2ms D: Found 3/20 fact(s) by '(and (eq where 'github') (exists who) (unique who) (not (exists stale)))' in 10ms D: Found and processed 3 facts by: (and (eq where "github") (exists who) (unique who) (not (exists stale))) D: Zero/20 facts found by '(and (eq where 'github') (exists who) (unique who) (exists stale))' in 1ms D: Found and processed 0 facts by: (and (eq where "github") (exists who) (unique who) (exists stale)) D: GitHub API trace is empty eliminate-ghosts completed in 15ms 👍 The 'eliminate-ghosts' judge made zero changes to 20 facts in 15ms 👉 Running label-was-attached (#19) at judges/label-was-attached/ (1s636ms already)... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub repository "zerocracy/judges-action" has an ID: #2350 D: Found [0] (Array) by '(agg (and (eq what 'labels-were-scanned') (eq where 'github') (eq repository 2350)) (first latest))' in 402μs D: Deleted 1 fact(s) out of 20 by '(and (eq what 'labels-were-scanned') (eq where 'github') (eq repository 2350))' in 301μs D: Zero/19 facts found by '(and (eq where 'github') (eq repository $repository) (eq what 'issue-was-opened') (not (exists stale)) (gt issue $before) (empty (and (eq where 'github') (eq repository $repository) (eq issue $issue) (eq what 'label-was-attached'))))' in 1ms D: Nothing found by '(agg (and (eq where 'github') (eq repository $repository) (eq what 'issue-was-opened') (not (exists stale)) (gt issue $before) (empty (and (eq where 'github') (eq repository $repository) (eq issue $issue) (eq what 'label-was-attached')))) (min issue))' in 2ms D: Next element after #0 not suggested, re-starting from #0: (agg (and (eq where 'github') (eq repository $repository) (eq what 'issue-was-opened') (not (exists stale)) (gt issue $before) (empty (and (eq where 'github') (eq repository $repository) (eq issue $issue) (eq what 'label-was-attached')))) (min issue)) D: Inserted new fact #20 in 460μs D: Set 'where' to "github" (String) D: Set 'repository' to 2350 (Integer) D: After is #0 at zerocracy/judges-action, setting the 'latest' to it D: Set 'latest' to 0 (Integer) D: Set 'what' to "labels-were-scanned" (String) D: No more repos to scan (out of 1), quitting after 11ms D: Finished scanning 1 repos in 12ms: zerocracy/judges-action:1 D: GitHub API trace is empty label-was-attached completed in 14ms 👍 The 'label-was-attached' judge 1i/1d/7a out of 20 facts in 15ms 👉 Running is-human-or-robot (#20) at judges/is-human-or-robot/ (1s653ms already)... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) GitHub user #526301 (@yegor256) is not a bot, in who-has-name D: Txn #8104 touched 0i/0d/0a in 1ms D: Found 1/20 fact(s) by '(and (eq where 'github') (not (exists stale)) (exists what) (exists who) (not (exists is_human)))' in 3ms D: Found and processed 1 facts by: (and (eq where "github") (not (exists stale)) (exists what) (exists who) (not (exists is_human))) D: GitHub API trace is empty is-human-or-robot completed in 5ms 👍 The 'is-human-or-robot' judge 0i/0d/1a out of 20 facts in 6ms 👉 Running fix-missing-branch (#21) at judges/fix-missing-branch/ (1s660ms already)... D: Zero/20 facts found by '(and (eq what 'pull-was-opened') (eq where 'github') (exists issue) (exists repository) (not (exists stale)) (not (exists branch)))' in 79μs D: Found and processed 0 facts by: (and (eq what 'pull-was-opened') (eq where 'github') (exists issue) (exists repository) (not (exists stale)) (not (exists branch))) D: GitHub API trace is empty fix-missing-branch completed in 2ms 👍 The 'fix-missing-branch' judge made zero changes to 20 facts in 3ms 👉 Running issue-was-closed (#22) at judges/issue-was-closed/ (1s664ms already)... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Scanning 1 repositories: zerocracy/judges-action... D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: Still 100 GitHub API quota left (>50) D: GitHub repository "zerocracy/judges-action" has an ID: #2350 D: Found [0] (Array) by '(agg (and (eq what 'issues-were-scanned') (eq where 'github') (eq repository 2350)) (first latest))' in 388μs D: Deleted 1 fact(s) out of 20 by '(and (eq what 'issues-were-scanned') (eq where 'github') (eq repository 2350))' in 510μs D: Zero/19 facts found by '(and (eq where 'github') (eq what 'issue-was-opened') (eq repository $repository) (gt issue $before) (empty (and (eq where $where) (eq repository $repository) (eq issue $issue) (eq what 'issue-was-closed'))))' in 965μs D: Nothing found by '(agg (and (eq where 'github') (eq what 'issue-was-opened') (eq repository $repository) (gt issue $before) (empty (and (eq where $where) (eq repository $repository) (eq issue $issue) (eq what 'issue-was-closed')))) (min issue))' in 1ms D: Next element after #0 not suggested, re-starting from #0: (agg (and (eq where 'github') (eq what 'issue-was-opened') (eq repository $repository) (gt issue $before) (empty (and (eq where $where) (eq repository $repository) (eq issue $issue) (eq what 'issue-was-closed')))) (min issue)) D: Inserted new fact #20 in 368μs D: Set 'where' to "github" (String) D: Set 'repository' to 2350 (Integer) D: After is #0 at zerocracy/judges-action, setting the 'latest' to it D: Set 'latest' to 0 (Integer) D: Set 'what' to "issues-were-scanned" (String) D: No more repos to scan (out of 1), quitting after 10ms D: Finished scanning 1 repos in 11ms: zerocracy/judges-action:1 D: GitHub API trace is empty issue-was-closed completed in 13ms 👍 The 'issue-was-closed' judge 1i/1d/7a out of 20 facts in 14ms 👍 23 judge(s) processed in 280ms Factbase exported to /tmp/rqaxwipxttgpmdsj.fb (4715 bytes, 20 facts) in 819μs Too many cycles already, as set by --max-cycles=2, breaking 👍 Update completed in 2 cycle(s), did 66i/45d/696a in 1s679ms No errors added to the summary Factbase exported to /tmp/rqaxwipxttgpmdsj.fb (4908 bytes, 21 facts) in 552μs D: Command 'update' completed in 1s685ms + '[' -e '' ']' + echo 'SQLite is not used for HTTP caching because the sqlite-cache option is not set' SQLite is not used for HTTP caching because the sqlite-cache option is not set ++ 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.14.27 + '[' 0.14.27 == 0.15.0 ']' + '[' 0.14.27 == null ']' + action_version='0.15.0!0.14.27' ++ printenv INPUT_DRY-RUN ++ echo false + '[' false == true ']' ++ date +%s + bundle exec judges --echo --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/rqaxwipxttgpmdsj-vitals.html --meta=duration:4 '--meta=action_version:0.15.0!0.14.27' --token=ZRCY-00000000-0000-0000-0000-000000000000 rqaxwipxttgpmdsj /tmp/rqaxwipxttgpmdsj.fb + /usr/local/bundle/bin/judges --echo --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/rqaxwipxttgpmdsj-vitals.html --meta=duration:4 --meta=action_version:0.15.0!0.14.27 --token=ZRCY-00000000-0000-0000-0000-000000000000 rqaxwipxttgpmdsj /tmp/rqaxwipxttgpmdsj.fb D: Judges 0.51.1 D: Running 'push' command... The factbase imported from /tmp/rqaxwipxttgpmdsj.fb (4908 bytes, 21 facts) in 529μs D: GET https://api.zerocracy.com/csrf -> 200 (0.05s) D: CSRF token retrieved (109 chars) in 57ms D: POST https://api.zerocracy.com/lock/rqaxwipxttgpmdsj -> 302 (0.26s) D: Job name 'rqaxwipxttgpmdsj' locked at api.zerocracy.com in 323ms D: PUT https://api.zerocracy.com/push/rqaxwipxttgpmdsj -> 200 (1.13s) D: PUT /push/rqaxwipxttgpmdsj 200, sent 4908 bytes, no chunks D: Uploaded 4908 bytes to https://api.zerocracy.com/push/rqaxwipxttgpmdsj in 1s132ms D: Pushed 4908 bytes to api.zerocracy.com in 1s134ms D: GET https://api.zerocracy.com/csrf -> 200 (0.00s) D: CSRF token retrieved (88 chars) in 5ms D: POST https://api.zerocracy.com/unlock/rqaxwipxttgpmdsj -> 302 (0.08s) D: Job name 'rqaxwipxttgpmdsj' unlocked at api.zerocracy.com in 86ms 👍 Pushed 21 facts, job ID is true in 1s546ms D: Command 'push' completed in 1s549ms img=$(cat target/docker-image.txt) docker rmi "${img}" rm "target/docker-image.txt" Untagged: judges-action:latest Deleted: sha256:374401d4fe4cec9b2ed77ab025a583817d3d4e5ca3f2a746b6376046f9c48533 Deleted: sha256:712c573905741498ac023358dae2e8a17af732956e964d193801b4ff781bcaf2 Deleted: sha256:c706a2c0b30ebade7cbcb4fa11eaa42c4347be22df4c8dd4bd60c4504147a696 Deleted: sha256:750ea2902fe8f5e46314d5622b9e8dec524693d0f37102a5b056187f6f4573cc Deleted: sha256:9075190cb026a1caa2500a956c9138dc051073ec8e54fd108a21a5e35e92b157 Deleted: sha256:dbbc3e9d230245c8b74b23415fc57a324d93e9c9c81e89aebe62ce29fe8462df Deleted: sha256:614cfee86b3aebdf2e9bb8c2ab8bccf32b6bf6b2da1fce750726a724c0d3deba Deleted: sha256:e7caf8b14d6108c1ef4fd93ba99290835e25ba934bcedd36cf5e81abc2dbbc15 Deleted: sha256:46e6ac3df2048eb718387fe3de0f436f19627307096cd0ec964605576f698265 Deleted: sha256:9e2068b1cd9e23a9fd8977505368f6218f1d667966c6690140477c8fb0c5d3bd Deleted: sha256:e70ddd8536f4e48629e98266be8c187a631d7db9c39d744ef177b2c7a06ccd36 Deleted: sha256:7a7fdece9c50f84562e51881ba87a10034c3ff7304991fdd8a3c5f64444b4f9a Deleted: sha256:0762dc94c6d759c8b242ca7dd1029ef1735cb4a1d3135b5933ee80dcb7e97581 Deleted: sha256:34aaaca7aecfb0e890914a9ce0d24a5b3ddd85452b752febcb116d13e7f4339c Deleted: sha256:9cd713dfa3512abbd3d2b6d85e93f383af5edfc183d34575981a9373e4294941 Deleted: sha256:98f059a75bfbcfe224696e56342bf2ad4b4c7a3775ed98efd61df664e015c9a9 Deleted: sha256:b9d18941d8efe3abd88315ee76e741e0af5a7edf30061bbc5b35dadeed08005c Deleted: sha256:f484f2abccdc9c64be657f34050f4fecb477a0aaf9166f91f4a97c1c34315c20 Deleted: sha256:26fac7b7599a8597409dfc854e0a5ace12785b28d695fe600d429db397c1f4e5 Deleted: sha256:f69bc8f9b4bb7e2d776ba92934591f882feb09e999cecfd6b15fde28b11650d6 e1=$(cat target/test.exit) test "${e1}" = "0" e2=$(cat target/entry.exit) test "${e2}" = "0" ./makes/entries.sh 👍🏻 passes-github-token.sh passed 👍🏻 passes-options.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 123.8MB Step 1/13 : FROM ruby:3.4 ---> 313cb9dda2ff Step 2/13 : LABEL "repository"="https://github.com/zerocracy/judges-action" ---> Running in cefac32a43eb ---> Removed intermediate container cefac32a43eb ---> 384ede76ec73 Step 3/13 : LABEL "maintainer"="Yegor Bugayenko" ---> Running in 608d0d66bb70 ---> Removed intermediate container 608d0d66bb70 ---> 4df43208dad7 Step 4/13 : LABEL "version"="0.15.0" ---> Running in b229af87cf6d ---> Removed intermediate container b229af87cf6d ---> 588d39bde893 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 e01f1b19fa35 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 [48.0 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 [756 B] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [272 kB] Fetched 9320 kB in 2s (6068 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 0 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 (17.4 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 e01f1b19fa35 ---> e302681aea36 Step 6/13 : WORKDIR /action ---> Running in 61bd294d055f ---> Removed intermediate container 61bd294d055f ---> 8d526251cac1 Step 7/13 : COPY Gemfile /action ---> fdd528864072 Step 8/13 : COPY Gemfile.lock /action ---> f67b764503b8 Step 9/13 : RUN bundle update --gemfile=/action/Gemfile ---> Running in 6e4654016b4c 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.1.0 Installing elapsed 0.1.0 Fetching net-http 0.6.0 Installing net-http 0.6.0 Fetching faraday-net_http 3.4.1 Installing faraday-net_http 3.4.1 Fetching json 2.13.0 Installing json 2.13.0 with native extensions Fetching faraday 2.13.3 (was 2.13.2) Installing faraday 2.13.3 (was 2.13.2) 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.1 Installing faraday-multipart 1.1.1 Fetching faraday-retry 2.3.2 Installing faraday-retry 2.3.2 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.9.11 Installing baza.rb 0.9.11 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.1.0 Installing decoor 0.1.0 Fetching docile 1.4.1 Installing docile 1.4.1 Fetching ellipsized 0.3.0 Installing ellipsized 0.3.0 Fetching nokogiri 1.18.9 (x86_64-linux-gnu) Installing nokogiri 1.18.9 (x86_64-linux-gnu) Fetching others 0.1.1 Installing others 0.1.1 Fetching yaml 0.4.0 Installing yaml 0.4.0 Fetching factbase 0.13.0 Installing factbase 0.13.0 Fetching filesize 0.2.0 Installing filesize 0.2.0 Fetching fiber-storage 1.0.1 Installing fiber-storage 1.0.1 Fetching graphql 2.5.11 Installing graphql 2.5.11 Fetching graphql-client 0.26.0 Installing graphql-client 0.26.0 Fetching intercepted 0.2.0 Installing intercepted 0.2.0 Fetching joined 0.4.0 Installing joined 0.4.0 Fetching ostruct 0.6.3 Installing ostruct 0.6.3 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.51.1 Installing judges 0.51.1 Fetching strscan 3.1.5 Installing strscan 3.1.5 with native extensions Fetching liquid 5.8.7 Installing liquid 5.8.7 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.7.3 (x86_64-linux-gnu) Installing sqlite3 2.7.3 (x86_64-linux-gnu) Fetching verbose 0.0.2 Installing verbose 0.0.2 Fetching fbe 0.25.1 Installing fbe 0.25.1 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 online 0.0.1 Installing online 0.0.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.46.0 Installing rubocop-ast 1.46.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.78.0 Installing rubocop 1.78.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.2 Installing simplecov-html 0.13.2 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 3.0.0 Installing simplecov-cobertura 3.0.0 Fetching webmock 3.25.1 Installing webmock 3.25.1 Bundle updated! ---> Removed intermediate container 6e4654016b4c ---> 808b8ca96167 Step 10/13 : COPY judges /action/judges ---> 3cc589fc8608 Step 11/13 : COPY lib /action/lib ---> 15503bcbcd62 Step 12/13 : COPY entry.sh /action ---> 7985e13b1e63 Step 13/13 : ENTRYPOINT ["/action/entry.sh", "/action"] ---> Running in 585ef21e2bb0 ---> Removed intermediate container 585ef21e2bb0 ---> d3d29974998f Successfully built d3d29974998f Successfully tagged yegor256/judges-action:0.15.0 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 123.8MB Step 1/13 : FROM ruby:3.4 ---> 313cb9dda2ff Step 2/13 : LABEL "repository"="https://github.com/zerocracy/judges-action" ---> Using cache ---> 384ede76ec73 Step 3/13 : LABEL "maintainer"="Yegor Bugayenko" ---> Using cache ---> 4df43208dad7 Step 4/13 : LABEL "version"="0.15.0" ---> Using cache ---> 588d39bde893 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 ---> e302681aea36 Step 6/13 : WORKDIR /action ---> Using cache ---> 8d526251cac1 Step 7/13 : COPY Gemfile /action ---> Using cache ---> fdd528864072 Step 8/13 : COPY Gemfile.lock /action ---> Using cache ---> f67b764503b8 Step 9/13 : RUN bundle update --gemfile=/action/Gemfile ---> Using cache ---> 808b8ca96167 Step 10/13 : COPY judges /action/judges ---> Using cache ---> 3cc589fc8608 Step 11/13 : COPY lib /action/lib ---> Using cache ---> 15503bcbcd62 Step 12/13 : COPY entry.sh /action ---> Using cache ---> 7985e13b1e63 Step 13/13 : ENTRYPOINT ["/action/entry.sh", "/action"] ---> Using cache ---> d3d29974998f Successfully built d3d29974998f 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] 1B1af7374cda: Preparing 1B859c8a12f7: Preparing 1Bf97b6022a4: Preparing 1Bb31155ced7: Preparing 1B31f0934c57: Preparing 1B2f64c19f45: Preparing 1Bec78e19c6e: Preparing 1B750302595d: Preparing 1B8af12f45de: Preparing 1B40ce6fbbbc: Preparing 1B5ffd7b3ccb: Preparing 1B90aaaeb596: Preparing 1Bb908787288: Preparing 1Bc8aca21338: Preparing 12B0.15.0:ddigest:esha256:33942dcb1389510926e8ee8cbf8a379ba6517ff07a562f5eea3970d6d4ee35ae size: 3461 The push refers to repository [docker.io/yegor256/judges-action] 1B1af7374cda: Preparing 1B859c8a12f7: Preparing 1Bf97b6022a4: Preparing 1Bb31155ced7: Preparing 1B31f0934c57: Preparing 1B2f64c19f45: Preparing 1Bec78e19c6e: Preparing 1B750302595d: Preparing 1B8af12f45de: Preparing 1B40ce6fbbbc: Preparing 1B5ffd7b3ccb: Preparing 1B90aaaeb596: Preparing 1Bb908787288: Preparing 1Bc8aca21338: Preparing 1Blatest:1digest:esha256:33942dcb1389510926e8ee8cbf8a379ba6517ff07a562f5eea3970d6d4ee35ae 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.15.0 -m '0.15.0: tagged by rultor.com' + git reset --hard HEAD is now at 074e6fbff version set to 0.15.0 + 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 074e6fbff). + git push --all origin Everything up-to-date + git push --tags origin To github.com:zerocracy/judges-action.git * [new tag] 0.15.0 -> 0.15.0 container b4e3c7edac35f69639adce641ba9f8357811a8fef0481c40e6dd6a8e69f4f535 is dead Tue Jul 22 09:59:02 UTC 2025