"Build was cancelled" in database containers

I’m guessing this is the same as "https://discuss.circleci.com/t/postgresql-always-reports-job-was-canceled/29208." After the entire build is done processing, it probably leads to these messages in the bottom of the container.

I don’t really agree with the comment there saying " Job was canceled means that we canceled that background step after the job was complete. It’s normal and not a cause for concern." It’s a false alarm causing us to be concerned.

Hey @deeTEEcee, thanks for writing in!

The message states the Job was canceled because that is the actual state. As a background container, it will run until it’s told to stop. In this case, the step is canceled because the job has finished executing, regardless of the job outcome.

Hi Scott, I posted about the same issue on this forum here.

Are you saying this is a non-issue and expected behaviour?

Please let us know. Thanks!