UVM_INFO dropping response for sequence 2, sequence not found. Probable cause: sequence exited or has been killed

In reply to Sarit8r:

It’s likely that the uart_wr_seq is operating in a different manner that the uart_driver. The sequence isn’t expecting a reply from the driver, so it finishes running. However, the driver is attempting to send a response to the sequence, but it no longer exists on the sequencer.

You will need to show the sequence and driver code for a better explanation.