++ dirname ./run.sh
+ cd .
+ echo 2177
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Fri Jun 19 05:35:23 UTC 2026
+ uptime
05:35:23 up 1:04, 0 users, load average: 0.00, 0.00, 0.00
+ ff=default
+ image=yegor256/rultor-image:1.18.0
+ rebase=false
+ head_branch=master
+ pull_title='Update actions/checkout action to v7'
+ author=yegor256
+ directory=
+ head=git@github.com:yegor256/microstack.git
+ pull_id=80
+ fork=git@github.com:yegor256/microstack.git
+ fork_branch=renovate/actions-checkout-7.x
+ squash=false
+ vars=('--env=head=git@github.com:yegor256/microstack.git' '--env=pull_id=80' '--env=fork=git@github.com:yegor256/microstack.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:yegor256/microstack.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=80'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/microstack.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'\'' '\'';'\'' '\''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=80'\''' ';' 'export '\''fork=git@github.com:yegor256/microstack.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' ';' 'cargo --color=never test -vv' ';' 'cargo --color=never fmt --check' ';' 'cargo doc --no-deps' ';' 'cargo clippy' ';')
+ container=yegor256_microstack_80
+ as_root=false
+ set -e -o pipefail
+ hostname
ip-172-31-28-38
+ pwd
/tmp/rultor-GVzl
+ 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=80'\''' ';' 'export '\''fork=git@github.com:yegor256/microstack.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' ';' '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-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 21fdb1d..9be42e4
Fast-forward (no commit created; -m option ignored)
.github/workflows/cargo.yml | 2 +-
.github/workflows/pdd.yml | 2 +-
.github/workflows/tarpaulin.yml | 2 +-
.github/workflows/up.yml | 2 +-
.github/workflows/xcop.yml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
+ git log -1 --show-signature
commit 9be42e4e28a7f4801efe82a307b17062868efab1
gpg: Signature made Thu Jun 18 19:57:36 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 19:57:36 2026 +0000
Update actions/checkout action to v7
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.01
++ bc
++ echo 0.01 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.01, low enough to run a new Docker container'
load average is 0.01, 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
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
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
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
13ef0de7b7a0: Verifying Checksum
13ef0de7b7a0: Download complete
ca9e2ab45268: Verifying Checksum
ca9e2ab45268: Download complete
28d34864293c: Verifying Checksum
28d34864293c: Download complete
042ebef6257e: Verifying Checksum
042ebef6257e: Download complete
ad37c8c08239: Verifying Checksum
ad37c8c08239: Download complete
eae028898cd7: Verifying Checksum
eae028898cd7: Download complete
b6d63350513c: Verifying Checksum
b6d63350513c: Download complete
850edde41604: Verifying Checksum
850edde41604: Download complete
63ae1c8866b6: Verifying Checksum
63ae1c8866b6: Download complete
5824713c1779: Verifying Checksum
5824713c1779: Download complete
b508c3fd7dad: Verifying Checksum
b508c3fd7dad: Download complete
d0490c8a5a48: Verifying Checksum
d0490c8a5a48: Download complete
c46ce4f898c1: Verifying Checksum
c46ce4f898c1: Download complete
00de5a73064f: Verifying Checksum
00de5a73064f: Download complete
4701f48243fe: Verifying Checksum
4701f48243fe: Download complete
e511014d4eef: Verifying Checksum
e511014d4eef: Download complete
61c6f56e206e: Verifying Checksum
61c6f56e206e: Download complete
8e5e413dd364: Verifying Checksum
8e5e413dd364: Download complete
85199a179b08: Verifying Checksum
85199a179b08: Download complete
55ef641ff048: Verifying Checksum
55ef641ff048: Download complete
04b36258d98d: Verifying Checksum
04b36258d98d: Download complete
720a8616693f: Verifying Checksum
720a8616693f: Download complete
db92edfaf28f: Verifying Checksum
db92edfaf28f: Download complete
a69d37378c25: Verifying Checksum
a69d37378c25: Download complete
2ab09b027e7f: Pull complete
0108236d4ede: Verifying Checksum
0108236d4ede: Download complete
7b0074669ecf: Pull complete
408f189b6f6b: Pull complete
33be9847dc3f: Pull complete
adc6bd646a58: Verifying Checksum
adc6bd646a58: Download complete
79fae220dc7f: Verifying Checksum
79fae220dc7f: Download 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
042ebef6257e: Pull complete
8f99dd2856cf: Verifying Checksum
8f99dd2856cf: Download complete
292fc558df5c: Verifying Checksum
292fc558df5c: Download complete
5042f33a7841: Verifying Checksum
5042f33a7841: 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
3a97fbae9a85: Pull complete
1530b8aaf532: Verifying Checksum
1530b8aaf532: Download complete
71355565d008: Verifying Checksum
71355565d008: Download complete
56e93f10bd73: Pull complete
d89d5093427e: Verifying Checksum
d89d5093427e: Download complete
5e4b046fd2cb: Verifying Checksum
5e4b046fd2cb: Download complete
c88b5a1d94db: Verifying Checksum
c88b5a1d94db: Download complete
4e03abc55821: Pull complete
102fd06d9453: Verifying Checksum
102fd06d9453: Download complete
a90a146ba855: Verifying Checksum
a90a146ba855: Download complete
558fc1a26f05: Verifying Checksum
558fc1a26f05: Download complete
13ef0de7b7a0: Pull complete
5aa3b2385628: Verifying Checksum
5aa3b2385628: Download complete
b74092b6a26b: Verifying Checksum
b74092b6a26b: Download complete
ca9e2ab45268: Pull complete
8f0570e9812f: Verifying Checksum
8f0570e9812f: Download complete
547b15d2a628: Verifying Checksum
547b15d2a628: Download complete
0c500a7929e3: Verifying Checksum
0c500a7929e3: Download complete
c51ae6ebeebb: Verifying Checksum
c51ae6ebeebb: Download complete
86bd6e9ac046: Verifying Checksum
86bd6e9ac046: Download complete
1fff00d03292: Verifying Checksum
1fff00d03292: Download complete
300b94177fc8: Verifying Checksum
300b94177fc8: Download complete
36c7d2d5e0a9: Verifying Checksum
36c7d2d5e0a9: Download complete
28d34864293c: Pull complete
ea464384dc63: Verifying Checksum
ea464384dc63: Download complete
f1a30f8cb540: Verifying Checksum
f1a30f8cb540: Download complete
2bc490148408: Verifying Checksum
2bc490148408: Download complete
77d96d4fd450: Verifying Checksum
77d96d4fd450: Download complete
bd92fe7b7369: Verifying Checksum
bd92fe7b7369: Download complete
354619fa7e4b: Verifying Checksum
354619fa7e4b: Download complete
8b42c0458d64: Verifying Checksum
8b42c0458d64: Download complete
25cd7e33c7c3: Verifying Checksum
25cd7e33c7c3: Download complete
d9987299365c: Verifying Checksum
d9987299365c: Download complete
b6d63350513c: Pull complete
eae028898cd7: Pull complete
cff1ad02ebe4: Verifying Checksum
cff1ad02ebe4: Download complete
b752a10b71d9: Verifying Checksum
b752a10b71d9: Download complete
f355a3b2c79d: Verifying Checksum
f355a3b2c79d: Download complete
b6dc1720f5b1: Verifying Checksum
b6dc1720f5b1: Download complete
353f40dedde5: Verifying Checksum
353f40dedde5: Download complete
ad37c8c08239: Pull complete
82df02e89d25: Verifying Checksum
82df02e89d25: Download complete
b3d3cdb0bc9e: Verifying Checksum
b3d3cdb0bc9e: Download complete
8e3a619568f0: Verifying Checksum
8e3a619568f0: Download complete
d65f98fa3de3: Verifying Checksum
d65f98fa3de3: Download complete
3daf828b21f2: Verifying Checksum
3daf828b21f2: Download complete
23662fc98e81: Verifying Checksum
23662fc98e81: Download complete
bbeb1f021546: Verifying Checksum
bbeb1f021546: Download complete
6df266dd3fd8: Verifying Checksum
6df266dd3fd8: Download complete
206e1e5571c9: Verifying Checksum
206e1e5571c9: Download complete
850edde41604: Pull complete
c6ace5d49c23: Verifying Checksum
c6ace5d49c23: Download complete
55285e1f0f81: Verifying Checksum
55285e1f0f81: Download complete
976d068013fa: Verifying Checksum
976d068013fa: Download complete
40f2916c880f: Verifying Checksum
40f2916c880f: Download complete
4f0e6f2bb7ab: Verifying Checksum
4f0e6f2bb7ab: Download complete
886d10549171: Verifying Checksum
886d10549171: Download complete
ef3aede7dce9: Verifying Checksum
ef3aede7dce9: Download complete
63ae1c8866b6: Pull complete
2cb68ce48473: Verifying Checksum
2cb68ce48473: Download complete
c8c6359b27d7: Verifying Checksum
c8c6359b27d7: Download complete
e517d8b0cb5b: Verifying Checksum
e517d8b0cb5b: Download complete
e198f5972b2d: Verifying Checksum
e198f5972b2d: Download complete
5824713c1779: Pull complete
aa2dda7c4883: Verifying Checksum
aa2dda7c4883: Download complete
d7a70110074b: Verifying Checksum
d7a70110074b: Download complete
b508c3fd7dad: Pull complete
d0490c8a5a48: Pull complete
c46ce4f898c1: Pull complete
6da9db5c40fc: Verifying Checksum
6da9db5c40fc: Download complete
f56b93928089: Verifying Checksum
f56b93928089: Download complete
e7e29e82a86f: Verifying Checksum
e7e29e82a86f: Download complete
529e359714bd: Verifying Checksum
529e359714bd: Download complete
96c9462cbc01: Verifying Checksum
96c9462cbc01: Download complete
e511014d4eef: Pull complete
b1c8c85995bc: Verifying Checksum
b1c8c85995bc: Download complete
4701f48243fe: Pull complete
00de5a73064f: Pull complete
4b914b0f9cd8: Verifying Checksum
4b914b0f9cd8: Download 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_80\s*$'
+ ls -al .
total 64
drwx------ 3 ubuntu ubuntu 4096 Jun 19 05:35 .
drwxrwxrwt 12 root root 4096 Jun 19 05:35 ..
-rw-rw-r-- 1 ubuntu ubuntu 57 Jun 19 05:35 credentials
-rwxrwxr-x 1 ubuntu ubuntu 666 Jun 19 05:35 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 498 Jun 19 05:35 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 5 Jun 19 05:35 pid
drwxrwxr-x 6 ubuntu ubuntu 4096 Jun 19 05:35 repo
-rwxrwxr-x 1 ubuntu ubuntu 6693 Jun 19 05:35 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 613 Jun 19 05:35 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 22593 Jun 19 05:39 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-GVzl:/main --env=head=git@github.com:yegor256/microstack.git --env=pull_id=80 --env=fork=git@github.com:yegor256/microstack.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:yegor256/microstack.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=80'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/microstack.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'\'' '\'';'\'' '\''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-GVzl/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_microstack_80 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=80' ; export 'fork=git@github.com:yegor256/microstack.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 ; 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
error: failed to parse lock file at: /home/r/repo/Cargo.lock
Caused by:
lock file version `4` was found, but this version of Cargo does not understand this lock file, perhaps Cargo needs to be updated?