rultor.com logo This build log was produced by rultor.com for jcabi/jcabi#570
++ dirname ./run.sh
+ cd .
+ echo 2356
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Fri Jun 19 05:38:32 UTC 2026
+ uptime
 05:38:32 up  1:10,  0 users,  load average: 0.06, 0.01, 0.00
+ ff=default
+ image=yegor256/java
+ rebase=false
+ head_branch=master
+ pull_title='Update actions/checkout action to v7'
+ author=yegor256
+ directory=
+ head=git@github.com:jcabi/jcabi.git
+ pull_id=570
+ fork=git@github.com:jcabi/jcabi.git
+ fork_branch=renovate/actions-checkout-7.x
+ squash=false
+ vars=('--env=head=git@github.com:jcabi/jcabi.git' '--env=pull_id=570' '--env=fork=git@github.com:jcabi/jcabi.git' '--env=fork_branch=renovate/actions-checkout-7.x' '--env=head_branch=master' '--env=pull_title=Update actions/checkout action to v7' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:jcabi/jcabi.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=570'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:jcabi/jcabi.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/actions-checkout-7.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update actions/checkout action to v7'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''mvn clean install -ntp -Pqulice --errors --batch-mode'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:jcabi/jcabi.git'\''' ';' 'export '\''pull_id=570'\''' ';' 'export '\''fork=git@github.com:jcabi/jcabi.git'\''' ';' 'export '\''fork_branch=renovate/actions-checkout-7.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update actions/checkout action to v7'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd --file=/dev/null' ';' 'mvn clean install -ntp -Pqulice --errors --batch-mode' ';')
+ container=jcabi_jcabi_570
+ as_root=false
+ set -e -o pipefail
+ hostname
ip-172-31-19-43
+ pwd
/tmp/rultor-1emO
+ 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 --recurse-submodules git@github.com:jcabi/jcabi.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:jcabi/jcabi.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:jcabi/jcabi.git'\''' ';' 'export '\''pull_id=570'\''' ';' 'export '\''fork=git@github.com:jcabi/jcabi.git'\''' ';' 'export '\''fork_branch=renovate/actions-checkout-7.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update actions/checkout action to v7'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd --file=/dev/null' ';' 'mvn clean install -ntp -Pqulice --errors --batch-mode' ';'
+ sensitive=()
+ set -ex -o pipefail
+ cd repo
+ git remote add fork git@github.com:jcabi/jcabi.git
+ git remote update
Fetching origin
Fetching fork
From github.com:jcabi/jcabi
 * [new branch]          132        -> fork/132
 * [new branch]          dependabot/maven/org.apache.felix-maven-bundle-plugin-5.1.1 -> fork/dependabot/maven/org.apache.felix-maven-bundle-plugin-5.1.1
 * [new branch]          gh-pages   -> fork/gh-pages
 * [new branch]          issue40    -> fork/issue40
 * [new branch]          master     -> fork/master
 * [new branch]          renovate/actions-checkout-7.x -> fork/renovate/actions-checkout-7.x
+ args=()
+ '[' default == default ']'
+ args+=(--ff)
+ '[' default == no ']'
+ '[' default == only ']'
+ '[' false == true ']'
+ BRANCH=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ export BRANCH
+ git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
+ git checkout -B __rultor fork/renovate/actions-checkout-7.x
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/actions-checkout-7.x' from 'fork'.
+ git checkout -B master origin/master
Switched to and reset branch 'master'
Branch 'master' set up to track remote branch 'master' from 'origin'.
Your branch is up to date with 'origin/master'.
+ '[' false == true ']'
+ KEY=3FD3FA7E9AF0FA4C
+ git merge --gpg-sign=3FD3FA7E9AF0FA4C --no-edit -m 'Update actions/checkout action to v7' --ff __rultor
Updating a7c0033fb..a296bedb7
Fast-forward (no commit created; -m option ignored)
 .github/workflows/actionlint.yml    | 2 +-
 .github/workflows/copyrights.yml    | 2 +-
 .github/workflows/markdown-lint.yml | 2 +-
 .github/workflows/mvn.yml           | 2 +-
 .github/workflows/pdd.yml           | 2 +-
 .github/workflows/reuse.yml         | 2 +-
 .github/workflows/typos.yml         | 2 +-
 .github/workflows/xcop.yml          | 2 +-
 .github/workflows/yamllint.yml      | 2 +-
 .github/workflows/zerocracy.yml     | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)
+ git log -1 --show-signature
commit a296bedb7c7b07f3e9722b4523d46cfbf393e13c
gpg: Signature made Thu Jun 18 17:57:05 2026 UTC
gpg:                using RSA key B5690EEEBB952194
gpg: Can't check signature: No public key
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Thu Jun 18 17:57:05 2026 +0000

    Update actions/checkout action to v7
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.27
++ bc
++ echo 0.27 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.27, low enough to run a new Docker container'
load average is 0.27, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/java
+ docker pull yegor256/java
Using default tag: latest
latest: Pulling from yegor256/java
cb259a83ac3d: Pulling fs layer
4f4fb700ef54: Pulling fs layer
50778be6ae7c: Pulling fs layer
c64f1ad49f2f: Pulling fs layer
2dae3dae39d6: Pulling fs layer
e9b75b04736a: Pulling fs layer
ffabbf0a356d: Pulling fs layer
2c5be3bfa100: Pulling fs layer
d56d0b1279fa: Pulling fs layer
05c988d9beab: Pulling fs layer
288f94e84c26: Pulling fs layer
720c246cd161: Pulling fs layer
c64f1ad49f2f: Waiting
2dae3dae39d6: Waiting
e9b75b04736a: Waiting
ffabbf0a356d: Waiting
2c5be3bfa100: Waiting
d56d0b1279fa: Waiting
05c988d9beab: Waiting
288f94e84c26: Waiting
720c246cd161: Waiting
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
cb259a83ac3d: Verifying Checksum
cb259a83ac3d: Download complete
50778be6ae7c: Verifying Checksum
50778be6ae7c: Download complete
e9b75b04736a: Verifying Checksum
e9b75b04736a: Download complete
ffabbf0a356d: Verifying Checksum
ffabbf0a356d: Download complete
2c5be3bfa100: Verifying Checksum
2c5be3bfa100: Download complete
d56d0b1279fa: Verifying Checksum
d56d0b1279fa: Download complete
c64f1ad49f2f: Verifying Checksum
c64f1ad49f2f: Download complete
2dae3dae39d6: Verifying Checksum
2dae3dae39d6: Download complete
288f94e84c26: Verifying Checksum
288f94e84c26: Download complete
05c988d9beab: Verifying Checksum
05c988d9beab: Download complete
cb259a83ac3d: Pull complete
4f4fb700ef54: Pull complete
720c246cd161: Verifying Checksum
720c246cd161: Download complete
50778be6ae7c: Pull complete
c64f1ad49f2f: Pull complete
2dae3dae39d6: Pull complete
e9b75b04736a: Pull complete
ffabbf0a356d: Pull complete
2c5be3bfa100: Pull complete
d56d0b1279fa: Pull complete
05c988d9beab: Pull complete
288f94e84c26: Pull complete
720c246cd161: Pull complete
Digest: sha256:48251ad0bf6570f2c684845ca94e1130eae205f7ba50e4a259362abfebc6cc6c
Status: Downloaded newer image for yegor256/java:latest
docker.io/yegor256/java:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sjcabi_jcabi_570\s*$'
+ ls -al .
total 60
drwx------  3 ubuntu ubuntu 4096 Jun 19 05:42 .
drwxrwxrwt 12 root   root   4096 Jun 19 05:43 ..
-rwxrwxr-x  1 ubuntu ubuntu  666 Jun 19 05:38 end.sh
-rwxrwxr-x  1 ubuntu ubuntu  498 Jun 19 05:42 entry.sh
-rw-rw-r--  1 ubuntu ubuntu    5 Jun 19 05:38 pid
-rw-rw-r--  1 ubuntu ubuntu 1192 Jun 19 05:38 pubring.gpg
drwxrwxr-x  6 ubuntu ubuntu 4096 Jun 19 05:42 repo
-rwxrwxr-x  1 ubuntu ubuntu 6459 Jun 19 05:38 run.sh
-rw-rw-r--  1 ubuntu ubuntu  552 Jun 19 05:42 script.sh
-rw-rw-r--  1 ubuntu ubuntu 2570 Jun 19 05:38 secring.gpg
-rw-rw-r--  1 ubuntu ubuntu 4430 Jun 19 05:38 settings.xml
-rw-rw-r--  1 ubuntu ubuntu 7888 Jun 19 05:43 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-1emO:/main --env=head=git@github.com:jcabi/jcabi.git --env=pull_id=570 --env=fork=git@github.com:jcabi/jcabi.git --env=fork_branch=renovate/actions-checkout-7.x --env=head_branch=master '--env=pull_title=Update actions/checkout action to v7' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:jcabi/jcabi.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=570'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:jcabi/jcabi.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/actions-checkout-7.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update actions/checkout action to v7'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''mvn clean install -ntp -Pqulice --errors --batch-mode'\'' '\'';'\'' )' --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-1emO/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=jcabi_jcabi_570 yegor256/java /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 ubuntu r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-journal r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-network r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G messagebus 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 polkitd 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 docker 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/.gradle /root/.m2 /root/.profile /root/.ssh /root/.wget-hsts /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./pubring.gpg ./repo ./run.sh ./script.sh ./secring.gpg ./settings.xml ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ cat /home/r/script.sh
#!/usr/bin/env 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:jcabi/jcabi.git' ; export 'pull_id=570' ; export 'fork=git@github.com:jcabi/jcabi.git' ; export 'fork_branch=renovate/actions-checkout-7.x' ; export 'head_branch=master' ; export 'pull_title=Update actions/checkout action to v7' ; export 'author=yegor256' ; pdd --file=/dev/null ; mvn clean install -ntp -Pqulice --errors --batch-mode ;
+ su --login r --command /home/r/script.sh
/usr/local/bundle/gems/pdd-0.23.1/lib/pdd/sources.rb:90: warning: undefining the allocator of T_DATA class FileMagic
0m0m[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] --------------------------< com.jcabi:jcabi >---------------------------
[INFO] Building jcabi 2.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- clean:3.5.0:clean (default-clean) @ jcabi ---
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-maven) @ jcabi ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-deps) @ jcabi ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed
[INFO]
[INFO] --- buildnumber:3.3.0:create (jcabi-build-number) @ jcabi ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Storing buildNumber: a296bed at timestamp: 2026-06-19T05:44:04
[INFO] Storing scmBranch: master
[INFO]
[INFO] --- buildnumber:3.3.0:create-timestamp (jcabi-build-number) @ jcabi ---
[INFO] Skipping because we are not in root module.
[INFO]
[INFO] --- assembly:3.8.0:single (assemble-all) @ jcabi ---
[WARNING] Cannot include project artifact: com.jcabi:jcabi:pom:2.0-SNAPSHOT; it doesn't have an associated file or directory.
[INFO] Building jar: /home/r/repo/target/jcabi-2.0-SNAPSHOT-jar-with-dependencies.jar
[INFO]
[INFO] --- qulice:0.26.0:check (jcabi-qulice-check) @ jcabi ---
[WARNING] No files to analyze. Check input paths and exclude parameters, use --debug to see file collection traces.
[INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:3.1.0:enforce...
[INFO] Calling org.basepom.maven:duplicate-finder-maven-plugin:2.0.1:check...
[INFO] Ignoring POM project!
[INFO] No dependency analysis in this project
[INFO] Qulice quality check completed in 8s
[INFO]
[INFO] --- install:3.1.4:install (default-install) @ jcabi ---
[INFO] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/com/jcabi/jcabi/2.0-SNAPSHOT/jcabi-2.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/target/jcabi-2.0-SNAPSHOT-jar-with-dependencies.jar to /home/r/.m2/repository/com/jcabi/jcabi/2.0-SNAPSHOT/jcabi-2.0-SNAPSHOT-jar-with-dependencies.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  33.158 s
[INFO] Finished at: 2026-06-19T05:44:19Z
[INFO] ------------------------------------------------------------------------
0m0m+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git push origin master
To github.com:jcabi/jcabi.git
   a7c0033fb..a296bedb7  master -> master
container c3f023620716d6352f7f51479fc491a8c951dc48fee822ed4fa20106d8709615 is dead
Fri Jun 19 06:22:08 UTC 2026