Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

chore(deps): update dependency org.eolang:eo-maven-plugin to v0.29.5 #134

Merged
merged 1 commit into from
Jun 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 22, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.eolang:eo-maven-plugin 0.29.4 -> 0.29.5 age adoption passing confidence

Release Notes

objectionary/eo

v0.29.5: errors unrolling produces hard to read output (too many duplicate lines)

Compare Source

See #​2099, release log:

Released by Rultor 1.75.0, 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 has been generated by Mend Renovate. View repository job log here.

@yegor256
Copy link
Member

@rultor please, try to merge

@rultor
Copy link
Contributor

rultor commented Feb 22, 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 22, 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@61a8c838' 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/tuple.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/tuple.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/86ace884f29ad326f2381005c0f49e938460e918/objects/org/eolang/tuple.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 8d91b75ac10a6879f8aa8b1f8090adbbdb4e2c229818aac01a94597de1161a43 is dead
Wed 22 Feb 2023 03:51:59 AM CET

@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.29.1 Update dependency org.eolang:eo-maven-plugin to v0.29.1 - autoclosed Mar 1, 2023
@renovate renovate bot closed this Mar 1, 2023
@renovate renovate bot deleted the renovate/org.eolang-eo-maven-plugin-0.x branch March 1, 2023 09:48
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.29.1 - autoclosed Update dependency org.eolang:eo-maven-plugin to v0.29.1 Mar 5, 2023
@renovate renovate bot reopened this Mar 5, 2023
@renovate renovate bot restored the renovate/org.eolang-eo-maven-plugin-0.x branch March 5, 2023 04:00
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from 872ad6a to 159fd89 Compare March 5, 2023 06:10
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.29.1 chore(deps): update dependency org.eolang:eo-maven-plugin to v0.29.2 Mar 5, 2023
@renovate renovate bot changed the title chore(deps): update dependency org.eolang:eo-maven-plugin to v0.29.2 chore(deps): update dependency org.eolang:eo-maven-plugin to v0.29.3 Apr 6, 2023
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from 159fd89 to b54d726 Compare April 6, 2023 08:29
@cr-gpt
Copy link

cr-gpt bot commented Apr 6, 2023

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables for this repo. you could follow readme for more information

@pr-codex
Copy link

pr-codex bot commented Apr 6, 2023

Tldr This PR

This code diff upgrades the eo-maven-plugin from version 0.29.1 to version 0.29.3.

Detailed summary

  • Upgraded eo-maven-plugin from version 0.29.1 to version 0.29.3 in the pom.xml file.

@renovate renovate bot changed the title chore(deps): update dependency org.eolang:eo-maven-plugin to v0.29.3 chore(deps): update dependency org.eolang:eo-maven-plugin to v0.29.3 - autoclosed Apr 20, 2023
@renovate renovate bot closed this Apr 20, 2023
@renovate renovate bot deleted the renovate/org.eolang-eo-maven-plugin-0.x branch April 20, 2023 02:06
@renovate renovate bot changed the title chore(deps): update dependency org.eolang:eo-maven-plugin to v0.29.3 - autoclosed chore(deps): update dependency org.eolang:eo-maven-plugin to v0.29.3 Apr 20, 2023
@renovate renovate bot reopened this Apr 20, 2023
@renovate renovate bot restored the renovate/org.eolang-eo-maven-plugin-0.x branch April 20, 2023 06:14
@renovate renovate bot changed the title chore(deps): update dependency org.eolang:eo-maven-plugin to v0.29.3 chore(deps): update dependency org.eolang:eo-maven-plugin to v0.29.3 - autoclosed May 28, 2023
@renovate renovate bot closed this May 28, 2023
@renovate renovate bot deleted the renovate/org.eolang-eo-maven-plugin-0.x branch May 28, 2023 10:57
@renovate renovate bot changed the title chore(deps): update dependency org.eolang:eo-maven-plugin to v0.29.3 - autoclosed chore(deps): update dependency org.eolang:eo-maven-plugin to v0.29.3 May 30, 2023
@renovate renovate bot reopened this May 30, 2023
@renovate renovate bot restored the renovate/org.eolang-eo-maven-plugin-0.x branch May 30, 2023 09:33
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from b54d726 to 97c3328 Compare May 30, 2023 09:33
@renovate renovate bot changed the title chore(deps): update dependency org.eolang:eo-maven-plugin to v0.29.3 chore(deps): update dependency org.eolang:eo-maven-plugin to v0.29.5 May 30, 2023
@yegor256
Copy link
Member

yegor256 commented Jun 3, 2023

@rultor merge

@rultor
Copy link
Contributor

rultor commented Jun 3, 2023

@rultor merge

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

@rultor rultor merged commit 04a0e75 into master Jun 3, 2023
8 checks passed
@renovate renovate bot deleted the renovate/org.eolang-eo-maven-plugin-0.x branch June 3, 2023 03:49
@rultor
Copy link
Contributor

rultor commented Jun 3, 2023

@rultor merge

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants