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 org.apache.maven.plugins:maven-surefire-plugin to v3 #115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.apache.maven.plugins:maven-surefire-plugin 2.21.0 -> 3.2.5 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
Owner

@rultor please, try to merge

@rultor
Copy link
Collaborator

rultor commented Mar 16, 2023

@rultor please, try to merge

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

@rultor
Copy link
Collaborator

rultor commented Mar 16, 2023

@rultor please, try to merge

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

-rwxrwxr-x  1 rultor rultor  6817 Mar 16 11:27 run.sh
-rw-rw-r--  1 rultor rultor   862 Mar 16 11:27 script.sh
-rw-rw-r--  1 rultor rultor  2570 Mar 16 11:27 secring.gpg
-rw-rw-r--  1 rultor rultor   831 Mar 16 11:27 settings.xml
-rw-rw-r--  1 rultor rultor 16257 Mar 16 11:31 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-NRV4:/main --env=MAVEN_OPTS=-Xmx1g --env=JAVA_OPTS=-Xmx1g --env=head=git@github.com:yegor256/cactoos-http.git --env=pull_id=115 --env=fork=git@github.com:yegor256/cactoos-http.git --env=fork_branch=renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x --env=head_branch=master '--env=pull_title=Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''MAVEN_OPTS=-Xmx1g'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''JAVA_OPTS=-Xmx1g'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:yegor256/cactoos-http.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=115'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/cactoos-http.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo gem install --no-rdoc --no-ri pdd'\'' '\'';'\'' '\''sudo gem install --no-rdoc --no-ri xcop'\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''mvn javadoc:javadoc'\'' '\'';'\'' '\''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-NRV4/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_cactoos-http_115 yegor256/java8 /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
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.composer /root/.gem /root/.gnupg /root/.m2 /root/.oracle_jre_usage /root/.profile /root/texmf /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
+ su --login r --command /home/r/script.sh
+ set -e
+ set -o pipefail
+ '[' -e /home/r/.profile ']'
+ source /home/r/.profile
++ '[' /bin/bash ']'
++ '[' -f /home/r/.bashrc ']'
++ . /home/r/.bashrc
+++ '[' -z '' ']'
+++ return
++ mesg n
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export MAVEN_OPTS=-Xmx1g
+ MAVEN_OPTS=-Xmx1g
+ export JAVA_OPTS=-Xmx1g
+ JAVA_OPTS=-Xmx1g
+ export head=git@github.com:yegor256/cactoos-http.git
+ head=git@github.com:yegor256/cactoos-http.git
+ export pull_id=115
+ pull_id=115
+ export fork=git@github.com:yegor256/cactoos-http.git
+ fork=git@github.com:yegor256/cactoos-http.git
+ export fork_branch=renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x
+ fork_branch=renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3'
+ pull_title='Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3'
+ export author=yegor256
+ author=yegor256
+ sudo -i gem install --no-rdoc --no-ri pdd
Fetching: racc-1.6.2.gem
Fetching: racc-1.6.2.gem (  2%)
Fetching: racc-1.6.2.gem (  4%)
Fetching: racc-1.6.2.gem (  6%)
Fetching: racc-1.6.2.gem (  8%)
Fetching: racc-1.6.2.gem ( 10%)
Fetching: racc-1.6.2.gem ( 12%)
Fetching: racc-1.6.2.gem ( 14%)
Fetching: racc-1.6.2.gem ( 16%)
Fetching: racc-1.6.2.gem ( 18%)
Fetching: racc-1.6.2.gem ( 20%)
Fetching: racc-1.6.2.gem ( 22%)
Fetching: racc-1.6.2.gem ( 23%)
Fetching: racc-1.6.2.gem ( 46%)
Fetching: racc-1.6.2.gem ( 70%)
Fetching: racc-1.6.2.gem ( 93%)
Fetching: racc-1.6.2.gem (100%)
Fetching: racc-1.6.2.gem (100%)
ERROR:  Error installing pdd:
	racc requires Ruby version >= 2.5.
container f6d042213c6ac6f8bf4668891456301b6df07eaa8e8fd0568e9c2758bb71dfd4 is dead
Thu 16 Mar 2023 11:32:07 AM CET

@renovate renovate bot force-pushed the renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x branch from 1c3a35b to 051dfac Compare May 30, 2023 05:52
@renovate renovate bot force-pushed the renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x branch from 051dfac to c2be935 Compare June 9, 2023 02:59
@renovate renovate bot force-pushed the renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x branch from c2be935 to cd4e88a Compare October 24, 2023 23:33
@renovate renovate bot force-pushed the renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x branch from cd4e88a to 6c95282 Compare November 7, 2023 02:25
@renovate renovate bot force-pushed the renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x branch from 6c95282 to b6948a3 Compare December 15, 2023 20:16
@renovate renovate bot force-pushed the renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x branch from b6948a3 to 1925921 Compare January 10, 2024 05:34
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