rultor.com logo This build log was produced by rultor.com for dartoos-dev/astronomy_picture_of_the_day#11
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 3559249
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Sun Nov 12 07:37:20 PM CET 2023
+ uptime
 19:37:20 up 59 days, 23:51,  0 users,  load average: 0.00, 0.04, 0.04
+ ff=default
+ image=cirrusci/flutter:stable
+ rebase=true
+ head_branch=master
+ pull_title='doc(LICENSE): add MIT License file'
+ author=rafamizes
+ directory=
+ head=git@github.com:dartoos-dev/astronomy_picture_of_the_day.git
+ pull_id=11
+ fork=git@github.com:rafamizes/astronomy_picture_of_the_day.git
+ fork_branch=issue_10
+ squash=true
+ vars=('--env=head=git@github.com:dartoos-dev/astronomy_picture_of_the_day.git' '--env=pull_id=11' '--env=fork=git@github.com:rafamizes/astronomy_picture_of_the_day.git' '--env=fork_branch=issue_10' '--env=head_branch=master' '--env=pull_title=doc(LICENSE): add MIT License file' '--env=author=rafamizes' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:dartoos-dev/astronomy_picture_of_the_day.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=11'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:rafamizes/astronomy_picture_of_the_day.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=issue_10'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=doc(LICENSE): add MIT License file'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=rafamizes'\''\'\'''\'''\'' '\'';'\'' '\''flutter clean'\'' '\'';'\'' '\''flutter pub get'\'' '\'';'\'' '\''flutter test --no-pub'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:dartoos-dev/astronomy_picture_of_the_day.git'\''' ';' 'export '\''pull_id=11'\''' ';' 'export '\''fork=git@github.com:rafamizes/astronomy_picture_of_the_day.git'\''' ';' 'export '\''fork_branch=issue_10'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=doc(LICENSE): add MIT License file'\''' ';' 'export '\''author=rafamizes'\''' ';' 'flutter clean' ';' 'flutter pub get' ';' 'flutter test --no-pub' ';')
+ container=dartoos-dev_astronomy_picture_of_the_day_11
+ as_root=true
+ hostname
b3.rultor.com
+ pwd
/tmp/rultor-pum2
+ 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 '\''pull_id=11'\''' ';' 'export '\''fork=git@github.com:rafamizes/astronomy_picture_of_the_day.git'\''' ';' 'export '\''fork_branch=issue_10'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=doc(LICENSE): add MIT License file'\''' ';' 'export '\''author=rafamizes'\''' ';' 'flutter clean' ';' 'flutter pub get' ';' 'flutter test --no-pub' ';'
+ sensitive=()
+ rm -rf .gnupg
+ cd repo
+ git remote add fork git@github.com:rafamizes/astronomy_picture_of_the_day.git
+ git remote update
Fetching origin
Fetching fork
From github.com:rafamizes/astronomy_picture_of_the_day
 * [new branch]      issue_10   -> fork/issue_10
 * [new branch]      master     -> fork/master
+ args=
+ '[' default == default ']'
+ args=' --ff'
+ '[' default == no ']'
+ '[' default == only ']'
+ export BRANCH=__rultor
+ BRANCH=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ 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/issue_10
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'issue_10' 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'.
+ '[' true == true ']'
+ git checkout __rultor
Switched to branch '__rultor'
Your branch is up to date with 'fork/issue_10'.
+ git rebase master
Current branch __rultor is up to date.
+ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
+ '[' true == true ']'
+ git merge --ff --squash __rultor
Updating 89d666e..a7655f1
Fast-forward
Squash commit -- not updating HEAD
 LICENSE | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 LICENSE
+ git commit -m 'doc(LICENSE): add MIT License file'
[master fabbb7b] doc(LICENSE): add MIT License file
 1 file changed, 22 insertions(+)
 create mode 100644 LICENSE
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=0.04
++ echo 0.04 '>' 30
++ bc
./run.sh: line 111: bc: command not found
+ '[' -eq 1 ']'
./run.sh: line 111: [: -eq: unary operator expected
+ echo 'load average is 0.04, low enough to run a new Docker container'
load average is 0.04, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=cirrusci/flutter:stable
+ docker pull cirrusci/flutter:stable
stable: Pulling from cirrusci/flutter
677076032cca: Pulling fs layer
8922847ad711: Pulling fs layer
4f4fb700ef54: Pulling fs layer
22c2ad27dbb4: Pulling fs layer
a389ee250a4e: Pulling fs layer
1ad963065146: Pulling fs layer
22c2ad27dbb4: Waiting
a389ee250a4e: Waiting
1ad963065146: Waiting
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
677076032cca: Verifying Checksum
677076032cca: Download complete
677076032cca: Pull complete
a389ee250a4e: Verifying Checksum
a389ee250a4e: Download complete
22c2ad27dbb4: Verifying Checksum
22c2ad27dbb4: Download complete
1ad963065146: Verifying Checksum
1ad963065146: Download complete
8922847ad711: Verifying Checksum
8922847ad711: Download complete
8922847ad711: Pull complete
4f4fb700ef54: Pull complete
22c2ad27dbb4: Pull complete
a389ee250a4e: Pull complete
1ad963065146: Pull complete
Digest: sha256:32e7d16c7e1458d3135e945ceec82c5d43bfda289526f850711f3908fb927502
Status: Downloaded newer image for cirrusci/flutter:stable
docker.io/cirrusci/flutter:stable
+ docker ps --filter=status=exited
+ grep --quiet '\sdartoos-dev_astronomy_picture_of_the_day_11\s*$'
+ ls -al .
total 44
drwx------  3 rultor rultor 4096 Nov 12 19:37 .
drwxrwxrwt 12 root   root   4096 Nov 12 19:40 ..
-rwxrwxr-x  1 rultor rultor  556 Nov 12 19:40 end.sh
-rwxrwxr-x  1 rultor rultor  162 Nov 12 19:37 entry.sh
-rw-rw-r--  1 rultor rultor    8 Nov 12 19:37 pid
drwxrwxr-x 12 rultor rultor 4096 Nov 12 19:37 repo
-rwxrwxr-x  1 rultor rultor 5926 Nov 12 19:37 run.sh
-rw-rw-r--  1 rultor rultor  559 Nov 12 19:37 script.sh
-rw-rw-r--  1 rultor rultor 6497 Nov 12 19:40 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-pum2:/main --env=head=git@github.com:dartoos-dev/astronomy_picture_of_the_day.git --env=pull_id=11 --env=fork=git@github.com:rafamizes/astronomy_picture_of_the_day.git --env=fork_branch=issue_10 --env=head_branch=master '--env=pull_title=doc(LICENSE): add MIT License file' --env=author=rafamizes '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:dartoos-dev/astronomy_picture_of_the_day.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=11'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:rafamizes/astronomy_picture_of_the_day.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=issue_10'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=doc(LICENSE): add MIT License file'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=rafamizes'\''\'\'''\'''\'' '\'';'\'' '\''flutter clean'\'' '\'';'\'' '\''flutter pub get'\'' '\'';'\'' '\''flutter test --no-pub'\'' '\'';'\'' )' --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-pum2/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=dartoos-dev_astronomy_picture_of_the_day_11 cirrusci/flutter:stable /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
+ set -e
+ set -o pipefail
+ '[' -e /home/r/.profile ']'
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export head=git@github.com:dartoos-dev/astronomy_picture_of_the_day.git
+ head=git@github.com:dartoos-dev/astronomy_picture_of_the_day.git
+ export pull_id=11
+ pull_id=11
+ export fork=git@github.com:rafamizes/astronomy_picture_of_the_day.git
+ fork=git@github.com:rafamizes/astronomy_picture_of_the_day.git
+ export fork_branch=issue_10
+ fork_branch=issue_10
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=doc(LICENSE): add MIT License file'
+ pull_title='doc(LICENSE): add MIT License file'
+ export author=rafamizes
+ author=rafamizes
+ flutter clean

1m  ╔════════════════════════════════════════════════════════════════════════════╗22m
1m  ║                 Welcome to Flutter! - https://flutter.dev                  ║22m
1m  ║                                                                            ║22m
1m  ║ The Flutter tool uses Google Analytics to anonymously report feature usage ║22m
1m  ║ statistics and basic crash reports. This data is used to help improve      ║22m
1m  ║ Flutter tools over time.                                                   ║22m
1m  ║                                                                            ║22m
1m  ║ Flutter tool analytics are not sent on the very first run. To disable      ║22m
1m  ║ reporting, type 'flutter config --no-analytics'. To display the current    ║22m
1m  ║ setting, type 'flutter config'. If you opt out of analytics, an opt-out    ║22m
1m  ║ event will be sent, and then no further information will be sent by the    ║22m
1m  ║ Flutter tool.                                                              ║22m
1m  ║                                                                            ║22m
1m  ║ By downloading the Flutter SDK, you agree to the Google Terms of Service.  ║22m
1m  ║ Note: The Google Privacy Policy describes how data is handled in this      ║22m
1m  ║ service.                                                                   ║22m
1m  ║                                                                            ║22m
1m  ║ Moreover, Flutter includes the Dart SDK, which may send usage metrics and  ║22m
1m  ║ crash reports to Google.                                                   ║22m
1m  ║                                                                            ║22m
1m  ║ Read about data we send with crash reports:                                ║22m
1m  ║ https://flutter.dev/docs/reference/crash-reporting                         ║22m
1m  ║                                                                            ║22m
1m  ║ See Google's privacy policy:                                               ║22m
1m  ║ https://policies.google.com/privacy                                        ║22m
1m  ╚════════════════════════════════════════════════════════════════════════════╝22m
1m22m

+ flutter pub get
Running "flutter pub get" in repo...
Resolving dependencies...
The current Dart SDK version is 2.19.4.

Because astronomy_picture_of_the_day requires SDK version >=3.1.5 <4.0.0, version solving failed.
31mpub get failed39m
31mcommand: "/sdks/flutter/bin/cache/dart-sdk/bin/dart __deprecated_pub --color --directory . get --example"39m
31mpub env: {39m
31m  "FLUTTER_ROOT": "/sdks/flutter",39m
31m  "PUB_ENVIRONMENT": "flutter_cli:get",39m
31m}39m
31mexit code: 139m
31m39m

container d9452d80f2b12391b0d7f472e085917610d326916ead911c616f529f85e06f7d is dead
Sun Nov 12 07:42:00 PM CET 2023