+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 20019
+ echo '1.70.6 5bcc93e7c'
1.70.6 5bcc93e7c
+ date
Fri May 6 15:48:26 CEST 2022
+ uptime
15:48:26 up 585 days, 23:54, 0 users, load average: 1.11, 0.87, 0.85
+ head=git@github.com:objectionary/phie.git
+ ff=default
+ image=yegor256/rultor-image
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.1.0
+ vars=('--env=head=git@github.com:objectionary/phie.git' '--env=tag=0.1.0' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/phie.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.1.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''curl https://sh.rustup.rs -sSf | bash -s -- -y'\'' '\'';'\'' '\''export PATH=$HOME/.cargo/bin:$PATH'\'' '\'';'\'' '\''rustup toolchain install stable'\'' '\'';'\'' '\''cargo --version'\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" Cargo.toml'\'' '\'';'\'' '\''cargo test --color=never'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mkdir -p ~/.cargo && cp ../credentials ~/.cargo'\'' '\'';'\'' '\''cargo publish --color=never'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:objectionary/phie.git'\''' ';' 'export '\''tag=0.1.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'curl https://sh.rustup.rs -sSf | bash -s -- -y' ';' 'export PATH=$HOME/.cargo/bin:$PATH' ';' 'rustup toolchain install stable' ';' 'cargo --version' ';' 'pdd --file=/dev/null' ';' 'sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" Cargo.toml' ';' 'cargo test --color=never' ';' 'git commit -am "${tag}"' ';' 'mkdir -p ~/.cargo && cp ../credentials ~/.cargo' ';' 'cargo publish --color=never' ';')
+ directory=
+ container=objectionary_phie_4
+ as_root=false
+ git --version
git version 2.7.4
+ docker --version
Docker version 17.12.0-ce, build c97c6d6
+ 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.1.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'curl https://sh.rustup.rs -sSf | bash -s -- -y' ';' 'export PATH=$HOME/.cargo/bin:$PATH' ';' 'rustup toolchain install stable' ';' 'cargo --version' ';' 'pdd --file=/dev/null' ';' 'sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" Cargo.toml' ';' 'cargo test --color=never' ';' 'git commit -am "${tag}"' ';' 'mkdir -p ~/.cargo && cp ../credentials ~/.cargo' ';' 'cargo publish --color=never' ';'
+ sensitive=()
+ rm -rf .gpg
+ '[' -z 0.1.0 ']'
+ [[ 0.1.0 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.1.0"'
tag name is valid: "0.1.0"
+ cd repo
++ git tag -l 0.1.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.85
++ echo 0.85 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.85, low enough to run a new Docker container'
load average is 0.85, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image
+ docker pull yegor256/rultor-image
Using default tag: latest
latest: Pulling from yegor256/rultor-image
Digest: sha256:b9c30c403248d4e8430cbae12f19d98180eaaf60f35ed848dcac38be60bf7826
Status: Image is up to date for yegor256/rultor-image:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sobjectionary_phie_4\s*$'
+ ls -al .
total 716
drwx--x--x 3 rultor rultor 4096 May 6 15:48 .
drwxrwxrwt 14 root root 684032 May 6 15:48 ..
-rw-rw-r-- 1 rultor rultor 57 May 6 15:48 credentials
-rw-rw-r-- 1 rultor rultor 444 May 6 15:48 end.sh
-rwxrwxr-x 1 rultor rultor 363 May 6 15:48 entry.sh
-rw-rw-r-- 1 rultor rultor 6 May 6 15:48 pid
drwxrwxr-x 6 rultor rultor 4096 May 6 15:48 repo
-rwxrwxr-x 1 rultor rultor 5869 May 6 15:48 run.sh
-rw-rw-r-- 1 rultor rultor 616 May 6 15:48 script.sh
-rw-rw-r-- 1 rultor rultor 4125 May 6 15:48 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-waq2:/main --env=head=git@github.com:objectionary/phie.git --env=tag=0.1.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/phie.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.1.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''curl https://sh.rustup.rs -sSf | bash -s -- -y'\'' '\'';'\'' '\''export PATH=$HOME/.cargo/bin:$PATH'\'' '\'';'\'' '\''rustup toolchain install stable'\'' '\'';'\'' '\''cargo --version'\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" Cargo.toml'\'' '\'';'\'' '\''cargo test --color=never'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mkdir -p ~/.cargo && cp ../credentials ~/.cargo'\'' '\'';'\'' '\''cargo publish --color=never'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-waq2/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=objectionary_phie_4 yegor256/rultor-image /main/entry.sh
+ 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/.config /root/.gem /root/.gnupg /root/.m2 /root/.profile /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
+ 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.1.0
+ tag=0.1.0
+ export head_branch=master
+ head_branch=master
+ export author=yegor256
+ author=yegor256
+ curl https://sh.rustup.rs -sSf
+ bash -s -- -y
1minfo:0m downloading installer
1minfo: Bmprofile set to 'default'
1minfo: Bmdefault host triple is x86_64-unknown-linux-gnu
1minfo: Bmsyncing channel updates for 'stable-x86_64-unknown-linux-gnu'
1minfo: Bmlatest update on 2022-04-07, rust version 1.60.0 (7737e0b5c 2022-04-04)
1minfo: Bmdownloading component 'cargo'
1minfo: Bmdownloading component 'clippy'
1minfo: Bmdownloading component 'rust-docs'
19.5 MiB / 19.5 MiB (100 %) 11.1/MiB/s in E2s:ETA:no0s
1minfo: Bmdownloading component 'rust-std'
26.3 MiB / 26.3 MiB (100 %) 11.1/MiB/s in E2s:ETA:no0s
1minfo: Bmdownloading component 'rustc'
54.6 MiB / 54.6 MiB (100 %) 11.1/MiB/s in E5s:ETA:no0s
1minfo: Bmdownloading component 'rustfmt'
1minfo: Bminstalling component 'cargo'
1minfo: Bminstalling component 'clippy'
1minfo: Bminstalling component 'rust-docs'
19.5 MiB / 19.5 MiB (100 %) 7.6/MiB/s in E2s:ETA:no0s
1minfo: Bminstalling component 'rust-std'
26.3 MiB / 26.3 MiB (100 %) 12.2/MiB/s in E2s:ETA:no0s
1minfo: Bminstalling component 'rustc'
54.6 MiB / 54.6 MiB (100 %) 14.0/MiB/s in E4s:ETA:no0s
1minfo: Bminstalling component 'rustfmt'
1minfo: Bmdefault toolchain set to 'stable-x86_64-unknown-linux-gnu'
1m32mstable-x86_64-unknown-linux-gnu installedBm - rustc 1.60.0 (7737e0b5c 2022-04-04)
1m
Rust is installed now. Great!
Bm
To get started you may need to restart your current shell.
This would reload your 1mPATHBm environment variable to include
Cargo's bin directory ($HOME/.cargo/bin).
To configure your current shell, run:
source $HOME/.cargo/env
+ export PATH=/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-2.7.0/bin:/usr/local/rvm/gems/ruby-2.7.0@global/bin:/usr/local/rvm/rubies/ruby-2.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/rvm/bin
+ PATH=/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-2.7.0/bin:/usr/local/rvm/gems/ruby-2.7.0@global/bin:/usr/local/rvm/rubies/ruby-2.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/rvm/bin
+ rustup toolchain install stable
1minfo: Bmsyncing channel updates for 'stable-x86_64-unknown-linux-gnu'
1mstable-x86_64-unknown-linux-gnu unchangedBm - rustc 1.60.0 (7737e0b5c 2022-04-04)
1minfo: Bmchecking for self-updates
+ cargo --version
cargo 1.60.0 (d1fd9fe 2022-03-01)
+ pdd --file=/dev/null
+ sed -i -e 's/^version = "0.0.0"/version = "0.1.0"/' Cargo.toml
+ cargo test --color=never
Updating crates.io index
Downloading crates ...
Downloaded unicode-segmentation v1.9.0
Downloaded unicode-xid v0.2.2
Downloaded termcolor v1.1.2
Downloaded atty v0.2.14
Downloaded syn v1.0.86
Downloaded heck v0.3.3
Downloaded cfg-if v1.0.0
Downloaded arr_macro v0.1.3
Downloaded itertools v0.10.3
Downloaded proc-macro-hack v0.5.19
Downloaded lazy_static v1.4.0
Downloaded itoa v1.0.1
Downloaded regex-automata v0.1.10
Downloaded wait-timeout v0.2.0
Downloaded rustversion v1.0.6
Downloaded aho-corasick v0.7.18
Downloaded num_threads v0.1.3
Downloaded assert_cmd v2.0.4
Downloaded difflib v0.4.0
Downloaded hex v0.4.3
Downloaded humantime v2.1.0
Downloaded predicates-tree v1.0.5
Downloaded predicates-core v1.0.3
Downloaded env_logger v0.9.0
Downloaded log v0.4.14
Downloaded either v1.6.1
Downloaded termtree v0.2.4
Downloaded rustc_version v0.4.0
Downloaded strum v0.23.0
Downloaded memchr v2.4.1
Downloaded ctor v0.1.21
Downloaded regex v1.5.4
Downloaded regex-syntax v0.6.25
Downloaded quote v1.0.15
Downloaded time-macros v0.2.3
Downloaded strum_macros v0.23.1
Downloaded proc-macro2 v1.0.36
Downloaded predicates v2.1.1
Downloaded colored v2.0.0
Downloaded semver v1.0.5
Downloaded time v0.3.7
Downloaded simple_logger v2.1.0
Downloaded arr_macro_impl v0.1.3
Downloaded doc-comment v0.3.3
Downloaded bstr v0.2.17
Downloaded libc v0.2.118
Downloaded rstest v0.12.0
Compiling libc v0.2.118
Compiling proc-macro2 v1.0.36
Compiling unicode-xid v0.2.2
Compiling memchr v2.4.1
Compiling syn v1.0.86
Compiling semver v1.0.5
Compiling log v0.4.14
Compiling proc-macro-hack v0.5.19
Compiling lazy_static v1.4.0
Compiling cfg-if v1.0.0
Compiling either v1.6.1
Compiling doc-comment v0.3.3
Compiling rustversion v1.0.6
Compiling predicates-core v1.0.3
Compiling time-macros v0.2.3
Compiling num_threads v0.1.3
Compiling termtree v0.2.4
Compiling unicode-segmentation v1.9.0
Compiling regex-automata v0.1.10
Compiling difflib v0.4.0
Compiling itoa v1.0.1
Compiling regex-syntax v0.6.25
Compiling humantime v2.1.0
Compiling termcolor v1.1.2
Compiling hex v0.4.3
Compiling strum v0.23.0
Compiling itertools v0.10.3
Compiling predicates-tree v1.0.5
Compiling heck v0.3.3
Compiling rustc_version v0.4.0
Compiling aho-corasick v0.7.18
Compiling bstr v0.2.17
Compiling quote v1.0.15
Compiling atty v0.2.14
Compiling wait-timeout v0.2.0
Compiling rstest v0.12.0
Compiling colored v2.0.0
Compiling time v0.3.7
Compiling predicates v2.1.1
Compiling regex v1.5.4
Compiling assert_cmd v2.0.4
Compiling simple_logger v2.1.0
Compiling env_logger v0.9.0
Compiling arr_macro_impl v0.1.3
Compiling strum_macros v0.23.1
Compiling ctor v0.1.21
Compiling arr_macro v0.1.3
Compiling phie v0.1.0 (/home/r/repo)
Finished test [unoptimized + debuginfo] target(s) in 1m 08s
Running unittests (target/debug/deps/phie-6f761443e225aa5f)
running 67 tests
test basket::makes_simple_basket ... 32mokBm
test basket::prints_itself ... 32mokBm
test basket::parses_text::case_2 ... 32mokBm
test basket::parses_text::case_1 ... 32mokBm
test basket::parses_itself ... 32mokBm
test atom::int_add_works ... 32mokBm
test atom::int_sub_works ... 32mokBm
test emu::tests::calculates_argument_once ... 32mokBm
test emu::tests::calls_itself_once ... 32mokBm
test emu::tests::passes_xi_through_two_layers ... 32mokBm
test emu::tests::simple_dataization_cycle ... 32mokBm
test atom::bool_if_works ... 32mokBm
test emu::tests::injects_xi_correctly ... 32mokBm
test atom::int_less_works ... 32mokBm
test emu::tests::with_simple_decorator ... 32mokBm
test emu::tests::reverse_to_abstract ... 32mokBm
test emu::tests::preserves_calculation_results ... 32mokBm
test loc::parses_and_prints::case_02 ... 32mokBm
test emu::tests_transitions::deletes_one_basket ... 32mokBm
test loc::parses_and_prints::case_03 ... 32mokBm
test loc::parses_and_prints::case_04 ... 32mokBm
test loc::parses_and_prints::case_05 ... 32mokBm
test loc::parses_and_prints::case_06 ... 32mokBm
test emu::tests::passes_xi_through_three_layers ... 32mokBm
test loc::parses_and_prints::case_07 ... 32mokBm
test loc::parses_and_prints::case_08 ... 32mokBm
test loc::parses_and_prints::case_09 ... 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 loc::parses_and_prints::case_13 ... 32mokBm
test locator::fails_on_incorrect_locator::case_1 - should panic ... 32mokBm
test loc::parses_and_prints::case_14 ... 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::fetches_loc_from_locator::case_1 ... 32mokBm
test locator::parses_and_prints::case_02 ... 32mokBm
test locator::parses_and_prints::case_03 ... 32mokBm
test locator::parses_and_prints::case_04 ... 32mokBm
test locator::parses_and_prints::case_06 ... 32mokBm
test locator::parses_and_prints::case_05 ... 32mokBm
test locator::parses_and_prints::case_08 ... 32mokBm
test locator::parses_and_prints::case_07 ... 32mokBm
test locator::parses_and_prints::case_10 ... 32mokBm
test locator::parses_and_prints::case_09 ... 32mokBm
test locator::parses_and_prints::case_11 ... 32mokBm
test locator::parses_and_prints_one ... 32mokBm
test object::extends_by_making_new_object ... 32mokBm
test emu::tests::summarizes_two_numbers ... 32mokBm
test loc::parses_and_prints::case_01 ... 32mokBm
test emu::tests::with_many_decorators ... 32mokBm
test object::prints_and_parses_simple_object ... 32mokBm
test emu::tests::simulation_of_recursion ... 32mokBm
test perf::sorts_them ... 32mokBm
test emu::tests::passes_xi_through_four_layers ... 32mokBm
test object::prints_and_parses_some_object::case_1 ... 32mokBm
test object::prints_and_parses_some_object::case_2 ... 32mokBm
test locator::parses_and_prints::case_01 ... 32mokBm
test object::makes_simple_object ... 32mokBm
test emu::tests::deep_simulation_of_recursion ... 32mokBm
test perf::simple_increment ... 32mokBm
test object::prints_and_parses_some_object::case_3 ... 32mokBm
test emu::tests::summarizes_two_pairs_of_numbers ... 32mokBm
test emu::tests::simple_recursion ... 32mokBm
test emu::tests::recursive_fibonacci ... 32mokBm
test result: 32mokBm. 67 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.91s
Running unittests (target/debug/deps/fibonacci-4ee824ebf81e79f2)
running 1 test
test calculates_fibonacci ... 32mokBm
test result: 32mokBm. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.86s
Running tests/fibonacci_test.rs (target/debug/deps/fibonacci_test-e0f2018e39c7a29b)
running 1 test
test calculates_fibo ... 32mokBm
test result: 32mokBm. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.61s
Doc-tests phie
running 2 tests
test src/object.rs - object::Object::with (line 100) ... 32mokBm
test src/object.rs - object::Object::push (line 82) ... 32mokBm
test result: 32mokBm. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.68s
+ git commit -am 0.1.0
[__rultor 2cddcca] 0.1.0
2 files changed, 20 insertions(+), 20 deletions(-)
+ mkdir -p /home/r/.cargo
+ cp ../credentials /home/r/.cargo
+ cargo publish --color=never
Updating crates.io index
Packaging phie v0.1.0 (/home/r/repo)
Verifying phie v0.1.0 (/home/r/repo)
Compiling proc-macro2 v1.0.36
Compiling libc v0.2.118
Compiling unicode-xid v0.2.2
Compiling syn v1.0.86
Compiling memchr v2.4.1
Compiling semver v1.0.5
Compiling proc-macro-hack v0.5.19
Compiling log v0.4.14
Compiling lazy_static v1.4.0
Compiling cfg-if v1.0.0
Compiling predicates-core v1.0.3
Compiling doc-comment v0.3.3
Compiling rustversion v1.0.6
Compiling either v1.6.1
Compiling termtree v0.2.4
Compiling unicode-segmentation v1.9.0
Compiling difflib v0.4.0
Compiling num_threads v0.1.3
Compiling itoa v1.0.1
Compiling regex-syntax v0.6.25
Compiling regex-automata v0.1.10
Compiling time-macros v0.2.3
Compiling termcolor v1.1.2
Compiling humantime v2.1.0
Compiling strum v0.23.0
Compiling hex v0.4.3
Compiling itertools v0.10.3
Compiling predicates-tree v1.0.5
Compiling heck v0.3.3
Compiling rustc_version v0.4.0
Compiling aho-corasick v0.7.18
Compiling bstr v0.2.17
Compiling quote v1.0.15
Compiling atty v0.2.14
Compiling wait-timeout v0.2.0
Compiling rstest v0.12.0
Compiling colored v2.0.0
Compiling predicates v2.1.1
Compiling regex v1.5.4
Compiling time v0.3.7
Compiling assert_cmd v2.0.4
Compiling simple_logger v2.1.0
Compiling env_logger v0.9.0
Compiling arr_macro_impl v0.1.3
Compiling ctor v0.1.21
Compiling strum_macros v0.23.1
Compiling arr_macro v0.1.3
Compiling phie v0.1.0 (/home/r/repo/target/package/phie-0.1.0)
Finished dev [unoptimized + debuginfo] target(s) in 20.24s
Uploading phie v0.1.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.1.0 -m '0.1.0: tagged by rultor.com'
+ git reset --hard
HEAD is now at 2cddcca 0.1.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 2cddcca).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To git@github.com:objectionary/phie.git
* [new tag] 0.1.0 -> 0.1.0
container bb596d18143139abffa498449c64743f651becdb6173c5c8637bbb477ca40f73 is dead
Fri May 6 15:50:58 CEST 2022