Closed michaelcadilhac closed 10 months ago
@rultor release, tag is 0.8.1
@rultor release, tag is
0.8.1
@yegor256 OK, I will release it now. Please check the progress here
@rultor release, tag is
0.8.1
@michaelcadilhac @yegor256 Oops, I failed. You can see the full log here (spent 13s)
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1100499
+ echo '1.75.1 50eb0c708'
1.75.1 50eb0c708
+ date
Sun 20 Aug 2023 06:47:48 AM CEST
+ uptime
06:47:48 up 269 days, 11:25, 0 users, load average: 0.08, 0.04, 0.01
+ cat
com.rultor.spi.Profile: There is no 'release' section in .rultor.yml for branch master in repo yegor256/latexmk-action
at com.rultor.agents.req.StartsRequest.docker(StartsRequest.java:350)
at com.rultor.agents.req.StartsRequest.vars(StartsRequest.java:255)
at com.rultor.agents.req.StartsRequest.script(StartsRequest.java:148)
at com.rultor.agents.req.StartsRequest.process(StartsRequest.java:109)
at com.rultor.agents.AbstractAgent.execute(AbstractAgent.java:75)
at com.rultor.spi.Agent.execute(Agent.java:84)
at com.rultor.agents.VerboseAgent.execute(VerboseAgent.java:62)
at com.rultor.Routine.process(Routine.java:202)
at com.rultor.Routine.unsafe_aroundBody0(Routine.java:180)
at com.rultor.Routine.run(Routine.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:179)
at com.jcabi.aspects.aj.MethodInterrupter.wrap(MethodInterrupter.java:108)
at com.rultor.Routine.unsafe(Routine.java:175)
at com.rultor.Routine.run(Routine.java:142)
at com.jcabi.log.VerboseRunnable.run(VerboseRunnable.java:190)
at com.jcabi.aspects.aj.MethodScheduler.lambda./run.sh(MethodScheduler.java:194)
at java.base/java.util.concurrent.Executors.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor.run(ThreadPoolExecutor.java:635)
at com.jcabi.log.VerboseThreads.run(VerboseThreads.java:222)
at java.base/java.lang.Thread.run(Thread.java:833)
+ exit -1
'cid' file is absent, most probably the Docker container wasn't started correctly
@rultor release, tag is 0.8.1
@rultor release, tag is
0.8.1
@yegor256 OK, I will release it now. Please check the progress here
@rultor release, tag is
0.8.1
@yegor256 Done! FYI, the full log is here (took me 1min)
@michaelcadilhac try version 0.8.1, should be working fine
entry.sh
takes the[[ "${INPUT_PACKAGES}" ]]
branch when no packages are asked for:I suspect this is due to its default value as
' '
:https://github.com/yegor256/latexmk-action/blob/3a7cee7bd188db124926d191117f73d370a010f5/action.yml#L47C5-L47C5
For reference, here's the workflow: