++ dirname ./run.sh
+ cd .
+ echo 2339
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Sat Jul 4 05:08:21 UTC 2026
+ uptime
05:08:21 up 34 min, 0 users, load average: 0.00, 0.00, 0.03
+ ff=default
+ image=yegor256/java
+ rebase=false
+ head_branch=master
+ pull_title='Update DavidAnson/markdownlint-cli2-action action to v24'
+ author=yegor256
+ directory=
+ head=git@github.com:jcabi/jcabi.git
+ pull_id=573
+ fork=git@github.com:jcabi/jcabi.git
+ fork_branch=renovate/davidanson-markdownlint-cli2-action-24.x
+ squash=false
+ vars=('--env=head=git@github.com:jcabi/jcabi.git' '--env=pull_id=573' '--env=fork=git@github.com:jcabi/jcabi.git' '--env=fork_branch=renovate/davidanson-markdownlint-cli2-action-24.x' '--env=head_branch=master' '--env=pull_title=Update DavidAnson/markdownlint-cli2-action action to v24' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:jcabi/jcabi.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=573'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:jcabi/jcabi.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/davidanson-markdownlint-cli2-action-24.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update DavidAnson/markdownlint-cli2-action action to v24'\''\'\'''\'''\'' '\'';'\'' '\''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=573'\''' ';' 'export '\''fork=git@github.com:jcabi/jcabi.git'\''' ';' 'export '\''fork_branch=renovate/davidanson-markdownlint-cli2-action-24.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update DavidAnson/markdownlint-cli2-action action to v24'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd --file=/dev/null' ';' 'mvn clean install -ntp -Pqulice --errors --batch-mode' ';')
+ container=jcabi_jcabi_573
+ as_root=false
+ set -e -o pipefail
+ hostname
ip-172-31-23-130
+ pwd
/tmp/rultor-rmlU
+ 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=573'\''' ';' 'export '\''fork=git@github.com:jcabi/jcabi.git'\''' ';' 'export '\''fork_branch=renovate/davidanson-markdownlint-cli2-action-24.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update DavidAnson/markdownlint-cli2-action action to v24'\''' ';' '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/crate-ci-typos-1.x -> fork/renovate/crate-ci-typos-1.x
* [new branch] renovate/davidanson-markdownlint-cli2-action-24.x -> fork/renovate/davidanson-markdownlint-cli2-action-24.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/davidanson-markdownlint-cli2-action-24.x
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/davidanson-markdownlint-cli2-action-24.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 DavidAnson/markdownlint-cli2-action action to v24' --ff __rultor
Updating b29205345..4ff28f69b
Fast-forward (no commit created; -m option ignored)
.github/workflows/markdown-lint.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
+ git log -1 --show-signature
commit 4ff28f69bb74dfdb064593df82d45b1265466a09
gpg: Signature made Sat Jul 4 00:55:53 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: Sat Jul 4 00:55:53 2026 +0000
Update DavidAnson/markdownlint-cli2-action action to v24
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.32
++ bc
++ echo 0.32 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.32, low enough to run a new Docker container'
load average is 0.32, 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
de39015cb2a0: Pulling fs layer
c5d1f12c356a: Pulling fs layer
e9b75b04736a: Pulling fs layer
74aacb7acb4e: Pulling fs layer
b343964c14ed: Pulling fs layer
2da5d65999c3: Pulling fs layer
f8ae7b3bd9d2: Pulling fs layer
62bf76adc5c1: Pulling fs layer
6f3edb78ee5d: Pulling fs layer
de39015cb2a0: Waiting
c5d1f12c356a: Waiting
e9b75b04736a: Waiting
74aacb7acb4e: Waiting
b343964c14ed: Waiting
2da5d65999c3: Waiting
f8ae7b3bd9d2: Waiting
62bf76adc5c1: Waiting
6f3edb78ee5d: Waiting
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
50778be6ae7c: Verifying Checksum
50778be6ae7c: Download complete
cb259a83ac3d: Verifying Checksum
cb259a83ac3d: Download complete
e9b75b04736a: Verifying Checksum
e9b75b04736a: Download complete
74aacb7acb4e: Verifying Checksum
74aacb7acb4e: Download complete
b343964c14ed: Verifying Checksum
b343964c14ed: Download complete
2da5d65999c3: Verifying Checksum
2da5d65999c3: Download complete
de39015cb2a0: Verifying Checksum
de39015cb2a0: Download complete
c5d1f12c356a: Verifying Checksum
c5d1f12c356a: Download complete
62bf76adc5c1: Verifying Checksum
62bf76adc5c1: Download complete
cb259a83ac3d: Pull complete
f8ae7b3bd9d2: Verifying Checksum
f8ae7b3bd9d2: Download complete
4f4fb700ef54: Pull complete
6f3edb78ee5d: Verifying Checksum
6f3edb78ee5d: Download complete
50778be6ae7c: Pull complete
de39015cb2a0: Pull complete
c5d1f12c356a: Pull complete
e9b75b04736a: Pull complete
74aacb7acb4e: Pull complete
b343964c14ed: Pull complete
2da5d65999c3: Pull complete
f8ae7b3bd9d2: Pull complete
62bf76adc5c1: Pull complete
6f3edb78ee5d: Pull complete
Digest: sha256:321ee930e2e2723cfabc943101c63a26019e88bb50a6a98690958ec3649391bc
Status: Downloaded newer image for yegor256/java:latest
docker.io/yegor256/java:latest
+ grep --quiet '\sjcabi_jcabi_573\s*$'
+ docker ps --filter=status=exited
+ ls -al .
total 60
drwx------ 3 ubuntu ubuntu 4096 Jul 4 05:13 .
drwxrwxrwt 12 root root 4096 Jul 4 05:13 ..
-rwxrwxr-x 1 ubuntu ubuntu 666 Jul 4 05:08 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 498 Jul 4 05:13 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 5 Jul 4 05:08 pid
-rw-rw-r-- 1 ubuntu ubuntu 1192 Jul 4 05:08 pubring.gpg
drwxrwxr-x 6 ubuntu ubuntu 4096 Jul 4 05:13 repo
-rwxrwxr-x 1 ubuntu ubuntu 6619 Jul 4 05:08 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 592 Jul 4 05:13 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 2570 Jul 4 05:08 secring.gpg
-rw-rw-r-- 1 ubuntu ubuntu 4430 Jul 4 05:08 settings.xml
-rw-rw-r-- 1 ubuntu ubuntu 7896 Jul 4 05:14 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-rmlU:/main --env=head=git@github.com:jcabi/jcabi.git --env=pull_id=573 --env=fork=git@github.com:jcabi/jcabi.git --env=fork_branch=renovate/davidanson-markdownlint-cli2-action-24.x --env=head_branch=master '--env=pull_title=Update DavidAnson/markdownlint-cli2-action action to v24' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:jcabi/jcabi.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=573'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:jcabi/jcabi.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/davidanson-markdownlint-cli2-action-24.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update DavidAnson/markdownlint-cli2-action action to v24'\''\'\'''\'''\'' '\'';'\'' '\''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-rmlU/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=jcabi_jcabi_573 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=573' ; export 'fork=git@github.com:jcabi/jcabi.git' ; export 'fork_branch=renovate/davidanson-markdownlint-cli2-action-24.x' ; export 'head_branch=master' ; export 'pull_title=Update DavidAnson/markdownlint-cli2-action action to v24' ; 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: 4ff28f6 at timestamp: 2026-07-04T05:14:43
[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 9s
[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: 36.711 s
[INFO] Finished at: 2026-07-04T05:15:02Z
[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
b29205345..4ff28f69b master -> master
container fc9718eda77b4f65e93709d99b183618ad34deb8eac3fa02899e3c3e00d3bb6d is dead
Sat Jul 4 05:53:12 UTC 2026