rultor.com logo This build log was produced by rultor.com for dartoos-dev/dartoos#34
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 9889
+ echo '1.70.6 5bcc93e7c'
1.70.6 5bcc93e7c
+ date
Thu Dec 16 23:20:19 CET 2021
+ uptime
 23:20:19 up 445 days,  8:26,  0 users,  load average: 3.82, 4.31, 4.53
+ ff=default
+ image=dart:stable
+ rebase=true
+ head_branch=master
+ pull_title='style: stricter linting rules'
+ author=rafamizes
+ directory=
+ head=git@github.com:dartoos-dev/dartoos.git
+ pull_id=34
+ fork=git@github.com:rafamizes/dartoos.git
+ fork_branch=33
+ squash=false
+ vars=('--env=head=git@github.com:dartoos-dev/dartoos.git' '--env=pull_id=34' '--env=fork=git@github.com:rafamizes/dartoos.git' '--env=fork_branch=33' '--env=head_branch=master' '--env=pull_title=style: stricter linting rules' '--env=author=rafamizes' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:dartoos-dev/dartoos.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=34'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:rafamizes/dartoos.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=33'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=style: stricter linting rules'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=rafamizes'\''\'\'''\'''\'' '\'';'\'' '\''dart pub get'\'' '\'';'\'' '\''dart format --set-exit-if-changed lib/ test/ example/'\'' '\'';'\'' '\''dart analyze lib/ test/ example/'\'' '\'';'\'' '\''dart test'\'' '\'';'\'' '\''dart pub publish --dry-run'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:dartoos-dev/dartoos.git'\''' ';' 'export '\''pull_id=34'\''' ';' 'export '\''fork=git@github.com:rafamizes/dartoos.git'\''' ';' 'export '\''fork_branch=33'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=style: stricter linting rules'\''' ';' 'export '\''author=rafamizes'\''' ';' 'dart pub get' ';' 'dart format --set-exit-if-changed lib/ test/ example/' ';' 'dart analyze lib/ test/ example/' ';' 'dart test' ';' 'dart pub publish --dry-run' ';')
+ container=dartoos-dev_dartoos_34
+ as_root=true
+ 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:dartoos-dev/dartoos.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/dartoos.git'\''' ']'
+ cd ..
+ cat
+ '[' true = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:dartoos-dev/dartoos.git'\''' ';' 'export '\''pull_id=34'\''' ';' 'export '\''fork=git@github.com:rafamizes/dartoos.git'\''' ';' 'export '\''fork_branch=33'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=style: stricter linting rules'\''' ';' 'export '\''author=rafamizes'\''' ';' 'dart pub get' ';' 'dart format --set-exit-if-changed lib/ test/ example/' ';' 'dart analyze lib/ test/ example/' ';' 'dart test' ';' 'dart pub publish --dry-run' ';'
+ sensitive=()
+ rm -rf .gpg
+ cd repo
+ git remote add fork git@github.com:rafamizes/dartoos.git
+ git remote update
Fetching origin
Fetching fork
From github.com:rafamizes/dartoos
 * [new branch]      1          -> fork/1
 * [new branch]      29         -> fork/29
 * [new branch]      33         -> fork/33
 * [new branch]      feat/sha-256 -> fork/feat/sha-256
 * [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 directory clean
+ git checkout -B __rultor fork/33
Switched to a new branch '__rultor'
Branch __rultor set up to track remote branch 33 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/33'.
+ 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'.
+ '[' false == true ']'
+ git merge --ff __rultor
Updating 377f8f0..91c583a
Fast-forward
 example/crypto/hash/hmac_sha256_benchmark.dart |  2 +-
 example/crypto/hash/sha256_benchmark.dart      |  5 +-
 example/crypto/hash/sha512_benchmark.dart      |  5 +-
 example/pubspec.yaml                           |  2 +-
 example/radix/bin_benchmark.dart               |  3 +-
 example/radix/bin_bytes_benchmark.dart         |  4 +-
 example/radix/hex_benchmark.dart               |  9 ++--
 example/radix/hex_bytes_benchmark.dart         | 11 ++---
 example/radix/oct_benchmark.dart               |  8 ++--
 example/radix/oct_bytes_benchmark.dart         |  3 +-
 example/radix/uint_benchmark.dart              |  5 +-
 example/radix/uint_bytes_benchmark.dart        |  5 +-
 example/rand/rand_benchmark.dart               |  5 +-
 example/text/tab_text_example.dart             | 10 ++--
 example/utils/perf_gain.dart                   |  4 +-
 lib/base64.dart                                |  6 +--
 lib/{src => }/byte.dart                        |  4 +-
 lib/crypto.dart                                |  4 +-
 lib/dartoos.dart                               |  6 +--
 lib/{src => }/func.dart                        |  0
 lib/radix.dart                                 |  1 +
 lib/src/bit/add.dart                           |  4 +-
 lib/src/bit/and.dart                           |  2 +-
 lib/src/bit/bit.dart                           |  2 +-
 lib/src/bit/dec.dart                           |  2 +-
 lib/src/bit/div.dart                           |  2 +-
 lib/src/bit/fix_bit_len.dart                   |  2 +-
 lib/src/bit/inc.dart                           |  2 +-
 lib/src/bit/mand.dart                          |  3 +-
 lib/src/bit/mask.dart                          |  2 +-
 lib/src/bit/min_bit_len.dart                   |  3 +-
 lib/src/bit/mod.dart                           |  2 +-
 lib/src/bit/mor.dart                           |  3 +-
 lib/src/bit/mul.dart                           |  2 +-
 lib/src/bit/nop.dart                           |  2 +-
 lib/src/bit/not.dart                           |  2 +-
 lib/src/bit/nshl.dart                          |  2 +-
 lib/src/bit/nshr.dart                          |  3 +-
 lib/src/bit/nshrs.dart                         |  2 +-
 lib/src/bit/or.dart                            |  2 +-
 lib/src/bit/rotl.dart                          |  3 +-
 lib/src/bit/rotr.dart                          |  3 +-
 lib/src/bit/set_uint64.dart                    |  4 +-
 lib/src/bit/shl.dart                           |  2 +-
 lib/src/bit/shr.dart                           |  2 +-
 lib/src/bit/shrs.dart                          |  2 +-
 lib/src/bit/sub.dart                           |  4 +-
 lib/src/bit/xor.dart                           |  2 +-
 lib/src/crypto/hash/hash.dart                  |  2 +-
 lib/src/crypto/hash/hex_hash.dart              |  6 +--
 lib/src/crypto/hash/hex_hmac.dart              |  5 +-
 lib/src/crypto/hash/hmac.dart                  |  4 +-
 lib/src/crypto/hash/max_input_length.dart      |  2 +-
 lib/src/crypto/hash/sha256.dart                | 27 ++++++-----
 lib/src/crypto/hash/sha512.dart                | 22 ++++-----
 lib/src/encoding/base64/base64.dart            |  4 +-
 lib/src/encoding/base64/base64_dec.dart        |  9 ++--
 lib/src/encoding/base64/base64_enc.dart        |  9 ++--
 lib/src/encoding/base64/base64_norm.dart       |  2 +-
 lib/src/encoding/encoding.dart                 | 11 ++---
 lib/src/radix/bin.dart                         |  8 ++--
 lib/src/radix/bin_bytes.dart                   |  3 +-
 lib/src/radix/bin_tab.dart                     |  6 +--
 lib/src/radix/hex.dart                         |  4 +-
 lib/src/radix/hex_bytes.dart                   |  6 +--
 lib/src/radix/hex_dig_len.dart                 |  6 +--
 lib/src/radix/hex_tab.dart                     |  6 +--
 lib/src/radix/oct.dart                         |  3 +-
 lib/src/radix/oct_bytes.dart                   |  8 ++--
 lib/src/radix/oct_dig_len.dart                 | 16 +++----
 lib/src/radix/oct_tab.dart                     |  6 +--
 lib/src/radix/radix.dart                       |  2 +-
 lib/src/radix/uint.dart                        |  6 +--
 lib/src/radix/uint_bytes.dart                  |  2 +-
 lib/src/radix/uint_dig_len.dart                |  6 +--
 lib/src/radix/uint_dig_len_oper.dart           |  5 +-
 lib/src/radix/uint_tab.dart                    |  6 +--
 lib/src/rand/rand_of.dart                      |  2 +-
 lib/src/rand/rand_text.dart                    |  2 +-
 lib/src/text/copy_char_codes.dart              |  4 +-
 lib/src/text/sep.dart                          |  4 +-
 lib/src/text/tab_info_helper.dart              |  4 +-
 lib/src/text/tab_text.dart                     |  5 +-
 lib/src/text/tab_text_of_data.dart             |  9 ++--
 lib/src/text/text.dart                         |  2 +-
 pubspec.yaml                                   |  2 +-
 test/byte_test.dart                            | 16 +++----
 test/crypto/hash/hmac_test.dart                | 63 +++++++++++++-------------
 test/crypto/hash/sha256_test.dart              | 44 +++++++++---------
 test/crypto/hash/sha512_test.dart              | 44 +++++++++---------
 test/encoding/base64/base64_dec_test.dart      |  5 +-
 test/encoding/base64/base64_enc_test.dart      |  5 +-
 test/encoding/base64/base64_norm_test.dart     |  6 +--
 test/radix/bin_tab_test.dart                   |  7 +--
 test/radix/bin_test.dart                       |  3 +-
 test/radix/hex_tab_test.dart                   |  3 +-
 test/radix/oct_tab_test.dart                   |  5 +-
 test/radix/uint_tab_test.dart                  |  3 +-
 98 files changed, 276 insertions(+), 332 deletions(-)
 rename lib/{src => }/byte.dart (94%)
 rename lib/{src => }/func.dart (100%)
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=4.53
++ echo 4.53 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 4.53, low enough to run a new Docker container'
load average is 4.53, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=dart:stable
+ docker pull dart:stable
stable: Pulling from library/dart
Digest: sha256:82d6f4d747ea31c7482fde113fb4763836dc292c11269bf74fc0f946bdc16e1a
Status: Image is up to date for dart:stable
+ docker ps --filter=status=exited
+ grep --quiet '\sdartoos-dev_dartoos_34\s*$'
+ ls -al .
total 720
drwx--x--x  3 rultor rultor   4096 Dec 16 23:20 .
drwxrwxrwt 12 root   root   684032 Dec 16 23:20 ..
-rw-rw-r--  1 rultor rultor    483 Dec 16 23:20 credentials.json
-rw-rw-r--  1 rultor rultor    444 Dec 16 23:20 end.sh
-rwxrwxr-x  1 rultor rultor    162 Dec 16 23:20 entry.sh
-rw-rw-r--  1 rultor rultor      5 Dec 16 23:20 pid
drwxrwxr-x  7 rultor rultor   4096 Dec 16 23:20 repo
-rwxrwxr-x  1 rultor rultor   5821 Dec 16 23:20 run.sh
-rw-rw-r--  1 rultor rultor    534 Dec 16 23:20 script.sh
-rw-rw-r--  1 rultor rultor  10891 Dec 16 23:20 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-8B7I:/main --env=head=git@github.com:dartoos-dev/dartoos.git --env=pull_id=34 --env=fork=git@github.com:rafamizes/dartoos.git --env=fork_branch=33 --env=head_branch=master '--env=pull_title=style: stricter linting rules' --env=author=rafamizes '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:dartoos-dev/dartoos.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=34'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:rafamizes/dartoos.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=33'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=style: stricter linting rules'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=rafamizes'\''\'\'''\'''\'' '\'';'\'' '\''dart pub get'\'' '\'';'\'' '\''dart format --set-exit-if-changed lib/ test/ example/'\'' '\'';'\'' '\''dart analyze lib/ test/ example/'\'' '\'';'\'' '\''dart test'\'' '\'';'\'' '\''dart pub publish --dry-run'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-8B7I/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=dartoos-dev_dartoos_34 dart:stable /main/entry.sh
+ set -e
+ set -o pipefail
+ mkdir /home/r
+ cp -R ./cid ./credentials.json ./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
+ 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/dartoos.git
+ head=git@github.com:dartoos-dev/dartoos.git
+ export pull_id=34
+ pull_id=34
+ export fork=git@github.com:rafamizes/dartoos.git
+ fork=git@github.com:rafamizes/dartoos.git
+ export fork_branch=33
+ fork_branch=33
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=style: stricter linting rules'
+ pull_title='style: stricter linting rules'
+ export author=rafamizes
+ author=rafamizes
+ dart pub get
Resolving dependencies... (1.6s)
+ _fe_analyzer_shared 32.0.0
+ analyzer 3.0.0
+ args 2.3.0
+ async 2.8.2
+ boolean_selector 2.1.0
+ charcode 1.3.1
+ cli_util 0.3.5
+ collection 1.15.0
+ convert 3.0.1
+ coverage 1.0.3
+ crypto 3.0.1
+ file 6.1.2
+ frontend_server_client 2.1.2
+ glob 2.0.2
+ http_multi_server 3.0.1
+ http_parser 4.0.0
+ io 1.0.3
+ js 0.6.3
+ lint 1.8.1
+ logging 1.0.2
+ matcher 0.12.11
+ meta 1.7.0
+ mime 1.0.1
+ node_preamble 2.0.1
+ package_config 2.0.2
+ path 1.8.0
+ pool 1.5.0
+ pub_semver 2.1.0
+ shelf 1.2.0
+ shelf_packages_handler 3.0.0
+ shelf_static 1.1.0
+ shelf_web_socket 1.0.1
+ source_map_stack_trace 2.1.0
+ source_maps 0.10.10
+ source_span 1.8.1
+ stack_trace 1.10.0
+ stream_channel 2.1.0
+ string_scanner 1.1.0
+ term_glyph 1.2.0
+ test 1.20.0
+ test_api 0.4.9
+ test_core 0.4.10
+ typed_data 1.3.0
+ vm_service 7.5.0
+ watcher 1.0.1
+ web_socket_channel 2.1.0
+ webkit_inspection_protocol 1.0.0
+ yaml 3.1.0
Downloading lint 1.8.1...
Downloading crypto 3.0.1...
Downloading typed_data 1.3.0...
Downloading collection 1.15.0...
Downloading test 1.20.0...
Downloading webkit_inspection_protocol 1.0.0...
Downloading test_core 0.4.10...
Downloading test_api 0.4.9...
Downloading stream_channel 2.1.0...
Downloading stack_trace 1.10.0...
Downloading shelf_packages_handler 3.0.0...
Downloading pool 1.5.0...
Downloading path 1.8.0...
Downloading js 0.6.3...
Downloading boolean_selector 2.1.0...
Downloading source_maps 0.10.10...
Downloading source_map_stack_trace 2.1.0...
Downloading matcher 0.12.11...
Downloading term_glyph 1.2.0...
Downloading string_scanner 1.1.0...
Downloading yaml 3.1.0...
Downloading web_socket_channel 2.1.0...
Downloading source_span 1.8.1...
Downloading shelf_web_socket 1.0.1...
Downloading shelf_static 1.1.0...
Downloading http_parser 4.0.0...
Downloading package_config 2.0.2...
Downloading node_preamble 2.0.1...
Downloading http_multi_server 3.0.1...
Downloading mime 1.0.1...
Downloading convert 3.0.1...
Downloading io 1.0.3...
Downloading coverage 1.0.3...
Downloading logging 1.0.2...
Downloading glob 2.0.2...
Downloading frontend_server_client 2.1.2...
Downloading charcode 1.3.1...
Downloading shelf 1.2.0...
Downloading meta 1.7.0...
Downloading args 2.3.0...
Downloading file 6.1.2...
Downloading analyzer 3.0.0...
Downloading _fe_analyzer_shared 32.0.0...
Downloading watcher 1.0.1...
Downloading pub_semver 2.1.0...
Downloading cli_util 0.3.5...
Downloading async 2.8.2...
Downloading vm_service 7.5.0...
Changed 48 dependencies!
+ dart format --set-exit-if-changed lib/ test/ example/
Formatted 137 files (0 changed) in 1.14 seconds.
+ dart analyze lib/ test/ example/
Analyzing lib, test, example...        11.7s
No issues found!
+ dart test
00:05 32m+2500m:tAlltteststpassed!0ma256_test.dart:0Sha224kThetalphabet0mroedebytes0mmac2240mund((right-shifts464opositions)0m
+ dart pub publish --dry-run
Publishing dartoos 0.3.1 to https://pub.dartlang.org:
|-- CHANGELOG.md
|-- LICENSE
|-- README.md
|-- analysis_options.yaml
|-- example
|   |-- CHANGELOG.md
|   |-- README.md
|   |-- analysis_options.yaml
|   |-- crypto
|   |   '-- hash
|   |       |-- hmac_sha256_benchmark.dart
|   |       |-- sha256_benchmark.dart
|   |       '-- sha512_benchmark.dart
|   |-- encoding
|   |   '-- base64_benchmark.dart
|   |-- pubspec.yaml
|   |-- radix
|   |   |-- bin_benchmark.dart
|   |   |-- bin_bytes_benchmark.dart
|   |   |-- hex_benchmark.dart
|   |   |-- hex_bytes_benchmark.dart
|   |   |-- oct_benchmark.dart
|   |   |-- oct_bytes_benchmark.dart
|   |   |-- uint_benchmark.dart
|   |   '-- uint_bytes_benchmark.dart
|   |-- rand
|   |   '-- rand_benchmark.dart
|   |-- text
|   |   |-- tab_text_benchmark.dart
|   |   '-- tab_text_example.dart
|   '-- utils
|       '-- perf_gain.dart
|-- lib
|   |-- base64.dart
|   |-- bit.dart
|   |-- byte.dart
|   |-- crypto.dart
|   |-- dartoos.dart
|   |-- func.dart
|   |-- radix.dart
|   |-- rand.dart
|   |-- src
|   |   |-- bit
|   |   |   |-- add.dart
|   |   |   |-- and.dart
|   |   |   |-- bit.dart
|   |   |   | (21 more...)
|   |   |   |-- shrs.dart
|   |   |   |-- sub.dart
|   |   |   '-- xor.dart
|   |   |-- crypto
|   |   |   '-- hash
|   |   |       |-- hash.dart
|   |   |       |-- hex_hash.dart
|   |   |       |-- hex_hmac.dart
|   |   |       |-- hmac.dart
|   |   |       |-- max_input_length.dart
|   |   |       |-- sha256.dart
|   |   |       '-- sha512.dart
|   |   |-- encoding
|   |   |   |-- base64
|   |   |   |   |-- base64.dart
|   |   |   |   |-- base64_dec.dart
|   |   |   |   |-- base64_enc.dart
|   |   |   |   '-- base64_norm.dart
|   |   |   '-- encoding.dart
|   |   |-- radix
|   |   |   |-- bin.dart
|   |   |   |-- bin_bytes.dart
|   |   |   |-- bin_tab.dart
|   |   |   | (11 more...)
|   |   |   |-- uint_dig_len.dart
|   |   |   |-- uint_dig_len_oper.dart
|   |   |   '-- uint_tab.dart
|   |   |-- rand
|   |   |   |-- rand_of.dart
|   |   |   '-- rand_text.dart
|   |   '-- text
|   |       |-- copy_char_codes.dart
|   |       |-- sep.dart
|   |       |-- tab_info_helper.dart
|   |       |-- tab_text.dart
|   |       |-- tab_text_of_data.dart
|   |       '-- text.dart
|   '-- text.dart
|-- pubspec.yaml
'-- test
    |-- bit
    |   |-- add_test.dart
    |   |-- and_test.dart
    |   |-- bit_len_fix_test.dart
    |   | (19 more...)
    |   |-- shrs_test.dart
    |   |-- sub_test.dart
    |   '-- xor_test.dart
    |-- byte_test.dart
    |-- crypto
    |   '-- hash
    |       |-- hmac_test.dart
    |       |-- sha256_test.dart
    |       '-- sha512_test.dart
    |-- encoding
    |   '-- base64
    |       |-- base64_dec_test.dart
    |       |-- base64_enc_test.dart
    |       '-- base64_norm_test.dart
    |-- radix
    |   |-- bin_bytes_test.dart
    |   |-- bin_tab_test.dart
    |   |-- bin_test.dart
    |   | (6 more...)
    |   |-- uint_bytes_test.dart
    |   |-- uint_tab_test.dart
    |   '-- uint_test.dart
    |-- rand
    |   |-- rand_of_test.dart
    |   |-- rand_text_test.dart
    |   '-- seq_random.dart
    '-- text
        '-- sep_test.dart

Package has 0 warnings.
The server may enforce additional checks.
+ mv /home/r/repo .
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git push origin master
To git@github.com:dartoos-dev/dartoos.git
   377f8f0..91c583a  master -> master
container 525f5c4f542901de8cc0ba6ba0cd40146c2968e04c96fd2ff01775148fb82ccb is dead
Thu Dec 16 23:21:37 CET 2021