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

Fixed repo create bug #27

Merged
merged 3 commits into from
Sep 30, 2019
Merged

Fixed repo create bug #27

merged 3 commits into from
Sep 30, 2019

Conversation

g4s8
Copy link
Owner

@g4s8 g4s8 commented Sep 18, 2019

#26 - fixed repo create bug, added debug flag

Copy link
Owner Author

@g4s8 g4s8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merge

@0crat 0crat added the scope label Sep 18, 2019
@0crat
Copy link

0crat commented Sep 18, 2019

Job #27 is now in scope, role is REV

Copy link
Owner Author

@g4s8 g4s8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merge

@0crat
Copy link

0crat commented Sep 18, 2019

@g4s8/z everybody who has role REV is banned at #27; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

Copy link
Owner Author

@g4s8 g4s8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merge

@g4s8
Copy link
Owner Author

g4s8 commented Sep 18, 2019

@rultor merge

@rultor
Copy link
Contributor

rultor commented Sep 18, 2019

@rultor merge

@g4s8 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Contributor

rultor commented Sep 18, 2019

@rultor merge

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

 3 files changed, 177 insertions(+), 29 deletions(-)
 create mode 100644 _template.ebuild
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=4.66
++ echo 4.66 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 4.66, low enough to run a new Docker container'
load average is 4.66, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=g4s8/gorultor:alpine
+ docker pull g4s8/gorultor:alpine
alpine: Pulling from g4s8/gorultor
Digest: sha256:c51fb822d6daf42888ae3a9a86b9ed12aa50af8ef18d206de1153e367e9d3bcc
Status: Image is up to date for g4s8/gorultor:alpine
+ docker ps --filter=status=exited
+ grep --quiet '\sg4s8_gitstrap_27\s*$'
+ ls -al .
total 712
drwx--x--x  3 rultor rultor   4096 Sep 18 21:03 .
drwxrwxrwt 39 root   root   684032 Sep 18 21:03 ..
-rw-rw-r--  1 rultor rultor    444 Sep 18 21:03 end.sh
-rwxrwxr-x  1 rultor rultor    338 Sep 18 21:03 entry.sh
-rw-rw-r--  1 rultor rultor      6 Sep 18 21:03 pid
drwxrwxr-x  8 rultor rultor   4096 Sep 18 21:03 repo
-rwxrwxr-x  1 rultor rultor   6669 Sep 18 21:03 run.sh
-rw-rw-r--  1 rultor rultor    841 Sep 18 21:03 script.sh
-rw-rw-r--  1 rultor rultor   6116 Sep 18 21:03 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-Rd7B:/main --env=PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --env=CGO_ENABLED=0 --env=head=git@github.com:g4s8/gitstrap.git --env=pull_id=27 --env=fork=git@github.com:g4s8/gitstrap.git --env=fork_branch=26 --env=head_branch=master '--env=pull_title=Fixed repo create bug' --env=author=g4s8 '--env=scripts=( '\''export '\''\'\'''\''PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''CGO_ENABLED=0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:g4s8/gitstrap.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=27'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:g4s8/gitstrap.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=26'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Fixed repo create bug'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=g4s8'\''\'\'''\'''\'' '\'';'\'' '\'''\'' '\'';'\'' '\''export CGO_ENABLED=0'\'' '\'';'\'' '\''export PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' '\'';'\'' '\''mkdir -pv /home/r/go/src/github.com/g4s8'\'' '\'';'\'' '\''ln -snv $PWD /home/r/go/src/github.com/g4s8/gitstrap'\'' '\'';'\'' '\''cd /home/r/go/src/github.com/g4s8/gitstrap'\'' '\'';'\'' '\''go get -t ./...'\'' '\'';'\'' '\''go build -o /dev/null .'\'' '\'';'\'' '\''go build -o /dev/null ./cmd/gitstrap'\'' '\'';'\'' '\''go test .'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-Rd7B/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --entrypoint=/main/entry.sh --name=g4s8_gitstrap_27 g4s8/gorultor:alpine /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
Creating mailbox file: No such file or directory
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bundle /root/.cache /root/.gem /root/empty /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
+ set -e
+ set -o pipefail
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
/home/r/script.sh: line 9: syntax error near unexpected token `;'
container 2fd57a8e86192e38920a24d27ff1558611c82d8ca3527ae0ab4bef14c51996a0 is dead
Wed Sep 18 21:05:11 CEST 2019

@g4s8
Copy link
Owner Author

g4s8 commented Sep 18, 2019

@rultor merge

@rultor
Copy link
Contributor

rultor commented Sep 18, 2019

@rultor merge

@g4s8 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Contributor

rultor commented Sep 18, 2019

@rultor merge

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

 3 files changed, 177 insertions(+), 29 deletions(-)
 create mode 100644 _template.ebuild
+ docker_when_possible
+ true
++ uptime
++ tail -n 1
++ sed 's/ /\n/g'
+ load=4.79
++ echo 4.79 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 4.79, low enough to run a new Docker container'
load average is 4.79, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=g4s8/gorultor:alpine
+ docker pull g4s8/gorultor:alpine
alpine: Pulling from g4s8/gorultor
Digest: sha256:c51fb822d6daf42888ae3a9a86b9ed12aa50af8ef18d206de1153e367e9d3bcc
Status: Image is up to date for g4s8/gorultor:alpine
+ docker ps --filter=status=exited
+ grep --quiet '\sg4s8_gitstrap_27\s*$'
+ ls -al .
total 712
drwx--x--x  3 rultor rultor   4096 Sep 18 21:42 .
drwxrwxrwt 39 root   root   684032 Sep 18 21:42 ..
-rw-rw-r--  1 rultor rultor    444 Sep 18 21:42 end.sh
-rwxrwxr-x  1 rultor rultor    338 Sep 18 21:42 entry.sh
-rw-rw-r--  1 rultor rultor      6 Sep 18 21:42 pid
drwxrwxr-x  8 rultor rultor   4096 Sep 18 21:42 repo
-rwxrwxr-x  1 rultor rultor   6669 Sep 18 21:42 run.sh
-rw-rw-r--  1 rultor rultor    841 Sep 18 21:42 script.sh
-rw-rw-r--  1 rultor rultor   6116 Sep 18 21:42 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-t1w6:/main --env=PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --env=CGO_ENABLED=0 --env=head=git@github.com:g4s8/gitstrap.git --env=pull_id=27 --env=fork=git@github.com:g4s8/gitstrap.git --env=fork_branch=26 --env=head_branch=master '--env=pull_title=Fixed repo create bug' --env=author=g4s8 '--env=scripts=( '\''export '\''\'\'''\''PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''CGO_ENABLED=0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:g4s8/gitstrap.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=27'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:g4s8/gitstrap.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=26'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Fixed repo create bug'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=g4s8'\''\'\'''\'''\'' '\'';'\'' '\'''\'' '\'';'\'' '\''export CGO_ENABLED=0'\'' '\'';'\'' '\''export PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' '\'';'\'' '\''mkdir -pv /home/r/go/src/github.com/g4s8'\'' '\'';'\'' '\''ln -snv $PWD /home/r/go/src/github.com/g4s8/gitstrap'\'' '\'';'\'' '\''cd /home/r/go/src/github.com/g4s8/gitstrap'\'' '\'';'\'' '\''go get -t ./...'\'' '\'';'\'' '\''go build -o /dev/null .'\'' '\'';'\'' '\''go build -o /dev/null ./cmd/gitstrap'\'' '\'';'\'' '\''go test .'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-t1w6/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --entrypoint=/main/entry.sh --name=g4s8_gitstrap_27 g4s8/gorultor:alpine /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
Creating mailbox file: No such file or directory
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bundle /root/.cache /root/.gem /root/empty /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
+ set -e
+ set -o pipefail
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
/home/r/script.sh: line 9: syntax error near unexpected token `;'
container fb6df0c89c69b4e79d9c4641f63e37acb946ca789f1e5b050a1444ec2cc5b240 is dead
Wed Sep 18 21:44:12 CEST 2019

@0crat
Copy link

0crat commented Sep 23, 2019

@g4s8/z everybody who has role REV is banned at #27; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@0crat
Copy link

0crat commented Sep 28, 2019

@g4s8/z everybody who has role REV is banned at #27; I won't be able to assign anyone automatically; consider assigning someone manually (as in §19), or invite more people (as in §51), or remove the job from the scope (as in §14)

@g4s8 g4s8 merged commit fbc2ee7 into master Sep 30, 2019
@0crat
Copy link

0crat commented Sep 30, 2019

Job gh:g4s8/gitstrap#27 is not assigned, can't get performer

@0crat 0crat removed the scope label Sep 30, 2019
@0crat
Copy link

0crat commented Sep 30, 2019

The job #27 is now out of scope

@0crat
Copy link

0crat commented Sep 30, 2019

Payment to ARC for a closed pull request, as in §28: +10 point(s) just awarded to @g4s8/z

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

Successfully merging this pull request may close these issues.

3 participants