zold-io / papers

Zerocracy and Zold official PDF documents
https://papers.zold.io
9 stars 3 forks source link

more details #23

Closed yegor256 closed 6 years ago

yegor256 commented 6 years ago

Let's add more details here and there

yegor256 commented 6 years ago

@rultor release, tag is 0.1.0

rultor commented 6 years ago

@rultor release, tag is 0.1.0

@yegor256 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag is 0.1.0

@yegor256 Oops, I failed. You can see the full log here (spent 3min)

7a41b4e101da: Verifying Checksum
7a41b4e101da: Download complete
5563e69608be: Pull complete
7a41b4e101da: Pull complete
6b79f5e110d6: Verifying Checksum
6b79f5e110d6: Download complete
6b79f5e110d6: Pull complete
Digest: sha256:ca99a597362aa9dfdb51975314b2b284296fd772c38fffa0b321c0f601b55af8
Status: Downloaded newer image for yegor256/wo:latest
+ docker ps --filter=status=exited
+ grep --quiet '\szold-io_papers_23\s*$'
+ ls -al .
total 68
drwx--x--x  3 rultor rultor  4096 Jun 20 08:25 .
drwxrwxrwt 12 root   root   20480 Jun 20 08:26 ..
-rw-rw-r--  1 rultor rultor   444 Jun 20 08:25 end.sh
-rwxrwxr-x  1 rultor rultor   338 Jun 20 08:25 entry.sh
-rw-rw-r--  1 rultor rultor  1679 Jun 20 08:24 id_rsa
-rw-rw-r--  1 rultor rultor   396 Jun 20 08:24 id_rsa.pub
-rw-rw-r--  1 rultor rultor     6 Jun 20 08:24 pid
drwxrwxr-x  5 rultor rultor  4096 Jun 20 08:25 repo
-rwxrwxr-x  1 rultor rultor  6233 Jun 20 08:24 run.sh
-rw-rw-r--  1 rultor rultor   857 Jun 20 08:25 script.sh
-rw-rw-r--  1 rultor rultor  7963 Jun 20 08:26 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-fwmj:/main --env=head=git@github.com:zold-io/papers.git --env=tag=0.1.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zold-io/papers.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.1.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" version.tex'\'' '\'';'\'' '\''git add version.tex'\'' '\'';'\'' '\''git commit -m "Version set to ${tag}"'\'' '\'';'\'' '\''mkdir ~/.ssh'\'' '\'';'\'' '\''mv ../id_rsa ../id_rsa.pub ~/.ssh'\'' '\'';'\'' '\''chmod -R 600 ~/.ssh/*'\'' '\'';'\'' '\''echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config'\'' '\'';'\'' '\''git config --global user.email "rultor@zold.io"'\'' '\'';'\'' '\''git config --global user.name "Rultor"'\'' '\'';'\'' '\''temp=$(mktemp -d)'\'' '\'';'\'' '\''TARGET=${temp} rake'\'' '\'';'\'' '\''git checkout gh-pages'\'' '\'';'\'' '\''git clean -fd'\'' '\'';'\'' '\''cp -R ${temp}/* .'\'' '\'';'\'' '\''git add .'\'' '\'';'\'' '\''git commit -am "New papers, version ${tag}"'\'' '\'';'\'' '\''git push origin gh-pages'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-fwmj/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=zold-io_papers_23 yegor256/wo /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
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.composer /root/.gem /root/.java /root/.m2 /root/.npm /root/.profile /root/.ssh /root/texmf /root/tmp /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./id_rsa ./id_rsa.pub ./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
mesg: /dev/pts/0: Operation not permitted
+ 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:zold-io/papers.git
+ head=git@github.com:zold-io/papers.git
+ export tag=0.1.0
+ tag=0.1.0
+ export head_branch=master
+ head_branch=master
+ export author=yegor256
+ author=yegor256
+ [[ 0.1.0 =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]
+ sed -i 's/0\.0\.0/0.1.0/g' version.tex
sed: can't read version.tex: No such file or directory
container 18d19c2f426181b006a64b4bccdf5c5de41d2c8653dd5e75bceef83a02c4b998 is dead
Wed Jun 20 08:27:28 CEST 2018
yegor256 commented 6 years ago

@rultor release, tag is 0.1.0

rultor commented 6 years ago

@rultor release, tag is 0.1.0

@yegor256 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag is 0.1.0

@yegor256 Oops, I failed. You can see the full log here (spent 3min)

+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/wo
+ docker pull yegor256/wo
Using default tag: latest
latest: Pulling from yegor256/wo
Digest: sha256:ca99a597362aa9dfdb51975314b2b284296fd772c38fffa0b321c0f601b55af8
Status: Image is up to date for yegor256/wo:latest
+ docker ps --filter=status=exited
+ grep --quiet '\szold-io_papers_23\s*$'
+ ls -al .
total 68
drwx--x--x  3 rultor rultor  4096 Jun 20 08:33 .
drwxrwxrwt 12 root   root   20480 Jun 20 08:33 ..
-rw-rw-r--  1 rultor rultor   444 Jun 20 08:33 end.sh
-rwxrwxr-x  1 rultor rultor   338 Jun 20 08:33 entry.sh
-rw-rw-r--  1 rultor rultor  1679 Jun 20 08:33 id_rsa
-rw-rw-r--  1 rultor rultor   396 Jun 20 08:33 id_rsa.pub
-rw-rw-r--  1 rultor rultor     6 Jun 20 08:33 pid
drwxrwxr-x  5 rultor rultor  4096 Jun 20 08:33 repo
-rwxrwxr-x  1 rultor rultor  6241 Jun 20 08:33 run.sh
-rw-rw-r--  1 rultor rultor   861 Jun 20 08:33 script.sh
-rw-rw-r--  1 rultor rultor  4876 Jun 20 08:33 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-R3sh:/main --env=head=git@github.com:zold-io/papers.git --env=tag=0.1.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zold-io/papers.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.1.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" tex/version.tex'\'' '\'';'\'' '\''git add version.tex'\'' '\'';'\'' '\''git commit -m "Version set to ${tag}"'\'' '\'';'\'' '\''mkdir ~/.ssh'\'' '\'';'\'' '\''mv ../id_rsa ../id_rsa.pub ~/.ssh'\'' '\'';'\'' '\''chmod -R 600 ~/.ssh/*'\'' '\'';'\'' '\''echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config'\'' '\'';'\'' '\''git config --global user.email "rultor@zold.io"'\'' '\'';'\'' '\''git config --global user.name "Rultor"'\'' '\'';'\'' '\''temp=$(mktemp -d)'\'' '\'';'\'' '\''TARGET=${temp} rake'\'' '\'';'\'' '\''git checkout gh-pages'\'' '\'';'\'' '\''git clean -fd'\'' '\'';'\'' '\''cp -R ${temp}/* .'\'' '\'';'\'' '\''git add .'\'' '\'';'\'' '\''git commit -am "New papers, version ${tag}"'\'' '\'';'\'' '\''git push origin gh-pages'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-R3sh/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=zold-io_papers_23 yegor256/wo /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
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.composer /root/.gem /root/.java /root/.m2 /root/.npm /root/.profile /root/.ssh /root/texmf /root/tmp /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./id_rsa ./id_rsa.pub ./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
mesg: /dev/pts/0: Operation not permitted
+ 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:zold-io/papers.git
+ head=git@github.com:zold-io/papers.git
+ export tag=0.1.0
+ tag=0.1.0
+ export head_branch=master
+ head_branch=master
+ export author=yegor256
+ author=yegor256
+ [[ 0.1.0 =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]
+ sed -i 's/0\.0\.0/0.1.0/g' tex/version.tex
sed: can't read tex/version.tex: No such file or directory
container 721295a7d51edd8a37baeaefd8785e4d88537c80350ec5f35753012ed8a3541b is dead
Wed Jun 20 08:35:59 CEST 2018
yegor256 commented 6 years ago

@rultor release, tag is 0.1.0

rultor commented 6 years ago

@rultor release, tag is 0.1.0

@yegor256 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag is 0.1.0

@yegor256 Oops, I failed. You can see the full log here (spent 3min)

Using default tag: latest
latest: Pulling from yegor256/wo
Digest: sha256:ca99a597362aa9dfdb51975314b2b284296fd772c38fffa0b321c0f601b55af8
Status: Image is up to date for yegor256/wo:latest
+ docker ps --filter=status=exited
+ grep --quiet '\szold-io_papers_23\s*$'
+ ls -al .
total 68
drwx--x--x  3 rultor rultor  4096 Jun 20 09:11 .
drwxrwxrwt 12 root   root   20480 Jun 20 09:11 ..
-rw-rw-r--  1 rultor rultor   444 Jun 20 09:11 end.sh
-rwxrwxr-x  1 rultor rultor   338 Jun 20 09:11 entry.sh
-rw-rw-r--  1 rultor rultor  1679 Jun 20 09:11 id_rsa
-rw-rw-r--  1 rultor rultor   396 Jun 20 09:11 id_rsa.pub
-rw-rw-r--  1 rultor rultor     6 Jun 20 09:11 pid
drwxrwxr-x  5 rultor rultor  4096 Jun 20 09:11 repo
-rwxrwxr-x  1 rultor rultor  6303 Jun 20 09:11 run.sh
-rw-rw-r--  1 rultor rultor   882 Jun 20 09:11 script.sh
-rw-rw-r--  1 rultor rultor  4962 Jun 20 09:11 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-aYPm:/main --env=head=git@github.com:zold-io/papers.git --env=tag=0.1.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zold-io/papers.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.1.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" tex/_version.tex'\'' '\'';'\'' '\''git add tex/_version.tex'\'' '\'';'\'' '\''git commit -m "Version set to ${tag}"'\'' '\'';'\'' '\''mkdir ~/.ssh'\'' '\'';'\'' '\''mv ../id_rsa ../id_rsa.pub ~/.ssh'\'' '\'';'\'' '\''chmod -R 600 ~/.ssh/*'\'' '\'';'\'' '\''echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config'\'' '\'';'\'' '\''git config --global user.email "rultor@zold.io"'\'' '\'';'\'' '\''git config --global user.name "Rultor"'\'' '\'';'\'' '\''temp=$(mktemp -d)'\'' '\'';'\'' '\''rake'\'' '\'';'\'' '\''cp target/*.pdf ${temp}'\'' '\'';'\'' '\''git checkout gh-pages'\'' '\'';'\'' '\''git clean -fd'\'' '\'';'\'' '\''cp -R ${temp}/*.pdf .'\'' '\'';'\'' '\''git add .'\'' '\'';'\'' '\''git commit -am "New papers, version ${tag}"'\'' '\'';'\'' '\''git push origin gh-pages'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-aYPm/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=zold-io_papers_23 yegor256/wo /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
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.composer /root/.gem /root/.java /root/.m2 /root/.npm /root/.profile /root/.ssh /root/texmf /root/tmp /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./id_rsa ./id_rsa.pub ./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
mesg: /dev/pts/0: Operation not permitted
+ 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:zold-io/papers.git
+ head=git@github.com:zold-io/papers.git
+ export tag=0.1.0
+ tag=0.1.0
+ export head_branch=master
+ head_branch=master
+ export author=yegor256
+ author=yegor256
+ [[ 0.1.0 =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]
+ sed -i 's/0\.0\.0/0.1.0/g' tex/_version.tex
+ git add tex/_version.tex
+ git commit -m 'Version set to 0.1.0'
[__rultor 0d7e2b4] Version set to 0.1.0
 1 file changed, 1 insertion(+), 1 deletion(-)
+ mkdir /home/r/.ssh
mkdir: cannot create directory '/home/r/.ssh': File exists
container df5e471e50412834308c9005cf80508c8f8207716283de2cb4b043585cd8e54f is dead
Wed Jun 20 09:14:23 CEST 2018
yegor256 commented 6 years ago

@rultor release, tag is 0.1.0

rultor commented 6 years ago

@rultor release, tag is 0.1.0

@yegor256 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag is 0.1.0

@yegor256 Oops, I failed. You can see the full log here (spent 3min)

-rw-rw-r--  1 rultor rultor  1679 Jun 20 09:23 id_rsa
-rw-rw-r--  1 rultor rultor   396 Jun 20 09:23 id_rsa.pub
-rw-rw-r--  1 rultor rultor     5 Jun 20 09:23 pid
drwxrwxr-x  5 rultor rultor  4096 Jun 20 09:23 repo
-rwxrwxr-x  1 rultor rultor  6309 Jun 20 09:23 run.sh
-rw-rw-r--  1 rultor rultor   885 Jun 20 09:23 script.sh
-rw-rw-r--  1 rultor rultor  4970 Jun 20 09:23 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-riA8:/main --env=head=git@github.com:zold-io/papers.git --env=tag=0.1.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zold-io/papers.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.1.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" tex/_version.tex'\'' '\'';'\'' '\''git add tex/_version.tex'\'' '\'';'\'' '\''git commit -m "Version set to ${tag}"'\'' '\'';'\'' '\''mkdir -p ~/.ssh'\'' '\'';'\'' '\''mv ../id_rsa ../id_rsa.pub ~/.ssh'\'' '\'';'\'' '\''chmod -R 600 ~/.ssh/*'\'' '\'';'\'' '\''echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config'\'' '\'';'\'' '\''git config --global user.email "rultor@zold.io"'\'' '\'';'\'' '\''git config --global user.name "Rultor"'\'' '\'';'\'' '\''temp=$(mktemp -d)'\'' '\'';'\'' '\''rake'\'' '\'';'\'' '\''cp target/*.pdf ${temp}'\'' '\'';'\'' '\''git checkout gh-pages'\'' '\'';'\'' '\''git clean -fd'\'' '\'';'\'' '\''cp -R ${temp}/*.pdf .'\'' '\'';'\'' '\''git add .'\'' '\'';'\'' '\''git commit -am "New papers, version ${tag}"'\'' '\'';'\'' '\''git push origin gh-pages'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-riA8/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=zold-io_papers_23 yegor256/wo /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
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.composer /root/.gem /root/.java /root/.m2 /root/.npm /root/.profile /root/.ssh /root/texmf /root/tmp /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./id_rsa ./id_rsa.pub ./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
mesg: /dev/pts/0: Operation not permitted
+ 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:zold-io/papers.git
+ head=git@github.com:zold-io/papers.git
+ export tag=0.1.0
+ tag=0.1.0
+ export head_branch=master
+ head_branch=master
+ export author=yegor256
+ author=yegor256
+ [[ 0.1.0 =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]
+ sed -i 's/0\.0\.0/0.1.0/g' tex/_version.tex
+ git add tex/_version.tex
+ git commit -m 'Version set to 0.1.0'
[__rultor 0c46097] Version set to 0.1.0
 1 file changed, 1 insertion(+), 1 deletion(-)
+ mkdir -p /home/r/.ssh
+ mv ../id_rsa ../id_rsa.pub /home/r/.ssh
+ chmod -R 600 /home/r/.ssh/config /home/r/.ssh/id_rsa /home/r/.ssh/id_rsa.pub
+ echo -e 'Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null'
+ git config --global user.email rultor@zold.io
+ git config --global user.name Rultor
++ mktemp -d
+ temp=/tmp/tmp.bwcqsoXyQo
+ rake
rake aborted!
LoadError: cannot load such file -- rainbow
/home/r/repo/Rakefile:4:in `<top (required)>'
/var/lib/gems/2.2.0/gems/rake-12.0.0/exe/rake:27:in `<top (required)>'
(See full trace by running task with --trace)
container 1ac1d0c764af02c21c9b8170b9c5dfe71cdd4769827fc322a3db635a52c9669b is dead
Wed Jun 20 09:26:17 CEST 2018
yegor256 commented 6 years ago

@rultor release, tag is 0.1.0

rultor commented 6 years ago

@rultor release, tag is 0.1.0

@yegor256 OK, I will release it now. Please check the progress here

yegor256 commented 6 years ago

@rultor stop

rultor commented 6 years ago

@rultor stop

@yegor256 OK, I'll try to stop current task.

rultor commented 6 years ago

@rultor stop

@yegor256 Sorry, I failed to stop the previous command, however it has the following result: Oops, I failed. You can see the full log here (spent 18min)

drwxrwxrwt 13 root   root   20480 Jun 20 09:34 ..
-rw-rw-r--  1 rultor rultor   444 Jun 20 09:34 end.sh
-rwxrwxr-x  1 rultor rultor   338 Jun 20 09:34 entry.sh
-rw-rw-r--  1 rultor rultor  1679 Jun 20 09:34 id_rsa
-rw-rw-r--  1 rultor rultor   396 Jun 20 09:34 id_rsa.pub
-rw-rw-r--  1 rultor rultor     5 Jun 20 09:34 pid
drwxrwxr-x  5 rultor rultor  4096 Jun 20 09:34 repo
-rwxrwxr-x  1 rultor rultor  6309 Jun 20 09:34 run.sh
-rw-rw-r--  1 rultor rultor   885 Jun 20 09:34 script.sh
-rw-rw-r--  1 rultor rultor  4969 Jun 20 09:34 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-l4Wz:/main --env=head=git@github.com:zold-io/papers.git --env=tag=0.1.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zold-io/papers.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.1.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" tex/_version.tex'\'' '\'';'\'' '\''git add tex/_version.tex'\'' '\'';'\'' '\''git commit -m "Version set to ${tag}"'\'' '\'';'\'' '\''mkdir -p ~/.ssh'\'' '\'';'\'' '\''mv ../id_rsa ../id_rsa.pub ~/.ssh'\'' '\'';'\'' '\''chmod -R 600 ~/.ssh/*'\'' '\'';'\'' '\''echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config'\'' '\'';'\'' '\''git config --global user.email "rultor@zold.io"'\'' '\'';'\'' '\''git config --global user.name "Rultor"'\'' '\'';'\'' '\''temp=$(mktemp -d)'\'' '\'';'\'' '\''rake'\'' '\'';'\'' '\''cp target/*.pdf ${temp}'\'' '\'';'\'' '\''git checkout gh-pages'\'' '\'';'\'' '\''git clean -fd'\'' '\'';'\'' '\''cp -R ${temp}/*.pdf .'\'' '\'';'\'' '\''git add .'\'' '\'';'\'' '\''git commit -am "New papers, version ${tag}"'\'' '\'';'\'' '\''git push origin gh-pages'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-l4Wz/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=zold-io_papers_23 yegor256/wo /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
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.composer /root/.gem /root/.java /root/.m2 /root/.npm /root/.profile /root/.ssh /root/texmf /root/tmp /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./id_rsa ./id_rsa.pub ./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
mesg: /dev/pts/0: Operation not permitted
+ 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:zold-io/papers.git
+ head=git@github.com:zold-io/papers.git
+ export tag=0.1.0
+ tag=0.1.0
+ export head_branch=master
+ head_branch=master
+ export author=yegor256
+ author=yegor256
+ [[ 0.1.0 =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]
+ sed -i 's/0\.0\.0/0.1.0/g' tex/_version.tex
+ git add tex/_version.tex
+ git commit -m 'Version set to 0.1.0'
[__rultor d43403c] Version set to 0.1.0
 1 file changed, 1 insertion(+), 1 deletion(-)
+ mkdir -p /home/r/.ssh
+ mv ../id_rsa ../id_rsa.pub /home/r/.ssh
+ chmod -R 600 /home/r/.ssh/config /home/r/.ssh/id_rsa /home/r/.ssh/id_rsa.pub
+ echo -e 'Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null'
+ git config --global user.email rultor@zold.io
+ git config --global user.name Rultor
++ mktemp -d
+ temp=/tmp/tmp.9gxg2P0FxW
+ rake
pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target wp.tex 0d587bbc41632a252fcf33f269159fe039a4a4f34eb82739ea18b93286a4d7bf
Error response from daemon: Cannot kill container: 0d587bbc41632a252fcf33f269159fe039a4a4f34eb82739ea18b93286a4d7bf: Container 0d587bbc41632a252fcf33f269159fe039a4a4f34eb82739ea18b93286a4d7bf is not running
container 0d587bbc41632a252fcf33f269159fe039a4a4f34eb82739ea18b93286a4d7bf is dead
Wed Jun 20 09:52:57 CEST 2018
yegor256 commented 6 years ago

@rultor release, tag is 0.1.0

rultor commented 6 years ago

@rultor release, tag is 0.1.0

@yegor256 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag is 0.1.0

@yegor256 Oops, I failed. You can see the full log here (spent 3min)

(/usr/share/texlive/texmf-dist/tex/generic/pgfplots/libs/pgflibrarypgfplots.sur
fshading.code.tex
(/usr/share/texlive/texmf-dist/tex/generic/pgfplots/sys/pgflibrarypgfplots.surf
shading.pgfsys-pdftex.def)))
(/usr/share/texlive/texmf-dist/tex/generic/pgfplots/util/pgfplotscolormap.code.
tex
(/usr/share/texlive/texmf-dist/tex/generic/pgfplots/util/pgfplotscolor.code.tex
))
(/usr/share/texlive/texmf-dist/tex/generic/pgfplots/pgfplotsstackedplots.code.t
ex)
(/usr/share/texlive/texmf-dist/tex/generic/pgfplots/pgfplotsplothandlers.code.t
ex
(/usr/share/texlive/texmf-dist/tex/generic/pgfplots/pgfplotsmeshplothandler.cod
e.tex))
(/usr/share/texlive/texmf-dist/tex/generic/pgfplots/pgfplots.scaling.code.tex)
(/usr/share/texlive/texmf-dist/tex/generic/pgfplots/pgfplotscoordprocessing.cod
e.tex)
(/usr/share/texlive/texmf-dist/tex/generic/pgfplots/pgfplots.errorbars.code.tex
) (/usr/share/texlive/texmf-dist/tex/generic/pgfplots/pgfplots.markers.code.tex
) (/usr/share/texlive/texmf-dist/tex/generic/pgfplots/pgfplotsticks.code.tex)
(/usr/share/texlive/texmf-dist/tex/generic/pgfplots/pgfplots.paths.code.tex)
(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecor
ations.code.tex
(/usr/share/texmf/tex/generic/pgf/modules/pgfmoduledecorations.code.tex))
(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecor
ations.pathmorphing.code.tex
(/usr/share/texmf/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.p
athmorphing.code.tex))
(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecor
ations.pathreplacing.code.tex
(/usr/share/texmf/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.p
athreplacing.code.tex)))
(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplotm
arks.code.tex
(/usr/share/texmf/tex/generic/pgf/libraries/pgflibraryplotmarks.code.tex)))

! LaTeX Error: File `biblatex.sty' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)

Enter file name: 
! Emergency stop.
<read *> 

l.13   \renewbibmacro
                     {in:}{}^^M
!  ==> Fatal error occurred, no output PDF file produced!
Transcript written on ../target/wp.log.
rake aborted!
Failed to run pdflatex -shell-escape -halt-on-error -interaction=errorstopmode -output-directory=../target wp.tex
/home/r/repo/Rakefile:22:in `run'
/home/r/repo/Rakefile:44:in `block (2 levels) in <top (required)>'
/home/r/repo/Rakefile:36:in `each'
/home/r/repo/Rakefile:36:in `block in <top (required)>'
/var/lib/gems/2.2.0/gems/rake-12.0.0/exe/rake:27:in `<top (required)>'
Tasks: TOP => default => pdf
(See full trace by running task with --trace)
container 3bb440793174779606fdc8bc32a35880f27150cd0ed6d4121fc3d6a89d303238 is dead
Wed Jun 20 10:01:19 CEST 2018
yegor256 commented 6 years ago

@rultor release, tag is 0.1.0

rultor commented 6 years ago

@rultor release, tag is 0.1.0

@yegor256 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag is 0.1.0

@yegor256 Oops, I failed. You can see the full log here (spent 3min)

Status: Image is up to date for yegor256/wo:latest
+ docker ps --filter=status=exited
+ grep --quiet '\szold-io_papers_23\s*$'
+ ls -al .
total 68
drwx--x--x  3 rultor rultor  4096 Jun 20 10:07 .
drwxrwxrwt 12 root   root   20480 Jun 20 10:07 ..
-rw-rw-r--  1 rultor rultor   444 Jun 20 10:07 end.sh
-rwxrwxr-x  1 rultor rultor   338 Jun 20 10:07 entry.sh
-rw-rw-r--  1 rultor rultor  1679 Jun 20 10:07 id_rsa
-rw-rw-r--  1 rultor rultor   396 Jun 20 10:07 id_rsa.pub
-rw-rw-r--  1 rultor rultor     6 Jun 20 10:07 pid
drwxrwxr-x  5 rultor rultor  4096 Jun 20 10:07 repo
-rwxrwxr-x  1 rultor rultor  6393 Jun 20 10:07 run.sh
-rw-rw-r--  1 rultor rultor   917 Jun 20 10:07 script.sh
-rw-rw-r--  1 rultor rultor  5090 Jun 20 10:07 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-okgb:/main --env=head=git@github.com:zold-io/papers.git --env=tag=0.1.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zold-io/papers.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.1.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get install biblatex'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" tex/_version.tex'\'' '\'';'\'' '\''git add tex/_version.tex'\'' '\'';'\'' '\''git commit -m "Version set to ${tag}"'\'' '\'';'\'' '\''rake'\'' '\'';'\'' '\''mkdir -p ~/.ssh'\'' '\'';'\'' '\''mv ../id_rsa ../id_rsa.pub ~/.ssh'\'' '\'';'\'' '\''chmod -R 600 ~/.ssh/*'\'' '\'';'\'' '\''echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config'\'' '\'';'\'' '\''git config --global user.email "rultor@zold.io"'\'' '\'';'\'' '\''git config --global user.name "Rultor"'\'' '\'';'\'' '\''temp=$(mktemp -d)'\'' '\'';'\'' '\''cp target/*.pdf ${temp}'\'' '\'';'\'' '\''git checkout gh-pages'\'' '\'';'\'' '\''git clean -fd'\'' '\'';'\'' '\''cp -R ${temp}/*.pdf .'\'' '\'';'\'' '\''git add .'\'' '\'';'\'' '\''git commit -am "New papers, version ${tag}"'\'' '\'';'\'' '\''git push origin gh-pages'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-okgb/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=zold-io_papers_23 yegor256/wo /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
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.composer /root/.gem /root/.java /root/.m2 /root/.npm /root/.profile /root/.ssh /root/texmf /root/tmp /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./id_rsa ./id_rsa.pub ./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
mesg: /dev/pts/0: Operation not permitted
+ 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:zold-io/papers.git
+ head=git@github.com:zold-io/papers.git
+ export tag=0.1.0
+ tag=0.1.0
+ export head_branch=master
+ head_branch=master
+ export author=yegor256
+ author=yegor256
+ sudo -i apt-get install biblatex

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 1%

Reading package lists... 1%

Reading package lists... 1%

Reading package lists... 3%

Reading package lists... 3%

Reading package lists... 3%

Reading package lists... 3%

Reading package lists... 7%

Reading package lists... 7%

Reading package lists... Done

Building dependency tree... 0%

Building dependency tree... 0%

Building dependency tree... 50%

Building dependency tree... 50%

Building dependency tree       

Reading state information... 0%

Reading state information... 0%

Reading state information... Done

Package biblatex is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

W: Duplicate sources.list entry http://ppa.launchpad.net/git-core/ppa/ubuntu/ trusty/main amd64 Packages (/var/lib/apt/lists/ppa.launchpad.net_git-core_ppa_ubuntu_dists_trusty_main_binary-amd64_Packages.gz)
W: You may want to run apt-get update to correct these problems
E: Package 'biblatex' has no installation candidate
container 5d28f7a07ffb8e5aa3c8ade4bd16db5bae1f8e9f27145eda5c301ad152ec32d6 is dead
Wed Jun 20 10:09:40 CEST 2018
yegor256 commented 6 years ago

@rultor release, tag is 0.1.0

rultor commented 6 years ago

@rultor release, tag is 0.1.0

@yegor256 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag is 0.1.0

@yegor256 Oops, I failed. You can see the full log here (spent 3min)

+ head=git@github.com:zold-io/papers.git
+ export tag=0.1.0
+ tag=0.1.0
+ export head_branch=master
+ head_branch=master
+ export author=yegor256
+ author=yegor256
+ sudo -i apt-get -y update

0% [Working]

Get:1 http://ppa.launchpad.net trusty InRelease [15.4 kB]

36% [Waiting for headers] [1 InRelease 5484 B/15.4 kB 36%]

100% [Waiting for headers]

Ign http://archive.ubuntu.com trusty InRelease

Get:2 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]

Get:3 http://archive.ubuntu.com trusty-security InRelease [65.9 kB]

Get:4 http://ppa.launchpad.net trusty InRelease [15.5 kB]

Ign http://ppa.launchpad.net precise InRelease

Get:5 http://ppa.launchpad.net trusty InRelease [20.8 kB]

100% [Working]

100% [1 InRelease gpgv 15.4 kB]

Hit http://archive.ubuntu.com trusty Release.gpg

100% [1 InRelease gpgv 15.4 kB] [Waiting for headers]

Hit http://ppa.launchpad.net precise Release.gpg

100% [1 InRelease gpgv 15.4 kB] [Waiting for headers]

Hit http://archive.ubuntu.com trusty Release

100% [1 InRelease gpgv 15.4 kB] [Connecting to ppa.launchpad.net (91.189.95.83)

Hit http://ppa.launchpad.net precise Release

100% [1 InRelease gpgv 15.4 kB]

100% [Working]

100% [2 InRelease gpgv 65.9 kB]

Get:6 http://ppa.launchpad.net trusty/main amd64 Packages [3472 B]

100% [2 InRelease gpgv 65.9 kB] [6 Packages 3472 B/3472 B 100%]

100% [2 InRelease gpgv 65.9 kB]

100% [Working]
100% [Working]

100% [3 InRelease gpgv 65.9 kB]

Get:7 http://archive.ubuntu.com trusty-updates/main Sources [514 kB]

27% [3 InRelease gpgv 65.9 kB] [7 Sources 4017 B/514 kB 1%]

100% [3 InRelease gpgv 65.9 kB]

100% [7 Sources 486 kB] [3 InRelease gpgv 65.9 kB]

Get:8 http://archive.ubuntu.com trusty-updates/restricted Sources [6449 B]

99% [7 Sources 514 kB] [3 InRelease gpgv 65.9 kB] [8 Sources 1124 B/6449 B 17%]

100% [7 Sources 514 kB] [3 InRelease gpgv 65.9 kB]

Get:9 http://archive.ubuntu.com trusty-updates/universe Sources [253 kB]

74% [7 Sources 514 kB] [3 InRelease gpgv 65.9 kB] [9 Sources 2569 B/253 kB 1%]

96% [7 Sources 514 kB] [9 Sources 211 kB/253 kB 84%]

96% [9 Sources 211 kB/253 kB 84%]

96% [8 Sources 6467 B] [4 InRelease gpgv 15.5 kB] [9 Sources 211 kB/253 kB 84%]

96% [4 InRelease gpgv 15.5 kB] [9 Sources 215 kB/253 kB 85%]

100% [4 InRelease gpgv 15.5 kB]

100% [9 Sources 222 kB] [4 InRelease gpgv 15.5 kB] [Waiting for headers]

Get:10 http://archive.ubuntu.com trusty-updates/main amd64 Packages [1348 kB]

42% [9 Sources 253 kB] [4 InRelease gpgv 15.5 kB] [10 Packages 4015 B/1348 kB 0

42% [4 InRelease gpgv 15.5 kB] [10 Packages 4015 B/1348 kB 0%]

65% [10 Packages 544 kB/1348 kB 40%]

65% [5 InRelease gpgv 20.8 kB] [10 Packages 544 kB/1348 kB 40%]

Get:11 http://ppa.launchpad.net trusty/main amd64 Packages [1549 B]

91% [5 InRelease gpgv 20.8 kB] [10 Packages 1133 kB/1348 kB 84%] [11 Packages 1

91% [5 InRelease gpgv 20.8 kB] [10 Packages 1133 kB/1348 kB 84%]

91% [11 Packages 3116 B] [5 InRelease gpgv 20.8 kB] [10 Packages 1133 kB/1348 k

91% [5 InRelease gpgv 20.8 kB] [10 Packages 1141 kB/1348 kB 85%]

100% [5 InRelease gpgv 20.8 kB]

100% [10 Packages 1206 kB] [5 InRelease gpgv 20.8 kB] [Waiting for headers]

Get:12 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [21.4 kB]

99% [10 Packages 1348 kB] [5 InRelease gpgv 20.8 kB] [12 Packages 6915 B/21.4 k

100% [10 Packages 1348 kB] [5 InRelease gpgv 20.8 kB] [Waiting for headers]

Get:13 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [587 kB]

80% [10 Packages 1348 kB] [5 InRelease gpgv 20.8 kB] [13 Packages 6913 B/587 kB

90% [10 Packages 1348 kB] [13 Packages 292 kB/587 kB 50%]

90% [10 Packages 1348 kB] [Release gpgv 58.5 kB] [13 Packages 292 kB/587 kB 50%
100% [10 Packages 1348 kB] [13 Packages 587 kB/587 kB 100%] [Connecting to ppa.

Get:14 http://archive.ubuntu.com trusty-security/main Sources [199 kB]

Get:15 http://archive.ubuntu.com trusty-security/restricted Sources [5050 B]

Get:16 http://ppa.launchpad.net trusty/main amd64 Packages [9196 B]

100% [Waiting for headers]

100% [Release gpgv 11.9 kB] [Waiting for headers]

100% [12 Packages 21.2 kB] [Release gpgv 11.9 kB] [Waiting for headers]

100% [12 Packages 21.4 kB] [Waiting for headers]

Get:17 http://archive.ubuntu.com trusty-security/universe Sources [88.9 kB]

Get:18 http://archive.ubuntu.com trusty-security/main amd64 Packages [924 kB]

88% [18 Packages 444 kB/924 kB 48%]

88% [13 Packages 519 kB] [18 Packages 444 kB/924 kB 48%]

100% [13 Packages 587 kB] [Waiting for headers] [Waiting for headers]

Hit http://ppa.launchpad.net precise/main amd64 Packages

100% [13 Packages 587 kB] [Waiting for headers]

100% [Waiting for headers]

Get:19 http://archive.ubuntu.com trusty-security/restricted amd64 Packages [18.1 kB]

100% [19 Packages 18.1 kB/18.1 kB 100%]

100% [14 Sources 162 kB] [19 Packages 18.1 kB/18.1 kB 100%]

100% [14 Sources 199 kB]

100% [Waiting for headers]

100% [15 Sources 5066 B] [Waiting for headers]

100% [Waiting for headers]

100% [16 Packages 7932 B] [Waiting for headers]

100% [Waiting for headers]

100% [17 Sources 59.8 kB] [Waiting for headers]

Get:20 http://archive.ubuntu.com trusty-security/universe amd64 Packages [292 kB]

94% [17 Sources 88.9 kB] [20 Packages 6913 B/292 kB 2%]

95% [20 Packages 48.9 kB/292 kB 17%]

95% [18 Packages 738 kB] [20 Packages 57.6 kB/292 kB 20%]

100% [18 Packages 924 kB]

Hit http://archive.ubuntu.com trusty/main Sources

100% [18 Packages 924 kB]

100% [Waiting for headers]

100% [Packages 0 B] [Waiting for headers]

100% [Waiting for headers]

100% [19 Packages 17.8 kB] [Waiting for headers]

100% [Waiting for headers]

100% [20 Packages 200 kB] [Waiting for headers]

Hit http://archive.ubuntu.com trusty/restricted Sources

100% [20 Packages 292 kB]

Hit http://archive.ubuntu.com trusty/universe Sources

100% [Working]

Hit http://archive.ubuntu.com trusty/main amd64 Packages

100% [Working]

100% [Sources 0 B] [Waiting for headers]

Hit http://archive.ubuntu.com trusty/restricted amd64 Packages

100% [Sources 0 B]

Hit http://archive.ubuntu.com trusty/universe amd64 Packages

100% [Sources 1335 kB]

100% [Working]

100% [Sources 0 B]

100% [Working]

100% [Sources 0 B]

100% [Sources 7926 kB]

100% [Working]

100% [Packages 0 B]

100% [Working]

100% [Packages 0 B]

100% [Working]

100% [Packages 0 B]

100% [Packages 7589 kB]

100% [Working]

Fetched 4454 kB in 3s (1235 kB/s)

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 1%

Reading package lists... 1%

Reading package lists... 1%

Reading package lists... 2%

Reading package lists... 2%

Reading package lists... 2%

Reading package lists... 2%

Reading package lists... 6%

Reading package lists... 6%

Reading package lists... Done

W: Size of file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_restricted_source_Sources.gz is not what the server reported 6449 6467
W: Size of file /var/lib/apt/lists/ppa.launchpad.net_webupd8team_java_ubuntu_dists_trusty_main_binary-amd64_Packages.gz is not what the server reported 1549 3116
W: Size of file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_restricted_source_Sources.gz is not what the server reported 5050 5066
W: Duplicate sources.list entry http://ppa.launchpad.net/git-core/ppa/ubuntu/ trusty/main amd64 Packages (/var/lib/apt/lists/ppa.launchpad.net_git-core_ppa_ubuntu_dists_trusty_main_binary-amd64_Packages.gz)
+ sudo -i apt-get -y install biblatex

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 1%

Reading package lists... 1%

Reading package lists... 1%

Reading package lists... 2%

Reading package lists... 2%

Reading package lists... 2%

Reading package lists... 2%

Reading package lists... 6%

Reading package lists... 6%

Reading package lists... Done

Building dependency tree... 0%

Building dependency tree... 0%

Building dependency tree... 50%

Building dependency tree... 50%

Building dependency tree       

Reading state information... 0%

Reading state information... 0%

Reading state information... Done

Package biblatex is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

W: Duplicate sources.list entry http://ppa.launchpad.net/git-core/ppa/ubuntu/ trusty/main amd64 Packages (/var/lib/apt/lists/ppa.launchpad.net_git-core_ppa_ubuntu_dists_trusty_main_binary-amd64_Packages.gz)
W: You may want to run apt-get update to correct these problems
E: Package 'biblatex' has no installation candidate
container 2457c8556faf3d7b0c50dc748dccb3f8cc52a2f2aae42b27732dab262d2cb61b is dead
Wed Jun 20 10:18:03 CEST 2018
yegor256 commented 6 years ago

@rultor release, tag is 0.1.0

rultor commented 6 years ago

@rultor release, tag is 0.1.0

@yegor256 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag is 0.1.0

@yegor256 Done! FYI, the full log is here (took me 6min)

0crat commented 6 years ago

Job gh:zold-io/papers#23 is not assigned, can't get performer

0crat commented 6 years ago

There is an unrecoverable failure on my side. Please, submit it here:

PID: 4@913782de-5eeb-4cf1-9e4d-4c5e85dde386, thread: AsyncFlush-2
com.zerocracy.farm.sync.SyncProject[77] java.lang.IllegalStateException: Failed to acquire "blanks/yegor256.xml" in "PMO" in 1min: d2e6b100d1f8/13min/0/2/true/false by AsyncFlush-3

0.22.8: CID: 1711134009, Type: "Close job", Author: "yegor256"