++ dirname ./run.sh
+ cd .
+ echo 1299
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Sat May 16 08:56:50 UTC 2026
+ uptime
08:56:50 up 0 min, 0 users, load average: 1.12, 0.31, 0.11
+ ff=default
+ image=yegor256/rultor-image:1.18.0
+ rebase=false
+ head_branch=master
+ pull_title='Update actions/setup-java action to v5'
+ author=yegor256
+ directory=
+ head=git@github.com:yegor256/microstack.git
+ pull_id=65
+ fork=git@github.com:yegor256/microstack.git
+ fork_branch=renovate/actions-setup-java-5.x
+ squash=false
+ vars=('--env=head=git@github.com:yegor256/microstack.git' '--env=pull_id=65' '--env=fork=git@github.com:yegor256/microstack.git' '--env=fork_branch=renovate/actions-setup-java-5.x' '--env=head_branch=master' '--env=pull_title=Update actions/setup-java action to v5' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/microstack.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=65'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/microstack.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/actions-setup-java-5.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update actions/setup-java action to v5'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''cargo --color=never test -vv'\'' '\'';'\'' '\''cargo --color=never fmt --check'\'' '\'';'\'' '\''cargo doc --no-deps'\'' '\'';'\'' '\''cargo clippy'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:yegor256/microstack.git'\''' ';' 'export '\''pull_id=65'\''' ';' 'export '\''fork=git@github.com:yegor256/microstack.git'\''' ';' 'export '\''fork_branch=renovate/actions-setup-java-5.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update actions/setup-java action to v5'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd --file=/dev/null' ';' 'cargo --color=never test -vv' ';' 'cargo --color=never fmt --check' ';' 'cargo doc --no-deps' ';' 'cargo clippy' ';')
+ container=yegor256_microstack_65
+ as_root=false
+ set -e -o pipefail
+ hostname
ip-172-31-27-90
+ pwd
/tmp/rultor-0lgM
+ 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/microstack.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/microstack.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:yegor256/microstack.git'\''' ';' 'export '\''pull_id=65'\''' ';' 'export '\''fork=git@github.com:yegor256/microstack.git'\''' ';' 'export '\''fork_branch=renovate/actions-setup-java-5.x'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Update actions/setup-java action to v5'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd --file=/dev/null' ';' 'cargo --color=never test -vv' ';' 'cargo --color=never fmt --check' ';' 'cargo doc --no-deps' ';' 'cargo clippy' ';'
+ sensitive=()
+ set -ex -o pipefail
+ cd repo
+ git remote add fork git@github.com:yegor256/microstack.git
+ git remote update
Fetching origin
Fetching fork
From github.com:yegor256/microstack
* [new branch] master -> fork/master
* [new branch] renovate/actions-setup-java-5.x -> fork/renovate/actions-setup-java-5.x
* [new branch] renovate/bincode-3.x -> fork/renovate/bincode-3.x
* [new branch] renovate/serde-monorepo -> fork/renovate/serde-monorepo
+ 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-setup-java-5.x
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'renovate/actions-setup-java-5.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/setup-java action to v5' --ff __rultor
Updating a953835..1ff922c
Fast-forward (no commit created; -m option ignored)
.github/workflows/cargo.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
+ git log -1 --show-signature
commit 1ff922cd537fe8a5e0092b0be8fcfd356a20577b
gpg: Signature made Fri May 15 06:15:12 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: Fri May 15 06:15:12 2026 +0000
Update actions/setup-java action to v5
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.12
++ bc
++ echo 0.12 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.12, low enough to run a new Docker container'
load average is 0.12, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.18.0
+ docker pull yegor256/rultor-image:1.18.0
1.18.0: Pulling from yegor256/rultor-image
2ab09b027e7f: Pulling fs layer
7b0074669ecf: Pulling fs layer
408f189b6f6b: Pulling fs layer
33be9847dc3f: Pulling fs layer
042ebef6257e: Pulling fs layer
3a97fbae9a85: Pulling fs layer
56e93f10bd73: Pulling fs layer
4e03abc55821: Pulling fs layer
13ef0de7b7a0: Pulling fs layer
ca9e2ab45268: Pulling fs layer
28d34864293c: Pulling fs layer
b6d63350513c: Pulling fs layer
eae028898cd7: Pulling fs layer
ad37c8c08239: Pulling fs layer
850edde41604: Pulling fs layer
63ae1c8866b6: Pulling fs layer
5824713c1779: Pulling fs layer
b508c3fd7dad: Pulling fs layer
d0490c8a5a48: Pulling fs layer
c46ce4f898c1: Pulling fs layer
e511014d4eef: Pulling fs layer
4701f48243fe: Pulling fs layer
00de5a73064f: Pulling fs layer
61c6f56e206e: Pulling fs layer
adc6bd646a58: Pulling fs layer
85199a179b08: Pulling fs layer
8e5e413dd364: Pulling fs layer
55ef641ff048: Pulling fs layer
04b36258d98d: Pulling fs layer
720a8616693f: Pulling fs layer
a69d37378c25: Pulling fs layer
db92edfaf28f: Pulling fs layer
0108236d4ede: Pulling fs layer
7397d20156a8: Pulling fs layer
ea464384dc63: Pulling fs layer
79fae220dc7f: Pulling fs layer
7a6680052eb0: Pulling fs layer
118a1f51884a: Pulling fs layer
dff1a331c7da: Pulling fs layer
6845edbd5759: Pulling fs layer
f3e6bfbd29f0: Pulling fs layer
ab27b269064e: Pulling fs layer
ab17235c6cf1: Pulling fs layer
66dda33ac348: Pulling fs layer
35f4a5ed3c5f: Pulling fs layer
8e88d7dd8209: Pulling fs layer
2ec9380bf1f4: Pulling fs layer
5042f33a7841: Pulling fs layer
8f99dd2856cf: Pulling fs layer
292fc558df5c: Pulling fs layer
3a9d87b1791f: Pulling fs layer
c5083afe670b: Pulling fs layer
db6f7c5fea8f: Pulling fs layer
3d252353b9b8: Pulling fs layer
1530b8aaf532: Pulling fs layer
0c500a7929e3: Pulling fs layer
71355565d008: Pulling fs layer
d89d5093427e: Pulling fs layer
5e4b046fd2cb: Pulling fs layer
c88b5a1d94db: Pulling fs layer
102fd06d9453: Pulling fs layer
a90a146ba855: Pulling fs layer
558fc1a26f05: Pulling fs layer
5aa3b2385628: Pulling fs layer
b74092b6a26b: Pulling fs layer
8f0570e9812f: Pulling fs layer
547b15d2a628: Pulling fs layer
c51ae6ebeebb: Pulling fs layer
86bd6e9ac046: Pulling fs layer
1fff00d03292: Pulling fs layer
36c7d2d5e0a9: Pulling fs layer
300b94177fc8: Pulling fs layer
353f40dedde5: Pulling fs layer
8b42c0458d64: Pulling fs layer
f1a30f8cb540: Pulling fs layer
2bc490148408: Pulling fs layer
77d96d4fd450: Pulling fs layer
bd92fe7b7369: Pulling fs layer
354619fa7e4b: Pulling fs layer
4b914b0f9cd8: Pulling fs layer
25cd7e33c7c3: Pulling fs layer
d9987299365c: Pulling fs layer
cff1ad02ebe4: Pulling fs layer
b752a10b71d9: Pulling fs layer
f355a3b2c79d: Pulling fs layer
b6dc1720f5b1: Pulling fs layer
8e3a619568f0: Pulling fs layer
82df02e89d25: Pulling fs layer
b3d3cdb0bc9e: Pulling fs layer
3daf828b21f2: Pulling fs layer
d65f98fa3de3: Pulling fs layer
bbeb1f021546: Pulling fs layer
23662fc98e81: Pulling fs layer
6df266dd3fd8: Pulling fs layer
206e1e5571c9: Pulling fs layer
c6ace5d49c23: Pulling fs layer
55285e1f0f81: Pulling fs layer
976d068013fa: Pulling fs layer
40f2916c880f: Pulling fs layer
886d10549171: Pulling fs layer
4f0e6f2bb7ab: Pulling fs layer
ef3aede7dce9: Pulling fs layer
b74092b6a26b: Waiting
8f0570e9812f: Waiting
547b15d2a628: Waiting
c51ae6ebeebb: Waiting
86bd6e9ac046: Waiting
1fff00d03292: Waiting
36c7d2d5e0a9: Waiting
300b94177fc8: Waiting
353f40dedde5: Waiting
8b42c0458d64: Waiting
f1a30f8cb540: Waiting
2bc490148408: Waiting
77d96d4fd450: Waiting
bd92fe7b7369: Waiting
354619fa7e4b: Waiting
4b914b0f9cd8: Waiting
25cd7e33c7c3: Waiting
d9987299365c: Waiting
cff1ad02ebe4: Waiting
b752a10b71d9: Waiting
f355a3b2c79d: Waiting
b6dc1720f5b1: Waiting
8e3a619568f0: Waiting
82df02e89d25: Waiting
b3d3cdb0bc9e: Waiting
3daf828b21f2: Waiting
d65f98fa3de3: Waiting
bbeb1f021546: Waiting
23662fc98e81: Waiting
6df266dd3fd8: Waiting
206e1e5571c9: Waiting
c6ace5d49c23: Waiting
976d068013fa: Waiting
40f2916c880f: Waiting
886d10549171: Waiting
4f0e6f2bb7ab: Waiting
2cb68ce48473: Pulling fs layer
e517d8b0cb5b: Pulling fs layer
c8c6359b27d7: Pulling fs layer
b1c8c85995bc: Pulling fs layer
e198f5972b2d: Pulling fs layer
aa2dda7c4883: Pulling fs layer
d7a70110074b: Pulling fs layer
6da9db5c40fc: Pulling fs layer
f56b93928089: Pulling fs layer
e7e29e82a86f: Pulling fs layer
529e359714bd: Pulling fs layer
96c9462cbc01: Pulling fs layer
ef3aede7dce9: Waiting
2cb68ce48473: Waiting
e517d8b0cb5b: Waiting
c8c6359b27d7: Waiting
b1c8c85995bc: Waiting
e198f5972b2d: Waiting
aa2dda7c4883: Waiting
d7a70110074b: Waiting
6da9db5c40fc: Waiting
f56b93928089: Waiting
e7e29e82a86f: Waiting
529e359714bd: Waiting
96c9462cbc01: Waiting
33be9847dc3f: Waiting
042ebef6257e: Waiting
3a97fbae9a85: Waiting
56e93f10bd73: Waiting
4e03abc55821: Waiting
13ef0de7b7a0: Waiting
ca9e2ab45268: Waiting
28d34864293c: Waiting
b6d63350513c: Waiting
eae028898cd7: Waiting
ad37c8c08239: Waiting
850edde41604: Waiting
63ae1c8866b6: Waiting
5824713c1779: Waiting
b508c3fd7dad: Waiting
d0490c8a5a48: Waiting
c46ce4f898c1: Waiting
e511014d4eef: Waiting
4701f48243fe: Waiting
00de5a73064f: Waiting
61c6f56e206e: Waiting
adc6bd646a58: Waiting
85199a179b08: Waiting
8e5e413dd364: Waiting
55ef641ff048: Waiting
04b36258d98d: Waiting
720a8616693f: Waiting
a69d37378c25: Waiting
db92edfaf28f: Waiting
0108236d4ede: Waiting
7397d20156a8: Waiting
ea464384dc63: Waiting
79fae220dc7f: Waiting
7a6680052eb0: Waiting
118a1f51884a: Waiting
dff1a331c7da: Waiting
6845edbd5759: Waiting
f3e6bfbd29f0: Waiting
ab27b269064e: Waiting
ab17235c6cf1: Waiting
66dda33ac348: Waiting
35f4a5ed3c5f: Waiting
8e88d7dd8209: Waiting
2ec9380bf1f4: Waiting
5042f33a7841: Waiting
8f99dd2856cf: Waiting
292fc558df5c: Waiting
3a9d87b1791f: Waiting
c5083afe670b: Waiting
db6f7c5fea8f: Waiting
3d252353b9b8: Waiting
1530b8aaf532: Waiting
0c500a7929e3: Waiting
71355565d008: Waiting
d89d5093427e: Waiting
5e4b046fd2cb: Waiting
c88b5a1d94db: Waiting
102fd06d9453: Waiting
a90a146ba855: Waiting
558fc1a26f05: Waiting
5aa3b2385628: Waiting
55285e1f0f81: Waiting
7b0074669ecf: Verifying Checksum
7b0074669ecf: Download complete
408f189b6f6b: Verifying Checksum
408f189b6f6b: Download complete
33be9847dc3f: Verifying Checksum
33be9847dc3f: Download complete
2ab09b027e7f: Verifying Checksum
2ab09b027e7f: Download complete
56e93f10bd73: Verifying Checksum
56e93f10bd73: Download complete
3a97fbae9a85: Verifying Checksum
3a97fbae9a85: Download complete
4e03abc55821: Verifying Checksum
4e03abc55821: Download complete
ca9e2ab45268: Verifying Checksum
ca9e2ab45268: Download complete
13ef0de7b7a0: Verifying Checksum
13ef0de7b7a0: Download complete
042ebef6257e: Verifying Checksum
042ebef6257e: Download complete
28d34864293c: Verifying Checksum
28d34864293c: Download complete
eae028898cd7: Verifying Checksum
eae028898cd7: Download complete
b6d63350513c: Verifying Checksum
b6d63350513c: Download complete
ad37c8c08239: Verifying Checksum
ad37c8c08239: Download complete
850edde41604: Verifying Checksum
850edde41604: Download complete
63ae1c8866b6: Verifying Checksum
63ae1c8866b6: Download complete
b508c3fd7dad: Verifying Checksum
b508c3fd7dad: Download complete
5824713c1779: Verifying Checksum
5824713c1779: Download complete
d0490c8a5a48: Verifying Checksum
d0490c8a5a48: Download complete
c46ce4f898c1: Verifying Checksum
c46ce4f898c1: Download complete
e511014d4eef: Verifying Checksum
e511014d4eef: Download complete
00de5a73064f: Verifying Checksum
00de5a73064f: Download complete
4701f48243fe: Verifying Checksum
4701f48243fe: Download complete
85199a179b08: Verifying Checksum
85199a179b08: Download complete
61c6f56e206e: Verifying Checksum
61c6f56e206e: Download complete
8e5e413dd364: Verifying Checksum
8e5e413dd364: Download complete
55ef641ff048: Verifying Checksum
55ef641ff048: Download complete
720a8616693f: Verifying Checksum
720a8616693f: Download complete
04b36258d98d: Verifying Checksum
04b36258d98d: Download complete
adc6bd646a58: Verifying Checksum
adc6bd646a58: Download complete
db92edfaf28f: Verifying Checksum
db92edfaf28f: Download complete
a69d37378c25: Verifying Checksum
a69d37378c25: Download complete
0108236d4ede: Verifying Checksum
0108236d4ede: Download complete
2ab09b027e7f: Pull complete
7b0074669ecf: Pull complete
79fae220dc7f: Verifying Checksum
79fae220dc7f: Download complete
408f189b6f6b: Pull complete
33be9847dc3f: Pull complete
7a6680052eb0: Verifying Checksum
7a6680052eb0: Download complete
7397d20156a8: Verifying Checksum
7397d20156a8: Download complete
118a1f51884a: Verifying Checksum
118a1f51884a: Download complete
6845edbd5759: Verifying Checksum
6845edbd5759: Download complete
dff1a331c7da: Verifying Checksum
dff1a331c7da: Download complete
f3e6bfbd29f0: Verifying Checksum
f3e6bfbd29f0: Download complete
ab27b269064e: Verifying Checksum
ab27b269064e: Download complete
ab17235c6cf1: Verifying Checksum
ab17235c6cf1: Download complete
66dda33ac348: Verifying Checksum
66dda33ac348: Download complete
8e88d7dd8209: Verifying Checksum
8e88d7dd8209: Download complete
35f4a5ed3c5f: Verifying Checksum
35f4a5ed3c5f: Download complete
2ec9380bf1f4: Verifying Checksum
2ec9380bf1f4: Download complete
8f99dd2856cf: Verifying Checksum
8f99dd2856cf: Download complete
5042f33a7841: Verifying Checksum
5042f33a7841: Download complete
292fc558df5c: Verifying Checksum
292fc558df5c: Download complete
3a9d87b1791f: Verifying Checksum
3a9d87b1791f: Download complete
db6f7c5fea8f: Verifying Checksum
db6f7c5fea8f: Download complete
c5083afe670b: Verifying Checksum
c5083afe670b: Download complete
3d252353b9b8: Verifying Checksum
3d252353b9b8: Download complete
1530b8aaf532: Verifying Checksum
1530b8aaf532: Download complete
71355565d008: Verifying Checksum
71355565d008: Download complete
d89d5093427e: Verifying Checksum
d89d5093427e: Download complete
042ebef6257e: Pull complete
5e4b046fd2cb: Verifying Checksum
5e4b046fd2cb: Download complete
c88b5a1d94db: Verifying Checksum
c88b5a1d94db: Download complete
102fd06d9453: Verifying Checksum
102fd06d9453: Download complete
a90a146ba855: Verifying Checksum
a90a146ba855: Download complete
558fc1a26f05: Verifying Checksum
558fc1a26f05: Download complete
5aa3b2385628: Verifying Checksum
5aa3b2385628: Download complete
b74092b6a26b: Verifying Checksum
b74092b6a26b: Download complete
8f0570e9812f: Verifying Checksum
8f0570e9812f: Download complete
547b15d2a628: Verifying Checksum
547b15d2a628: Download complete
3a97fbae9a85: Pull complete
c51ae6ebeebb: Verifying Checksum
c51ae6ebeebb: Download complete
86bd6e9ac046: Verifying Checksum
86bd6e9ac046: Download complete
1fff00d03292: Verifying Checksum
1fff00d03292: Download complete
36c7d2d5e0a9: Verifying Checksum
36c7d2d5e0a9: Download complete
300b94177fc8: Verifying Checksum
300b94177fc8: Download complete
56e93f10bd73: Pull complete
4e03abc55821: Pull complete
0c500a7929e3: Verifying Checksum
0c500a7929e3: Download complete
ea464384dc63: Verifying Checksum
ea464384dc63: Download complete
f1a30f8cb540: Verifying Checksum
f1a30f8cb540: Download complete
2bc490148408: Verifying Checksum
2bc490148408: Download complete
13ef0de7b7a0: Pull complete
77d96d4fd450: Verifying Checksum
77d96d4fd450: Download complete
bd92fe7b7369: Verifying Checksum
bd92fe7b7369: Download complete
354619fa7e4b: Verifying Checksum
354619fa7e4b: Download complete
ca9e2ab45268: Pull complete
28d34864293c: Pull complete
353f40dedde5: Verifying Checksum
353f40dedde5: Download complete
25cd7e33c7c3: Verifying Checksum
25cd7e33c7c3: Download complete
8b42c0458d64: Verifying Checksum
8b42c0458d64: Download complete
d9987299365c: Verifying Checksum
d9987299365c: Download complete
b752a10b71d9: Verifying Checksum
b752a10b71d9: Download complete
f355a3b2c79d: Verifying Checksum
f355a3b2c79d: Download complete
b6dc1720f5b1: Verifying Checksum
b6dc1720f5b1: Download complete
cff1ad02ebe4: Verifying Checksum
cff1ad02ebe4: Download complete
82df02e89d25: Verifying Checksum
82df02e89d25: Download complete
8e3a619568f0: Verifying Checksum
8e3a619568f0: Download complete
b3d3cdb0bc9e: Verifying Checksum
b3d3cdb0bc9e: Download complete
3daf828b21f2: Verifying Checksum
3daf828b21f2: Download complete
d65f98fa3de3: Verifying Checksum
d65f98fa3de3: Download complete
bbeb1f021546: Verifying Checksum
bbeb1f021546: Download complete
23662fc98e81: Verifying Checksum
23662fc98e81: Download complete
206e1e5571c9: Verifying Checksum
206e1e5571c9: Download complete
6df266dd3fd8: Verifying Checksum
6df266dd3fd8: Download complete
c6ace5d49c23: Verifying Checksum
c6ace5d49c23: Download complete
55285e1f0f81: Verifying Checksum
55285e1f0f81: Download complete
40f2916c880f: Verifying Checksum
40f2916c880f: Download complete
976d068013fa: Verifying Checksum
976d068013fa: Download complete
b6d63350513c: Pull complete
886d10549171: Verifying Checksum
886d10549171: Download complete
4f0e6f2bb7ab: Verifying Checksum
4f0e6f2bb7ab: Download complete
eae028898cd7: Pull complete
ef3aede7dce9: Verifying Checksum
ef3aede7dce9: Download complete
2cb68ce48473: Verifying Checksum
2cb68ce48473: Download complete
ad37c8c08239: Pull complete
c8c6359b27d7: Verifying Checksum
c8c6359b27d7: Download complete
e517d8b0cb5b: Verifying Checksum
e517d8b0cb5b: Download complete
850edde41604: Pull complete
e198f5972b2d: Verifying Checksum
e198f5972b2d: Download complete
aa2dda7c4883: Verifying Checksum
aa2dda7c4883: Download complete
d7a70110074b: Verifying Checksum
d7a70110074b: Download complete
63ae1c8866b6: Pull complete
5824713c1779: Pull complete
6da9db5c40fc: Verifying Checksum
6da9db5c40fc: Download complete
f56b93928089: Verifying Checksum
f56b93928089: Download complete
e7e29e82a86f: Verifying Checksum
e7e29e82a86f: Download complete
b508c3fd7dad: Pull complete
529e359714bd: Verifying Checksum
529e359714bd: Download complete
96c9462cbc01: Verifying Checksum
96c9462cbc01: Download complete
b1c8c85995bc: Verifying Checksum
b1c8c85995bc: Download complete
d0490c8a5a48: Pull complete
c46ce4f898c1: Pull complete
4b914b0f9cd8: Verifying Checksum
4b914b0f9cd8: Download complete
e511014d4eef: Pull complete
4701f48243fe: Pull complete
00de5a73064f: Pull complete
61c6f56e206e: Pull complete
adc6bd646a58: Pull complete
85199a179b08: Pull complete
8e5e413dd364: Pull complete
55ef641ff048: Pull complete
04b36258d98d: Pull complete
720a8616693f: Pull complete
a69d37378c25: Pull complete
db92edfaf28f: Pull complete
0108236d4ede: Pull complete
7397d20156a8: Pull complete
ea464384dc63: Pull complete
79fae220dc7f: Pull complete
7a6680052eb0: Pull complete
118a1f51884a: Pull complete
dff1a331c7da: Pull complete
6845edbd5759: Pull complete
f3e6bfbd29f0: Pull complete
ab27b269064e: Pull complete
ab17235c6cf1: Pull complete
66dda33ac348: Pull complete
35f4a5ed3c5f: Pull complete
8e88d7dd8209: Pull complete
2ec9380bf1f4: Pull complete
5042f33a7841: Pull complete
8f99dd2856cf: Pull complete
292fc558df5c: Pull complete
3a9d87b1791f: Pull complete
c5083afe670b: Pull complete
db6f7c5fea8f: Pull complete
3d252353b9b8: Pull complete
1530b8aaf532: Pull complete
0c500a7929e3: Pull complete
71355565d008: Pull complete
d89d5093427e: Pull complete
5e4b046fd2cb: Pull complete
c88b5a1d94db: Pull complete
102fd06d9453: Pull complete
a90a146ba855: Pull complete
558fc1a26f05: Pull complete
5aa3b2385628: Pull complete
b74092b6a26b: Pull complete
8f0570e9812f: Pull complete
547b15d2a628: Pull complete
c51ae6ebeebb: Pull complete
86bd6e9ac046: Pull complete
1fff00d03292: Pull complete
36c7d2d5e0a9: Pull complete
300b94177fc8: Pull complete
353f40dedde5: Pull complete
8b42c0458d64: Pull complete
f1a30f8cb540: Pull complete
2bc490148408: Pull complete
77d96d4fd450: Pull complete
bd92fe7b7369: Pull complete
354619fa7e4b: Pull complete
4b914b0f9cd8: Pull complete
25cd7e33c7c3: Pull complete
d9987299365c: Pull complete
cff1ad02ebe4: Pull complete
b752a10b71d9: Pull complete
f355a3b2c79d: Pull complete
b6dc1720f5b1: Pull complete
8e3a619568f0: Pull complete
82df02e89d25: Pull complete
b3d3cdb0bc9e: Pull complete
3daf828b21f2: Pull complete
d65f98fa3de3: Pull complete
bbeb1f021546: Pull complete
23662fc98e81: Pull complete
6df266dd3fd8: Pull complete
206e1e5571c9: Pull complete
c6ace5d49c23: Pull complete
55285e1f0f81: Pull complete
976d068013fa: Pull complete
40f2916c880f: Pull complete
886d10549171: Pull complete
4f0e6f2bb7ab: Pull complete
ef3aede7dce9: Pull complete
2cb68ce48473: Pull complete
e517d8b0cb5b: Pull complete
c8c6359b27d7: Pull complete
b1c8c85995bc: Pull complete
e198f5972b2d: Pull complete
aa2dda7c4883: Pull complete
d7a70110074b: Pull complete
6da9db5c40fc: Pull complete
f56b93928089: Pull complete
e7e29e82a86f: Pull complete
529e359714bd: Pull complete
96c9462cbc01: Pull complete
Digest: sha256:702aa53a9e0fb11ed3647ad6830f4ce0c10a1cbfe00a1e03768ba9054566c46e
Status: Downloaded newer image for yegor256/rultor-image:1.18.0
docker.io/yegor256/rultor-image:1.18.0
+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_microstack_65\s*$'
+ ls -al .
total 64
drwx------ 3 ubuntu ubuntu 4096 May 16 08:56 .
drwxrwxrwt 12 root root 4096 May 16 09:01 ..
-rw-rw-r-- 1 ubuntu ubuntu 57 May 16 08:56 credentials
-rwxrwxr-x 1 ubuntu ubuntu 666 May 16 09:01 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 498 May 16 08:56 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 5 May 16 08:56 pid
drwxrwxr-x 6 ubuntu ubuntu 4096 May 16 08:56 repo
-rwxrwxr-x 1 ubuntu ubuntu 6709 May 16 08:56 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 617 May 16 08:56 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 22622 May 16 09:02 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-0lgM:/main --env=head=git@github.com:yegor256/microstack.git --env=pull_id=65 --env=fork=git@github.com:yegor256/microstack.git --env=fork_branch=renovate/actions-setup-java-5.x --env=head_branch=master '--env=pull_title=Update actions/setup-java action to v5' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/microstack.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=65'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/microstack.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/actions-setup-java-5.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update actions/setup-java action to v5'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''cargo --color=never test -vv'\'' '\'';'\'' '\''cargo --color=never fmt --check'\'' '\'';'\'' '\''cargo doc --no-deps'\'' '\'';'\'' '\''cargo clippy'\'' '\'';'\'' )' --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-0lgM/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_microstack_65 yegor256/rultor-image:1.18.0 /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
+ 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 messagebus 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 systemd-timesync 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/.npm /root/.profile /root/.rustup /root/texmf /home/r
+ cp -R ./cid ./credentials ./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
#!/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:yegor256/microstack.git' ; export 'pull_id=65' ; export 'fork=git@github.com:yegor256/microstack.git' ; export 'fork_branch=renovate/actions-setup-java-5.x' ; export 'head_branch=master' ; export 'pull_title=Update actions/setup-java action to v5' ; export 'author=yegor256' ; pdd --file=/dev/null ; cargo --color=never test -vv ; cargo --color=never fmt --check ; cargo doc --no-deps ; cargo clippy ;
+ su --login r --command /home/r/script.sh
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
33mWarning! PATH is not properly set up, /usr/local/rvm/gems/ruby-3.0.1/bin is not at first place.
0mUsually this is caused by shell initialization files. Search for 34mPATH=...0m entries.
You can also re-add RVM to your profile by running: 34mrvm get stable --auto-dotfiles0m
To fix it temporarily in this shell session run: 34mrvm use ruby-3.0.10m
To ignore this error add 34mrvm_silence_path_mismatch_check_flag=10m to your 34m~/.rvmrc0m file.0m
0mUsing /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
Updating crates.io index
Downloading crates ...
Downloaded bincode v1.3.3
Downloaded serde v1.0.193
Compiling serde v1.0.193
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.193 CARGO_PKG_AUTHORS='Erick Tryzelaar <erick.tryzelaar@gmail.com>:David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.193 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=193 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.193/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=60888ffb9a52d5ac -C extra-filename=-60888ffb9a52d5ac --out-dir /home/r/repo/target/debug/build/serde-60888ffb9a52d5ac -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Running `/home/r/repo/target/debug/build/serde-60888ffb9a52d5ac/build-script-build`
[serde 1.0.193] cargo:rerun-if-changed=build.rs
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.193 CARGO_PKG_AUTHORS='Erick Tryzelaar <erick.tryzelaar@gmail.com>:David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.193 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=193 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/serde-dc1e1b3db77cc93f/out rustc --crate-name serde --edition=2018 /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.193/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=44adb23d2d744021 -C extra-filename=-44adb23d2d744021 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Compiling bincode v1.3.3
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=bincode CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/bincode-1.3.3 CARGO_PKG_AUTHORS='Ty Overby <ty@pre-alpha.com>:Francesco Mazzoli <f@mazzo.li>:David Tolnay <dtolnay@gmail.com>:Zoey Riordan <zoey@dos.cafe>' CARGO_PKG_DESCRIPTION='A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa'\!'' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bincode CARGO_PKG_REPOSITORY='https://github.com/servo/bincode' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name bincode /home/r/.cargo/registry/src/github.com-1ecc6299db9ec823/bincode-1.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=131bf22ba0557fbf -C extra-filename=-131bf22ba0557fbf --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern serde=/home/r/repo/target/debug/deps/libserde-44adb23d2d744021.rmeta --cap-lints warn`
Compiling microstack v0.0.0 (/home/r/repo)
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=microstack CARGO_MANIFEST_DIR=/home/r/repo CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The simplest and the fastest implementation of a fixed-size stack on stack' CARGO_PKG_HOMEPAGE='https://github.com/yegor256/microstack' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=microstack CARGO_PKG_REPOSITORY='https://github.com/yegor256/microstack' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name microstack --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9b5c2b56159d0b03 -C extra-filename=-9b5c2b56159d0b03 --out-dir /home/r/repo/target/debug/deps -C incremental=/home/r/repo/target/debug/incremental -L dependency=/home/r/repo/target/debug/deps`
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=microstack CARGO_MANIFEST_DIR=/home/r/repo CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The simplest and the fastest implementation of a fixed-size stack on stack' CARGO_PKG_HOMEPAGE='https://github.com/yegor256/microstack' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=microstack CARGO_PKG_REPOSITORY='https://github.com/yegor256/microstack' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name microstack --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=f9a0a7f75f481e53 -C extra-filename=-f9a0a7f75f481e53 --out-dir /home/r/repo/target/debug/deps -C incremental=/home/r/repo/target/debug/incremental -L dependency=/home/r/repo/target/debug/deps --extern bincode=/home/r/repo/target/debug/deps/libbincode-131bf22ba0557fbf.rlib`
Finished test [unoptimized + debuginfo] target(s) in 4m 21s
Running `/home/r/repo/target/debug/deps/microstack-f9a0a7f75f481e53`
running 22 tests
test clone::empty_stack_can_be_cloned ... 32mokBm
test clone::full_stack_can_be_cloned ... 32mokBm
test clone::stack_can_be_cloned ... 32mokBm
test ctors::makes_default_stack ... 32mokBm
test ctors::makes_new_stack ... 32mokBm
test debug::debugs_stack ... 32mokBm
test debug::displays_stack ... 32mokBm
test iterators::push_and_into_iterate ... 32mokBm
test iterators::push_and_iterate ... 32mokBm
test stack::build_from_vec ... 32mokBm
test stack::panic_on_empty_stack_pop - should panic ... 32mokBm
test stack::panic_on_empty_stack_push - should panic ... 32mokBm
test stack::pop_none ... 32mokBm
test stack::push_after_clear ... 32mokBm
test stack::push_and_pop ... 32mokBm
test stack::push_one ... 32mokBm
test stack::push_safely ... 32mokBm
test stack::read_capacity ... 32mokBm
test stack::safely_pop ... 32mokBm
test stack::try_to_pop ... 32mokBm
test stack::try_to_push ... 32mokBm
test stack::with_str ... 32mokBm
test result: 32mokBm. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
Doc-tests microstack
Running `rustdoc --edition=2021 --crate-type lib --crate-name microstack --test /home/r/repo/src/lib.rs -L dependency=/home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern bincode=/home/r/repo/target/debug/deps/libbincode-131bf22ba0557fbf.rlib --extern microstack=/home/r/repo/target/debug/deps/libmicrostack-9b5c2b56159d0b03.rlib -C embed-bitcode=no --error-format human`
running 2 tests
test src/lib.rs - (line 26) ... 32mokBm
test src/lib.rs - Stack (line 61) ... 32mokBm
test result: 32mokBm. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.40s
0m0m1m32m Documenting0m microstack v0.0.0 (/home/r/repo)
0m0m1m32m Finished0m dev [unoptimized + debuginfo] target(s) in 0.61s
0m0m1m32m Checking0m microstack v0.0.0 (/home/r/repo)
0m0m1m32m Finished0m dev [unoptimized + debuginfo] target(s) in 0.33s
+ 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:yegor256/microstack.git
a953835..1ff922c master -> master
container dfc8265f30e389fc003047f325746a0d24ba1ca33233dc98b06b6119037d8f8f is dead
Sat May 16 09:08:02 UTC 2026