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 dependency judges to v0.15.6 #38

Merged
merged 1 commit into from
Jul 12, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
judges 0.15.4 -> 0.15.6 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@yegor256
Copy link
Member

@rultor please, try to merge, since 13 checks have passed

@rultor
Copy link
Contributor

rultor commented Jun 26, 2024

@rultor please, try to merge, since 13 checks have passed

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

@rultor
Copy link
Contributor

rultor commented Jun 26, 2024

@rultor please, try to merge, since 13 checks have passed

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 6min)

++ pwd
+ docker run -t --rm -v /tmp/rultor-UCUY:/main --env=head=git@github.com:zerocracy/judges-action.git --env=pull_id=38 --env=fork=git@github.com:zerocracy/judges-action.git --env=fork_branch=renovate/judges-0.x-lockfile --env=head_branch=master '--env=pull_title=Update dependency judges to v0.13.0' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zerocracy/judges-action.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=38'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:zerocracy/judges-action.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/judges-0.x-lockfile'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency judges to v0.13.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo make'\'' '\'';'\'' )' --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-UCUY/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=zerocracy_judges-action_38 yegor256/rultor-image:1.23.1 /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ awk -F : '$3 > 100 { print $1 }'
++ cat /etc/group
+ 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 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 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 _ssh r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G rvm r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G ssl-cert r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G postgres 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/.cargo /root/.config /root/.gem /root/.gemrc /root/.launchpadlib /root/.m2 /root/.npm /root/.profile /root/.rustup /root/.rvmrc /root/texmf /home/r
+ cp -R ./cid ./docker-password ./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
+ cat /home/r/script.sh
#!/bin/bash
set -e
set -o pipefail
if [ -e /home/r/.profile ]; then source /home/r/.profile; fi
shopt -s expand_aliases
alias 'sudo=sudo -i'
export HOME=/home/r
cd "${HOME}/repo"
export 'head=git@github.com:zerocracy/judges-action.git' ; export 'pull_id=38' ; export 'fork=git@github.com:zerocracy/judges-action.git' ; export 'fork_branch=renovate/judges-0.x-lockfile' ; export 'head_branch=master' ; export 'pull_title=Update dependency judges to v0.13.0' ; export 'author=yegor256' ; sudo make ;
+ su --login r --command /home/r/script.sh
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
make: *** No targets specified and no makefile found.  Stop.
container 34b4ea36ec3ee0a3969de11f8b515335abedb00756627b3d52804973baa538e7 is dead
Wed Jun 26 11:41:38 UTC 2024

@renovate renovate bot changed the title Update dependency judges to v0.13.0 Update dependency judges to v0.13.0 - autoclosed Jun 26, 2024
@renovate renovate bot closed this Jun 26, 2024
@renovate renovate bot deleted the renovate/judges-0.x-lockfile branch June 26, 2024 18:23
@renovate renovate bot changed the title Update dependency judges to v0.13.0 - autoclosed Update dependency judges to v0.13.0 Jun 28, 2024
@renovate renovate bot reopened this Jun 28, 2024
@renovate renovate bot restored the renovate/judges-0.x-lockfile branch June 28, 2024 15:06
@renovate renovate bot changed the title Update dependency judges to v0.13.0 Update dependency judges to v0.13.3 Jun 28, 2024
@renovate renovate bot force-pushed the renovate/judges-0.x-lockfile branch from 9071891 to 2910bf1 Compare June 28, 2024 15:06
@yegor256
Copy link
Member

@rultor merge

@rultor
Copy link
Contributor

rultor commented Jun 29, 2024

@rultor merge

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

@rultor
Copy link
Contributor

rultor commented Jun 29, 2024

