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 commons-io:commons-io to v2.17.0 #1323

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
commons-io:commons-io (source) 2.16.1 -> 2.17.0 age adoption passing confidence

Warning

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


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 1hr)

Docker container yegor256_takes_1323 is lost

@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
Copy link
Collaborator

rultor commented Sep 19, 2024

@rultor merge

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

total 56
drwx------  3 ubuntu ubuntu 4096 Sep 19 09:01 .
drwxrwxrwt 12 root   root   4096 Sep 19 09:01 ..
-rwxrwxr-x  1 ubuntu ubuntu  556 Sep 19 09:02 end.sh
-rwxrwxr-x  1 ubuntu ubuntu  490 Sep 19 09:01 entry.sh
-rw-rw-r--  1 ubuntu ubuntu    5 Sep 19 09:01 pid
-rw-rw-r--  1 ubuntu ubuntu 1192 Sep 19 09:01 pubring.gpg
drwxrwxr-x  5 ubuntu ubuntu 4096 Sep 19 09:01 repo
-rwxrwxr-x  1 ubuntu ubuntu 6518 Sep 19 09:01 run.sh
-rw-rw-r--  1 ubuntu ubuntu  762 Sep 19 09:01 script.sh
-rw-rw-r--  1 ubuntu ubuntu 2570 Sep 19 09:01 secring.gpg
-rw-rw-r--  1 ubuntu ubuntu  866 Sep 19 09:01 settings.xml
-rw-rw-r--  1 ubuntu ubuntu 7729 Sep 19 09:03 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-WQ59:/main [email protected]:yegor256/takes.git --env=pull_id=1323 [email protected]:yegor256/takes.git --env=fork_branch=renovate/commons-io-commons-io-2.x --env=head_branch=master '--env=pull_title=chore(deps): update dependency commons-io:commons-io to v2.17.0' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''[email protected]:yegor256/takes.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=1323'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''[email protected]:yegor256/takes.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/commons-io-commons-io-2.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=chore(deps): update dependency commons-io:commons-io to v2.17.0'\''\'\'''\'''\'' '\'';'\'' '\''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-WQ59/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_takes_1323 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=1323' ; export '[email protected]:yegor256/takes.git' ; export 'fork_branch=renovate/commons-io-commons-io-2.x' ; export 'head_branch=master' ; export 'pull_title=chore(deps): update dependency commons-io:commons-io to v2.17.0' ; 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 725f2e5f020a2d558ff0e25f90a1df14debdfd271a4440306658de9efbed499f is dead
Thu Sep 19 09:05:12 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 4dd1f46 into master Sep 19, 2024
14 checks passed
@renovate renovate bot deleted the renovate/commons-io-commons-io-2.x branch September 19, 2024 10:40
@rultor
Copy link
Collaborator

rultor commented Sep 19, 2024

@rultor merge

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

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