Closed h1alexbel closed 12 months ago
@rultor merge
@h1alexbel please review this Pull Request. Deadline (when it should be merged or closed) is 2023-12-09T10:59:44.925376
.
You should check if the requirements have been implemented (partially or in full), if there are unit tests covering the changes and if the CI build passes. Feel free to reject the PR or ask for changes if it's too big or not clear enough.
Estimation here is 30 minutes
, that's how much you will be paid. You will be paid even if this PR gets rejected.
@rultor merge
@h1alexbel OK, I'll try to merge now. You can check the progress of the merge here
@rultor merge
@h1alexbel Oops, I failed. You can see the full log here (spent 2min)
load average is 0.09, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=l3r8y/rultor-image:1.0.3
+ docker pull l3r8y/rultor-image:1.0.3
1.0.3: Pulling from l3r8y/rultor-image
Digest: sha256:96e574a7cd73ccce66c990865592cd600d626d3a95f8d4b36b8f6dd9ec61b118
Status: Image is up to date for l3r8y/rultor-image:1.0.3
docker.io/l3r8y/rultor-image:1.0.3
+ docker ps --filter=status=exited
+ grep --quiet '\seo-cqrs_qulice17_49\s*$'
+ ls -al .
total 44
drwx------ 3 rultor rultor 4096 Dec 6 12:00 .
drwxrwxrwt 13 root root 4096 Dec 6 12:00 ..
-rwxrwxr-x 1 rultor rultor 556 Dec 6 12:00 end.sh
-rwxrwxr-x 1 rultor rultor 466 Dec 6 12:00 entry.sh
-rw-rw-r-- 1 rultor rultor 8 Dec 6 12:00 pid
drwxrwxr-x 10 rultor rultor 4096 Dec 6 12:00 repo
-rwxrwxr-x 1 rultor rultor 5810 Dec 6 12:00 run.sh
-rw-rw-r-- 1 rultor rultor 524 Dec 6 12:00 script.sh
-rw-rw-r-- 1 rultor rultor 6367 Dec 6 12:00 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-ON4b:/main --env=head=git@github.com:eo-cqrs/qulice17.git --env=pull_id=49 --env=fork=git@github.com:eo-cqrs/qulice17.git --env=fork_branch=h1alexbel-patch-1 --env=head_branch=master '--env=pull_title=no pdd' --env=author=h1alexbel '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:eo-cqrs/qulice17.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=49'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:eo-cqrs/qulice17.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=h1alexbel-patch-1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=no pdd'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=h1alexbel'\''\'\'''\'''\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''mvn clean install -Pqulice-profile -Pqulice --errors --batch-mode'\'' '\'';'\'' )' --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-ON4b/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=eo-cqrs_qulice17_49 l3r8y/rultor-image:1.0.3 /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ cat /etc/group
++ awk -F : '$3 > 100 { print $1 }'
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G nogroup r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G messagebus r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-timesync r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-journal r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-network r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-resolve r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G ssh r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G r r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.m2 /root/.profile /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./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
/home/r/script.sh: line 9: pdd: command not found
container 4f8e3a911d1ca0b69d4c16516f34ec18013d82a3217bfb00b34c02b3ac4dad71 is dead
Wed Dec 6 12:02:06 PM CET 2023
@h1alexbel thank you for resolving this ticket. I've just added it to your active invoice. You can always check all your invoices and more on the Contributor Dashboard.
@h1alexbel thank you for your Pull Request. I'll assign someone to review it soon.
If this PR solves a
todo
from the code, please don't forget to remove it.