You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently using verison 1.0 of this plugin on our CI pipeline but the server gets stuck in a weird state unable to provision or terminate instances.
SEVERE: Timer task hudson.slaves.ComputerRetentionWork@5491f8ea failed
java.lang.IllegalStateException: Unknown instance terminated: i-184fe180
at com.amazon.jenkins.ec2fleet.EC2FleetCloud.terminateInstance(EC2FleetCloud.java:266)
at com.amazon.jenkins.ec2fleet.IdleRetentionStrategy.check(IdleRetentionStrategy.java:28)
at com.amazon.jenkins.ec2fleet.IdleRetentionStrategy.check(IdleRetentionStrategy.java:12)
at hudson.slaves.ComputerRetentionWork$1.run(ComputerRetentionWork.java:72)
at hudson.model.Queue._withLock(Queue.java:1312)
at hudson.model.Queue.withLock(Queue.java:1189)
at hudson.slaves.ComputerRetentionWork.doRun(ComputerRetentionWork.java:63)
at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:50)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Dug into the code running on jenkins and looked at what's on master here and they don't line up.
Can we get latest master published to jenkins plugin hub? If not, what's the blocker here and how can I help?
The text was updated successfully, but these errors were encountered:
Currently using verison 1.0 of this plugin on our CI pipeline but the server gets stuck in a weird state unable to provision or terminate instances.
Dug into the code running on jenkins and looked at what's on master here and they don't line up.
Can we get latest master published to jenkins plugin hub? If not, what's the blocker here and how can I help?
The text was updated successfully, but these errors were encountered: