rultor.com logo This build log was produced by rultor.com for objectionary/phie#9
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 3582819
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Mon 19 Sep 2022 08:36:18 PM CEST
+ uptime
 20:36:18 up 82 days, 22:37,  0 users,  load average: 1.68, 1.55, 0.94
+ head=git@github.com:objectionary/phie.git
+ ff=default
+ image=yegor256/rultor-image:1.11.0
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.2.0
+ vars=('--env=head=git@github.com:objectionary/phie.git' '--env=tag=0.2.0' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/phie.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.2.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" Cargo.toml'\'' '\'';'\'' '\''cargo --color=never test'\'' '\'';'\'' '\''cargo --color=never fmt --check'\'' '\'';'\'' '\''cargo clippy'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mkdir -p ~/.cargo && cp ../credentials ~/.cargo'\'' '\'';'\'' '\''cargo --color=never publish'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:objectionary/phie.git'\''' ';' 'export '\''tag=0.2.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd --file=/dev/null' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" Cargo.toml' ';' 'cargo --color=never test' ';' 'cargo --color=never fmt --check' ';' 'cargo clippy' ';' 'git commit -am "${tag}"' ';' 'mkdir -p ~/.cargo && cp ../credentials ~/.cargo' ';' 'cargo --color=never publish' ';')
+ directory=
+ container=objectionary_phie_9
+ as_root=false
+ hostname
m1415.contaboserver.net
+ git --version
git version 2.25.1
+ docker --version
Docker version 20.10.17, build 100c701
+ 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:objectionary/phie.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:objectionary/phie.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:objectionary/phie.git'\''' ';' 'export '\''tag=0.2.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd --file=/dev/null' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" Cargo.toml' ';' 'cargo --color=never test' ';' 'cargo --color=never fmt --check' ';' 'cargo clippy' ';' 'git commit -am "${tag}"' ';' 'mkdir -p ~/.cargo && cp ../credentials ~/.cargo' ';' 'cargo --color=never publish' ';'
+ sensitive=()
+ rm -rf .gnupg
+ '[' -z 0.2.0 ']'
+ [[ 0.2.0 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.2.0"'
tag name is valid: "0.2.0"
+ cd repo
++ git tag -l 0.2.0
+ '[' ']'
+ 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.94
++ echo 0.94 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.94, low enough to run a new Docker container'
load average is 0.94, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.11.0
+ docker pull yegor256/rultor-image:1.11.0
1.11.0: Pulling from yegor256/rultor-image
Digest: sha256:d485defdd4859b0ce6e56283875ec4bd492327873856b2efb6cc5b2a31b22007
Status: Image is up to date for yegor256/rultor-image:1.11.0
docker.io/yegor256/rultor-image:1.11.0
+ docker ps --filter=status=exited
+ grep --quiet '\sobjectionary_phie_9\s*$'
+ ls -al .
total 44
drwx--x--x  3 rultor rultor 4096 Sep 19 20:36 .
drwxrwxrwt 19 root   root   4096 Sep 19 20:36 ..
-rw-rw-r--  1 rultor rultor   57 Sep 19 20:36 credentials
-rw-rw-r--  1 rultor rultor  556 Sep 19 20:36 end.sh
-rwxrwxr-x  1 rultor rultor  363 Sep 19 20:36 entry.sh
-rw-rw-r--  1 rultor rultor    8 Sep 19 20:36 pid
drwxrwxr-x  6 rultor rultor 4096 Sep 19 20:36 repo
-rwxrwxr-x  1 rultor rultor 5864 Sep 19 20:36 run.sh
-rw-rw-r--  1 rultor rultor  644 Sep 19 20:36 script.sh
-rw-rw-r--  1 rultor rultor 4080 Sep 19 20:36 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-CsLC:/main --env=head=git@github.com:objectionary/phie.git --env=tag=0.2.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/phie.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.2.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" Cargo.toml'\'' '\'';'\'' '\''cargo --color=never test'\'' '\'';'\'' '\''cargo --color=never fmt --check'\'' '\'';'\'' '\''cargo clippy'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mkdir -p ~/.cargo && cp ../credentials ~/.cargo'\'' '\'';'\'' '\''cargo --color=never publish'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-CsLC/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=objectionary_phie_9 yegor256/rultor-image:1.11.0 /main/entry.sh
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cache /root/.cargo /root/.config /root/.gem /root/.gnupg /root/.m2 /root/.npm /root/.profile /root/.rustup /root/texmf /root/.wget-hsts /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
+ su --login r --command /home/r/script.sh
+ set -e
+ set -o pipefail
+ '[' -e /home/r/.profile ']'
+ source /home/r/.profile
++ '[' /bin/bash ']'
++ '[' -f /home/r/.bashrc ']'
++ . /home/r/.bashrc
+++ '[' -z '' ']'
+++ return
++ mesg n
++ true
++ . /home/r/.cargo/env
+++ case ":${PATH}:" in
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export head=git@github.com:objectionary/phie.git
+ head=git@github.com:objectionary/phie.git
+ export tag=0.2.0
+ tag=0.2.0
+ export head_branch=master
+ head_branch=master
+ export author=yegor256
+ author=yegor256
+ pdd --file=/dev/null
+ [[ 0.2.0 =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]
+ sed -i -e 's/^version = "0.0.0"/version = "0.2.0"/' Cargo.toml
+ cargo --color=never test
    Updating crates.io index
 Downloading crates ...
  Downloaded doc-comment v0.3.3
  Downloaded heck v0.4.0
  Downloaded lazy_static v1.4.0
  Downloaded aho-corasick v0.7.18
  Downloaded memchr v2.4.1
  Downloaded termcolor v1.1.2
  Downloaded arr_macro_impl v0.1.3
  Downloaded futures-timer v3.0.2
  Downloaded rustversion v1.0.6
  Downloaded simple_logger v2.3.0
  Downloaded rustc_version v0.4.0
  Downloaded termtree v0.2.4
  Downloaded strum v0.24.1
  Downloaded predicates-core v1.0.3
  Downloaded wait-timeout v0.2.0
  Downloaded autocfg v1.1.0
  Downloaded futures-core v0.3.24
  Downloaded cfg-if v1.0.0
  Downloaded difflib v0.4.0
  Downloaded atty v0.2.14
  Downloaded futures-sink v0.3.24
  Downloaded futures-io v0.3.24
  Downloaded futures-macro v0.3.24
  Downloaded hex v0.4.3
  Downloaded predicates-tree v1.0.5
  Downloaded pin-utils v0.1.0
  Downloaded futures-task v0.3.24
  Downloaded semver v1.0.5
  Downloaded libc v0.2.118
  Downloaded time-macros v0.2.3
  Downloaded assert_cmd v2.0.4
  Downloaded slab v0.4.7
  Downloaded proc-macro2 v1.0.43
  Downloaded syn v1.0.99
  Downloaded futures v0.3.24
  Downloaded futures-channel v0.3.24
  Downloaded humantime v2.1.0
  Downloaded futures-executor v0.3.24
  Downloaded env_logger v0.9.1
  Downloaded colored v2.0.0
  Downloaded bstr v0.2.17
  Downloaded pin-project-lite v0.2.9
  Downloaded predicates v2.1.1
  Downloaded quote v1.0.21
  Downloaded rstest_macros v0.14.0
  Downloaded rstest v0.15.0
  Downloaded proc-macro-hack v0.5.19
  Downloaded itertools v0.10.4
  Downloaded strum_macros v0.24.3
  Downloaded num_threads v0.1.3
  Downloaded futures-util v0.3.24
  Downloaded regex-automata v0.1.10
  Downloaded unicode-ident v1.0.4
  Downloaded time v0.3.7
  Downloaded ctor v0.1.23
  Downloaded log v0.4.17
  Downloaded regex v1.6.0
  Downloaded itoa v1.0.1
  Downloaded regex-syntax v0.6.27
  Downloaded either v1.6.1
  Downloaded arr_macro v0.1.3
   Compiling proc-macro2 v1.0.43
   Compiling quote v1.0.21
   Compiling unicode-ident v1.0.4
   Compiling syn v1.0.99
   Compiling memchr v2.4.1
   Compiling libc v0.2.118
   Compiling semver v1.0.5
   Compiling autocfg v1.1.0
   Compiling futures-core v0.3.24
   Compiling futures-channel v0.3.24
   Compiling futures-task v0.3.24
   Compiling futures-util v0.3.24
   Compiling cfg-if v1.0.0
   Compiling futures-sink v0.3.24
   Compiling lazy_static v1.4.0
   Compiling proc-macro-hack v0.5.19
   Compiling pin-project-lite v0.2.9
   Compiling futures-io v0.3.24
   Compiling log v0.4.17
   Compiling pin-utils v0.1.0
   Compiling rustversion v1.0.6
   Compiling doc-comment v0.3.3
   Compiling either v1.6.1
   Compiling predicates-core v1.0.3
   Compiling num_threads v0.1.3
   Compiling difflib v0.4.0
   Compiling regex-syntax v0.6.27
   Compiling termtree v0.2.4
   Compiling time-macros v0.2.3
   Compiling itoa v1.0.1
   Compiling regex-automata v0.1.10
   Compiling termcolor v1.1.2
   Compiling futures-timer v3.0.2
   Compiling humantime v2.1.0
   Compiling heck v0.4.0
   Compiling hex v0.4.3
   Compiling strum v0.24.1
   Compiling slab v0.4.7
   Compiling itertools v0.10.4
   Compiling predicates-tree v1.0.5
   Compiling rustc_version v0.4.0
   Compiling aho-corasick v0.7.18
   Compiling bstr v0.2.17
   Compiling atty v0.2.14
   Compiling wait-timeout v0.2.0
   Compiling colored v2.0.0
   Compiling rstest_macros v0.14.0
   Compiling time v0.3.7
   Compiling predicates v2.1.1
   Compiling regex v1.6.0
   Compiling assert_cmd v2.0.4
   Compiling simple_logger v2.3.0
   Compiling env_logger v0.9.1
   Compiling futures-macro v0.3.24
   Compiling arr_macro_impl v0.1.3
   Compiling strum_macros v0.24.3
   Compiling ctor v0.1.23
   Compiling arr_macro v0.1.3
   Compiling futures-executor v0.3.24
   Compiling futures v0.3.24
   Compiling rstest v0.15.0
   Compiling phie v0.2.0 (/home/r/repo)
    Finished test [unoptimized + debuginfo] target(s) in 56.39s
     Running unittests src/lib.rs (target/debug/deps/phie-a80514e2fb20aa38)

running 71 tests
test basket::makes_simple_basket ... 32mokBm
test basket::prints_itself ... 32mokBm
test basket::parses_text::case_1 ... 32mokBm
test basket::parses_itself ... 32mokBm
test basket::parses_text::case_2 ... 32mokBm
test atom::int_sub_works ... 32mokBm
test atom::int_add_works ... 32mokBm
test emu::tests::calls_itself_once ... 32mokBm
test emu::tests::simple_dataization_cycle ... 32mokBm
test emu::tests::injects_xi_correctly ... 32mokBm
test emu::tests::calculates_argument_once ... 32mokBm
test emu::tests::preserves_calculation_results ... 32mokBm
test atom::bool_if_works ... 32mokBm
test emu::tests::with_many_decorators ... 32mokBm
test emu::tests::reverse_to_abstract ... 32mokBm
test emu::tests::passes_xi_through_two_layers ... 32mokBm
test loc::parses_and_prints::case_01 ... 32mokBm
test emu::tests::deep_simulation_of_recursion ... 32mokBm
test emu::tests::passes_xi_through_four_layers ... 32mokBm
test loc::parses_and_prints::case_03 ... 32mokBm
test emu::tests::passes_xi_through_three_layers ... 32mokBm
test loc::parses_and_prints::case_05 ... 32mokBm
test loc::parses_and_prints::case_02 ... 32mokBm
test emu::tests_transitions::deletes_one_basket ... 32mokBm
test loc::parses_and_prints::case_07 ... 32mokBm
test loc::parses_and_prints::case_06 ... 32mokBm
test loc::parses_and_prints::case_04 ... 32mokBm
test loc::parses_and_prints::case_09 ... 32mokBm
test loc::parses_and_prints::case_08 ... 32mokBm
test loc::parses_and_prints::case_10 ... 32mokBm
test loc::parses_and_prints::case_11 ... 32mokBm
test loc::parses_and_prints::case_12 ... 32mokBm
test emu::tests::with_simple_decorator ... 32mokBm
test emu::tests::summarizes_two_numbers ... 32mokBm
test locator::fails_on_incorrect_locator::case_1 - should panic ... 32mokBm
test locator::fails_on_incorrect_locator::case_2 - should panic ... 32mokBm
test locator::fails_on_incorrect_locator::case_3 - should panic ... 32mokBm
test locator::fails_on_incorrect_locator::case_4 - should panic ... 32mokBm
test locator::fails_on_incorrect_locator::case_5 - should panic ... 32mokBm
test locator::fails_on_incorrect_locator::case_7 - should panic ... 32mokBm
test locator::fails_on_incorrect_locator::case_9 - should panic ... 32mokBm
test locator::parses_and_prints::case_01 ... 32mokBm
test locator::parses_and_prints::case_03 ... 32mokBm
test locator::fails_on_incorrect_locator::case_6 - should panic ... 32mokBm
test locator::parses_and_prints::case_04 ... 32mokBm
test locator::parses_and_prints::case_06 ... 32mokBm
test locator::fetches_loc_from_locator::case_1 ... 32mokBm
test locator::parses_and_prints::case_02 ... 32mokBm
test locator::fails_on_incorrect_locator::case_8 - should panic ... 32mokBm
test locator::parses_and_prints::case_05 ... 32mokBm
test locator::parses_and_prints::case_10 ... 32mokBm
test locator::parses_and_prints::case_08 ... 32mokBm
test locator::parses_and_prints::case_12 ... 32mokBm
test locator::parses_and_prints::case_09 ... 32mokBm
test locator::parses_and_prints::case_07 ... 32mokBm
test locator::parses_and_prints::case_13 ... 32mokBm
test locator::parses_and_prints::case_11 ... 32mokBm
test object::extends_by_making_new_object ... 32mokBm
test locator::parses_and_prints_one ... 32mokBm
test object::makes_simple_object ... 32mokBm
test object::prints_and_parses_simple_object ... 32mokBm
test atom::int_less_works ... 32mokBm
test perf::simple_increment ... 32mokBm
test perf::sorts_them ... 32mokBm
test object::prints_and_parses_some_object::case_2 ... 32mokBm
test object::prints_and_parses_some_object::case_3 ... 32mokBm
test object::prints_and_parses_some_object::case_1 ... 32mokBm
test emu::tests::summarizes_two_pairs_of_numbers ... 32mokBm
test emu::tests::simulation_of_recursion ... 32mokBm
test emu::tests::simple_recursion ... 32mokBm
test emu::tests::recursive_fibonacci ... 32mokBm

test result: 32mokBm. 71 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.90s

     Running unittests src/bin/fibonacci.rs (target/debug/deps/fibonacci-4f0ccd8b1ea801f0)

running 1 test
test calculates_fibonacci ... 32mokBm

test result: 32mokBm. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.36s

     Running tests/fibonacci_test.rs (target/debug/deps/fibonacci_test-17f3ef6e0998adb6)

running 1 test
test calculates_fibo ... 32mokBm

test result: 32mokBm. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.62s

   Doc-tests phie

running 5 tests
test src/locator.rs - locator::Locator::from_vec (line 53) ... 32mokBm
test src/locator.rs - locator::Locator::from_loc (line 64) ... 32mokBm
test src/locator.rs - locator::ph (line 36) ... 32mokBm
test src/object.rs - object::Object::with (line 100) ... 32mokBm
test src/object.rs - object::Object::push (line 82) ... 32mokBm

test result: 32mokBm. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.00s

+ cargo --color=never fmt --check
+ cargo clippy
0m0m1m32m    Checking0m futures-sink v0.3.24
0m0m1m32m    Checking0m futures-io v0.3.24
0m0m1m32m    Checking0m lazy_static v1.4.0
0m0m1m32m    Checking0m pin-utils v0.1.0
0m0m1m32m    Checking0m pin-project-lite v0.2.9
0m0m1m32m    Checking0m cfg-if v1.0.0
0m0m1m32m    Checking0m predicates-core v1.0.3
0m0m1m32m    Checking0m either v1.6.1
0m0m1m32m    Checking0m num_threads v0.1.3
0m0m1m32m    Checking0m difflib v0.4.0
0m0m1m32m    Checking0m regex-syntax v0.6.27
0m0m1m32m    Checking0m itoa v1.0.1
0m0m1m32m    Checking0m regex-automata v0.1.10
0m0m1m32m    Checking0m termtree v0.2.4
0m0m1m32m    Checking0m termcolor v1.1.2
0m0m1m32m    Checking0m futures-timer v3.0.2
0m0m1m32m    Checking0m humantime v2.1.0
0m0m1m32m    Checking0m strum v0.24.1
0m0m1m32m    Checking0m hex v0.4.3
0m0m1m32m    Checking0m memchr v2.4.1
0m0m1m32m    Checking0m libc v0.2.118
0m0m1m32m    Checking0m futures-core v0.3.24
0m0m1m32m    Checking0m futures-task v0.3.24
0m0m1m32m    Checking0m log v0.4.17
0m0m1m32m    Checking0m doc-comment v0.3.3
0m0m1m32m    Checking0m itertools v0.10.4
0m0m1m32m    Checking0m slab v0.4.7
0m0m1m32m    Checking0m predicates-tree v1.0.5
0m0m1m32m    Checking0m futures-channel v0.3.24
0m0m1m32m    Checking0m arr_macro v0.1.3
0m0m1m32m    Checking0m futures-util v0.3.24
0m0m1m32m    Checking0m aho-corasick v0.7.18
0m0m1m32m    Checking0m bstr v0.2.17
0m0m1m32m    Checking0m atty v0.2.14
0m0m1m32m    Checking0m time v0.3.7
0m0m1m32m    Checking0m wait-timeout v0.2.0
0m0m1m32m    Checking0m colored v2.0.0
0m0m1m32m    Checking0m simple_logger v2.3.0
0m0m1m32m    Checking0m predicates v2.1.1
0m0m1m32m    Checking0m regex v1.6.0
0m0m1m32m    Checking0m assert_cmd v2.0.4
0m0m1m32m    Checking0m env_logger v0.9.1
0m0m1m32m    Checking0m futures-executor v0.3.24
0m0m1m32m    Checking0m futures v0.3.24
0m0m1m32m    Checking0m rstest v0.15.0
0m0m1m32m    Checking0m phie v0.2.0 (/home/r/repo)
0m0m1m32m    Finished0m dev [unoptimized + debuginfo] target(s) in 5.71s
+ git commit -am 0.2.0
[__rultor 90e910c] 0.2.0
 2 files changed, 2 insertions(+), 2 deletions(-)
+ mkdir -p /home/r/.cargo
+ cp ../credentials /home/r/.cargo
+ cargo --color=never publish
    Updating crates.io index
   Packaging phie v0.2.0 (/home/r/repo)
   Verifying phie v0.2.0 (/home/r/repo)
   Compiling proc-macro2 v1.0.43
   Compiling quote v1.0.21
   Compiling unicode-ident v1.0.4
   Compiling syn v1.0.99
   Compiling memchr v2.4.1
   Compiling libc v0.2.118
   Compiling semver v1.0.5
   Compiling futures-core v0.3.24
   Compiling autocfg v1.1.0
   Compiling futures-task v0.3.24
   Compiling futures-channel v0.3.24
   Compiling cfg-if v1.0.0
   Compiling futures-sink v0.3.24
   Compiling futures-util v0.3.24
   Compiling pin-project-lite v0.2.9
   Compiling proc-macro-hack v0.5.19
   Compiling pin-utils v0.1.0
   Compiling futures-io v0.3.24
   Compiling log v0.4.17
   Compiling lazy_static v1.4.0
   Compiling rustversion v1.0.6
   Compiling doc-comment v0.3.3
   Compiling either v1.6.1
   Compiling predicates-core v1.0.3
   Compiling time-macros v0.2.3
   Compiling regex-syntax v0.6.27
   Compiling regex-automata v0.1.10
   Compiling num_threads v0.1.3
   Compiling termtree v0.2.4
   Compiling itoa v1.0.1
   Compiling difflib v0.4.0
   Compiling heck v0.4.0
   Compiling termcolor v1.1.2
   Compiling futures-timer v3.0.2
   Compiling humantime v2.1.0
   Compiling hex v0.4.3
   Compiling strum v0.24.1
   Compiling itertools v0.10.4
   Compiling predicates-tree v1.0.5
   Compiling slab v0.4.7
   Compiling rustc_version v0.4.0
   Compiling aho-corasick v0.7.18
   Compiling bstr v0.2.17
   Compiling atty v0.2.14
   Compiling wait-timeout v0.2.0
   Compiling rstest_macros v0.14.0
   Compiling colored v2.0.0
   Compiling time v0.3.7
   Compiling predicates v2.1.1
   Compiling regex v1.6.0
   Compiling assert_cmd v2.0.4
   Compiling simple_logger v2.3.0
   Compiling env_logger v0.9.1
   Compiling futures-macro v0.3.24
   Compiling arr_macro_impl v0.1.3
   Compiling ctor v0.1.23
   Compiling strum_macros v0.24.3
   Compiling arr_macro v0.1.3
   Compiling futures-executor v0.3.24
   Compiling futures v0.3.24
   Compiling rstest v0.15.0
   Compiling phie v0.2.0 (/home/r/repo/target/package/phie-0.2.0)
    Finished dev [unoptimized + debuginfo] target(s) in 21.39s
   Uploading phie v0.2.0 (/home/r/repo)
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.2.0 -m '0.2.0: tagged by rultor.com'
+ git reset --hard
HEAD is now at 90e910c 0.2.0
+ git clean -fd
+ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was 90e910c).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:objectionary/phie.git
 * [new tag]         0.2.0 -> 0.2.0
container b8c9ad6e05121ae150242032dc95117765d17448413e1eecb99850ba7ea5df8e is dead
Mon 19 Sep 2022 08:38:58 PM CEST