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 org.apache.maven.plugins:maven-compiler-plugin to v3.13.0 #10

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.apache.maven.plugins:maven-compiler-plugin 3.8.1 -> 3.13.0 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 was generated by Mend Renovate. View the repository job log.

@yegor256
Copy link
Member

@rultor please, try to merge

@rultor
Copy link
Contributor

rultor commented Feb 27, 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
Contributor

rultor commented Feb 27, 2023

@rultor please, try to merge

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

    at java.lang.Thread.run (Thread.java:829)
Caused by: org.apache.maven.plugin.MojoFailureException: 'org.eolang.maven.PullMojo@2207b9fb' execution failed
    at org.eolang.maven.SafeMojo.exitError (SafeMojo.java:363)
    at org.eolang.maven.SafeMojo.execute (SafeMojo.java:256)
    at org.eolang.maven.Moja.execute (Moja.java:120)
    at org.eolang.maven.AssembleMojo.exec (AssembleMojo.java:258)
    at org.eolang.maven.SafeMojo.lambda$execWithTimeout$3 (SafeMojo.java:326)
    at java.util.concurrent.FutureTask.run (FutureTask.java:264)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
    at java.lang.Thread.run (Thread.java:829)
Caused by: java.util.concurrent.ExecutionException: java.io.IOException: Failed while trying to save to /home/r/repo/target/eo/04-pull/org/eolang/array.eo
    at java.util.concurrent.FutureTask.report (FutureTask.java:122)
    at java.util.concurrent.FutureTask.get (FutureTask.java:205)
    at org.eolang.maven.SafeMojo.execWithTimeout (SafeMojo.java:329)
    at org.eolang.maven.SafeMojo.execute (SafeMojo.java:230)
    at org.eolang.maven.Moja.execute (Moja.java:120)
    at org.eolang.maven.AssembleMojo.exec (AssembleMojo.java:258)
    at org.eolang.maven.SafeMojo.lambda$execWithTimeout$3 (SafeMojo.java:326)
    at java.util.concurrent.FutureTask.run (FutureTask.java:264)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
    at java.lang.Thread.run (Thread.java:829)
Caused by: java.io.IOException: Failed while trying to save to /home/r/repo/target/eo/04-pull/org/eolang/array.eo
    at org.eolang.maven.util.Home.save (Home.java:146)
    at org.eolang.maven.PullMojo.pull (PullMojo.java:201)
    at org.eolang.maven.PullMojo.exec (PullMojo.java:152)
    at org.eolang.maven.SafeMojo.lambda$execWithTimeout$3 (SafeMojo.java:326)
    at java.util.concurrent.FutureTask.run (FutureTask.java:264)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
    at java.lang.Thread.run (Thread.java:829)
Caused by: java.io.FileNotFoundException: https://raw.githubusercontent.com/objectionary/home/c35dc32552c7385556e5f84b5aed9b36edcd8029/objects/org/eolang/array.eo
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0 (HttpURLConnection.java:1920)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream (HttpURLConnection.java:1520)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream (HttpsURLConnectionImpl.java:250)
    at java.net.URL.openStream (URL.java:1165)
    at org.cactoos.io.InputOf.lambda$new$4 (InputOf.java:103)
    at org.cactoos.io.InputOf.stream (InputOf.java:310)
    at org.cactoos.io.TeeInput.stream (TeeInput.java:867)
    at org.cactoos.io.TeeInput.stream (TeeInput.java:867)
    at org.cactoos.scalar.LengthOf.lambda$new$2 (LengthOf.java:89)
    at org.cactoos.scalar.ScalarEnvelope.value (ScalarEnvelope.java:53)
    at org.cactoos.scalar.Checked.value (Checked.java:76)
    at org.cactoos.scalar.IoChecked.value (IoChecked.java:63)
    at org.eolang.maven.util.Home.save (Home.java:139)
    at org.eolang.maven.PullMojo.pull (PullMojo.java:201)
    at org.eolang.maven.PullMojo.exec (PullMojo.java:152)
    at org.eolang.maven.SafeMojo.lambda$execWithTimeout$3 (SafeMojo.java:326)
    at java.util.concurrent.FutureTask.run (FutureTask.java:264)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
    at java.lang.Thread.run (Thread.java:829)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
\u001b[0m\u001b[0mcontainer 2fa2b30babf9052b3a8d5ff337368e2e27caccff8c2934fba22d339bc19a5697 is dead
Mon 27 Feb 2023 10:38:57 AM CET

@renovate renovate bot force-pushed the renovate/org.apache.maven.plugins-maven-compiler-plugin-3.x branch from 44efc23 to 49a69ca Compare May 19, 2023 10:03
@renovate renovate bot changed the title chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.11.0 chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.12.0 Dec 18, 2023
@renovate renovate bot force-pushed the renovate/org.apache.maven.plugins-maven-compiler-plugin-3.x branch from 49a69ca to 70f8df1 Compare December 18, 2023 22:12
@renovate renovate bot changed the title chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.12.0 chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.12.1 Dec 24, 2023
@renovate renovate bot force-pushed the renovate/org.apache.maven.plugins-maven-compiler-plugin-3.x branch from 70f8df1 to cc6b95f Compare December 24, 2023 14:05
@renovate renovate bot force-pushed the renovate/org.apache.maven.plugins-maven-compiler-plugin-3.x branch from cc6b95f to 6a64048 Compare March 18, 2024 23:04
@renovate renovate bot changed the title chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.12.1 chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.13.0 Mar 18, 2024
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