++ dirname ./run.sh
+ cd .
+ echo 1296
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Tue Oct 28 13:11:08 UTC 2025
+ uptime
13:11:08 up 1 min, 0 users, load average: 1.17, 0.36, 0.13
+ head=git@github.com:yegor256/drops.git
+ ff=default
+ image=yegor256/rultor-image:1.24.0
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.3.2
+ vars=('--env=head=git@github.com:yegor256/drops.git' '--env=tag=0.3.2' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/drops.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.3.2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''npm install --no-color'\'' '\'';'\'' '\''`# Change proper version for all necessary filers`'\'' '\'';'\'' '\''npm version "${tag}"'\'' '\'';'\'' '\''`# Perform build`'\'' '\'';'\'' '\''git rm -rf dist/ --ignore-unmatch'\'' '\'';'\'' '\''npm test --no-color'\'' '\'';'\'' '\''`# Current branch is __rultor`'\'' '\'';'\'' '\''`# Add built files to git and commit`'\'' '\'';'\'' '\''git add -f dist/drops-${tag}.min.css'\'' '\'';'\'' '\''git add -f dist/drops-${tag}.min.css.map'\'' '\'';'\'' '\''git commit -am "Added CSS files for ${tag}"'\'' '\'';'\'' '\''`# We'\''\'\'''\''ll gonna need these files later...`'\'' '\'';'\'' '\''mv dist/drops-${tag}.min.css /tmp'\'' '\'';'\'' '\''`# Checkout to gh-pages and reset any modifications`'\'' '\'';'\'' '\''branch=$(git rev-parse --abbrev-ref HEAD)'\'' '\'';'\'' '\''git checkout gh-pages'\'' '\'';'\'' '\''git reset --hard'\'' '\'';'\'' '\''sudo /bin/bash -c "cd '\''\'\'''\''$(pwd)'\''\'\'''\''; git clean -fd"'\'' '\'';'\'' '\''`# Add the current, minified css file to the gh-pages branch`'\'' '\'';'\'' '\''mv /tmp/drops-${tag}.min.css .'\'' '\'';'\'' '\''cp drops-${tag}.min.css drops.min.css'\'' '\'';'\'' '\''git add drops-${tag}.min.css'\'' '\'';'\'' '\''git add drops.min.css'\'' '\'';'\'' '\''`# Commit and change the branch to master`'\'' '\'';'\'' '\''git commit --allow-empty -am "${tag}"'\'' '\'';'\'' '\''git checkout "${branch}"'\'' '\'';'\'' '\''`# Deploy to NPMJS`'\'' '\'';'\'' '\''chmod 600 ../npmrc'\'' '\'';'\'' '\''npm publish --no-color --userconfig=../npmrc'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:yegor256/drops.git'\''' ';' 'export '\''tag=0.3.2'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'npm install --no-color' ';' '`# Change proper version for all necessary filers`' ';' 'npm version "${tag}"' ';' '`# Perform build`' ';' 'git rm -rf dist/ --ignore-unmatch' ';' 'npm test --no-color' ';' '`# Current branch is __rultor`' ';' '`# Add built files to git and commit`' ';' 'git add -f dist/drops-${tag}.min.css' ';' 'git add -f dist/drops-${tag}.min.css.map' ';' 'git commit -am "Added CSS files for ${tag}"' ';' '`# We'\''ll gonna need these files later...`' ';' 'mv dist/drops-${tag}.min.css /tmp' ';' '`# Checkout to gh-pages and reset any modifications`' ';' 'branch=$(git rev-parse --abbrev-ref HEAD)' ';' 'git checkout gh-pages' ';' 'git reset --hard' ';' 'sudo /bin/bash -c "cd '\''$(pwd)'\''; git clean -fd"' ';' '`# Add the current, minified css file to the gh-pages branch`' ';' 'mv /tmp/drops-${tag}.min.css .' ';' 'cp drops-${tag}.min.css drops.min.css' ';' 'git add drops-${tag}.min.css' ';' 'git add drops.min.css' ';' '`# Commit and change the branch to master`' ';' 'git commit --allow-empty -am "${tag}"' ';' 'git checkout "${branch}"' ';' '`# Deploy to NPMJS`' ';' 'chmod 600 ../npmrc' ';' 'npm publish --no-color --userconfig=../npmrc' ';')
+ directory=
+ container=yegor256_drops_63
+ as_root=false
+ set -e -o pipefail
+ hostname
ip-172-31-29-240
+ pwd
/tmp/rultor-Ig9z
+ 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:yegor256/drops.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:yegor256/drops.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:yegor256/drops.git'\''' ';' 'export '\''tag=0.3.2'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'npm install --no-color' ';' '`# Change proper version for all necessary filers`' ';' 'npm version "${tag}"' ';' '`# Perform build`' ';' 'git rm -rf dist/ --ignore-unmatch' ';' 'npm test --no-color' ';' '`# Current branch is __rultor`' ';' '`# Add built files to git and commit`' ';' 'git add -f dist/drops-${tag}.min.css' ';' 'git add -f dist/drops-${tag}.min.css.map' ';' 'git commit -am "Added CSS files for ${tag}"' ';' '`# We'\''ll gonna need these files later...`' ';' 'mv dist/drops-${tag}.min.css /tmp' ';' '`# Checkout to gh-pages and reset any modifications`' ';' 'branch=$(git rev-parse --abbrev-ref HEAD)' ';' 'git checkout gh-pages' ';' 'git reset --hard' ';' 'sudo /bin/bash -c "cd '\''$(pwd)'\''; git clean -fd"' ';' '`# Add the current, minified css file to the gh-pages branch`' ';' 'mv /tmp/drops-${tag}.min.css .' ';' 'cp drops-${tag}.min.css drops.min.css' ';' 'git add drops-${tag}.min.css' ';' 'git add drops.min.css' ';' '`# Commit and change the branch to master`' ';' 'git commit --allow-empty -am "${tag}"' ';' 'git checkout "${branch}"' ';' '`# Deploy to NPMJS`' ';' 'chmod 600 ../npmrc' ';' 'npm publish --no-color --userconfig=../npmrc' ';'
+ sensitive=()
+ set -ex -o pipefail
+ '[' -z 0.3.2 ']'
+ [[ 0.3.2 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.3.2"'
tag name is valid: "0.3.2"
+ cd repo
++ git tag -l 0.3.2
+ '[' -n '' ']'
+ BRANCH_NAME=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ export BRANCH_NAME
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.14
++ bc
++ echo 0.14 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.14, low enough to run a new Docker container'
load average is 0.14, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.24.0
+ docker pull yegor256/rultor-image:1.24.0
1.24.0: Pulling from yegor256/rultor-image
9cb31e2e37ea: Pulling fs layer
6fdf9d57c770: Pulling fs layer
b1b8e573ea09: Pulling fs layer
d98471df16b3: Pulling fs layer
d91bad0881f6: Pulling fs layer
0989603b9c78: Pulling fs layer
be0e4fe934ac: Pulling fs layer
836583b1a84e: Pulling fs layer
9a7a8a989f21: Pulling fs layer
206d2c40dab6: Pulling fs layer
7e814560871d: Pulling fs layer
3e6884fb6bef: Pulling fs layer
efc2cb2da490: Pulling fs layer
a2685e4ec0a3: Pulling fs layer
d8f398d41642: Pulling fs layer
00d87e982675: Pulling fs layer
0a47604816a9: Pulling fs layer
39620eda6329: Pulling fs layer
1e5066b6f93c: Pulling fs layer
bf2832135ec0: Pulling fs layer
17c9f809a0eb: Pulling fs layer
791d75dcb5dd: Pulling fs layer
4d856b07c9bd: Pulling fs layer
08fb6625faae: Pulling fs layer
6fbcea1fd5f0: Pulling fs layer
e5e0772939b2: Pulling fs layer
d98471df16b3: Waiting
d91bad0881f6: Waiting
0989603b9c78: Waiting
be0e4fe934ac: Waiting
836583b1a84e: Waiting
9a7a8a989f21: Waiting
206d2c40dab6: Waiting
7e814560871d: Waiting
3e6884fb6bef: Waiting
efc2cb2da490: Waiting
a2685e4ec0a3: Waiting
d8f398d41642: Waiting
00d87e982675: Waiting
0a47604816a9: Waiting
39620eda6329: Waiting
1e5066b6f93c: Waiting
bf2832135ec0: Waiting
17c9f809a0eb: Waiting
791d75dcb5dd: Waiting
4d856b07c9bd: Waiting
08fb6625faae: Waiting
6fbcea1fd5f0: Waiting
e5e0772939b2: Waiting
6fdf9d57c770: Verifying Checksum
6fdf9d57c770: Download complete
9cb31e2e37ea: Verifying Checksum
9cb31e2e37ea: Download complete
b1b8e573ea09: Verifying Checksum
b1b8e573ea09: Download complete
0989603b9c78: Verifying Checksum
0989603b9c78: Download complete
be0e4fe934ac: Verifying Checksum
be0e4fe934ac: Download complete
836583b1a84e: Verifying Checksum
836583b1a84e: Download complete
9a7a8a989f21: Verifying Checksum
9a7a8a989f21: Download complete
206d2c40dab6: Verifying Checksum
206d2c40dab6: Download complete
9cb31e2e37ea: Pull complete
6fdf9d57c770: Pull complete
d98471df16b3: Verifying Checksum
d98471df16b3: Download complete
3e6884fb6bef: Verifying Checksum
3e6884fb6bef: Download complete
7e814560871d: Verifying Checksum
7e814560871d: Download complete
b1b8e573ea09: Pull complete
efc2cb2da490: Verifying Checksum
efc2cb2da490: Download complete
d8f398d41642: Verifying Checksum
d8f398d41642: Download complete
00d87e982675: Verifying Checksum
00d87e982675: Download complete
0a47604816a9: Verifying Checksum
0a47604816a9: Download complete
39620eda6329: Verifying Checksum
39620eda6329: Download complete
1e5066b6f93c: Verifying Checksum
1e5066b6f93c: Download complete
bf2832135ec0: Verifying Checksum
bf2832135ec0: Download complete
17c9f809a0eb: Verifying Checksum
17c9f809a0eb: Download complete
791d75dcb5dd: Verifying Checksum
791d75dcb5dd: Download complete
4d856b07c9bd: Verifying Checksum
4d856b07c9bd: Download complete
a2685e4ec0a3: Verifying Checksum
a2685e4ec0a3: Download complete
6fbcea1fd5f0: Verifying Checksum
6fbcea1fd5f0: Download complete
e5e0772939b2: Verifying Checksum
e5e0772939b2: Download complete
08fb6625faae: Verifying Checksum
08fb6625faae: Download complete
d91bad0881f6: Verifying Checksum
d91bad0881f6: Download complete
d98471df16b3: Pull complete
d91bad0881f6: Pull complete
0989603b9c78: Pull complete
be0e4fe934ac: Pull complete
836583b1a84e: Pull complete
9a7a8a989f21: Pull complete
206d2c40dab6: Pull complete
7e814560871d: Pull complete
3e6884fb6bef: Pull complete
efc2cb2da490: Pull complete
a2685e4ec0a3: Pull complete
d8f398d41642: Pull complete
00d87e982675: Pull complete
0a47604816a9: Pull complete
39620eda6329: Pull complete
1e5066b6f93c: Pull complete
bf2832135ec0: Pull complete
17c9f809a0eb: Pull complete
791d75dcb5dd: Pull complete
4d856b07c9bd: Pull complete
08fb6625faae: Pull complete
6fbcea1fd5f0: Pull complete
e5e0772939b2: Pull complete
Digest: sha256:183145a1ee07aff04b992ff3478c86b34eacc5f241c6d4a711c39e2687e07d0e
Status: Downloaded newer image for yegor256/rultor-image:1.24.0
docker.io/yegor256/rultor-image:1.24.0
+ grep --quiet '\syegor256_drops_63\s*$'
+ docker ps --filter=status=exited
+ ls -al .
total 60
drwx------ 3 ubuntu ubuntu 4096 Oct 28 13:11 .
drwxrwxrwt 12 root root 4096 Oct 28 13:16 ..
-rwxrwxr-x 1 ubuntu ubuntu 666 Oct 28 13:15 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 498 Oct 28 13:11 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 74 Oct 28 13:11 npmrc
-rw-rw-r-- 1 ubuntu ubuntu 5 Oct 28 13:11 pid
drwxrwxr-x 6 ubuntu ubuntu 4096 Oct 28 13:11 repo
-rwxrwxr-x 1 ubuntu ubuntu 8357 Oct 28 13:11 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 1360 Oct 28 13:11 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 10564 Oct 28 13:16 stdout
-rwxrwxr-x 1 ubuntu ubuntu 357 Oct 28 13:15 stop.sh
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-Ig9z:/main --env=head=git@github.com:yegor256/drops.git --env=tag=0.3.2 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/drops.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.3.2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''npm install --no-color'\'' '\'';'\'' '\''`# Change proper version for all necessary filers`'\'' '\'';'\'' '\''npm version "${tag}"'\'' '\'';'\'' '\''`# Perform build`'\'' '\'';'\'' '\''git rm -rf dist/ --ignore-unmatch'\'' '\'';'\'' '\''npm test --no-color'\'' '\'';'\'' '\''`# Current branch is __rultor`'\'' '\'';'\'' '\''`# Add built files to git and commit`'\'' '\'';'\'' '\''git add -f dist/drops-${tag}.min.css'\'' '\'';'\'' '\''git add -f dist/drops-${tag}.min.css.map'\'' '\'';'\'' '\''git commit -am "Added CSS files for ${tag}"'\'' '\'';'\'' '\''`# We'\''\'\'''\''ll gonna need these files later...`'\'' '\'';'\'' '\''mv dist/drops-${tag}.min.css /tmp'\'' '\'';'\'' '\''`# Checkout to gh-pages and reset any modifications`'\'' '\'';'\'' '\''branch=$(git rev-parse --abbrev-ref HEAD)'\'' '\'';'\'' '\''git checkout gh-pages'\'' '\'';'\'' '\''git reset --hard'\'' '\'';'\'' '\''sudo /bin/bash -c "cd '\''\'\'''\''$(pwd)'\''\'\'''\''; git clean -fd"'\'' '\'';'\'' '\''`# Add the current, minified css file to the gh-pages branch`'\'' '\'';'\'' '\''mv /tmp/drops-${tag}.min.css .'\'' '\'';'\'' '\''cp drops-${tag}.min.css drops.min.css'\'' '\'';'\'' '\''git add drops-${tag}.min.css'\'' '\'';'\'' '\''git add drops.min.css'\'' '\'';'\'' '\''`# Commit and change the branch to master`'\'' '\'';'\'' '\''git commit --allow-empty -am "${tag}"'\'' '\'';'\'' '\''git checkout "${branch}"'\'' '\'';'\'' '\''`# Deploy to NPMJS`'\'' '\'';'\'' '\''chmod 600 ../npmrc'\'' '\'';'\'' '\''npm publish --no-color --userconfig=../npmrc'\'' '\'';'\'' )' --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-Ig9z/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_drops_63 yegor256/rultor-image:1.24.0 /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ awk -F : '$3 > 100 { print $1 }'
++ cat /etc/group
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G nogroup r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G 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 systemd-resolve 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 rvm r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G ssl-cert r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G postgres 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/.cargo /root/.config /root/.gem /root/.gemrc /root/.launchpadlib /root/.m2 /root/.profile /root/.rustup /root/.rvmrc /root/texmf /home/r
54a60d6938b0296ac573f1349e552ba5c9244b63d3490375ca355efa5c199129
Error response from daemon: Cannot kill container: 54a60d6938b0296ac573f1349e552ba5c9244b63d3490375ca355efa5c199129: container 54a60d6938b0296ac573f1349e552ba5c9244b63d3490375ca355efa5c199129 is not running
container 54a60d6938b0296ac573f1349e552ba5c9244b63d3490375ca355efa5c199129 is dead
Tue Oct 28 13:17:12 UTC 2025