Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rultor configuration #42

Closed
andreoss opened this issue Jun 29, 2020 · 4 comments
Closed

Update rultor configuration #42

andreoss opened this issue Jun 29, 2020 · 4 comments

Comments

@andreoss
Copy link
Contributor

See rubygems/rubygems#2354

@rultor merge

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

+ ls -al .
total 732
drwx--x--x   3 rultor rultor   4096 Jun 29 08:01 .
drwxrwxrwt 284 root   root   684032 Jun 29 08:03 ..
-rw-rw-r--   1 rultor rultor    444 Jun 29 08:03 end.sh
-rwxrwxr-x   1 rultor rultor    363 Jun 29 08:01 entry.sh
-rw-rw-r--   1 rultor rultor      6 Jun 29 08:01 pid
-rw-rw-r--   1 rultor rultor   1192 Jun 29 08:01 pubring.gpg
drwxrwxr-x   6 rultor rultor   4096 Jun 29 08:01 repo
-rwxrwxr-x   1 rultor rultor   6216 Jun 29 08:01 run.sh
-rw-rw-r--   1 rultor rultor     98 Jun 29 08:01 s3cfg
-rw-rw-r--   1 rultor rultor    683 Jun 29 08:01 script.sh
-rw-rw-r--   1 rultor rultor   2570 Jun 29 08:01 secring.gpg
-rw-rw-r--   1 rultor rultor   2464 Jun 29 08:01 settings.xml
-rw-rw-r--   1 rultor rultor  10539 Jun 29 08:03 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-FQUM:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' [email protected]:jcabi/jcabi-matchers.git --env=pull_id=41 [email protected]:andreoss/jcabi-matchers.git --env=fork_branch=issue-40 --env=head_branch=master '--env=pull_title=For #40: Update parent' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''[email protected]:jcabi/jcabi-matchers.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=41'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''[email protected]:andreoss/jcabi-matchers.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=issue-40'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=For #40: Update parent'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo gem install --no-ri --no-rdoc pdd'\'' '\'';'\'' '\''sudo gem install --no-ri --no-rdoc est'\'' '\'';'\'' '\''mvn clean install -Pqulice --errors --settings ../settings.xml'\'' '\'';'\'' '\''mvn clean'\'' '\'';'\'' '\''pdd --source=$(pwd) --verbose --file=/dev/null'\'' '\'';'\'' '\''est --dir=est --file=/dev/null'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-FQUM/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=jcabi_jcabi-matchers_41 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/.composer /root/.gem /root/.gnupg /root/.m2 /root/.profile /root/texmf /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./pubring.gpg ./repo ./run.sh ./s3cfg ./script.sh ./secring.gpg ./settings.xml ./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: cannot open /dev/pts/0: Permission denied
+ 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 'MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'
+ MAVEN_OPTS='-XX:MaxPermSize=256m -Xmx1g'
+ export [email protected]:jcabi/jcabi-matchers.git
+ [email protected]:jcabi/jcabi-matchers.git
+ export pull_id=41
+ pull_id=41
+ export [email protected]:andreoss/jcabi-matchers.git
+ [email protected]:andreoss/jcabi-matchers.git
+ export fork_branch=issue-40
+ fork_branch=issue-40
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=For #40: Update parent'
+ pull_title='For #40: Update parent'
+ export author=yegor256
+ author=yegor256
+ sudo -i gem install --no-ri --no-rdoc pdd
ERROR:  While executing gem ... (OptionParser::InvalidOption)
    invalid option: --no-ri
container 57aa624cc8196fae206b78b1aa797ceaffc3a77995f9b8808c8d73af14b8d362 is dead
Mon Jun 29 08:04:25 CEST 2020

Originally posted by @rultor in #41 (comment)

@0crat
Copy link

0crat commented Jun 29, 2020

@yegor256/z please, pay attention to this issue

andreoss added a commit to andreoss/jcabi-matchers that referenced this issue Jun 29, 2020
andreoss added a commit to andreoss/jcabi-matchers that referenced this issue Jun 29, 2020
andreoss added a commit to andreoss/jcabi-matchers that referenced this issue Jun 29, 2020
yegor256 added a commit that referenced this issue Jul 2, 2020
For #42: Remove obsolete gem options from .rultor.yml
andreoss added a commit to andreoss/jcabi-matchers that referenced this issue Jul 2, 2020
yegor256 added a commit that referenced this issue Nov 13, 2020
@yegor256
Copy link
Member

@andreoss I believe it's all good now, thanks!

@0crat
Copy link

0crat commented Nov 13, 2020

Job gh:jcabi/jcabi-matchers#42 is not assigned, can't get performer

@andreoss
Copy link
Contributor Author

@yegor256 The site is still outdated https://matchers.jcabi.com/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants