++ dirname ./run.sh
+ cd .
+ echo 1224
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Wed Dec 17 01:15:33 UTC 2025
+ uptime
01:15:33 up 1 min, 0 users, load average: 1.14, 0.36, 0.13
+ head=git@github.com:RAprogramm/yew-nav-link.git
+ ff=default
+ image=rust:1.91
+ rebase=false
+ squash=false
+ head_branch=main
+ author=raprogramm
+ tag=0.4.0
+ vars=('--env=head=git@github.com:RAprogramm/yew-nav-link.git' '--env=tag=0.4.0' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:RAprogramm/yew-nav-link.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.4.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=main'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=raprogramm'\''\'\'''\'''\'' '\'';'\'' '\''rustup toolchain install nightly'\'' '\'';'\'' '\''rustup component add rustfmt --toolchain nightly'\'' '\'';'\'' '\''sed -i "s/^version = .*/version = \"${tag}\"/" Cargo.toml'\'' '\'';'\'' '\''cargo +nightly fmt --all'\'' '\'';'\'' '\''cargo check --all-features'\'' '\'';'\'' '\''git commit -am "Release ${tag}"'\'' '\'';'\'' )' '--env=head_branch=main' '--env=author=raprogramm')
+ scripts=('export '\''head=git@github.com:RAprogramm/yew-nav-link.git'\''' ';' 'export '\''tag=0.4.0'\''' ';' 'export '\''head_branch=main'\''' ';' 'export '\''author=raprogramm'\''' ';' 'rustup toolchain install nightly' ';' 'rustup component add rustfmt --toolchain nightly' ';' 'sed -i "s/^version = .*/version = \"${tag}\"/" Cargo.toml' ';' 'cargo +nightly fmt --all' ';' 'cargo check --all-features' ';' 'git commit -am "Release ${tag}"' ';')
+ directory=
+ container=raprogramm_yew-nav-link_14
+ as_root=false
+ set -e -o pipefail
+ hostname
ip-172-31-23-44
+ pwd
/tmp/rultor-cy0K
+ 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:RAprogramm/yew-nav-link.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:RAprogramm/yew-nav-link.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:RAprogramm/yew-nav-link.git'\''' ';' 'export '\''tag=0.4.0'\''' ';' 'export '\''head_branch=main'\''' ';' 'export '\''author=raprogramm'\''' ';' 'rustup toolchain install nightly' ';' 'rustup component add rustfmt --toolchain nightly' ';' 'sed -i "s/^version = .*/version = \"${tag}\"/" Cargo.toml' ';' 'cargo +nightly fmt --all' ';' 'cargo check --all-features' ';' 'git commit -am "Release ${tag}"' ';'
+ sensitive=()
+ set -ex -o pipefail
+ '[' -z 0.4.0 ']'
+ [[ 0.4.0 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.4.0"'
tag name is valid: "0.4.0"
+ cd repo
++ git tag -l 0.4.0
+ '[' -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=rust:1.91
+ docker pull rust:1.91
1.91: Pulling from library/rust
2981f7e8980b: Pulling fs layer
b22766554d6b: Pulling fs layer
58f2d358b447: Pulling fs layer
dd420cee8193: Pulling fs layer
338b1467c232: Pulling fs layer
dd420cee8193: Waiting
338b1467c232: Waiting
b22766554d6b: Verifying Checksum
b22766554d6b: Download complete
2981f7e8980b: Verifying Checksum
2981f7e8980b: Download complete
58f2d358b447: Verifying Checksum
58f2d358b447: Download complete
dd420cee8193: Verifying Checksum
dd420cee8193: Download complete
338b1467c232: Verifying Checksum
338b1467c232: Download complete
2981f7e8980b: Pull complete
b22766554d6b: Pull complete
58f2d358b447: Pull complete
dd420cee8193: Pull complete
338b1467c232: Pull complete
Digest: sha256:867f1d1162913c401378a8504fb17fe2032c760dc316448766f150a130204aad
Status: Downloaded newer image for rust:1.91
docker.io/library/rust:1.91
+ docker ps --filter=status=exited
+ grep --quiet '\sraprogramm_yew-nav-link_14\s*$'
+ ls -al .
total 44
drwx------ 3 ubuntu ubuntu 4096 Dec 17 01:15 .
drwxrwxrwt 12 root root 4096 Dec 17 01:15 ..
-rwxrwxr-x 1 ubuntu ubuntu 666 Dec 17 01:15 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 498 Dec 17 01:15 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 5 Dec 17 01:15 pid
drwxrwxr-x 9 ubuntu ubuntu 4096 Dec 17 01:15 repo
-rwxrwxr-x 1 ubuntu ubuntu 6260 Dec 17 01:15 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 560 Dec 17 01:15 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 4447 Dec 17 01:16 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-cy0K:/main --env=head=git@github.com:RAprogramm/yew-nav-link.git --env=tag=0.4.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:RAprogramm/yew-nav-link.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.4.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=main'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=raprogramm'\''\'\'''\'''\'' '\'';'\'' '\''rustup toolchain install nightly'\'' '\'';'\'' '\''rustup component add rustfmt --toolchain nightly'\'' '\'';'\'' '\''sed -i "s/^version = .*/version = \"${tag}\"/" Cargo.toml'\'' '\'';'\'' '\''cargo +nightly fmt --all'\'' '\'';'\'' '\''cargo check --all-features'\'' '\'';'\'' '\''git commit -am "Release ${tag}"'\'' '\'';'\'' )' --env=head_branch=main --env=author=raprogramm --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-cy0K/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=raprogramm_yew-nav-link_14 rust:1.91 /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 _ssh 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/.profile /home/r
+ cp -R ./cid ./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:RAprogramm/yew-nav-link.git' ; export 'tag=0.4.0' ; export 'head_branch=main' ; export 'author=raprogramm' ; rustup toolchain install nightly ; rustup component add rustfmt --toolchain nightly ; sed -i "s/^version = .*/version = \"${tag}\"/" Cargo.toml ; cargo +nightly fmt --all ; cargo check --all-features ; git commit -am "Release ${tag}" ;
+ su --login r --command /home/r/script.sh
/home/r/script.sh: line 9: rustup: command not found
container 6e88d9223f4dea82266fcaf2e765298d5b3a6450dfdbeafb33cdf3e17c8cfa76 is dead
Wed Dec 17 01:16:40 UTC 2025