@rultor merge

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 6min)

Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ awk -F : '$3 > 100 { print $1 }'
++ cat /etc/group
+ 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 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 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 _ssh r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G rvm r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G ssl-cert r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G postgres 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/.cargo /root/.config /root/.gem /root/.gemrc /root/.launchpadlib /root/.m2 /root/.npm /root/.profile /root/.rustup /root/.rvmrc /root/texmf /home/r
+ cp -R ./cid ./docker-password ./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
+ cat /home/r/script.sh
#!/bin/bash
set -e
set -o pipefail
if [ -e /home/r/.profile ]; then source /home/r/.profile; fi
shopt -s expand_aliases
alias 'sudo=sudo -i'
export HOME=/home/r
cd "${HOME}/repo"
export 'head=git@github.com:zerocracy/judges-action.git' ; export 'pull_id=38' ; export 'fork=git@github.com:zerocracy/judges-action.git' ; export 'fork_branch=renovate/judges-0.x-lockfile' ; export 'head_branch=master' ; export 'pull_title=Update dependency judges to v0.13.3' ; export 'author=yegor256' ; make ;
+ su --login r --command /home/r/script.sh
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
mkdir -p "$(dirname target/docker-image.txt)"
docker build -t judges-action --progress=plain .
docker build -t judges-action -q . > "target/docker-image.txt"
unknown flag: --progress
See 'docker build --help'.
make: *** [Makefile:65: target/docker-image.txt] Error 125
container 4492570146fa33aef72cfd25a16398cf4c6272a8a8ce5c1cc8bbe11f1c252f17 is dead
Sat Jun 29 04:18:48 UTC 2024

@yegor256
Copy link
Member

@rultor merge

@rultor
Copy link
Contributor

rultor commented Jun 29, 2024

@rultor merge

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

@rultor
Copy link
Contributor

rultor commented Jun 29, 2024

@rultor merge

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 6min)

WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ awk -F : '$3 > 100 { print $1 }'
++ cat /etc/group
+ 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 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 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 _ssh r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G rvm r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G ssl-cert r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G postgres 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/.cargo /root/.config /root/.gem /root/.gemrc /root/.launchpadlib /root/.m2 /root/.npm /root/.profile /root/.rustup /root/.rvmrc /root/texmf /home/r
+ cp -R ./cid ./docker-password ./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
+ cat /home/r/script.sh
#!/bin/bash
set -e
set -o pipefail
if [ -e /home/r/.profile ]; then source /home/r/.profile; fi
shopt -s expand_aliases
alias 'sudo=sudo -i'
export HOME=/home/r
cd "${HOME}/repo"
export 'head=git@github.com:zerocracy/judges-action.git' ; export 'pull_id=38' ; export 'fork=git@github.com:zerocracy/judges-action.git' ; export 'fork_branch=renovate/judges-0.x-lockfile' ; export 'head_branch=master' ; export 'pull_title=Update dependency judges to v0.13.3' ; export 'author=yegor256' ; make ;
+ su --login r --command /home/r/script.sh
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
mkdir -p "$(dirname target/docker-image.txt)"
docker build -t judges-action .
docker build -t judges-action -q . > "target/docker-image.txt"
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.38/build?buildargs=%7B%7D&cachefrom=%5B%5D&cgroupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&cpusetmems=&cpushares=0&dockerfile=Dockerfile&labels=%7B%7D&memory=0&memswap=0&networkmode=default&rm=1&session=urx5nix0j6uq6g7o9mupzhq4w&shmsize=0&t=judges-action&target=&ulimits=null&version=1: dial unix /var/run/docker.sock: connect: permission denied
make: *** [Makefile:65: target/docker-image.txt] Error 1
container a8de47bfa1219e3f43596eb5555ae92bd497245bab5bb0ab7e013ce1ca1bb058 is dead
Sat Jun 29 06:12:58 UTC 2024

