rultor.com logo This build log was produced by rultor.com for dartoos-dev/astronomy_picture_of_the_day#64
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 2253663
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Sun Dec  3 12:27:39 AM CET 2023
+ uptime
 00:27:39 up 80 days,  4:41,  0 users,  load average: 0.12, 0.10, 0.09
+ head=git@github.com:dartoos-dev/astronomy_picture_of_the_day.git
+ ff=default
+ image=cirrusci/flutter:3.7.7
+ rebase=true
+ squash=true
+ head_branch=master
+ author=rafamizes
+ tag=0.1.2
+ vars=('--env=head=git@github.com:dartoos-dev/astronomy_picture_of_the_day.git' '--env=tag=0.1.2' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:dartoos-dev/astronomy_picture_of_the_day.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.1.2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=rafamizes'\''\'\'''\'''\'' '\'';'\'' '\''sed -i "s/^\(version:\).*/\1 $tag/" pubspec.yaml'\'' '\'';'\'' '\''sed -i "/\[[Uu]nreleased\]/a\\\n## [$tag] - $(date '\''\'\'''\''+%F'\''\'\'''\'')" CHANGELOG.md'\'' '\'';'\'' '\''git commit -am "version $tag"'\'' '\'';'\'' '\''git checkout master'\'' '\'';'\'' '\''git merge __rultor'\'' '\'';'\'' '\''git checkout __rultor'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=rafamizes')
+ scripts=('export '\''head=git@github.com:dartoos-dev/astronomy_picture_of_the_day.git'\''' ';' 'export '\''tag=0.1.2'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=rafamizes'\''' ';' 'sed -i "s/^\(version:\).*/\1 $tag/" pubspec.yaml' ';' 'sed -i "/\[[Uu]nreleased\]/a\\\n## [$tag] - $(date '\''+%F'\'')" CHANGELOG.md' ';' 'git commit -am "version $tag"' ';' 'git checkout master' ';' 'git merge __rultor' ';' 'git checkout __rultor' ';')
+ directory=
+ container=dartoos-dev_astronomy_picture_of_the_day_64
+ as_root=true
+ hostname
b3.rultor.com
+ pwd
/tmp/rultor-G95H
+ git --version
git version 2.34.1
+ docker --version
Docker version 24.0.5, build 24.0.5-0ubuntu1~22.04.1
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:dartoos-dev/astronomy_picture_of_the_day.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:dartoos-dev/astronomy_picture_of_the_day.git'\''' ']'
+ cd ..
+ cat
+ '[' true = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:dartoos-dev/astronomy_picture_of_the_day.git'\''' ';' 'export '\''tag=0.1.2'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=rafamizes'\''' ';' 'sed -i "s/^\(version:\).*/\1 $tag/" pubspec.yaml' ';' 'sed -i "/\[[Uu]nreleased\]/a\\\n## [$tag] - $(date '\''+%F'\'')" CHANGELOG.md' ';' 'git commit -am "version $tag"' ';' 'git checkout master' ';' 'git merge __rultor' ';' 'git checkout __rultor' ';'
+ sensitive=()
+ rm -rf .gnupg
+ '[' -z 0.1.2 ']'
+ [[ 0.1.2 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.1.2"'
tag name is valid: "0.1.2"
+ cd repo
++ git tag -l 0.1.2
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=0.09
++ echo 0.09 '>' 30
++ bc
./run.sh: line 108: bc: command not found
+ '[' -eq 1 ']'
./run.sh: line 108: [: -eq: unary operator expected
+ echo 'load average is 0.09, low enough to run a new Docker container'
load average is 0.09, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=cirrusci/flutter:3.7.7
+ docker pull cirrusci/flutter:3.7.7
3.7.7: Pulling from cirrusci/flutter
Digest: sha256:32e7d16c7e1458d3135e945ceec82c5d43bfda289526f850711f3908fb927502
Status: Image is up to date for cirrusci/flutter:3.7.7
docker.io/cirrusci/flutter:3.7.7
+ docker ps --filter=status=exited
+ grep --quiet '\sdartoos-dev_astronomy_picture_of_the_day_64\s*$'
+ ls -al .
total 40
drwx------  3 rultor rultor 4096 Dec  3 00:27 .
drwxrwxrwt 13 root   root   4096 Dec  3 00:27 ..
-rwxrwxr-x  1 rultor rultor  556 Dec  3 00:27 end.sh
-rwxrwxr-x  1 rultor rultor  162 Dec  3 00:27 entry.sh
-rw-rw-r--  1 rultor rultor    8 Dec  3 00:27 pid
drwxrwxr-x 14 rultor rultor 4096 Dec  3 00:27 repo
-rwxrwxr-x  1 rultor rultor 5849 Dec  3 00:27 run.sh
-rw-rw-r--  1 rultor rultor  558 Dec  3 00:27 script.sh
-rw-rw-r--  1 rultor rultor 4015 Dec  3 00:27 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-G95H:/main --env=head=git@github.com:dartoos-dev/astronomy_picture_of_the_day.git --env=tag=0.1.2 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:dartoos-dev/astronomy_picture_of_the_day.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.1.2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=rafamizes'\''\'\'''\'''\'' '\'';'\'' '\''sed -i "s/^\(version:\).*/\1 $tag/" pubspec.yaml'\'' '\'';'\'' '\''sed -i "/\[[Uu]nreleased\]/a\\\n## [$tag] - $(date '\''\'\'''\''+%F'\''\'\'''\'')" CHANGELOG.md'\'' '\'';'\'' '\''git commit -am "version $tag"'\'' '\'';'\'' '\''git checkout master'\'' '\'';'\'' '\''git merge __rultor'\'' '\'';'\'' '\''git checkout __rultor'\'' '\'';'\'' )' --env=head_branch=master --env=author=rafamizes --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-G95H/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=dartoos-dev_astronomy_picture_of_the_day_64 cirrusci/flutter:3.7.7 /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
+ set -e
+ set -o pipefail
+ mkdir /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chmod a+x /home/r/script.sh
+ /home/r/script.sh
[__rultor 9c5a3fb] version 0.1.2
 2 files changed, 3 insertions(+), 1 deletion(-)
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
Updating d7a8780..9c5a3fb
Fast-forward
 CHANGELOG.md | 2 32m++m
 pubspec.yaml | 2 32m+m31m-m
 2 files changed, 3 insertions(+), 1 deletion(-)
Switched to branch '__rultor'
+ mv /home/r/repo .
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.1.2 -m '0.1.2: tagged by rultor.com'
+ git reset --hard
HEAD is now at 9c5a3fb version 0.1.2
+ git clean -fd
+ git checkout master
Switched to branch 'master'
Your branch is ahead of 'origin/master' by 1 commit.
  (use "git push" to publish your local commits)
+ git branch -D __rultor
Deleted branch __rultor (was 9c5a3fb).
+ git push --all origin
To github.com:dartoos-dev/astronomy_picture_of_the_day.git
   d7a8780..9c5a3fb  master -> master
+ git push --tags origin
To github.com:dartoos-dev/astronomy_picture_of_the_day.git
 * [new tag]         0.1.2 -> 0.1.2
container 2498d44f207de84d868260381c63fe6bf23b7bb0b92b4011efb2634205bd6e5e is dead
Sun Dec  3 12:28:51 AM CET 2023