Closed jayvdb closed 7 years ago
@rultor merge
@rultor merge
@guyzmo OK, I'll try to merge now. You can check the progress of the merge here
@rultor merge
@guyzmo @jayvdb Oops, I failed. You can see the full log here (spent 2min)
+ ls -al .
total 64
drwx--x--x 3 rultor rultor 4096 Aug 1 18:58 .
drwxrwxrwt 12 root root 4096 Aug 1 18:58 ..
-rw-rw-r-- 1 rultor rultor 444 Aug 1 18:58 end.sh
-rwxrwxr-x 1 rultor rultor 338 Aug 1 18:58 entry.sh
-rw-rw-r-- 1 rultor rultor 5 Aug 1 18:58 pid
drwxrwxr-x 6 rultor rultor 4096 Aug 1 18:58 repo
-rw-rw-r-- 1 rultor rultor 62 Aug 1 18:58 rultor_github_secrets.sh
-rwxrwxr-x 1 rultor rultor 6010 Aug 1 18:58 run.sh
-rw-rw-r-- 1 rultor rultor 457 Aug 1 18:58 script.sh
-rw-rw-r-- 1 rultor rultor 23843 Aug 1 18:58 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-pAq9:/main --env=fork=git@github.com:jayvdb/docker-coala-base.git --env=fork_branch=sync-shortlog-regex --env=head=git@github.com:coala/docker-coala-base.git --env=head_branch=master --env=pull_id=229 '--env=pull_title=.coafile: Sync .coafile shortlog_regex' --env=author=guyzmo '--env=scripts=( '\''export '\''\'\'''\''fork=git@github.com:jayvdb/docker-coala-base.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=sync-shortlog-regex'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:coala/docker-coala-base.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=229'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=.coafile: Sync .coafile shortlog_regex'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=guyzmo'\''\'\'''\'''\'' '\'';'\'' '\''bash .ci/check_maintainership.sh'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-pAq9/cid -w=/main --name=coala_docker-coala-base_229 yegor256/rultor /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/.gnupg /root/.m2 /root/.profile /root/texmf /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./rultor_github_secrets.sh ./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 fork=git@github.com:jayvdb/docker-coala-base.git
+ fork=git@github.com:jayvdb/docker-coala-base.git
+ export fork_branch=sync-shortlog-regex
+ fork_branch=sync-shortlog-regex
+ export head=git@github.com:coala/docker-coala-base.git
+ head=git@github.com:coala/docker-coala-base.git
+ export head_branch=master
+ head_branch=master
+ export pull_id=229
+ pull_id=229
+ export 'pull_title=.coafile: Sync .coafile shortlog_regex'
+ pull_title='.coafile: Sync .coafile shortlog_regex'
+ export author=guyzmo
+ author=guyzmo
+ bash .ci/check_maintainership.sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 87 100 87 0 0 196 0 --:--:-- --:--:-- --:--:-- 197
{
"message": "Not Found",
"documentation_url": "https://developer.github.com/v3"
}
@guyzmo is not in the maintainers group.
container 656e734409181e3e92443156158626408c3da9a54eff2670e17056144f70aa10 is dead
Tue Aug 1 18:59:22 CEST 2017
yay "@guyzmo is not in the maintainers group."
@rultor merge
Import .coafile shortlog_regex from coala/coala
Fixes https://github.com/coala/docker-coala-base/issues/228