rultor.com logo This build log was produced by rultor.com for polystat/c2eo#290
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 2869798
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Tue 02 Aug 2022 12:36:35 PM CEST
+ uptime
 12:36:35 up 34 days, 14:37,  0 users,  load average: 0.19, 0.05, 0.01
+ head=git@github.com:polystat/c2eo.git
+ image=yegor256/rultor-image
+ head_branch=master
+ author=yairyabtsev
+ tag=0.1.17
+ vars=('--env=head=git@github.com:polystat/c2eo.git' '--env=head_branch=master' '--env=author=yairyabtsev' '--env=tag=0.1.17' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:polystat/c2eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yairyabtsev'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.1.17'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt install md5deep reprepro gcc cmake dpkg wget tar s3cmd -y'\'' '\'';'\'' '\''pip3 install git_config pgpy s3cmd'\'' '\'';'\'' '\''sudo pip3 install cmake'\'' '\'';'\'' '\''git checkout ${branch}'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''git clone https://github.com/yairyabtsev/llvm-libs.git'\'' '\'';'\'' '\''cp -rf llvm-libs/* .'\'' '\'';'\'' '\''rm -rf llvm-libs'\'' '\'';'\'' '\''cd llvm-clang/build/'\'' '\'';'\'' '\''wget '\''\'\'''\''https://github.com/yairyabtsev/llvm-libs/releases/download/v1.0.0/lib.tar.xz'\''\'\'''\'''\'' '\'';'\'' '\''tar -xvf lib.tar.xz'\'' '\'';'\'' '\''cd ../..'\'' '\'';'\'' '\''echo "release"'\'' '\'';'\'' '\''python3 project/scripts/update-release.py --version="${tag}"'\'' '\'';'\'' '\''image=yegor256/c2eo'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${image}:${tag}"'\'' '\'';'\'' '\''cat ../docker-password | sudo docker login --password-stdin --username yegor256'\'' '\'';'\'' '\''sudo docker push "${image}:${tag}"'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:polystat/c2eo.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yairyabtsev'\''' ';' 'export '\''tag=0.1.17'\''' ';' 'sudo apt install md5deep reprepro gcc cmake dpkg wget tar s3cmd -y' ';' 'pip3 install git_config pgpy s3cmd' ';' 'sudo pip3 install cmake' ';' 'git checkout ${branch}' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'git clone https://github.com/yairyabtsev/llvm-libs.git' ';' 'cp -rf llvm-libs/* .' ';' 'rm -rf llvm-libs' ';' 'cd llvm-clang/build/' ';' 'wget '\''https://github.com/yairyabtsev/llvm-libs/releases/download/v1.0.0/lib.tar.xz'\''' ';' 'tar -xvf lib.tar.xz' ';' 'cd ../..' ';' 'echo "release"' ';' 'python3 project/scripts/update-release.py --version="${tag}"' ';' 'image=yegor256/c2eo' ';' 'sudo docker build "$(pwd)" --tag "${image}:${tag}"' ';' 'cat ../docker-password | sudo docker login --password-stdin --username yegor256' ';' 'sudo docker push "${image}:${tag}"' ';')
+ directory=
+ container=polystat_c2eo_290
+ 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:polystat/c2eo.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:polystat/c2eo.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:polystat/c2eo.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yairyabtsev'\''' ';' 'export '\''tag=0.1.17'\''' ';' 'sudo apt install md5deep reprepro gcc cmake dpkg wget tar s3cmd -y' ';' 'pip3 install git_config pgpy s3cmd' ';' 'sudo pip3 install cmake' ';' 'git checkout ${branch}' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'git clone https://github.com/yairyabtsev/llvm-libs.git' ';' 'cp -rf llvm-libs/* .' ';' 'rm -rf llvm-libs' ';' 'cd llvm-clang/build/' ';' 'wget '\''https://github.com/yairyabtsev/llvm-libs/releases/download/v1.0.0/lib.tar.xz'\''' ';' 'tar -xvf lib.tar.xz' ';' 'cd ../..' ';' 'echo "release"' ';' 'python3 project/scripts/update-release.py --version="${tag}"' ';' image=yegor256/c2eo ';' 'sudo docker build "$(pwd)" --tag "${image}:${tag}"' ';' 'cat ../docker-password | sudo docker login --password-stdin --username yegor256' ';' 'sudo docker push "${image}:${tag}"' ';'
+ sensitive=()
+ rm -rf .gpg
+ '[' -z 0.1.17 ']'
+ [[ 0.1.17 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.1.17"'
tag name is valid: "0.1.17"
+ cd repo
++ git tag -l 0.1.17
+ '[' ']'
+ 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.01
++ echo 0.01 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.01, low enough to run a new Docker container'
load average is 0.01, 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
3b65ec22a9e9: Pulling fs layer
4f4fb700ef54: Pulling fs layer
820d977305a8: Pulling fs layer
38adcd31e1ef: Pulling fs layer
b59d063bfad0: Pulling fs layer
0184d5ad03da: Pulling fs layer
55da58c8e926: Pulling fs layer
41b24d8f9514: Pulling fs layer
40e169fadfd4: Pulling fs layer
139ae0b146e7: Pulling fs layer
21fe102e5c12: Pulling fs layer
e0a0a8427425: Pulling fs layer
457b40a9a920: Pulling fs layer
81a7cad4ce33: Pulling fs layer
a73ac08fea34: Pulling fs layer
6ea4bfe21396: Pulling fs layer
38adcd31e1ef: Waiting
073cc2b7d818: Pulling fs layer
36502a8df7d4: Pulling fs layer
b59d063bfad0: Waiting
e29750c362a9: Pulling fs layer
40e169fadfd4: Waiting
b90ad8a481ad: Pulling fs layer
0184d5ad03da: Waiting
21fe102e5c12: Waiting
139ae0b146e7: Waiting
55da58c8e926: Waiting
c640e4eb1c62: Pulling fs layer
36502a8df7d4: Waiting
ec796cb95d1b: Pulling fs layer
41b24d8f9514: Waiting
6ea4bfe21396: Waiting
e0a0a8427425: Waiting
e29750c362a9: Waiting
1e65f838ed46: Pulling fs layer
81a7cad4ce33: Waiting
457b40a9a920: Waiting
a73ac08fea34: Waiting
b90ad8a481ad: Waiting
c640e4eb1c62: Waiting
ec796cb95d1b: Waiting
1e65f838ed46: Waiting
d57a12fb9926: Pulling fs layer
461f49d82d5c: Pulling fs layer
bb1f9c0e8a0f: Pulling fs layer
f660ceb84d33: Pulling fs layer
e59865eb8e46: Pulling fs layer
461f49d82d5c: Waiting
f660ceb84d33: Waiting
e59865eb8e46: Waiting
aefe14272141: Pulling fs layer
6de26698a7b0: Pulling fs layer
aefe14272141: Waiting
4ec6d4bb184c: Pulling fs layer
72816e304b59: Pulling fs layer
72816e304b59: Waiting
4ec6d4bb184c: Waiting
4f4fb700ef54: Verifying Checksum
820d977305a8: Verifying Checksum
820d977305a8: Download complete
38adcd31e1ef: Download complete
3b65ec22a9e9: Verifying Checksum
3b65ec22a9e9: Download complete
3b65ec22a9e9: Pull complete
4f4fb700ef54: Pull complete
820d977305a8: Pull complete
38adcd31e1ef: Pull complete
55da58c8e926: Verifying Checksum
55da58c8e926: Download complete
b59d063bfad0: Download complete
b59d063bfad0: Pull complete
40e169fadfd4: Verifying Checksum
40e169fadfd4: Download complete
41b24d8f9514: Verifying Checksum
41b24d8f9514: Download complete
21fe102e5c12: Verifying Checksum
21fe102e5c12: Download complete
e0a0a8427425: Verifying Checksum
e0a0a8427425: Download complete
0184d5ad03da: Verifying Checksum
0184d5ad03da: Download complete
81a7cad4ce33: Verifying Checksum
81a7cad4ce33: Download complete
a73ac08fea34: Verifying Checksum
a73ac08fea34: Download complete
0184d5ad03da: Pull complete
139ae0b146e7: Verifying Checksum
139ae0b146e7: Download complete
55da58c8e926: Pull complete
41b24d8f9514: Pull complete
40e169fadfd4: Pull complete
139ae0b146e7: Pull complete
21fe102e5c12: Pull complete
e0a0a8427425: Pull complete
6ea4bfe21396: Verifying Checksum
6ea4bfe21396: Download complete
36502a8df7d4: Download complete
e29750c362a9: Verifying Checksum
e29750c362a9: Download complete
b90ad8a481ad: Verifying Checksum
b90ad8a481ad: Download complete
c640e4eb1c62: Verifying Checksum
c640e4eb1c62: Download complete
ec796cb95d1b: Verifying Checksum
ec796cb95d1b: Download complete
1e65f838ed46: Verifying Checksum
1e65f838ed46: Download complete
d57a12fb9926: Verifying Checksum
d57a12fb9926: Download complete
461f49d82d5c: Verifying Checksum
bb1f9c0e8a0f: Verifying Checksum
bb1f9c0e8a0f: Download complete
f660ceb84d33: Verifying Checksum
f660ceb84d33: Download complete
073cc2b7d818: Verifying Checksum
073cc2b7d818: Download complete
e59865eb8e46: Verifying Checksum
e59865eb8e46: Download complete
6de26698a7b0: Verifying Checksum
6de26698a7b0: Download complete
aefe14272141: Verifying Checksum
72816e304b59: Verifying Checksum
72816e304b59: Download complete
457b40a9a920: Verifying Checksum
457b40a9a920: Download complete
4ec6d4bb184c: Verifying Checksum
4ec6d4bb184c: Download complete
457b40a9a920: Pull complete
81a7cad4ce33: Pull complete
a73ac08fea34: Pull complete
6ea4bfe21396: Pull complete
073cc2b7d818: Pull complete
36502a8df7d4: Pull complete
e29750c362a9: Pull complete
b90ad8a481ad: Pull complete
c640e4eb1c62: Pull complete
ec796cb95d1b: Pull complete
1e65f838ed46: Pull complete
d57a12fb9926: Pull complete
461f49d82d5c: Pull complete
bb1f9c0e8a0f: Pull complete
f660ceb84d33: Pull complete
e59865eb8e46: Pull complete
aefe14272141: Pull complete
6de26698a7b0: Pull complete
4ec6d4bb184c: Pull complete
72816e304b59: Pull complete
Digest: sha256:0a8f48e7d13642bc8eb4b6bc6c77f43001b8257b0b2cddfbad8409a26134bb19
Status: Downloaded newer image for yegor256/rultor-image:latest
docker.io/yegor256/rultor-image:latest
+ docker ps --filter=status=exited
+ grep --quiet '\spolystat_c2eo_290\s*$'
+ ls -al .
total 80
drwx--x--x  3 rultor rultor 4096 Aug  2 12:38 .
drwxrwxrwt 16 root   root   4096 Aug  2 12:36 ..
-rw-rw-r--  1 rultor rultor   88 Aug  2 12:36 config
-rw-rw-r--  1 rultor rultor    9 Aug  2 12:36 docker-password
-rw-rw-r--  1 rultor rultor  543 Aug  2 12:39 end.sh
-rwxrwxr-x  1 rultor rultor  363 Aug  2 12:36 entry.sh
-rw-rw-r--  1 rultor rultor   90 Aug  2 12:36 gitconfig
-rw-rw-r--  1 rultor rultor    9 Aug  2 12:36 passpharase
-rw-rw-r--  1 rultor rultor    8 Aug  2 12:36 pid
-rw-rw-r--  1 rultor rultor 5225 Aug  2 12:36 private.pgp
-rw-rw-r--  1 rultor rultor 4853 Aug  2 12:36 public.pgp
drwxrwxr-x  6 rultor rultor 4096 Aug  2 12:36 repo
-rwxrwxr-x  1 rultor rultor 6754 Aug  2 12:36 run.sh
-rw-rw-r--  1 rultor rultor  980 Aug  2 12:36 script.sh
-rw-rw-r--  1 rultor rultor 9800 Aug  2 12:40 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-2NKn:/main --env=head=git@github.com:polystat/c2eo.git --env=head_branch=master --env=author=yairyabtsev --env=tag=0.1.17 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:polystat/c2eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yairyabtsev'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.1.17'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt install md5deep reprepro gcc cmake dpkg wget tar s3cmd -y'\'' '\'';'\'' '\''pip3 install git_config pgpy s3cmd'\'' '\'';'\'' '\''sudo pip3 install cmake'\'' '\'';'\'' '\''git checkout ${branch}'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''git clone https://github.com/yairyabtsev/llvm-libs.git'\'' '\'';'\'' '\''cp -rf llvm-libs/* .'\'' '\'';'\'' '\''rm -rf llvm-libs'\'' '\'';'\'' '\''cd llvm-clang/build/'\'' '\'';'\'' '\''wget '\''\'\'''\''https://github.com/yairyabtsev/llvm-libs/releases/download/v1.0.0/lib.tar.xz'\''\'\'''\'''\'' '\'';'\'' '\''tar -xvf lib.tar.xz'\'' '\'';'\'' '\''cd ../..'\'' '\'';'\'' '\''echo "release"'\'' '\'';'\'' '\''python3 project/scripts/update-release.py --version="${tag}"'\'' '\'';'\'' '\''image=yegor256/c2eo'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${image}:${tag}"'\'' '\'';'\'' '\''cat ../docker-password | sudo docker login --password-stdin --username yegor256'\'' '\'';'\'' '\''sudo docker push "${image}:${tag}"'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-2NKn/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=polystat_c2eo_290 yegor256/rultor-image /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 /home/r
+ cp -R ./cid ./config ./docker-password ./end.sh ./entry.sh ./gitconfig ./passpharase ./pid ./private.pgp ./public.pgp ./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:polystat/c2eo.git
+ head=git@github.com:polystat/c2eo.git
+ export head_branch=master
+ head_branch=master
+ export author=yairyabtsev
+ author=yairyabtsev
+ export tag=0.1.17
+ tag=0.1.17
+ sudo -i apt install md5deep reprepro gcc cmake dpkg wget tar s3cmd -y
Reading package lists... Done
Building dependency tree... 50%
Reading state information... Done
Note, selecting 'hashdeep' instead of 'md5deep'
gcc is already the newest version (4:9.3.0-1ubuntu2).
gcc set to manually installed.
dpkg is already the newest version (1.19.7ubuntu3.2).
tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.2).
wget is already the newest version (1.20.3-1ubuntu2).
s3cmd is already the newest version (2.0.2-1ubuntu1).
Suggested packages:
  cmake-doc ninja-build inoticoming lzip
The following NEW packages will be installed:
  cmake cmake-data hashdeep libgpgme11 libjsoncpp1 librhash0 reprepro zstd
0 upgraded, 8 newly installed, 0 to remove and 5 not upgraded.
Need to get 6,793 kB of archives.
After this operation, 33.4 MB of additional disk space will be used.
Get:1ohttp://archive.ubuntu.com/ubuntu focal/main amd64 cmake-data all 3.16.3-1ubuntu1 [1,612 kB]
Get:2 http://ppa.launchpad.net/ondrej/php/ubuntuofocal/main0amd64 zstd amd64 1.4.8+dfsg-2+ubuntu20.04.1+deb.sury.org+4 [657 kB]
Get:3Whttp://archive.ubuntu.com/ubuntu0focal/main2amd645libjsoncpp13amd64 1.7.4-3.1ubuntu2 [75.6 kB]
Get:4Whttp://archive.ubuntu.com/ubuntu0focal/main amd64 librhash0 amd64 1.3.9-1 [113 kB]
Get:5Whttp://archive.ubuntu.com/ubuntu3focal/main amd64 cmake amd64 3.16.3-1ubuntu1 [3,669 kB]
Get:6Whttp://archive.ubuntu.com/ubuntu focal/universe amd64 hashdeep amd64 4.4-6build1 [122 kB]
Get:7Whttp://archive.ubuntu.com/ubuntumfocal/main amd64 libgpgme11 amd64 1.13.1-7ubuntu2 [121 kB]
Get:8Whttp://archive.ubuntu.com/ubuntu3focal-updates/universe amd64 reprepro amd64 5.3.0-1.3~ubuntu20.04 [424 kB]
Fetchedo6,793]kB8in21sB(9,229BkB/s)m33m
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package cmake-data.
(Reading database ... 88793 files and directories currently installed.)
Preparing to unpack .../0-cmake-data_3.16.3-1ubuntu1_all.deb ...
Unpacking cmake-data (3.16.3-1ubuntu1) ...
Selecting previously unselected package libjsoncpp1:amd64.
Preparing to unpack .../1-libjsoncpp1_1.7.4-3.1ubuntu2_amd64.deb ...
Unpacking libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
Selecting previously unselected package librhash0:amd64.
Preparing to unpack .../2-librhash0_1.3.9-1_amd64.deb ...
Unpacking librhash0:amd64 (1.3.9-1) ...
Selecting previously unselected package cmake.
Preparing to unpack .../3-cmake_3.16.3-1ubuntu1_amd64.deb ...
Unpacking cmake (3.16.3-1ubuntu1) ...
Selecting previously unselected package hashdeep.
Preparing to unpack .../4-hashdeep_4.4-6build1_amd64.deb ...
Unpacking hashdeep (4.4-6build1) ...
Selecting previously unselected package libgpgme11:amd64.
Preparing to unpack .../5-libgpgme11_1.13.1-7ubuntu2_amd64.deb ...
Unpacking libgpgme11:amd64 (1.13.1-7ubuntu2) ...
Selecting previously unselected package zstd.
Preparing to unpack .../6-zstd_1.4.8+dfsg-2+ubuntu20.04.1+deb.sury.org+4_amd64.deb ...
Unpacking zstd (1.4.8+dfsg-2+ubuntu20.04.1+deb.sury.org+4) ...
Selecting previously unselected package reprepro.
Preparing to unpack .../7-reprepro_5.3.0-1.3~ubuntu20.04_amd64.deb ...
Unpacking reprepro (5.3.0-1.3~ubuntu20.04) ...
Setting up libgpgme11:amd64 (1.13.1-7ubuntu2) ...
Setting up librhash0:amd64 (1.3.9-1) ...
Setting up cmake-data (3.16.3-1ubuntu1) ...
Setting up hashdeep (4.4-6build1) ...
Setting up zstd (1.4.8+dfsg-2+ubuntu20.04.1+deb.sury.org+4) ...
Setting up libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
Setting up cmake (3.16.3-1ubuntu1) ...
Setting up reprepro (5.3.0-1.3~ubuntu20.04) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
+ pip3 install git_config pgpy s3cmd
Defaulting to user installation because normal site-packages is not writeable
Collecting git_config
  Downloading git_config-1.0.0-py3-none-any.whl (2.9 kB)
Collecting pgpy
  Downloading PGPy-0.5.4-py2.py3-none-any.whl (84 kB)
2K5l   90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m84.5/84.55kB0mm31m5.8mMB/s0m6eta-36m0:00:000m
?25hRequirement already satisfied: s3cmd in /usr/lib/python3/dist-packages (2.0.2)
Collecting pyasn1
  Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
2K5l   90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m032m77.1/77.11kB0mm31m12.5 MB/s0mmeta-36m0:00:000m
?25hRequirement already satisfied: six>=1.9.0 in /usr/lib/python3/dist-packages (from pgpy) (1.14.0)
Requirement already satisfied: cryptography>=2.6 in /usr/lib/python3/dist-packages (from pgpy) (2.8)
Installing collected packages: pyasn1, pgpy, git_config
Successfully installed git_config-1.0.0 pgpy-0.5.4 pyasn1-0.4.8
+ sudo -i pip3 install cmake
Collecting cmake
  Downloading cmake-3.23.3-py2.py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (22.9 MB)
2K5l   90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━0m132m22.9/22.9/MB0m/31m8.81MB/s0mMeta036m0:00:000m0:010m:010m
?25hInstalling collected packages: cmake
Successfully installed cmake-3.23.3
33mWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv0m33m
0m+ git checkout
+ [[ 0.1.17 =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]
+ git clone https://github.com/yairyabtsev/llvm-libs.git
Cloning into 'llvm-libs'...
remote: Enumerating objects: 2636, done.K
remote: Counting objects: 100% (2636/2636), done.K
remote: Compressing objects: 100% (2296/2296), done.K
remote:nTotale2636 (delta2305),6reused.2630i(delta.304),Bpack-reused 0K
Receiving objects: 100% (2636/2636), 7.44 MiB | 10.70 MiB/s, done.
Resolving deltas: 100% (305/305), done.
+ cp -rf llvm-libs/llvm-clang .
+ rm -rf llvm-libs
+ cd llvm-clang/build/
+ wget https://github.com/yairyabtsev/llvm-libs/releases/download/v1.0.0/lib.tar.xz
--2022-08-02 10:41:11--  https://github.com/yairyabtsev/llvm-libs/releases/download/v1.0.0/lib.tar.xz
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/464547795/e2037e15-69bf-491e-9827-04e4e08408e4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220802%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220802T104111Z&X-Amz-Expires=300&X-Amz-Signature=af8f840b12c8791baa92df28d34aa909fc51b8e00a699288e885e250ba1a7ce9&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=464547795&response-content-disposition=attachment%3B%20filename%3Dlib.tar.xz&response-content-type=application%2Foctet-stream [following]
--2022-08-02 10:41:11--  https://objects.githubusercontent.com/github-production-release-asset-2e65be/464547795/e2037e15-69bf-491e-9827-04e4e08408e4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220802%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220802T104111Z&X-Amz-Expires=300&X-Amz-Signature=af8f840b12c8791baa92df28d34aa909fc51b8e00a699288e885e250ba1a7ce9&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=464547795&response-content-disposition=attachment%3B%20filename%3Dlib.tar.xz&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 116502196 (111M) [application/octet-stream]
Saving to: ‘lib.tar.xz’

lib.tar.xz          100%[===================>] 111.10M  11.2MB/s    ina11ss

2022-08-02 10:41:22 (10.4 MB/s) - ‘lib.tar.xz’ saved [116502196/116502196]

+ tar -xvf lib.tar.xz
lib/
lib/libLLVMAnalysis.so
lib/libLLVMAnalysis.so.12
lib/libLLVMBinaryFormat.so
lib/libLLVMBinaryFormat.so.12
lib/libLLVMBitReader.so
lib/libLLVMBitReader.so.12
lib/libLLVMBitstreamReader.so
lib/libLLVMBitstreamReader.so.12
lib/libLLVMCore.so
lib/libLLVMCore.so.12
lib/libLLVMDemangle.so
lib/libLLVMDemangle.so.12
lib/libLLVMFrontendOpenMP.so
lib/libLLVMFrontendOpenMP.so.12
lib/libLLVMMC.so
lib/libLLVMMC.so.12
lib/libLLVMMCParser.so
lib/libLLVMMCParser.so.12
lib/libLLVMObject.so
lib/libLLVMObject.so.12
lib/libLLVMOption.so
lib/libLLVMOption.so.12
lib/libLLVMProfileData.so
lib/libLLVMProfileData.so.12
lib/libLLVMRemarks.so
lib/libLLVMRemarks.so.12
lib/libLLVMSupport.so
lib/libLLVMSupport.so.12
lib/libLLVMTextAPI.so
lib/libLLVMTextAPI.so.12
lib/libLLVMTransformUtils.so
lib/libLLVMTransformUtils.so.12
lib/libclangAST.so
lib/libclangAST.so.12
lib/libclangASTMatchers.so
lib/libclangASTMatchers.so.12
lib/libclangAnalysis.so
lib/libclangAnalysis.so.12
lib/libclangBasic.so
lib/libclangBasic.so.12
lib/libclangDriver.so
lib/libclangDriver.so.12
lib/libclangEdit.so
lib/libclangEdit.so.12
lib/libclangFormat.so
lib/libclangFormat.so.12
lib/libclangFrontend.so
lib/libclangFrontend.so.12
lib/libclangLex.so
lib/libclangLex.so.12
lib/libclangParse.so
lib/libclangParse.so.12
lib/libclangRewrite.so
lib/libclangRewrite.so.12
lib/libclangSema.so
lib/libclangSema.so.12
lib/libclangSerialization.so
lib/libclangSerialization.so.12
lib/libclangTooling.so
lib/libclangTooling.so.12
lib/libclangToolingCore.so
lib/libclangToolingCore.so.12
lib/libclangToolingInclusions.so
lib/libclangToolingInclusions.so.12
+ cd ../..
+ echo release
release
+ python3 project/scripts/update-release.py --version=0.1.17
+ rm -rf c2eo*
+ rm -rf repo*
+ cmake ..
-- The CXX compiler identification is GNU 9.4.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- The C compiler identification is GNU 9.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/r/repo/project/build
+ make
[  5%] 32mBuilding CXX object src/transpiler/CMakeFiles/c2eo.dir/main.cpp.o0m
[ 11%] 32mBuilding CXX object src/transpiler/CMakeFiles/c2eo.dir/vardecl.cpp.o0m
[ 17%] 32mBuilding CXX object src/transpiler/CMakeFiles/c2eo.dir/analyzers.cpp.o0m
[ 23%] 32mBuilding CXX object src/transpiler/CMakeFiles/c2eo.dir/matchers.cpp.o0m
[ 29%] 32mBuilding CXX object src/transpiler/CMakeFiles/c2eo.dir/util.cpp.o0m
[ 35%] 32mBuilding CXX object src/transpiler/CMakeFiles/c2eo.dir/memory_manager.cpp.o0m
[ 41%] 32mBuilding CXX object src/transpiler/CMakeFiles/c2eo.dir/unit_transpiler.cpp.o0m
[ 47%] 32mBuilding CXX object src/transpiler/CMakeFiles/c2eo.dir/eo_object.cpp.o0m
[ 52%] 32mBuilding CXX object src/transpiler/CMakeFiles/c2eo.dir/function_manager.cpp.o0m
[ 58%] 32mBuilding CXX object src/transpiler/CMakeFiles/c2eo.dir/transpile_helper.cpp.o0m
[ 64%] 32mBuilding CXX object src/transpiler/CMakeFiles/c2eo.dir/recorddecl.cpp.o0m
[ 70%] 32mBuilding CXX object src/transpiler/CMakeFiles/c2eo.dir/record_manager.cpp.o0m
[ 76%] 32mBuilding CXX object src/transpiler/CMakeFiles/c2eo.dir/tracer.cpp.o0m
[ 82%] 32mBuilding CXX object src/transpiler/CMakeFiles/c2eo.dir/process_variables.cpp.o0m
[ 88%] 32mBuilding CXX object src/transpiler/CMakeFiles/c2eo.dir/enumdecl.cpp.o0m
[ 94%] 32mBuilding CXX object src/transpiler/CMakeFiles/c2eo.dir/enum_manager.cpp.o0m
[100%] 32m1mLinking CXX executable ../../../bin/c2eo0m
[100%] Built target c2eo
+ ldd ../bin/c2eo > ../../llvm-clang/libs.txt
run todo.sh as root and re-try
make sure that in CMakeLists.txt the correct path to the libraries is spelled out: link_directories("/usr/lib")
+ cp ../../project/bin/c2eo usr/bin
+ cp ../../license.txt DEBIAN/copyright
+ git describe --tags --abbrev=0
0.1.16
+ git log $(git describe --tags --abbrev=0)..HEAD --merges --oneline --format="  * %h %s by %an <%aE>" >> DEBIAN/changelog
+ md5deep -r usr > DEBIAN/md5sums
+ fakeroot dpkg-deb --build c2eo-0.1.17
1mdpkg-deb:0m building package 'c2eo' in 'c2eo-0.1.17.deb'.
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMCore.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMCore.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangSema.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangSema.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMAnalysis.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMAnalysis.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangRewrite.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangRewrite.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangASTMatchers.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangASTMatchers.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMDemangle.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMDemangle.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMFrontendOpenMP.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMFrontendOpenMP.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMTransformUtils.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMTransformUtils.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMBitstreamReader.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMBitstreamReader.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangSerialization.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangSerialization.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangAST.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangAST.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMRemarks.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMRemarks.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMProfileData.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMProfileData.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangFormat.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangFormat.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangLex.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangLex.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMSupport.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMSupport.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangAnalysis.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangAnalysis.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangToolingInclusions.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangToolingInclusions.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangBasic.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangBasic.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMMC.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMMC.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMBitReader.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMBitReader.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMOption.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMOption.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangFrontend.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangFrontend.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangTooling.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangTooling.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangToolingCore.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangToolingCore.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangDriver.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangDriver.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMBinaryFormat.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMBinaryFormat.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangParse.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangParse.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangEdit.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libclangEdit.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMMCParser.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMMCParser.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMTextAPI.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMTextAPI.so usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMObject.so.12 usr/lib
+ cp /home/r/repo/llvm-clang/build/lib/libLLVMObject.so usr/lib
+ cp ../../license.txt DEBIAN/copyright
+ git describe --tags --abbrev=0
0.1.16
+ git log $(git describe --tags --abbrev=0)..HEAD --merges --oneline --format="  * %h %s by %an <%aE>" >> DEBIAN/changelog
+ md5deep -r usr > DEBIAN/md5sums
+ fakeroot dpkg-deb --build llvm-libs-1.0.1
1mdpkg-deb:0m building package 'llvm-libs' in 'llvm-libs-1.0.1.deb'.
+ reprepro export
+ reprepro createsymlinks
+ reprepro -P -V -b . -C main includedeb c2eo-rep ../llvm-libs*.deb
Exporting indices...
+ reprepro -P -V -b . -C main includedeb c2eo-rep ../c2eo*.deb
Exporting indices...
upload: 'repository/pool/main/c/c2eo/c2eo_0.1.17_all.deb' -> 's3://c2eo.polystat.org/debian/pool/main/c/c2eo/c2eo_0.1.17_all.deb'  [1 of 6]
 393684 of 393684   100% in    0s   636.09 kB/s  done
upload: 'repository/dists/c2eo-rep/Release' -> 's3://c2eo.polystat.org/debian/dists/c2eo-rep/Release'  [2 of 6]
 10044 of 10044   100% in    0s    54.23 kB/s  done
upload: 'repository/dists/c2eo-rep/Release.gpg' -> 's3://c2eo.polystat.org/debian/dists/c2eo-rep/Release.gpg'  [3 of 6]
 659 of 659   100% in    0s   744.25 kB/s  done
upload: 'repository/dists/c2eo-rep/main/binary-amd64/Packages' -> 's3://c2eo.polystat.org/debian/dists/c2eo-rep/main/binary-amd64/Packages'  [4 of 6]
 1150 of 1150   100% in    0s  1268.83 kB/s  done
upload: 'repository/dists/c2eo-rep/main/binary-amd64/Packages.gz' -> 's3://c2eo.polystat.org/debian/dists/c2eo-rep/main/binary-amd64/Packages.gz'  [5 of 6]
 642 of 642   100% in    0s   725.08 kB/s  done
upload: 'repository/pool/main/l/llvm-libs/llvm-libs_1.0.1_all.deb' -> 's3://c2eo.polystat.org/debian/pool/main/l/llvm-libs/llvm-libs_1.0.1_all.deb'  [part 1 of 8, 15MB] [6 of 6]
 15728640 of 15728640   100% in    1s   919.09 MB/s  done
upload: 'repository/pool/main/l/llvm-libs/llvm-libs_1.0.1_all.deb' -> 's3://c2eo.polystat.org/debian/pool/main/l/llvm-libs/llvm-libs_1.0.1_all.deb'  [part 2 of 8, 15MB] [6 of 6]
 15728640 of 15728640   100% in    1s   919.85 MB/s  done
upload: 'repository/pool/main/l/llvm-libs/llvm-libs_1.0.1_all.deb' -> 's3://c2eo.polystat.org/debian/pool/main/l/llvm-libs/llvm-libs_1.0.1_all.deb'  [part 3 of 8, 15MB] [6 of 6]
 15728640 of 15728640   100% in    1s   919.63 MB/s  done
upload: 'repository/pool/main/l/llvm-libs/llvm-libs_1.0.1_all.deb' -> 's3://c2eo.polystat.org/debian/pool/main/l/llvm-libs/llvm-libs_1.0.1_all.deb'  [part 4 of 8, 15MB] [6 of 6]
 15728640 of 15728640   100% in    2s   927.48 MB/s  done
upload: 'repository/pool/main/l/llvm-libs/llvm-libs_1.0.1_all.deb' -&gt; 's3://c2eo.polystat.org/debian/pool/main/l/llvm-libs/llvm-libs_1.0.1_all.deb'  [part 5 of 8, 15MB] [6 of 6]
 15728640 of 15728640   100% in    2s   907.37 MB/s  done
upload: 'repository/pool/main/l/llvm-libs/llvm-libs_1.0.1_all.deb' -> 's3://c2eo.polystat.org/debian/pool/main/l/llvm-libs/llvm-libs_1.0.1_all.deb'  [part 6 of 8, 15MB] [6 of 6]
 15728640 of 15728640   100% in    1s   927.63 MB/s  done
upload: 'repository/pool/main/l/llvm-libs/llvm-libs_1.0.1_all.deb' -> 's3://c2eo.polystat.org/debian/pool/main/l/llvm-libs/llvm-libs_1.0.1_all.deb'  [part 7 of 8, 15MB] [6 of 6]
 15728640 of 15728640   100% in    1s   917.73 MB/s  done
upload: 'repository/pool/main/l/llvm-libs/llvm-libs_1.0.1_all.deb' -> 's3://c2eo.polystat.org/debian/pool/main/l/llvm-libs/llvm-libs_1.0.1_all.deb'  [part 8 of 8, 8MB] [6 of 6]
 8940232 of 8940232   100% in    1s  1457.44 MB/s  done
WARNING: Unable to remote copy files 's3://c2eo.polystat.org/debian/dists/c2eo-rep/main/binary-amd64/Packages' -> 's3://c2eo.polystat.org/debian/dists/c2eo-rep/main/binary-i386/Packages'
WARNING: Unable to remote copy files 's3://c2eo.polystat.org/debian/dists/c2eo-rep/main/binary-amd64/Packages.gz' -> 's3://c2eo.polystat.org/debian/dists/c2eo-rep/main/binary-i386/Packages.gz'
upload: 'repository/dists/c2eo-rep/main/binary-i386/Packages' -> 's3://c2eo.polystat.org/debian/dists/c2eo-rep/main/binary-i386/Packages'  [7 of 8]
 1150 of 1150   100% in    0s     2.65 kB/s  done
upload: 'repository/dists/c2eo-rep/main/binary-i386/Packages.gz' -> 's3://c2eo.polystat.org/debian/dists/c2eo-rep/main/binary-i386/Packages.gz'  [8 of 8]
 642 of 642   100% in    0s   674.53 kB/s  done
Done. Uploaded 119448683 bytes in 17.1 seconds, 6.67 MB/s.
+ image=yegor256/c2eo
++ pwd
+ sudo -i docker build /home/r/repo --tag yegor256/c2eo:0.1.17
Sending build context to Docker daemon  3.471GB
Step 1/14 : FROM ubuntu:20.04
 ---> 20fffa419e3a
Step 2/14 : MAINTAINER Yegor Bugayenko <yegor256@gmail.com>
 ---> Using cache
 ---> df98c6f6d01b
Step 3/14 : WORKDIR /eo
 ---> Using cache
 ---> c4e0b1ad06b3
Step 4/14 : ENV DEBIAN_FRONTEND=noninteractive
 ---> Using cache
 ---> 24094b47d273
Step 5/14 : RUN apt-get clean &&   apt-get update -y --fix-missing &&   apt-get install -y locales &&   locale-gen en_US.UTF-8 &&   dpkg-reconfigure locales &&   echo "LC_ALL=en_US.UTF-8\nLANG=en_US.UTF-8\nLANGUAGE=en_US.UTF-8" > /etc/default/locale
 ---> Using cache
 ---> b050dfda948f
Step 6/14 : ENV LC_ALL en_US.UTF-8
 ---> Using cache
 ---> 4f5f29a52dca
Step 7/14 : ENV LANG en_US.UTF-8
 ---> Using cache
 ---> 022b3d056409
Step 8/14 : ENV LANGUAGE en_US.UTF-8
 ---> Using cache
 ---> 417d7a583b5b
Step 9/14 : RUN apt install -y software-properties-common
 ---> Using cache
 ---> 33f04af1985f
Step 10/14 : RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F7C91591CC543ECA
 ---> Using cache
 ---> 5179d0cbb7a5
Step 11/14 : RUN add-apt-repository 'deb http://c2eo.polystat.org/debian/ c2eo-rep non-free main contrib'
 ---> Using cache
 ---> b7a64b70065c
Step 12/14 : RUN apt-get install -y clang
 ---> Using cache
 ---> 80a3f7361aa8
Step 13/14 : RUN apt-get install -y c2eo
 ---> Using cache
 ---> a8ec9207eeba
Step 14/14 : ENTRYPOINT ["/usr/bin/c2eo"]
 ---> Using cache
 ---> 025613542f89
Successfully built 025613542f89
Successfully tagged yegor256/c2eo:0.1.17
+ cat ../docker-password
+ sudo -i docker login --password-stdin --username yegor256
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
+ sudo -i docker push yegor256/c2eo:0.1.17
The push refers to repository [docker.io/yegor256/c2eo]

1B9c0e4d020e: Preparing
1B5e5500d356: Preparing
1B8ef3e7e827: Preparing
1Bb452a16c92: Preparing
1B4644993c62: Preparing
1B97f1ee9bfd: Preparing
1Ba9f8bb3cda: Preparing
3B0.1.17:bdigest:esha256:95329ef943762dbd50bbf8b5cc4fb01037893845306674c758a1867c44f1c814 size: 2004
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
D       project/scripts/c2eo-all.py
+ git tag 0.1.17 -m '0.1.17: tagged by rultor.com'
+ git reset --hard
HEAD is now at 8a21317 Merge pull request #289 from polystat/quotes_bug
+ git clean -fd
Removing llvm-clang/.gitkeep
Removing release/c2eo-0.1.17.deb
Removing release/c2eo-0.1.17/
Removing release/llvm-libs-1.0.1.deb
Removing release/llvm-libs-1.0.1/DEBIAN/
Removing release/llvm-libs-1.0.1/usr/bin/
Removing release/repository/
Removing release/todo.sh
+ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was 8a21317).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:polystat/c2eo.git
 * [new tag]         0.1.17 -> 0.1.17
container 3aa1259412f006f34f2793f12a8c85c2bb92b06ab87bd51de529a7f592e91190 is dead
Tue 02 Aug 2022 12:47:41 PM CEST