While fin-tuning I got a error

I ordered to terminal just like this:
openai api fine_tunes.create -t test_prepared.jsonl -m ada

and the result is like this:
Upload progress: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████| 194/194 [00:00<00:00, 126kit/s]
Uploaded file from test_prepared.jsonl: file-lAdhsd0UxGnzrT1k3adMxQAD
Created fine-tune: ft-cztgF4WsNkbV5M06KCeKIDoq
Streaming events until fine-tuning is complete…

(Ctrl-C will interrupt the stream, but not cancel the fine-tune)
[2023-04-24 17:24:34] Created fine-tune: ft-cztgF4WsNkbV5M06KCeKIDoq
[2023-04-24 17:24:47] Fine-tune costs $0.00
[2023-04-24 17:24:47] Fine-tune enqueued. Queue number: 4
[2023-04-24 17:24:56] Fine-tune is in the queue. Queue number: 3

I can`t see the complete message…
Have you experienced this situation??
How to solve this problem?

Queue means your job is in line to be worked on, just wait

thank you for your answer. but I have one more question
a few seconds later I could see “command prompt” appear.
Doesn`t it mean that the work has finished abnormaly?