Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Update actions/cache action to v4#105

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/actions-cache-4.x
Open

Update actions/cache action to v4#105
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/actions-cache-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2024

This PR contains the following updates:

Package Type Update Change
actions/cache action major v3 -> v4

Release Notes

actions/cache (actions/cache)

v4

Compare Source


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 Mar 11, 2025

@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 Mar 11, 2025

@rultor please, try to merge

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

    at java.lang.Thread.run (Thread.java:829)
Caused by: org.apache.maven.plugin.MojoFailureException: 'org.eolang.maven.PullMojo@81f8402' execution failed
    at org.eolang.maven.SafeMojo.exitError (SafeMojo.java:371)
    at org.eolang.maven.SafeMojo.execute (SafeMojo.java:290)
    at org.eolang.maven.Moja.execute (Moja.java:121)
    at org.eolang.maven.AssembleMojo.exec (AssembleMojo.java:216)
    at org.eolang.maven.SafeMojo.lambda$execWithTimeout$4 (SafeMojo.java:334)
    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/3-pull/org/eolang/bool.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:337)
    at org.eolang.maven.SafeMojo.execute (SafeMojo.java:264)
    at org.eolang.maven.Moja.execute (Moja.java:121)
    at org.eolang.maven.AssembleMojo.exec (AssembleMojo.java:216)
    at org.eolang.maven.SafeMojo.lambda$execWithTimeout$4 (SafeMojo.java:334)
    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/3-pull/org/eolang/bool.eo
    at org.eolang.maven.util.Home.save (Home.java:147)
    at org.eolang.maven.PullMojo.pull (PullMojo.java:157)
    at org.eolang.maven.PullMojo.exec (PullMojo.java:128)
    at org.eolang.maven.SafeMojo.lambda$execWithTimeout$4 (SafeMojo.java:334)
    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: EO object 'org.eolang.bool' is not found in this GitHub repository: https://github.com/objectionary/home. This means that you either misspelled the name of it or simply referred to your own local object somewhere in your code as if it was an object of 'org.eolang' package. Check the sources and make sure you always use +alias meta when you refer to an object outside of 'org.eolang', even if this object belongs to your package.
    at org.eolang.maven.objectionary.OyRemote.lambda$get$0 (OyRemote.java:76)
    at org.cactoos.func.IoCheckedFunc.lambda$apply$0 (IoCheckedFunc.java:57)
    at org.cactoos.scalar.Checked.value (Checked.java:76)
    at org.cactoos.scalar.IoChecked.value (IoChecked.java:63)
    at org.cactoos.func.IoCheckedFunc.apply (IoCheckedFunc.java:57)
    at org.cactoos.io.InputWithFallback.stream (InputWithFallback.java:96)
    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:140)
    at org.eolang.maven.PullMojo.pull (PullMojo.java:157)
    at org.eolang.maven.PullMojo.exec (PullMojo.java:128)
    at org.eolang.maven.SafeMojo.lambda$execWithTimeout$4 (SafeMojo.java:334)
    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 49640d2702834596d0681bf77ebc723384160e85b338e5e1970806108995e7b2 is dead
Tue Mar 11 02:16:12 UTC 2025

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.

2 participants