@renovate renovate bot changed the title Update dependency judges to v0.13.3 Update dependency judges to v0.13.3 - autoclosed Jul 1, 2024
@renovate renovate bot closed this Jul 1, 2024
@renovate renovate bot deleted the renovate/judges-0.x-lockfile branch July 1, 2024 09:55
@renovate renovate bot changed the title Update dependency judges to v0.13.3 - autoclosed Update dependency judges to v0.13.3 Jul 2, 2024
@renovate renovate bot reopened this Jul 2, 2024
@renovate renovate bot restored the renovate/judges-0.x-lockfile branch July 2, 2024 03:06
@renovate renovate bot changed the title Update dependency judges to v0.13.3 Update dependency judges to v0.14.0 Jul 2, 2024
@renovate renovate bot force-pushed the renovate/judges-0.x-lockfile branch from 2910bf1 to 74836c3 Compare July 2, 2024 03:06
@renovate renovate bot changed the title Update dependency judges to v0.14.0 Update dependency judges to v0.15.0 Jul 2, 2024
@renovate renovate bot force-pushed the renovate/judges-0.x-lockfile branch from 74836c3 to f73779f Compare July 2, 2024 04:07
@renovate renovate bot changed the title Update dependency judges to v0.15.0 Update dependency judges to v0.15.0 - autoclosed Jul 2, 2024
@renovate renovate bot closed this Jul 2, 2024
@renovate renovate bot deleted the renovate/judges-0.x-lockfile branch July 2, 2024 06:25
@renovate renovate bot reopened this Jul 3, 2024
@renovate renovate bot force-pushed the renovate/judges-0.x-lockfile branch from f73779f to 4c4bafa Compare July 3, 2024 07:10
@renovate renovate bot changed the title Update dependency judges to v0.15.0 Update dependency judges to v0.15.1 Jul 3, 2024
@renovate renovate bot changed the title Update dependency judges to v0.15.1 Update dependency judges to v0.15.2 Jul 3, 2024
@renovate renovate bot force-pushed the renovate/judges-0.x-lockfile branch 2 times, most recently from a58d471 to a4a259d Compare July 3, 2024 14:02
@renovate renovate bot changed the title Update dependency judges to v0.15.2 Update dependency judges to v0.15.2 - autoclosed Jul 3, 2024
@renovate renovate bot closed this Jul 3, 2024
@renovate renovate bot deleted the renovate/judges-0.x-lockfile branch July 3, 2024 15:08
@renovate renovate bot changed the title Update dependency judges to v0.15.2 - autoclosed Update dependency judges to v0.15.2 Jul 10, 2024
@renovate renovate bot reopened this Jul 10, 2024
@renovate renovate bot restored the renovate/judges-0.x-lockfile branch July 10, 2024 07:08
@renovate renovate bot force-pushed the renovate/judges-0.x-lockfile branch from a4a259d to 9cdda70 Compare July 10, 2024 07:08
@renovate renovate bot changed the title Update dependency judges to v0.15.2 Update dependency judges to v0.15.4 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/judges-0.x-lockfile branch from 9cdda70 to 91a101e Compare July 11, 2024 14:13
@renovate renovate bot changed the title Update dependency judges to v0.15.4 Update dependency judges to v0.15.6 Jul 11, 2024
@renovate renovate bot changed the title Update dependency judges to v0.15.6 Update dependency judges to v0.15.6 - autoclosed Jul 11, 2024
@renovate renovate bot closed this Jul 11, 2024
@renovate renovate bot deleted the renovate/judges-0.x-lockfile branch July 11, 2024 23:09
@renovate renovate bot restored the renovate/judges-0.x-lockfile branch July 12, 2024 00:20
@renovate renovate bot changed the title Update dependency judges to v0.15.6 - autoclosed Update dependency judges to v0.15.6 Jul 12, 2024
@renovate renovate bot reopened this Jul 12, 2024
@renovate renovate bot force-pushed the renovate/judges-0.x-lockfile branch from 91a101e to a0911ef Compare July 12, 2024 00:20
@renovate renovate bot force-pushed the renovate/judges-0.x-lockfile branch from 424dcce to 51f82fe Compare July 12, 2024 03:31
@yegor256
Copy link
Member

@rultor release, tag is 0.0.21

@yegor256 yegor256 merged commit 81b7736 into master Jul 12, 2024
13 checks passed
@renovate renovate bot deleted the renovate/judges-0.x-lockfile branch July 12, 2024 03:32
@rultor
Copy link
Contributor

rultor commented Jul 12, 2024

@rultor release, tag is 0.0.21

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

@rultor
Copy link
Contributor

rultor commented Jul 12, 2024

@rultor release, tag is 0.0.21

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

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.

None yet

2 participants