+ set -e + set -o pipefail ++ dirname ./run.sh + cd . + echo 3569765 + echo '2.0-SNAPSHOT BUILD' 2.0-SNAPSHOT BUILD + date Sun Nov 12 08:52:39 PM CET 2023 + uptime 20:52:39 up 60 days, 1:06, 0 users, load average: 0.03, 0.10, 0.08 + ff=default + image=cirrusci/flutter:latest + rebase=true + head_branch=master + pull_title='style: add stricter lint rules' + author=rafamizes + directory= + head=git@github.com:dartoos-dev/astronomy_picture_of_the_day.git + pull_id=18 + fork=git@github.com:rafamizes/astronomy_picture_of_the_day.git + fork_branch=issue_17 + squash=true + vars=('--env=head=git@github.com:dartoos-dev/astronomy_picture_of_the_day.git' '--env=pull_id=18' '--env=fork=git@github.com:rafamizes/astronomy_picture_of_the_day.git' '--env=fork_branch=issue_17' '--env=head_branch=master' '--env=pull_title=style: add stricter lint rules' '--env=author=rafamizes' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:dartoos-dev/astronomy_picture_of_the_day.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=18'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:rafamizes/astronomy_picture_of_the_day.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=issue_17'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=style: add stricter lint rules'\''\'\'''\'''\'' '\'';'\'' '\''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=18'\''' ';' 'export '\''fork=git@github.com:rafamizes/astronomy_picture_of_the_day.git'\''' ';' 'export '\''fork_branch=issue_17'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=style: add stricter lint rules'\''' ';' 'export '\''author=rafamizes'\''' ';' 'flutter clean' ';' 'flutter pub get' ';' 'flutter test --no-pub' ';') + container=dartoos-dev_astronomy_picture_of_the_day_18 + as_root=true + hostname b3.rultor.com + pwd /tmp/rultor-JP7R + 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=18'\''' ';' 'export '\''fork=git@github.com:rafamizes/astronomy_picture_of_the_day.git'\''' ';' 'export '\''fork_branch=issue_17'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=style: add stricter lint rules'\''' ';' '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_17 -> fork/issue_17 * [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_17 Switched to a new branch '__rultor' Branch '__rultor' set up to track remote branch 'issue_17' 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_17'. + git rebase master Successfully1rebased and updated refs/heads/__rultor. + git checkout master Switched to branch 'master' Your branch is up to date with 'origin/master'. + '[' true == true ']' + git merge --ff --squash __rultor Updating f8bec15..c838615 Fast-forward Squash commit -- not updating HEAD analysis_options.yaml | 17 ++++++++++++++++- pubspec.lock | 18 +++++------------- pubspec.yaml | 2 +- test/app_name_test.dart | 2 +- 4 files changed, 23 insertions(+), 16 deletions(-) + git commit -m 'style: add stricter lint rules' [master 59f30e6] style: add stricter lint rules 4 files changed, 23 insertions(+), 16 deletions(-) rewrite analysis_options.yaml (100%) + docker_when_possible + true ++ uptime ++ sed 's/ /\n/g' ++ tail -n 1 + load=0.09 ++ echo 0.09 '>' 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.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:latest + docker pull cirrusci/flutter:latest latest: Pulling from cirrusci/flutter 677076032cca: Already exists 8922847ad711: Already exists 4f4fb700ef54: Already exists 22c2ad27dbb4: Already exists 08416cb70613: Pulling fs layer 551def77e893: Pulling fs layer 08416cb70613: Verifying Checksum 08416cb70613: Download complete 08416cb70613: Pull complete 551def77e893: Verifying Checksum 551def77e893: Download complete 551def77e893: Pull complete Digest: sha256:d99b1ba2602240a74722970b5c0cd704bbe60a7eba7557157c784f2f693c393f Status: Downloaded newer image for cirrusci/flutter:latest docker.io/cirrusci/flutter:latest + docker ps --filter=status=exited + grep --quiet '\sdartoos-dev_astronomy_picture_of_the_day_18\s*$' + ls -al . total 44 drwx------ 3 rultor rultor 4096 Nov 12 20:52 . drwxrwxrwt 12 root root 4096 Nov 12 20:52 .. -rwxrwxr-x 1 rultor rultor 556 Nov 12 20:53 end.sh -rwxrwxr-x 1 rultor rultor 162 Nov 12 20:52 entry.sh -rw-rw-r-- 1 rultor rultor 8 Nov 12 20:52 pid drwxrwxr-x 12 rultor rultor 4096 Nov 12 20:52 repo -rwxrwxr-x 1 rultor rultor 5910 Nov 12 20:52 run.sh -rw-rw-r-- 1 rultor rultor 555 Nov 12 20:52 script.sh -rw-rw-r-- 1 rultor rultor 6279 Nov 12 20:54 stdout ++ pwd ++ pwd + docker run -t --rm -v /tmp/rultor-JP7R:/main --env=head=git@github.com:dartoos-dev/astronomy_picture_of_the_day.git --env=pull_id=18 --env=fork=git@github.com:rafamizes/astronomy_picture_of_the_day.git --env=fork_branch=issue_17 --env=head_branch=master '--env=pull_title=style: add stricter lint rules' --env=author=rafamizes '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:dartoos-dev/astronomy_picture_of_the_day.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=18'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:rafamizes/astronomy_picture_of_the_day.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=issue_17'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=style: add stricter lint rules'\''\'\'''\'''\'' '\'';'\'' '\''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-JP7R/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=dartoos-dev_astronomy_picture_of_the_day_18 cirrusci/flutter:latest /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=18 + pull_id=18 + 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_17 + fork_branch=issue_17 + export head_branch=master + head_branch=master + export 'pull_title=style: add stricter lint rules' + pull_title='style: add stricter lint rules' + 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 d8e341ea419f5b9947bbe5fb92ff75ab7522b8d31982208145cbdd4f57b075b7 is dead Sun Nov 12 08:55:01 PM CET 2023