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

chore(deps): update dependency com.jcabi:jcabi-log to v0.24.2 #1322

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.jcabi:jcabi-log (source) 0.24.1 -> 0.24.2 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

jcabi/jcabi-log (com.jcabi:jcabi-log)

v0.24.2: log the entire command in VerboseProcess

Compare Source

See #​196, release log:

Released by Rultor 2.0-SNAPSHOT, see build log


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 was generated by Mend Renovate. View the repository job log.

@yegor256
Copy link
Owner

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

@rultor
Copy link
Collaborator

rultor commented Sep 19, 2024

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

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

@rultor
Copy link
Collaborator

rultor commented Sep 19, 2024

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

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

total 56
drwx------  3 ubuntu ubuntu 4096 Sep 19 08:50 .
drwxrwxrwt 12 root   root   4096 Sep 19 08:50 ..
-rwxrwxr-x  1 ubuntu ubuntu  556 Sep 19 08:52 end.sh
-rwxrwxr-x  1 ubuntu ubuntu  490 Sep 19 08:50 entry.sh
-rw-rw-r--  1 ubuntu ubuntu    5 Sep 19 08:50 pid
-rw-rw-r--  1 ubuntu ubuntu 1192 Sep 19 08:50 pubring.gpg
drwxrwxr-x  5 ubuntu ubuntu 4096 Sep 19 08:50 repo
-rwxrwxr-x  1 ubuntu ubuntu 6502 Sep 19 08:50 run.sh
-rw-rw-r--  1 ubuntu ubuntu  758 Sep 19 08:50 script.sh
-rw-rw-r--  1 ubuntu ubuntu 2570 Sep 19 08:50 secring.gpg
-rw-rw-r--  1 ubuntu ubuntu  866 Sep 19 08:50 settings.xml
-rw-rw-r--  1 ubuntu ubuntu 7705 Sep 19 08:52 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-6vTh:/main [email protected]:yegor256/takes.git --env=pull_id=1322 [email protected]:yegor256/takes.git --env=fork_branch=renovate/com.jcabi-jcabi-log-0.x --env=head_branch=master '--env=pull_title=chore(deps): update dependency com.jcabi:jcabi-log to v0.24.2' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''[email protected]:yegor256/takes.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=1322'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''[email protected]:yegor256/takes.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/com.jcabi-jcabi-log-0.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=chore(deps): update dependency com.jcabi:jcabi-log to v0.24.2'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''export LC_ALL=en_US.UTF-8'\'' '\'';'\'' '\''export LANG=en_US.UTF-8'\'' '\'';'\'' '\''export LANGUAGE=en_US.UTF-8'\'' '\'';'\'' '\''pdd --source=$(pwd) --verbose --file=/dev/null'\'' '\'';'\'' '\''mvn clean install -Pqulice --errors --settings ../settings.xml'\'' '\'';'\'' '\''mvn clean site -Psite --errors --settings ../settings.xml'\'' '\'';'\'' )' --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-6vTh/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_takes_1322 yegor256/rultor-java /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
++ 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 ubuntu 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-timesync 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-resolve 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/.cache /root/.profile /root/.ssh /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./pubring.gpg ./repo ./run.sh ./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
+ 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 '[email protected]:yegor256/takes.git' ; export 'pull_id=1322' ; export '[email protected]:yegor256/takes.git' ; export 'fork_branch=renovate/com.jcabi-jcabi-log-0.x' ; export 'head_branch=master' ; export 'pull_title=chore(deps): update dependency com.jcabi:jcabi-log to v0.24.2' ; export 'author=yegor256' ; export LC_ALL=en_US.UTF-8 ; export LANG=en_US.UTF-8 ; export LANGUAGE=en_US.UTF-8 ; pdd --source=$(pwd) --verbose --file=/dev/null ; mvn clean install -Pqulice --errors --settings ../settings.xml ; mvn clean site -Psite --errors --settings ../settings.xml ;
+ su --login r --command /home/r/script.sh
/home/r/script.sh: line 9: pdd: command not found
container def8ff447ecc7d323adabdbed9883b0d07a552c098c02f9a13722efe5f06b323 is dead
Thu Sep 19 08:53:53 UTC 2024

@yegor256
Copy link
Owner

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Sep 19, 2024

@rultor merge

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

@rultor rultor merged commit 55e95bf into master Sep 19, 2024
14 checks passed
@renovate renovate bot deleted the renovate/com.jcabi-jcabi-log-0.x branch September 19, 2024 09:35
@rultor
Copy link
Collaborator

rultor commented Sep 19, 2024

@rultor merge

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

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.

2 participants